Skip to content

Commit 4b8dff1

Browse files
authored
Merge pull request #159 from danleh/dotnet-wasm-rename
Include -wasm suffix in dotnet workloads
2 parents 0fc1bfe + 308bc15 commit 4b8dff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JetStreamDriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@ let BENCHMARKS = [
25022502
}),
25032503
// .NET
25042504
new AsyncBenchmark({
2505-
name: "dotnet-interp",
2505+
name: "dotnet-interp-wasm",
25062506
files: [
25072507
"./wasm/dotnet/interp.js",
25082508
"./wasm/dotnet/benchmark.js",
@@ -2513,7 +2513,7 @@ let BENCHMARKS = [
25132513
tags: ["Default", "Wasm", "dotnet"],
25142514
}),
25152515
new AsyncBenchmark({
2516-
name: "dotnet-aot",
2516+
name: "dotnet-aot-wasm",
25172517
files: [
25182518
"./wasm/dotnet/aot.js",
25192519
"./wasm/dotnet/benchmark.js",

in-depth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,14 +776,14 @@ <h3>
776776
Source code: <a href="proxy/vue-benchmark.js">vue-benchmark.js</a>
777777
</dd>
778778

779-
<dt id="dotnet-interp">dotnet-interp</dt>
779+
<dt id="dotnet-interp-wasm">dotnet-interp-wasm</dt>
780780
<dd>
781781
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
782782
on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation
783783
of a 3D scene using Mono Interpreter. Source code: <a href="wasm/dotnet">.NET</a>.
784784
</dd>
785785

786-
<dt id="dotnet-aot">dotnet-aot</dt>
786+
<dt id="dotnet-aot-wasm">dotnet-aot-wasm</dt>
787787
<dd>
788788
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
789789
on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation

0 commit comments

Comments
 (0)