tusharmath / observable-air

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

Fix/skip repeats typings #180

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.9.0 V8: 5.5.372.43

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 976 (±1.56%)    │ 82      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 771 (±6.51%)    │ 59      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 21,370 (±3.94%) │ 68      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 57 (±4.03%)     │ 66      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 33 (±1.72%)     │ 76      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 488 (±2.8%)     │ 80      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 4,186 (±5.97%)  │ 55      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 2,020 (±3.45%)  │ 84      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 86.574% when pulling e31fba09be73359a028bd34f50f2f2b2219f554f on fix/skip-repeats-typings into 8a31c5372bf7fb77da6c9ffa2838de4cb570567a on master.