Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 3.64 KB

benchmarks.md

File metadata and controls

25 lines (25 loc) · 3.64 KB

Node: v8.3.0 V8: 6.0.286.52

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 2,020 (±1.31%)  │ 81      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 1,016 (±6.18%)  │ 58      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 91,646 (±2.73%) │ 76      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 59 (±0.94%)     │ 69      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 33 (±0.99%)     │ 76      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 505 (±1.01%)    │ 83      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 5,255 (±4.45%)  │ 66      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 2,788 (±0.87%)  │ 94      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> mergeMap                                    │ 52 (±2.07%)     │ 78      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘