Skip to content

Commit 2bd9684

Browse files
committed
Web-SSR needed to be rebased against the options
bag benchmark arguments change in 5be6cdc Re-enable the test now that it seems to be working again.
1 parent d2a9536 commit 2bd9684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ let BENCHMARKS = [
19781978
// BUNDLE_BLOB: "./web-ssr/dist/bundle.js",
19791979
BUNDLE_BLOB: "./web-ssr/dist/bundle.min.js",
19801980
},
1981-
tags: ["web", "ssr"],
1981+
tags: ["Default", "web", "ssr"],
19821982
iterations: 30,
19831983
}),
19841984
// Class fields

web-ssr/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Benchmark {
3434
sourceHash = 0
3535
iterationSourceCodes = [];
3636

37-
constructor(iterationCount) {
37+
constructor({ iterationCount }) {
3838
this.iterationCount = iterationCount
3939
}
4040

0 commit comments

Comments
 (0)