diff options
| author | Ben Murdoch <benm@google.com> | 2010-10-22 12:50:53 +0100 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2010-10-22 20:03:06 +0100 |
| commit | f87a203d89e1bbb6708282e0b64dbd13d59b723d (patch) | |
| tree | d7658572059125113d4052a87e2e2c1251419c64 /benchmarks | |
| parent | 0d5e116f6aee03185f237311a943491bb079a768 (diff) | |
| download | android_external_v8-f87a203d89e1bbb6708282e0b64dbd13d59b723d.tar.gz android_external_v8-f87a203d89e1bbb6708282e0b64dbd13d59b723d.tar.bz2 android_external_v8-f87a203d89e1bbb6708282e0b64dbd13d59b723d.zip | |
Update V8 to r5675 as required by WebKit r70209
Change-Id: Ib10adb470d41ca8c109ead5fc893b880e18d489f
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/base.js b/benchmarks/base.js index 0388da68..ffabf24d 100644 --- a/benchmarks/base.js +++ b/benchmarks/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 = '6 (candidate)'; +BenchmarkSuite.version = '6'; // To make the benchmark results predictable, we replace Math.random |
