tusharmath / observable-air

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

docs(readme): update #172

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.7.4 V8: 5.5.372.42

┌──────────────────────────────────────┬────────────────┬─────────┐
│ name                                 │ ops/sec        │ samples │
├──────────────────────────────────────┼────────────────┼─────────┤
│ create                               │ 1,001 (±0.76%) │ 83      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> debounce                     │ 732 (±6.45%)   │ 55      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce                │ 77 (±5.46%)    │ 69      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce               │ 41 (±5.64%)    │ 66      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10)               │ 346 (±5.32%)   │ 59      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest │ 3,507 (±9.05%) │ 53      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ tryCatch                             │ 1,854 (±5.77%) │ 77      │
└──────────────────────────────────────┴────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 86.998% when pulling 19ebb2515d3565cb454ed7440d8fd31968a8c7e5 on doc-update into 6e5fea489804eed3f77a35ed52abc9739e51514b on master.

tusharmath commented 7 years ago

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

Node: v7.8.0 V8: 5.5.372.43

┌──────────────────────────────────────┬────────────────┬─────────┐
│ name                                 │ ops/sec        │ samples │
├──────────────────────────────────────┼────────────────┼─────────┤
│ create                               │ 1,020 (±0.57%) │ 85      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> debounce                     │ 840 (±4.61%)   │ 66      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce                │ 168 (±0.29%)   │ 83      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce               │ 50 (±0.46%)    │ 76      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10)               │ 526 (±0.24%)   │ 86      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest │ 5,035 (±4.18%) │ 65      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ tryCatch                             │ 2,166 (±1.05%) │ 90      │
└──────────────────────────────────────┴────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 86.998% when pulling 317eb31761530b58a5b63492494300f906c712fb on doc-update into 6e5fea489804eed3f77a35ed52abc9739e51514b on master.