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
The managed code that consumes the in-tree copy of Brotli can be found here.
These are the mappings of the CompressionLevel enum to Brotli quality values:
"Fastest" => 1
"Optimal" => 4:
Unfortunately, the v1.1.0 tag has no mention of known perf regressions, so we were wondering if you were aware of these results and if you could help us figure out the possible root causes.
The text was updated successfully, but these errors were encountered:
The dotnet/runtime repo recently updated its in-tree copy of its Brotli dependency from v1.0.9 to v1.1.0.
We ran our performance benchmarks, and we noticed regressions in Linux-x64 and Windows-x64.
Most of our regression results were under 15%, but 6 results were between 39% an 49%.
Here's a list of the tests that showed regressions:
Windows x64
Linux x64
Some more info:
Files tested: https://github.com/dotnet/performance/tree/main/src/benchmarks/micro/libraries/System.IO.Compression/TestData).
CompressionLevel
enum to Brotli quality values:Unfortunately, the v1.1.0 tag has no mention of known perf regressions, so we were wondering if you were aware of these results and if you could help us figure out the possible root causes.
The text was updated successfully, but these errors were encountered: