We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1acad0 + 88fc81c commit 5a96520Copy full SHA for 5a96520
JetStreamDriver.js
@@ -2169,7 +2169,7 @@ let BENCHMARKS = [
2169
preload: dotnetPreloads("interp"),
2170
iterations: 10,
2171
worstCaseCount: 2,
2172
- tags: ["Wasm", "dotnet"]
+ tags: ["Default", "Wasm", "dotnet"]
2173
}),
2174
new AsyncBenchmark({
2175
name: "dotnet-aot",
@@ -2180,7 +2180,7 @@ let BENCHMARKS = [
2180
preload: dotnetPreloads("aot"),
2181
iterations: 15,
2182
2183
2184
})
2185
];
2186
0 commit comments