Skip to content

Commit 201f1f8

Browse files
authored
Merge pull request #10 from tusharmath/rename-bm-file
Rename bm file
2 parents 734900f + d2696a8 commit 201f1f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

benchmark.md renamed to benchmark.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ file -> takeN(0, n/10) x 259 ops/sec ±1.40% (78 runs sampled)
1717
Sun Oct 9 10:51:49 IST 2016
1818
file -> map -> reduce x 650 ops/sec ±1.20% (77 runs sampled)
1919
file -> takeN(0, n/10) x 271 ops/sec ±0.63% (80 runs sampled)
20+
Sun Oct 9 18:56:04 IST 2016
21+
file -> map -> reduce x 545 ops/sec ±0.80% (79 runs sampled)
22+
file -> takeN(0, n/10) x 259 ops/sec ±0.74% (82 runs sampled)
23+
Sun Oct 9 19:01:52 IST 2016
24+
file -> map -> reduce x 545 ops/sec ±1.09% (80 runs sampled)
25+
file -> takeN(0, n/10) x 255 ops/sec ±0.65% (78 runs sampled)
26+
file -> scan -> reduce x 82.85 ops/sec ±2.59% (74 runs sampled)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Observables for the calorie conscious",
44
"main": "src/Observable",
55
"scripts": {
6-
"benchmark": "date >> benchmark.md && node chore/benchmark >> benchmark.md",
6+
"benchmark": "date >> benchmark.txt && node chore/benchmark >> benchmark.txt",
77
"cleanup": "find ./src -type f -name '*.js' -delete && find ./src -type f -name '*.map' -delete",
88
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
99
"hydra": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm chore/benchmark.js",

0 commit comments

Comments
 (0)