Skip to content

Commit b860247

Browse files
committed
dotnet: silence array buffer instantiation warnings, try to make build more deterministic
Fixes #196
1 parent 687792e commit b860247

37 files changed

+36
-37
lines changed

wasm/dotnet/benchmark.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class Benchmark {
128128
this.api = await this.dotnet.withModuleConfig({ locateFile: e => e }).withConfig(config).create();
129129
this.exports = await this.api.getAssemblyExports("dotnet.dll");
130130

131-
132131
// This drives the workload size for BenchTasks half of the test.
133132
this.benchTasksBatchSize = dotnetFlavor === "aot" ? 50 : 10;
134133

@@ -140,4 +139,4 @@ class Benchmark {
140139
async runIteration() {
141140
await this.exports.Interop.RunIteration(this.benchTasksBatchSize, this.sceneWidth, this.sceneHeight, this.hardwareConcurrency);
142141
}
143-
}
142+
}
Binary file not shown.
29 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
29 Bytes
Binary file not shown.
29 Bytes
Binary file not shown.
29 Bytes
Binary file not shown.
29 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)