Show / Hide Table of Contents

BenchmarkDotNet v0.7.8

Milestone details

In the v0.7.8 scope, 0 issues were resolved and 0 pull requests were merged. This release includes 36 commits by 5 contributors.

Resolved issues (0)

Merged pull requests (0)

Commits (36)

  • 6ede76 Reporting: better number formats for ops/sec. (by @ppanyukov)
  • 118bc9 Merge pull request #17 from ppanyukov/feature/report-num-align (by @AndreyAkinshin)
  • 994cbc Markdown friendly reporting (by @AndreyAkinshin)
  • 91bbb4 Reporting: use fixed precision for AvrTime and StdDev. (by @ppanyukov)
  • e9b8fe Merge pull request #18 from ppanyukov/feature/report-num-align (by @AndreyAkinshin)
  • 121c3d Reporting: uniform time units across all benchmarks. (by @ppanyukov)
  • 1cb520 Merge pull request #21 from ppanyukov/feature/report-num-align (by @AndreyAkinshin)
  • a4f53e Reporting: refactor use of BenchmarkTimeSpan. (by @ppanyukov)
  • 7fbf63 Merge pull request #24 from ppanyukov/feature/report-num-align (by @AndreyAkinshin)
  • c8c893 message for Obsolete warning which tells what to use now + updated README (by @adamsitnik)
  • b48756 Merge pull request #26 from adamsitnik/master (by @AndreyAkinshin)
  • 36f849 Add Jit_RegistersVsStack (by @AndreyAkinshin)
  • 32cafc Allow a [Setup] method to be used on Benchmarks (by @mattwarren)
  • 8a14a8 Missed out of last commit (by @mattwarren)
  • 0103b7 Integration tests for [Setup] method closes #23, closes #7 (by @mattwarren)
  • 1e7c25 Display MSBuild errors in the console output, see #22 (by @mattwarren)
  • 876303 Added new benchmark for Stopwatch v DateTime (by @mattwarren)
  • e5f748 New ReportExporter system (by @AndreyAkinshin)
  • e0fdbc Add BenchmarkDotNet.Visualizer (by @AndreyAkinshin)
  • 954d08 Fix bug in op/s reporting (by @mattwarren)
  • d9dcf4 Tidying up BenchmarkDotNet.Samples layout see #29 (by @mattwarren)
  • 7abb1b Making Visualizer samples point to the new location (see #29) (by @mattwarren)
  • 96d5b9 Speed up the integration tests, closes #23 (by @mattwarren)
  • 2568a1 Initial work on Params attribute (see #8) (by @mattwarren)
  • 47fad8 Ensure Benchmarks with Params show up properly in Reports (by @mattwarren)
  • 36e060 Integration tests and sample for Params attribute (by @mattwarren)
  • 76ad88 Fixing some spelling mistakes (by @mattwarren)
  • 81e6eb Update BenchmarkProgram.txt (by @mattwarren)
  • 4008cf Merge pull request #32 from PerfDotNet/mattwarren-exception-handling (by @mattwarren)
  • 9e893e Statistic improvements (by @AndreyAkinshin)
  • 9ce9f9 Ensure that Params attribute can work with static fields/properties (by @mattwarren)
  • 7c3782 Update README.md (by @AndreyAkinshin)
  • 5a1783 Update Array_HeapAllocVsStackAlloc.cs (by @mattwarren)
  • 50ff16 Allow just number param in RunCompetitions. (by @vkkoshelev)
  • 04c306 Merge pull request #34 from vedun-z/master (by @AndreyAkinshin)
  • a630dc Set library version: 0.7.8 (by @AndreyAkinshin)

Contributors (5)

  • Adam Sitnik (@adamsitnik)
  • Andrey Akinshin (@AndreyAkinshin)
  • Matt Warren (@mattwarren)
  • Philip Panyukov (@ppanyukov)
  • vkkoshelev (@vkkoshelev)

Thank you very much!

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