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

change from the elapsedMilliseconds to elapsedMicroseconds #16

Closed devoncarew closed 10 years ago

devoncarew commented 10 years ago

@johnmccutchan, @sethladd

I'm not sure if there's a reason we're using the elapsedMilliseconds call instead of elapsedMicroseconds. The measureFor() method is actually reporting back the number of microseconds elapsed, so this seems like the right value to measure.

devoncarew commented 10 years ago

Done - ptal.