Skip to content

Commit 54523f4

Browse files
committed
update UI too
1 parent c099e10 commit 54523f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ class Benchmark {
12541254
const result = scores[i];
12551255
const cx = padding + i * xRatio;
12561256
const cy = height - padding - (result - minResult) * yRatio;
1257-
const title = `Iteration ${i + 1}: ${uiFriendlyDuration(result)}`;
1257+
const title = `Iteration ${i + 1}: ${uiFriendlyScore(result)}`;
12581258
circlesSVG += `<circle cx="${cx}" cy="${cy}" r="${radius}"><title>${title}</title></circle>`;
12591259
}
12601260
plotContainer.innerHTML = `<svg width="${width}px" height="${height}px">${circlesSVG}</svg>`;

0 commit comments

Comments
 (0)