Skip to content

Commit 576f2a4

Browse files
committed
fix
1 parent 020eb7b commit 576f2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ class WSLBenchmark extends Benchmark {
12091209
const benchmarkName = "${this.name}";
12101210
let results = [];
12111211
{
1212-
const markLabel = benchmarkName + "-stlib";
1212+
const markLabel = benchmarkName + "-stdlib";
12131213
const startMark = performance.mark(markLabel);
12141214
12151215
let start = performance.now();

0 commit comments

Comments
 (0)