File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/Components/benchmarkapps/Wasm.Performance/Driver Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4- using System . Globalization ;
54using System . Reflection ;
65using System . Runtime . ExceptionServices ;
76using System . Text ;
@@ -21,10 +20,6 @@ public class Program
2120
2221 public static async Task < int > Main ( string [ ] args )
2322 {
24- // Set culture to en-US to avoid invalid @posix suffix. Fixes https://github.com/dotnet/aspnetcore/issues/64450
25- CultureInfo . CurrentCulture = CultureInfo . GetCultureInfo ( "en-US" ) ;
26- CultureInfo . CurrentUICulture = CultureInfo . GetCultureInfo ( "en-US" ) ;
27-
2823 // This cancellation token manages the timeout for the stress run.
2924 // By default the driver executes and reports a single Benchmark run. For stress runs,
3025 // we'll pass in the duration to execute the runs in seconds. This will cause this driver
You can’t perform that action at this time.
0 commit comments