Skip to content

Commit 775a036

Browse files
authored
Merge pull request #261 from danleh/dotnet-mime-fix
dotnet: silence mime type warning, make build (more) deterministic
2 parents 7a67b9a + 311a014 commit 775a036

37 files changed

+34
-40
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)