schell / todo-mvc-bench

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

Support for multiple versions of the same framework #45

Open ivanceras opened 4 years ago

ivanceras commented 4 years ago

There's a lot of cases, where you compare versions of the same framework to see their improvement, degradation overtime.

schell commented 4 years ago

This is supported already, so long as you put the frameworks in different folders as shown with mogwai 0.2 and mogwai 0.1 here. Then create an entry for each of them as shown here.

I hope that helps!