Skip to content

Reenable Zstandard benchmarks - #5280

Open
rzikm wants to merge 1 commit into
dotnet:mainfrom
rzikm:reenable-zstandard
Open

Reenable Zstandard benchmarks#5280
rzikm wants to merge 1 commit into
dotnet:mainfrom
rzikm:reenable-zstandard

Conversation

@rzikm

@rzikm rzikm commented Aug 17, 2026

Copy link
Copy Markdown
Member

Reenable the Zstandard benchmarks.

Closes dotnet/runtime#124952.

Copilot AI lite review requested due to automatic review settings August 17, 2026 12:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Re-enables the Zstandard microbenchmarks in the micro benchmark suite by no longer unconditionally excluding the Zstandard benchmark source file, and instead gating it by target framework compatibility (net11.0+).

Changes:

  • Removes the unconditional exclusion of libraries/System.IO.Compression/Zstandard.cs.
  • Adds an MSBuild condition so the Zstandard benchmark is only included when targeting a framework compatible with net11.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/benchmarks/micro/MicroBenchmarks.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System.IO.Compression.Zstandard.dll missing from benchmark testhost payload

2 participants