From 2bd968447e49744b55570a2897d03720b2ce0c95 Mon Sep 17 00:00:00 2001 From: Keith Miller Date: Wed, 17 Sep 2025 16:59:54 -0400 Subject: [PATCH] Web-SSR needed to be rebased against the options bag benchmark arguments change in 5be6cdc101b78b1fb93f2bbb5a22e7f6466831ca Re-enable the test now that it seems to be working again. --- JetStreamDriver.js | 2 +- web-ssr/benchmark.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JetStreamDriver.js b/JetStreamDriver.js index a2713714..4f7e079f 100644 --- a/JetStreamDriver.js +++ b/JetStreamDriver.js @@ -1978,7 +1978,7 @@ let BENCHMARKS = [ // BUNDLE_BLOB: "./web-ssr/dist/bundle.js", BUNDLE_BLOB: "./web-ssr/dist/bundle.min.js", }, - tags: ["web", "ssr"], + tags: ["Default", "web", "ssr"], iterations: 30, }), // Class fields diff --git a/web-ssr/benchmark.js b/web-ssr/benchmark.js index 1a8f03d4..12f51ecd 100644 --- a/web-ssr/benchmark.js +++ b/web-ssr/benchmark.js @@ -34,7 +34,7 @@ class Benchmark { sourceHash = 0 iterationSourceCodes = []; - constructor(iterationCount) { + constructor({ iterationCount }) { this.iterationCount = iterationCount }