tusharmath / observable-air

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

chore(typings): change output directory to ./.dist #114

Closed tusharmath closed 7 years ago

tusharmath commented 7 years ago

makes the src/ folder much cleaner

fixes #113

tusharmath commented 7 years ago

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

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ce757a8c3120d235824294727f8bbc08ee3dbb59 on change-typings-directory into on master.

tusharmath commented 7 years ago

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

Node: v7.4.0 V8: 5.4.500.45

┌─────────────────────────────────────────────────────┬─────────────────────┬─────────┐
│ name                                                │ ops/sec             │ samples │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ create                                              │ 985 (±1.34%)        │ 80      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 834 (±0.73%)        │ 81      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> map -> reduce                               │ 80 (±1.57%)         │ 74      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> scan -> reduce                              │ 56 (±2.36%)         │ 68      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 576 (±1.57%)        │ 79      │
├─────────────────────────────────────────────────────┼─────────────────────┼─────────┤
│ tryCatch                                            │ 13,602,897 (±2.77%) │ 84      │
└─────────────────────────────────────────────────────┴─────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage increased (+5.5%) to 87.398% when pulling 4f7061a6417a17d1565c745a537d24d0448b2680 on change-typings-directory into db34854ef189de1d29a591c1bde9a8d93ab9d9c6 on master.