Show / Hide Table of Contents

BenchmarkDotNet v0.7.0

Milestone details

In the v0.7.0 scope, 0 issues were resolved and 0 pull requests were merged. This release includes 59 commits by 2 contributors.

Resolved issues (0)

Merged pull requests (0)

Commits (59)

  • 7f1c49 Add ShiftVsMultiplyBenchmark (by @AndreyAkinshin)
  • 21298c Renaming (by @AndreyAkinshin)
  • 86aada Add ReverseSortProgram (by @AndreyAkinshin)
  • 5830ef Add MakeRefVsBoxingProgram (by @AndreyAkinshin)
  • fe121e Automatic adjustment WarmUpIterationCount (by @AndreyAkinshin)
  • d3dd9c Improved console output (by @AndreyAkinshin)
  • 5e5df2 Update IncrementProgram (by @AndreyAkinshin)
  • dca61d Change Average statistic to Median (by @AndreyAkinshin)
  • 9d57e6 Update README.md (by @AndreyAkinshin)
  • 7cca77 StaticFieldProgram -> ArrayIterationProgram (by @AndreyAkinshin)
  • e02906 Add ForeachArray and ForeachList programs (by @AndreyAkinshin)
  • 8e3f6e Add StandardDeviation calculation (by @AndreyAkinshin)
  • 8b0c50 Add BenchmarkSettings singleton with DetailedMode property (by @AndreyAkinshin)
  • eae5bf Add useful arguments for console application (by @AndreyAkinshin)
  • 6f15f0 Update README.md (by @AndreyAkinshin)
  • c1c44b Add StackFrameProgram (by @AndreyAkinshin)
  • bbc6e7 Update StackFrameProgram (by @AndreyAkinshin)
  • 5f8121 Set version number and add NuGet package metadata (by @AndreyAkinshin)
  • 9425cb Add ProcessorAffinity to settings (by @AndreyAkinshin)
  • bcc037 Add single result benchmark mode (--single) and disable warmup mode (--disabl... (by @AndreyAkinshin)
  • 4ce0b4 Add build.bat for Benchmarks project (by @AndreyAkinshin)
  • 69fbc7 Add --output-file option (by @AndreyAkinshin)
  • df2092 Update build system (by @AndreyAkinshin)
  • addd25 Update run.bat (by @AndreyAkinshin)
  • b5c154 Add Mono support to run.bat (by @AndreyAkinshin)
  • a4b42a Update build system (by @AndreyAkinshin)
  • 65bbf7 Benchmarks: add support of selecting target program via number (by @AndreyAkinshin)
  • d4317b Add MedianTicks to CompetitionResult report in DetailedMode fixed #1 (by @AndreyAkinshin)
  • 3999e0 Update README.md (by @AndreyAkinshin)
  • bd7452 Update EnvironmentTickCount hack (by @AndreyAkinshin)
  • cf7aa6 Add CultureInfo setting (by @AndreyAkinshin)
  • 16bb5e Set BenchmarkDotNet version: 0.5.1 (by @AndreyAkinshin)
  • 07cf52 Add CompetitionBase: now competitions can be created in form of unit tests. (by @mijay)
  • 284b78 Full refactoring (by @AndreyAkinshin)
  • 2943d9 Add BenchmarkDotNet.Samples project (by @AndreyAkinshin)
  • 572483 Merge branch 'dev' (by @AndreyAkinshin)
  • 324d99 Remove ReflectionVsExpressionCompetition (by @AndreyAkinshin)
  • ce5c67 Add CacheConsiousBinarySearchCompetition (by @AndreyAkinshin)
  • ba8725 Add SelectVsConvertAllCompetition (by @AndreyAkinshin)
  • 60b002 Set BenchmarkDotNet version: 0.5.2 (by @AndreyAkinshin)
  • 3a4213 Fix in GetBenchmarkMethodClean (by @AndreyAkinshin)
  • 73ee56 Add BitCountCompetition (by @AndreyAkinshin)
  • 72836a Add missed Clean in BenchmarkCompetitionTask, Fixed #4 (by @AndreyAkinshin)
  • 1258cb Big refactoring (by @AndreyAkinshin)
  • 03bf14 Attributes renaming (by @AndreyAkinshin)
  • 98a3cd Improved environment info (by @AndreyAkinshin)
  • fe6e4e New benchmarks: ArrayBoundEliminationCompetition, InstructionLevelParallelism... (by @AndreyAkinshin)
  • c89054 Fix in EnvironmentHelper.GetConfiguration() (by @AndreyAkinshin)
  • 90d260 Add icon (by @AndreyAkinshin)
  • beb681 Improved WarmUp (by @AndreyAkinshin)
  • 7a63b6 Big refactoring (by @AndreyAkinshin)
  • 8197e5 Update samples (by @AndreyAkinshin)
  • c8d348 Add BenchmarkProperties (by @AndreyAkinshin)
  • 97c73a Update Cpu_InstructionLevelParallelism (by @AndreyAkinshin)
  • 957714 Small fixes (by @AndreyAkinshin)
  • fdf4dd Update README (by @AndreyAkinshin)
  • 8ac1ab Merge branch 'big-refactoring' (by @AndreyAkinshin)
  • 18a256 Small fixes (by @AndreyAkinshin)
  • 20df13 NuGet version: 0.7.0 (by @AndreyAkinshin)

Contributors (2)

  • Andrey Akinshin (@AndreyAkinshin)
  • Mitya Kononchuk (@mijay)

Thank you very much!

  • Improve this Doc
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors