Skip to content

Commit

Permalink
docs(benchmarks): update benchmark.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 14, 2016
1 parent 264e045 commit 75f94ea
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions benchmarks/benchmark.txt
@@ -1,10 +1,17 @@

Date: Mon Nov 07 2016
Node: v7.0.0
V8: 5.4.500.36
------------------------------
file -> map -> reduce x 291 ops/sec ±1.07% (83 runs sampled)
file -> takeN(0, n/10) x 636 ops/sec ±0.89% (83 runs sampled)
file -> scan -> reduce x 61.42 ops/sec ±1.25% (72 runs sampled)
tryCatch x 14,543,151 ops/sec ±0.87% (87 runs sampled)
scheduleImmediately x 523,957 ops/sec ±1.05% (80 runs sampled)
**Node:** v7.0.0
**V8:** 5.4.500.36
```
┌────────────────────────┬────────────────────┬─────────┐
│ name │ ops/sec │ samples │
├────────────────────────┼────────────────────┼─────────┤
│ file -> map -> reduce │ 495 (±1.11%) │ 80 │
├────────────────────────┼────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 2,423 (±3.72%) │ 79 │
├────────────────────────┼────────────────────┼─────────┤
│ file -> scan -> reduce │ 74 (±1.53%) │ 74 │
├────────────────────────┼────────────────────┼─────────┤
│ tryCatch │ 16,064,809 (±3.6%) │ 84 │
├────────────────────────┼────────────────────┼─────────┤
│ scheduleImmediately │ 617,735 (±1.21%) │ 83 │
└────────────────────────┴────────────────────┴─────────┘
```

0 comments on commit 75f94ea

Please sign in to comment.