Lines Matching full:score
30 // computing a score based on the timing measurements.
37 // not be accounted for in the benchmark score.
47 // run the benchmark. The benchmark score is computed later once a
63 // addition to the reference timing that the final score will be based
103 // context of browsers. Once done, the final score is reported to the
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
127 var formatted = BenchmarkSuite.FormatScore(100 * score);
157 // Converts a score value to a string with at least three significant
179 var score = this.reference / mean;
180 BenchmarkSuite.scores.push(score);
182 var formatted = BenchmarkSuite.FormatScore(100 * score);