Home
last modified time | relevance | path

Searched refs:BenchmarkSuite (Results 1 – 13 of 13) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js67 function BenchmarkSuite(name, reference, benchmarks) { class
71 BenchmarkSuite.suites.push(this);
76 BenchmarkSuite.suites = [];
82 BenchmarkSuite.version = '8';
110 BenchmarkSuite.RunSuites = function(runner) {
112 var suites = BenchmarkSuite.suites;
114 BenchmarkSuite.scores = [];
131 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
132 var formatted = BenchmarkSuite.FormatScore(100 * score);
142 BenchmarkSuite.CountBenchmarks = function() {
[all …]
Drun.js60 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
65 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
Dcode-load.js68 var CodeLoad = new BenchmarkSuite('CodeLoad', 450000, [
Dsplay.js36 var Splay = new BenchmarkSuite('Splay', 81491, [
Drichards.js38 var Richards = new BenchmarkSuite('Richards', 35302, [
Dnavier-stokes.js27 var NavierStokes = new BenchmarkSuite('NavierStokes', 1484000,
Ddeltablue.js26 var DeltaBlue = new BenchmarkSuite('DeltaBlue', 66118, [
Draytrace.js11 var RayTrace = new BenchmarkSuite('RayTrace', 739989, [
Dregexp.js40 var RegExpSuite = new BenchmarkSuite('RegExp', 910985, [
Dcrypto.js34 var Crypto = new BenchmarkSuite('Crypto', 266181, [
Dearley-boyer.js4 var EarleyBoyer = new BenchmarkSuite('EarleyBoyer', 666463, [
Dgbemu.js15 var GameboyBenchmark = new BenchmarkSuite('Gameboy', 18000000,
Dbox2d.js540 var Box2DBenchmark = new BenchmarkSuite('Box2D', 4559000,