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

Run benchmarks in browser #8

Closed sethladd closed 11 years ago

sethladd commented 11 years ago

This enables the benchmarks to be run in the browser.

Also, fixes bug with Dart version not correctly matching the config of the JS version.