Chromium Code Reviews| Index: benchmarks/splay.js |
| =================================================================== |
| --- benchmarks/splay.js (revision 5457) |
| +++ benchmarks/splay.js (working copy) |
| @@ -33,7 +33,7 @@ |
| // also has to deal with a lot of changes to the large tree object |
| // graph. |
| -var Splay = new BenchmarkSuite('Splay', 21915, [ |
| +var Splay = new BenchmarkSuite('Splay', 81491, [ |
| new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown) |
| ]); |