Skip to content

Bump Perfolizer from 0.5.3 to 0.6.6#34

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Chronometer/Perfolizer-0.6.6
Closed

Bump Perfolizer from 0.5.3 to 0.6.6#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/Chronometer/Perfolizer-0.6.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Updated Perfolizer from 0.5.3 to 0.6.6.

Release notes

Sourced from Perfolizer's releases.

0.6.6

Dependency maintenance release: upgrades Pragmastat from 7.0.0 to 8.0.0.

Internal

  • Upgrade Pragmastat dependency from 7.0.0 to 8.0.0 (major version bump with no code changes required)

Full Changelog: AndreyAkinshin/perfolizer@v0.6.5...v0.6.6

Release notes generated by herald v1.0.4

0.6.5

Modernize build infrastructure: migrate from Cake Frosting to mise, replace CI/CD workflows with tiered pipelines, and bump Pragmastat to 7.0.0.

Breaking Changes

  • Pragmastat dependency upgraded from 6.0.1 to 7.0.0 (major version bump)

Improvements

  • Migrate build system from Cake Frosting to mise tasks (build, test, check, clean, restore, pack, ci)
  • Version now read from a single VERSION file instead of hardcoded MSBuild properties in Directory.Build.props
  • Replace GitHub Actions workflows (build.yml, publish-nightly.yml, publish-release.yml) with tiered ci.yml (format check, cross-platform test matrix, pack, gate) and manual publish.yml (test, pack, tag, GitHub release, NuGet push)
  • Remove nightly MyGet publishing
  • Apply dotnet format whitespace fixes across 121 files
  • Remove deprecated PackageIconUrl from package metadata (icon already embedded via PackageIcon)

Documentation

  • Rewrite README project description with three paragraphs covering Perfolizer's purpose, BenchmarkDotNet origins, and Pragmastat migration
  • Update README badges: remove MyGet and CI badge, update build badge URL

Internal

  • Delete Cake Frosting build project (build/), shell scripts (build.sh, build.ps1, build.bat)
  • Clean up .gitignore: remove Mercurial directives, BenchmarkDotNet leftovers, Cake entries, and legacy C++ patterns; add nupkg/
  • Update branch references from master to main in CI workflow and package metadata

Full Changelog: AndreyAkinshin/perfolizer@v0.6.4...v0.6.5

Release notes generated by herald v1.0.3

0.6.4

A maintenance release that updates the Pragmastat dependency to v6.0.1 and removes redundant code.

Internal

  • Dependency update: Bumped Pragmastat from 5.2.0 to 6.0.1, which includes a redesigned ratio estimator using geometric interpolation and a new RatioBounds estimator
  • Code cleanup: Removed redundant RngExtensions class as Pragmastat.Randomization.Rng now provides the Uniform(double min, double max) method directly

Full Changelog: AndreyAkinshin/perfolizer@v0.6.3...v0.6.4

0.6.3

This release updates the Pragmastat dependency to version 5.2.0 and migrates internal random number generation to use UniformInt32 for improved type safety.

Internal

  • Update Pragmastat dependency from 5.1.0 to 5.2.0
  • Migrate from deprecated UniformInt (returns long) to UniformInt32 (returns int) across test code and LimitedRandomGenerator, eliminating unnecessary casts

Full Changelog: AndreyAkinshin/perfolizer@v0.6.2...v0.6.3

0.6.2

This release migrates the random number generation infrastructure from System.Random to Pragmastat's deterministic Rng system (xoshiro256++), enabling cross-platform reproducible random number generation and fixing a bias in the shuffle algorithm.

Breaking Changes

  • IContinuousDistribution.Random(Random? random) signature changed to Random(Rng? rng) — all 17 distribution implementations now accept Pragmastat.Randomization.Rng instead of System.Random
  • RandomGenerator and LimitedRandomGenerator now use Rng internally
  • Removed Shuffler class — use Rng.Shuffle() instead

Bug Fixes

  • Fix biased shuffle algorithm that picked from full range [0, count) instead of shrinking range [0, i+1) (#​22)

Internal

  • Upgrade Pragmastat dependency 3.2.4 → 5.1.0
  • Migrate demos, simulations, and all tests to use Rng

Full Changelog: AndreyAkinshin/perfolizer@v0.6.1...v0.6.2

0.6.1

Full Changelog: AndreyAkinshin/perfolizer@v0.6.0...v0.6.1

0.6.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Perfolizer
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies labels Feb 12, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

Superseded by #35.

@dependabot dependabot bot closed this Feb 19, 2026
@dependabot dependabot bot deleted the dependabot/nuget/src/Chronometer/Perfolizer-0.6.6 branch February 19, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants