We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c099e10 commit 54523f4Copy full SHA for 54523f4
1 file changed
JetStreamDriver.js
@@ -1254,7 +1254,7 @@ class Benchmark {
1254
const result = scores[i];
1255
const cx = padding + i * xRatio;
1256
const cy = height - padding - (result - minResult) * yRatio;
1257
- const title = `Iteration ${i + 1}: ${uiFriendlyDuration(result)}`;
+ const title = `Iteration ${i + 1}: ${uiFriendlyScore(result)}`;
1258
circlesSVG += `<circle cx="${cx}" cy="${cy}" r="${radius}"><title>${title}</title></circle>`;
1259
}
1260
plotContainer.innerHTML = `<svg width="${width}px" height="${height}px">${circlesSVG}</svg>`;
0 commit comments