File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -782,6 +782,12 @@ <h3>
782
782
on .NET implementation of String using Mono Interpreter. Source code: < a href ="wasm/dotnet "> .NET</ a > .
783
783
</ dd >
784
784
785
+ < dt id ="dotnet-interp-json "> dotnet-interp-json</ dt >
786
+ < dd >
787
+ Tests < a href ="https://github.com/dotnet/runtime "> .NET on WebAssembly</ a > . This benchmark tests operations
788
+ on .NET implementation of JSON serialization & deserialization using Mono Interpreter. Source code: < a href ="wasm/dotnet "> .NET</ a > .
789
+ </ dd >
790
+
785
791
< dt id ="dotnet-interp-exceptions "> dotnet-interp-exceptions</ dt >
786
792
< dd >
787
793
Tests < a href ="https://github.com/dotnet/runtime "> .NET on WebAssembly</ a > . This benchmark tests operations
@@ -800,6 +806,12 @@ <h3>
800
806
on .NET implementation of String using Mono AOT. Source code: < a href ="wasm/dotnet "> .NET</ a > .
801
807
</ dd >
802
808
809
+ < dt id ="dotnet-aot-json "> dotnet-aot-json</ dt >
810
+ < dd >
811
+ Tests < a href ="https://github.com/dotnet/runtime "> .NET on WebAssembly</ a > . This benchmark tests operations
812
+ on .NET implementation of JSON serialization & deserialization using Mono AOT. Source code: < a href ="wasm/dotnet "> .NET</ a > .
813
+ </ dd >
814
+
803
815
< dt id ="dotnet-aot-exceptions "> dotnet-aot-exceptions</ dt >
804
816
< dd >
805
817
Tests < a href ="https://github.com/dotnet/runtime "> .NET on WebAssembly</ a > . This benchmark tests operations
You can’t perform that action at this time.
0 commit comments