We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d700f commit 2a6024bCopy full SHA for 2a6024b
1 file changed
JetStreamDriver.js
@@ -394,11 +394,11 @@ class Driver {
394
let text = "";
395
let newBenchmarks = [];
396
for (const benchmark of this.benchmarks) {
397
- const description = Object.keys(benchmark.subScores())
398
- description.push("Score")
+ const description = Object.keys(benchmark.subScores());
+ description.push("Score");
399
400
newBenchmarks.push(benchmark);
401
- const scoreIds = benchmark.scoreIdentifiers()
+ const scoreIds = benchmark.scoreIdentifiers();
402
const overallScoreId = scoreIds.pop();
403
404
if (isInBrowser) {
0 commit comments