tusharmath / observable-air

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

build(tsc): disable declaration files via config #166

Closed tusharmath closed 7 years ago

tusharmath commented 7 years ago

declarations will be generated before pre=publish only

tusharmath commented 7 years ago

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

Node: v7.7.3 V8: 5.5.372.41

┌──────────────────────────────────────┬────────────────┬─────────┐
│ name                                 │ ops/sec        │ samples │
├──────────────────────────────────────┼────────────────┼─────────┤
│ create                               │ 961 (±1.48%)   │ 81      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> debounce                     │ 739 (±6.99%)   │ 58      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce                │ 98 (±1.17%)    │ 74      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce               │ 43 (±3.83%)    │ 67      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10)               │ 469 (±3.73%)   │ 78      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest │ 3,803 (±5.92%) │ 60      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ tryCatch                             │ 1,795 (±3.76%) │ 79      │
└──────────────────────────────────────┴────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.602% when pulling 58e90749d582107a342b6b6cc9358fd179b067b6 on disable-dec into 1722c2fd2ca17cf90396d8d665da4e09d42ec29d on master.