Skip to content

Tags: codebeltnet/benchmarkdotnet

Tags

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.6/service update (#14)

🔧 upgrade docker base images in docfx dockerfile
⬆️ upgrade nuget dependencies
🔄 enhance ci-pipeline with privilege job checks and dynamic config
✨ normalize whitespace in release notes generation

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.5/service update (#13)

📝 release: finalize v1.2.5 with updated changelog and notes
⬆️ upgrade: bump package versions across solution
🧪 test: add Docker environments for .NET 9 and 10
👷 ci: automate service release workflows
🎨 docs: refresh branding with new logo and navigation
🔧 config: simplify package release notes reading

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.4/service update (#12)

📦️ updated NuGet package definition
⬆️ bump dependecies
💬 updated community health pages

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.3/service update (#10)

⬆️ bump Codebelt.Bootstrapper.Console and Cuemon.Core package versions
📝 update entry format in PackageReleaseNotes.txt for clarity
📝 fix formatting in PackageReleaseNotes.txt for consistency

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.2/service update (#7)

📦️ updated NuGet package definition
⬆️ bump dependecies
💬 updated community health pages
👷 update ci pipeline for consistency cross-codebeltnet

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.1/service update (#5)

⬆️ bump dependecies

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.2.0/service update (#3)

🔥 removed BenchmarkWorker and associated tests and benchmarks
⬆️ bump dependecies
🚨 CA2249 - update path filtering to use Contains for better readability
🚨 justification for CA1859
♻️ simplified BenchmarkProgram inheriting from MinimalConsoleProgram
💬 updated community health pages
📦️ updated NuGet package definition

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.1.0/worker flexibility (#2)

♻️ simplify file handling in benchmark workspace
🧹 remove danish culture from benchmark options
✨ enhance benchmark run method with service configurator
♻️ conditionally suppress console status messages in services
♻️ skip entry assembly depending tests when running under resharper
✨ add methods to get benchmark reports and tuning paths
✨ add skip option for benchmarks with existing reports
✨ add option to skip benchmarks with existing reports
:arrow_up: bump dependencies
:package: updated NuGet package definition
:art: update icon for benchmarkdotnet console application
:speech_balloon: updated community health pages
:white_check_mark: make SuppressStatusMessages test build-config aware
:white_check_mark: enable skipping benchmarks with reports
✨ add guidelines to avoid internalsvisibleto in tests
:bug: filter out benchmark run files from tuning reports directory
🔧 use 'using' declaration for host in benchmark run method
✨ improve benchmark skipping logic and add directory existence check

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.0.0/benchmarkdotnet api (#1)

🎉 initial release of BenchmarkDotNet API by Codebelt