[Pkg-javascript-commits] [node-expat] 09/34: bump dependencies and update README benchmark
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 10:46:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 3152b17a8a207a8858c9f1e352d30a80cb9e2373
Author: Sonny Piers <sonny at fastmail.net>
Date: Wed Mar 30 16:49:37 2016 +0200
bump dependencies and update README benchmark
---
README.md | 21 +++++++++++----------
package.json | 11 ++++++-----
2 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index f6319dd..5dbe8c4 100644
--- a/README.md
+++ b/README.md
@@ -27,18 +27,19 @@ npm test
## Benchmark
-```node benchmark.js```
+`npm run benchmark`
-| module | ops/sec | native | XML compliant |
-|---------------------------------------------------------------------------------------|--------:|:------:|:-------------:|
-| [sax-js](https://github.com/isaacs/sax-js) | 18,641 | ☐ | ☑ |
-| [node-xml](https://github.com/dylang/node-xml) | 49,257 | ☐ | ☑ |
-| [libxmljs](https://github.com/polotek/libxmljs) | 95,169 | ☑ | ☑ |
-| **node-expat** | 130,776 | ☑ | ☑ |
-| [ltx/lib/parsers/ltx](https://github.com/node-xmpp/ltx/blob/master/lib/parsers/ltx.js)| 172,596 | ☐ | ☐ |
+| module | ops/sec | native | XML compliant | stream |
+|---------------------------------------------------------------------------------------|--------:|:------:|:-------------:|:--------------:|
+| [sax-js](https://github.com/isaacs/sax-js) | 65,853 | ☐ | ☑ | ☑ |
+| [node-xml](https://github.com/dylang/node-xml) | 106,374 | ☐ | ☑ | ☑ |
+| [libxmljs](https://github.com/polotek/libxmljs) | 194,386 | ☑ | ☑ | ☐ |
+| **node-expat** | 222,707 | ☑ | ☑ | ☑ |
+| [ltx/lib/parsers/ltx](https://github.com/node-xmpp/ltx/blob/master/lib/parsers/ltx.js)| 473,628 | ☐ | ☐ | ☑ |
Higher is better.
-## Windows
-If you fail to install node-expat as a dependency of node-xmpp, please update node-xmpp as it doesn't use node-expat anymore. Help is welcome as none of the maintenairs are currently interested in Windows support. See https://github.com/node-xmpp/node-expat/issues/132 .
+## Windows
+
+If you fail to install node-expat as a dependency of node-xmpp, please update node-xmpp as it doesn't use node-expat anymore. Help is welcome as none of the maintainers are currently interested in Windows support. See https://github.com/node-xmpp/node-expat/issues/132 .
diff --git a/package.json b/package.json
index 3e439af..8a65695 100644
--- a/package.json
+++ b/package.json
@@ -15,20 +15,21 @@
"preversion": "npm test",
"lint": "standard",
"unit": "vows --spec ./test/**/*.js",
- "test": "npm run unit && npm run lint"
+ "test": "npm run unit && npm run lint",
+ "benchmark": "node ./benchmark.js"
},
"dependencies": {
"bindings": "^1.2.1",
- "nan": "^2.2.0"
+ "nan": "^2.2.1"
},
"devDependencies": {
"benchmark": "^2.1.0",
"debug": "^2.2.0",
"iconv": "^2.1.11",
- "libxmljs": "^0.17.0",
- "ltx": "^2.2.0",
+ "libxmljs": "^0.17.1",
+ "ltx": "^2.2.2",
"node-xml": "^1.0.2",
- "sax": "^1.1.5",
+ "sax": "^1.2.1",
"vows": "^0.8.1"
},
"repository": "github:node-xmpp/node-expat",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list