tusharmath / observable-air

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

Change output dir #76

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  │ 183 (±3.69%)        │ 69      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 523 (±2.22%)        │ 76      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce │ 51 (±3.91%)         │ 62      │
├────────────────────────┼─────────────────────┼─────────┤
│ tryCatch               │ 11,798,974 (±4.02%) │ 77      │
├────────────────────────┼─────────────────────┼─────────┤
│ scheduleImmediately    │ 283,502 (±6.79%)    │ 68      │
└────────────────────────┴─────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-4.4%) to 84.95% when pulling ca271cb7506ec76f8e0cb70d62c2541da5ce623b on change-output-dir into 3df88e9349496faa5c8c4d6a05313d8b0b1796a2 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  │ 220 (±0.97%)        │ 81      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 546 (±1.78%)        │ 81      │
├────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce │ 57 (±1.7%)          │ 67      │
├────────────────────────┼─────────────────────┼─────────┤
│ tryCatch               │ 14,103,378 (±0.67%) │ 85      │
├────────────────────────┼─────────────────────┼─────────┤
│ scheduleImmediately    │ 369,070 (±1.46%)    │ 83      │
└────────────────────────┴─────────────────────┴─────────┘