Skip to content

Commit 36b0207

Browse files
committed
Updated README: new benchmark nums w/ iojs
1 parent 07880c9 commit 36b0207

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ npm install bencode
3737

3838
### encode
3939
```
40-
11,883 op/s bencode
41-
5,457 op/s bencoding
42-
6,550 op/s dht_bencode
43-
5,405 op/s bncode
44-
10,978 op/s dht
40+
19,235 op/s » bencode
41+
9,684 op/s » bencoding
42+
11,988 op/s » dht_bencode
43+
8,946 op/s » bncode
44+
18,744 op/s » dht
4545
```
4646

4747
### decode
4848
```
49-
30,240 op/s bencode
50-
25,293 op/s bencoding
51-
26,220 op/s dht_bencode
52-
824 op/s bncode
53-
19,824 op/s dht
49+
33,786 op/s » bencode
50+
55,040 op/s » bencoding
51+
40,872 op/s » dht_bencode
52+
2,533 op/s » bncode
53+
30,292 op/s » dht
5454
```
5555

56-
*Benchmarks run on an Intel Core2 CPU T9550 @ 2.66GHz with node v0.10.5*
56+
*Benchmarks run on an 1.8 GHz Intel Core i5 with io.js 1.0.4*
5757

5858
To run the benchmarks simply use
5959

6060
```
61-
npm run-script bench
61+
npm run bench
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)