| Index: js/base.js
|
| diff --git a/js/base.js b/js/base.js
|
| index fa17eb5ede06337a5167f6cc910c36822f7718cb..47ef29b42b0a016cc9ca049dd8cb5ac8e155658f 100644
|
| --- a/js/base.js
|
| +++ b/js/base.js
|
| @@ -78,7 +78,7 @@ BenchmarkSuite.suites = [];
|
| // Scores are not comparable across versions. Bump the version if
|
| // you're making changes that will affect that scores, e.g. if you add
|
| // a new benchmark or change an existing one.
|
| -BenchmarkSuite.version = '1';
|
| +BenchmarkSuite.version = '1.5';
|
|
|
| BenchmarkSuite.run_model = "repeated";
|
|
|
|
|