Tags: codebeltnet/benchmarkdotnet
Tags
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.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/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