benchmark_harness
benchmark_harness copied to clipboard
Possible to run benchmarks via dart2js / Chrome?
dart test has a handy --platform flag, where you can run your tests under different environments, 'vm', 'chrome', 'node' and some others.
It would be useful if benchmarks could be run the same way.