diff --git a/JetStreamDriver.js b/JetStreamDriver.js index eaf430e5..f979c43c 100644 --- a/JetStreamDriver.js +++ b/JetStreamDriver.js @@ -2502,7 +2502,7 @@ let BENCHMARKS = [ }), // .NET new AsyncBenchmark({ - name: "dotnet-interp", + name: "dotnet-interp-wasm", files: [ "./wasm/dotnet/interp.js", "./wasm/dotnet/benchmark.js", @@ -2513,7 +2513,7 @@ let BENCHMARKS = [ tags: ["Default", "Wasm", "dotnet"], }), new AsyncBenchmark({ - name: "dotnet-aot", + name: "dotnet-aot-wasm", files: [ "./wasm/dotnet/aot.js", "./wasm/dotnet/benchmark.js", diff --git a/in-depth.html b/in-depth.html index b1eb1508..2aa3bc52 100644 --- a/in-depth.html +++ b/in-depth.html @@ -776,14 +776,14 @@

Source code: vue-benchmark.js -
dotnet-interp
+
dotnet-interp-wasm
Tests .NET on WebAssembly. This benchmark tests operations on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation of a 3D scene using Mono Interpreter. Source code: .NET.
-
dotnet-aot
+
dotnet-aot-wasm
Tests .NET on WebAssembly. This benchmark tests operations on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation