Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 3.6 KB

benchmarks.md

File metadata and controls

25 lines (25 loc) · 3.6 KB

Node: v8.3.0 V8: 6.0.286.52

┌─────────────────────────────────────────────────────┬────────────────┬─────────┐
│ name                                                │ ops/sec        │ samples │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ create                                              │ 641 (±14.07%)  │ 45      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> debounce                                    │ 804 (±9.85%)   │ 46      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 88,588 (±3.7%) │ 69      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce                               │ 56 (±1.18%)    │ 66      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce                              │ 30 (±1.17%)    │ 70      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 465 (±1.05%)   │ 77      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ file -> mergeMap                                    │ 479 (±2.44%)   │ 76      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 4,946 (±4.48%) │ 70      │
├─────────────────────────────────────────────────────┼────────────────┼─────────┤
│ tryCatch                                            │ 2,445 (±1.13%) │ 84      │
└─────────────────────────────────────────────────────┴────────────────┴─────────┘