tusharmath / observable-air

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

refactor(interfaces): prefix interfaces with an 'I' #168

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.7.3 V8: 5.5.372.41

┌──────────────────────────────────────┬────────────────┬─────────┐
│ name                                 │ ops/sec        │ samples │
├──────────────────────────────────────┼────────────────┼─────────┤
│ create                               │ 1,004 (±1.12%) │ 85      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> debounce                     │ 733 (±7.13%)   │ 55      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> map -> reduce                │ 153 (±2.57%)   │ 77      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> scan -> reduce               │ 45 (±2.92%)    │ 69      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ file -> takeN(0, n/10)               │ 520 (±1.06%)   │ 85      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest │ 4,176 (±6.12%) │ 65      │
├──────────────────────────────────────┼────────────────┼─────────┤
│ tryCatch                             │ 2,030 (±2.68%) │ 87      │
└──────────────────────────────────────┴────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.602% when pulling fe61948fbd508ed7c0cd3d0d2a432ea4e2acd7f7 on rename-interfaces into 0ccf982a31400e8c1b76df1977c39580b0362947 on master.