dart-lang / benchmark_harness

The official benchmark harness for Dart
https://pub.dev/packages/benchmark_harness
BSD 3-Clause "New" or "Revised" License
94 stars 26 forks source link

Possible to run benchmarks via dart2js / Chrome? #100

Open bramp opened 8 months ago

bramp commented 8 months ago

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.