Skip to content

Commit

Permalink
Merge branch 'master' into regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Sep 11, 2015
2 parents a23da7e + 9288e15 commit f87207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final source = loadFile("input.md");
final expected = loadFile("output.html");

void main(List<String> args) {
var best = 99999999.0;
var best = double.INFINITY;

// Run the benchmark several times. This ensures the VM is warmed up and lets
// us see how much variance there is.
Expand Down

0 comments on commit f87207e

Please sign in to comment.