schell / todo-mvc-bench

A benchmarking suite for TodoMVC implementations
5 stars 3 forks source link

Use `set_immediate` instead of `timeout(0)`, which does not run immediately #42

Closed erikdesjardins closed 4 years ago

erikdesjardins commented 4 years ago

Depends on https://github.com/schell/mogwai/pull/24

schell commented 4 years ago

Thank you! This gives a nice speed up in all the tests which is much appreciated.