Chromium Code Reviews| Index: benchmarks/raytrace.js |
| =================================================================== |
| --- benchmarks/raytrace.js (revision 4958) |
| +++ benchmarks/raytrace.js (working copy) |
| @@ -8,7 +8,7 @@ |
| // untouched. This file also contains a copy of parts of the Prototype |
| // JavaScript framework which is used by the ray tracer. |
| -var RayTrace = new BenchmarkSuite('RayTrace', 932666, [ |
| +var RayTrace = new BenchmarkSuite('RayTrace', 533115, [ |
| new Benchmark('RayTrace', renderScene) |
| ]); |