File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
wasm/dotnet/build-interp/wwwroot/_framework Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2282,8 +2282,8 @@ let BENCHMARKS = [
2282
2282
"./wasm/dotnet/benchmark.js" ,
2283
2283
] ,
2284
2284
preload : dotnetPreloads ( "interp" ) ,
2285
- iterations : 2 ,
2286
- worstCaseCount : 1 ,
2285
+ iterations : 10 ,
2286
+ worstCaseCount : 2 ,
2287
2287
tags : [ "Wasm" , "dotnet" ]
2288
2288
} ) ,
2289
2289
new AsyncBenchmark ( {
@@ -2293,8 +2293,8 @@ let BENCHMARKS = [
2293
2293
"./wasm/dotnet/benchmark.js" ,
2294
2294
] ,
2295
2295
preload : dotnetPreloads ( "aot" ) ,
2296
- iterations : 4 ,
2297
- worstCaseCount : 1 ,
2296
+ iterations : 15 ,
2297
+ worstCaseCount : 2 ,
2298
2298
tags : [ "Wasm" , "dotnet" ]
2299
2299
} )
2300
2300
] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"mainAssemblyName" : " dotnet" ,
3
3
"resources" : {
4
- "hash" : " sha256-ezRDz6H5tKMjptH2ReJ2D+NOcqDKtAmeQmi5Rng7EMs =" ,
4
+ "hash" : " sha256-epkqAGMnhXPdLSVY82kSgrgnTJ7/DQ5AvtVnnfaAAt0 =" ,
5
5
"jsModuleNative" : {
6
6
"dotnet.native.js" : " sha256-byX+R2fU4k/BCE4uzI+3ZqDM4tUu50nBCUwWUwhAdWQ="
7
7
},
21
21
"System.Runtime.InteropServices.JavaScript.wasm" : " sha256-korzY+8y6mDCphxjpRx32qfUE1gK6/6D9W3cnrkRvjo="
22
22
},
23
23
"assembly" : {
24
- "dotnet.wasm" : " sha256-L9ikR6noSArHMLSS5bEeP56holqZR9+98IHJDkIYQZA =" ,
24
+ "dotnet.wasm" : " sha256-cX9JP6/LNFLI7mxWCZADyUWY0bG55uZVbFDgy12K380 =" ,
25
25
"System.Collections.Concurrent.wasm" : " sha256-t0RfwdTUubHqJjICCaVLtSx90sFWPoVRYIBQnpqEfMQ=" ,
26
26
"System.Collections.wasm" : " sha256-74tIaxlz1VKy1ZJ4df4oWr0Qg+02hNMZMg8sM0uJR2s=" ,
27
27
"System.ComponentModel.Primitives.wasm" : " sha256-9KlsDyYr/L+BwPCVQ2tA0tK0UoOCyGIHfd97P1s0oBE=" ,
You can’t perform that action at this time.
0 commit comments