tusharmath / observable-air

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

Trycatch bm update #139

Closed tusharmath closed 7 years ago

tusharmath commented 7 years ago

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

Node: v7.5.0 V8: 5.4.500.48

┌────────────────────────┬────────────────┬─────────┐
│ name                   │ ops/sec        │ samples │
├────────────────────────┼────────────────┼─────────┤
│ create                 │ 1,013 (±0.41%) │ 84      │
├────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce  │ 286 (±2.42%)   │ 80      │
├────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce │ 59 (±2.83%)    │ 69      │
├────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 1,606 (±2.45%) │ 82      │
├────────────────────────┼────────────────┼─────────┤
│ tryCatch               │ 1,812 (±1.85%) │ 88      │
└────────────────────────┴────────────────┴─────────┘
tusharmath commented 7 years ago

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

Node: v7.5.0 V8: 5.4.500.48

┌────────────────────────┬────────────────┬─────────┐
│ name                   │ ops/sec        │ samples │
├────────────────────────┼────────────────┼─────────┤
│ create                 │ 994 (±0.73%)   │ 83      │
├────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce  │ 292 (±0.91%)   │ 81      │
├────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce │ 59 (±1.66%)    │ 69      │
├────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 1,575 (±2.99%) │ 80      │
├────────────────────────┼────────────────┼─────────┤
│ tryCatch               │ 1,890 (±3.83%) │ 82      │
└────────────────────────┴────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.674% when pulling 0e2dd7c656790872846f2d52132fdc9d73e7d816 on trycatch-bm-update into a0b284ba1980b561a30b835a3b4ffbe36bea443d on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.674% when pulling 0e2dd7c656790872846f2d52132fdc9d73e7d816 on trycatch-bm-update into a0b284ba1980b561a30b835a3b4ffbe36bea443d on master.