tusharmath / observable-air

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

chore(package): update dependencies #239

Closed tusharmath closed 6 years ago

tusharmath commented 6 years ago

observable-air@0.0.0-development benchmark /home/travis/build/tusharmath/observable-air tsc; node ./benchmarks/run

Node: v9.8.0 V8: 6.2.414.46-node.21

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 676 (±1.49%)    │ 78      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 528 (±4.46%)    │ 56      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 75,429 (±2.57%) │ 66      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 41 (±4.46%)     │ 66      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 19 (±5.49%)     │ 49      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 297 (±5.56%)    │ 65      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 5,309 (±4.92%)  │ 56      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 938 (±3.35%)    │ 75      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> mergeMap                                    │ 31 (±3.21%)     │ 63      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ (file, file) -> concat                              │ 14,104 (±5.71%) │ 61      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
tusharmath commented 6 years ago

:tada: This PR is included in version 10.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: