tusharmath / observable-air

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

docs(api): update docs #231

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.4.0 V8: 6.2.414.46-node.17

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 681 (±1.29%)    │ 77      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 521 (±5.03%)    │ 57      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 56,288 (±6.66%) │ 54      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 41 (±4.46%)     │ 66      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 21 (±1.65%)     │ 54      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 356 (±1.36%)    │ 77      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 5,374 (±4.45%)  │ 61      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 847 (±2.23%)    │ 75      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> mergeMap                                    │ 33 (±3.04%)     │ 74      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ (file, file) -> concat                              │ 17,845 (±3.26%) │ 75      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
tusharmath commented 6 years ago

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

Node: v9.4.0 V8: 6.2.414.46-node.17

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 756 (±0.67%)    │ 86      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 654 (±4.53%)    │ 56      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 89,576 (±2.41%) │ 74      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 47 (±4.8%)      │ 74      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 24 (±2.3%)      │ 59      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 405 (±1.44%)    │ 83      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 6,880 (±1.39%)  │ 73      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 1,121 (±0.77%)  │ 87      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> mergeMap                                    │ 41 (±1.32%)     │ 65      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ (file, file) -> concat                              │ 21,338 (±1.37%) │ 78      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 89.492% when pulling c271e7e0727e8039ddffd12d3ffb30c1ec87baf8 on greenkeeper/rollup-0.53.0 into c42198cc29fec17d053a63309e6340842340e405 on master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 89.492% when pulling c271e7e0727e8039ddffd12d3ffb30c1ec87baf8 on greenkeeper/rollup-0.53.0 into c42198cc29fec17d053a63309e6340842340e405 on master.