Beware the way you're benchmarking, e.g. immutable structures and pure (& immutable-state-aware) components can make a pretty huge difference in react.
Maybe I can just use the TodoMVC app.
Or http://evancz.github.io/todomvc-perf-comparison/ which seems to be an older version of the same bench but has a better output.
I also think that Riot performance can be further optimized.
Slowly getting there...
Beware the way you're benchmarking, e.g. immutable structures and pure (& immutable-state-aware) components can make a pretty huge difference in react.