Skip to content

Releases: OudomMunint/Benchmark

v1.5.1

08 Feb 11:57
001f959
Compare
Choose a tag to compare

What's Changed

  • #80 - Implemented Memory bandwidth test.
  • #81 - Implemented results exporting feature.
  • #84 - Quicker benchmark runs if debugger is attached.
  • #81 - Fixed Exporting failure when running via dotnet publish.
  • #79 - Fixed crash when debugging in VsCode.
  • #83 - Housekeeping, code clean up & optimisations.
  • #83 - Project clean up & restructuring.
  • Important documentation updates.

PRs

v1.5.0

01 Feb 15:02
2fd1c35
Compare
Choose a tag to compare

What's Changed

  • #74 - Implement new and improved CPU benchmarks.
  • #73 - Implement global & per-benchmark timers.
  • #74 - Implement Matrix multiplication & Prime number compute benchmark.
  • #74 - Implement memory clean up utility in GcHelper.cs.
  • #75 - CI Pipeline now upload downloadable published artifacts to release page.
  • #72 - App versioning and display during runtime.
  • #74 - Major refactor to all benchmarks for better testing.
  • #77 - Updated .Net 9.0 rankings, Tested with new benchmarks.
  • #62 - Tested more machines with new benchmarks and .NET 9.0.
  • Important documentation updates.
  • Housekeeping, Code clean ups, Optimizations.
  • Obsoleted old benchmarks in favor of new ones in MyBenchmark.cs.

PRs

v1.4.10

14 Jan 07:23
0541f0b
Compare
Choose a tag to compare

What's Changed v1.4.9.8...v1.4.10

  • #68 Upgrade to .NET 9.0.
  • #68 Update CI pipeline for .NET 9.0.
  • Use macOS-15 runner to build for macOS.
  • Important Documentation update for .NET 9.0.
  • Added powermetrics method for macOS.
  • Added password prompt for sudo access on macOS.
  • Housekeeping & Code clean up.

PRs

v1.4.9.8

24 Nov 03:37
79900e0
Compare
Choose a tag to compare

What's Changed v1.4.9.7...v1.4.9.8

  • Bump Hardware.Info to version 101.0.0 (Should improve initial time to gather specs)
  • Update maintenance status badge for ReadMe.

PRs

v1.4.9.7

25 Aug 11:57
32b0ba5
Compare
Choose a tag to compare

What's Changed v1.4.9.6...v1.4.9.7

  • Updated BenchmarkDotNet from v0.13.12 => v0.14.0
  • Update Hardware.Info from v100.1.0 => v100.1.0.1

PRs

v1.4.9.6

14 Jul 15:44
662e297
Compare
Choose a tag to compare

What's Changed v1.4.9.5...v1.4.9.6

  • Improved system load during specs gathering.
  • Better CPU affinity for hybrid architecture cpus.
  • Added console utility class.
  • Added experimental GPU bench.
  • Removed redundant build step for CI.
  • #37: Console progress indicator.
  • Disabled console cursor during loading.

PRs

v1.4.9.5

06 Jul 16:20
2b80129
Compare
Choose a tag to compare
Merge pull request #63 from OudomMunint/feature

PR: Feature => Master

v1.4.9.4

29 Jun 09:35
fc7215c
Compare
Choose a tag to compare

What's Changed v1.4.9.3...v1.4.9.4

  • Fixed issue on mac where program exits immediately after finish.
  • Fixed an issue where system responsiveness is bad during CPU bench.
  • Added Debug options to menu.
  • New CPU benchmark.
  • Optimizations and code readability.
  • ReadMe updates.

PRs

v1.4.9.3

05 May 07:58
9956784
Compare
Choose a tag to compare

What's Changed v1.4.9.1...v1.4.9.3

  • Removed NPM/Node dependency.
  • Fixed OS.Compatibility compiler warnings.
  • Removed abandoned WIP code.
  • Fixed #54. Compiler warnings.

PRs

v1.4.9.1

20 Apr 07:26
806fd22
Compare
Choose a tag to compare

What's Changed: v1.4.9...v1.4.9.1

Small QoL update

  • #48: Application now shows CPU Current clock speed in MHz.
  • Slight tweak to exclusions when gathering specs for macOS.
  • Documentation: published .Net 8 benchmark results.

PRs