-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regressions in System.IO.Compression.Brotli #86335
Comments
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue DetailsRun Information
Regressions in System.IO.Compression.Brotli
ReproGeneral Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md Payloadsgit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.IO.Compression.Brotli*' PayloadsHistogramSystem.IO.Compression.Brotli.Decompress_WithState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithoutState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithoutState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsDocsProfiling workflow for dotnet/runtime repository
|
@DrewScoggins should this issue be moved to another area? Based on @EgorBo's comment above, the cause is likely unrelated to System.IO.Compression.Brotli? |
Yeah, we can just relabel this with the same label as the issue that @EgorBo linked. |
Tagging subscribers to this area: @hoyosjs Issue DetailsRun Information
Regressions in System.IO.Compression.Brotli
ReproGeneral Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md Payloadsgit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.IO.Compression.Brotli*' PayloadsHistogramSystem.IO.Compression.Brotli.Decompress_WithState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithoutState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithoutState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsSystem.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT DisasmsDocsProfiling workflow for dotnet/runtime repository
|
If this is just the toolchain update, we don't have any action here. The owners of Brotli could bring it up with the LLVM project, but there's nothing for runtime to do. |
Run Information
Regressions in System.IO.Compression.Brotli
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
Baseline
Compare
Payloads
Baseline
Compare
Histogram
System.IO.Compression.Brotli.Decompress_WithState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
System.IO.Compression.Brotli.Decompress_WithoutState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
System.IO.Compression.Brotli.Decompress_WithoutState(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
System.IO.Compression.Brotli.Decompress(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
System.IO.Compression.Brotli.Decompress(level: Optimal, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
System.IO.Compression.Brotli.Decompress_WithState(level: Fastest, file: "TestDocument.pdf")
Description of detection logic
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: