Home | History | Annotate | Download | only in benchmarks

Lines Matching full:benchmark

1 V8 Benchmark Suite
4 This is the V8 benchmark suite: A collection of pure JavaScript
8 In addition to the benchmarks, the suite consists of the benchmark
10 benchmark files, and two benchmark runners: An HTML version (run.html)
17 For version 2 the crypto benchmark was fixed. Previously, the
22 are reset for each iteration of the benchmark. In addition, the size
35 Version 3 adds a new benchmark, RegExp. The RegExp benchmark is
48 The Splay benchmark is a newcomer in version 4. It manipulates a
53 removed from the RayTrace benchmark. This does not affect the running
54 of the benchmark.
61 the Object.prototype.inherits function in the DeltaBlue benchmark to
69 Removed dead code from the RayTrace benchmark and fixed a couple of
70 typos in the DeltaBlue implementation. Changed the Splay benchmark to
74 benchmark to exercise the regular expression engine on different
77 Furthermore, the benchmark runner was changed to run the benchmarks
85 Added the Navier-Stokes benchmark, a 2D differential equation solver