You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `--dotnet-path` to the ci scripts
For wasm builds, we use a custom dotnet populated with the bits from a
`runtime` build. And this is passed to bdn via `--cli` argument.
The project is built by `benchmarks_ci.py` first, and then run, which
then runs builds the project again via BDN, using the dotnet from the
`--cli` argument.
But this means that the project gets built with the "default" dotnet
first, and then the custom one next, which can result in a corrupted
build.
* [wasm] Validate the WasmMainJSPath early
* [wasm] Adjust some properties to improve the build
Run Information
Regressions in System.Globalization.Tests.StringSearch
Related Issue on x64 ubuntu
[Perf 19%] System.Globalization.Tests.StringSearch (8)
Related Issue on x64 ubuntu
[Perf 21%] System.Globalization.Tests.StringSearch (7)
Related Issue on x64 ubuntu
[Perf 21%] System.Globalization.Tests.StringSearch (9)
Related Issue on x64 Windows
[Perf 23%] System.Globalization.Tests.StringSearch (16)
Historical Data in Reporting System
Repro
Histogram
System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreCase, True))
System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (pl-PL, None, False))
System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreSymbols, False))
System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, IgnoreCase, True))
System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, IgnoreSymbols, False))
System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, None, True))
System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (en-US, IgnoreSymbols, False))
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: