tusharmath / observable-air

Observable for the calorie conscious
MIT License
34 stars 3 forks source link

Combine #77

Closed tusharmath closed 7 years ago

tusharmath commented 7 years ago

observable-air@ benchmark /home/travis/build/tusharmath/observable-air tsc && node ./benchmarks/run

Node: v7.2.1 V8: 5.4.500.44

┌────────────────────────┬─────────────────────┬─────────┐
│ name                   │ ops/sec             │ samples │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> map -> reduce  │ 171 (±3.83%)        │ 66      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 470 (±2.3%)         │ 72      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce │ 48 (±3.35%)         │ 74      │
├────────────────────────┼─────────────────────┼─────────┤
│ tryCatch               │ 12,214,158 (±4.05%) │ 76      │
├────────────────────────┼─────────────────────┼─────────┤
│ scheduleImmediately    │ 328,067 (±3.37%)    │ 75      │
└────────────────────────┴─────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.5%) to 85.4% when pulling f26520834708d7971c424df7e894e0b7bc9cf706 on combine into b3df2398aeea91a1f10d1d9bd27e29a2b39293f6 on master.

tusharmath commented 7 years ago

observable-air@ benchmark /home/travis/build/tusharmath/observable-air tsc && node ./benchmarks/run

Node: v7.2.1 V8: 5.4.500.44

┌────────────────────────┬─────────────────────┬─────────┐
│ name                   │ ops/sec             │ samples │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> map -> reduce  │ 205 (±2.52%)        │ 76      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 571 (±2.26%)        │ 81      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce │ 56 (±2.7%)          │ 66      │
├────────────────────────┼─────────────────────┼─────────┤
│ tryCatch               │ 13,963,423 (±2.29%) │ 85      │
├────────────────────────┼─────────────────────┼─────────┤
│ scheduleImmediately    │ 317,449 (±5.17%)    │ 74      │
└────────────────────────┴─────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.5%) to 85.4% when pulling f26520834708d7971c424df7e894e0b7bc9cf706 on combine into b3df2398aeea91a1f10d1d9bd27e29a2b39293f6 on master.

tusharmath commented 7 years ago

observable-air@ benchmark /home/travis/build/tusharmath/observable-air tsc && node ./benchmarks/run

Node: v7.2.1 V8: 5.4.500.44

┌─────────────────────────────────────────────────────┬─────────────────────┬─────────┐
│ name                                                │ ops/sec             │ samples │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> map -> reduce                               │ 224 (±0.95%)        │ 83      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 555 (±0.5%)         │ 83      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce                              │ 59 (±0.43%)         │ 69      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ tryCatch                                            │ 14,221,322 (±1.13%) │ 87      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ scheduleImmediately                                 │ 366,774 (±0.7%)     │ 82      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 851 (±0.35%)        │ 85      │
└─────────────────────────────────────────────────────┴─────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.5%) to 85.4% when pulling b4675c05b784e8ffd2a72d4efc58cffb85b29bbb on combine into b3df2398aeea91a1f10d1d9bd27e29a2b39293f6 on master.