tusharmath / observable-air

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

fix(curry): improve types of curried operators #66

Closed tusharmath closed 7 years ago

tusharmath commented 7 years ago

type info gets missed

tusharmath commented 7 years ago

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

Node: v7.1.0 V8: 5.4.500.36

┌────────────────────────┬────────────────────┬─────────┐
│ name                   │ ops/sec            │ samples │
├────────────────────────┼────────────────────┼─────────┤
│ file -> map -> reduce  │ 225 (±0.45%)       │ 83      │
├────────────────────────┼────────────────────┼─────────┤
│ file -> takeN(0, n/10) │ 567 (±0.34%)       │ 83      │
├────────────────────────┼────────────────────┼─────────┤
│ file -> scan -> reduce │ 60 (±0.48%)        │ 70      │
├────────────────────────┼────────────────────┼─────────┤
│ tryCatch               │ 14,539,804 (±1.3%) │ 84      │
├────────────────────────┼────────────────────┼─────────┤
│ scheduleImmediately    │ 430,547 (±0.6%)    │ 83      │
└────────────────────────┴────────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.04%) to 91.391% when pulling a2aff434f5a2a224fa852544fb5008988cf4cf6a on fix-signatures into 75f94ead0e10b74e9efdb91f25b001335868cc0e on master.