Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Dec 22, 2019
1 parent 85f5712 commit 326d1f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Change Log

## [v0.4.1](https://github.com/L3tum/CPU-Benchmark/tree/v0.4.0) (2019-12-22)
[Full Changelog](https://github.com/L3tum/CPU-Benchmark/compare/v0.4.0...v0.4.1)

**Updates:**

- Fixed exception that could occur when calculating the hash of the current saved data
- Added "category aggregator" that enables users to run each benchmark separately and if they got all for one category (or "all"), then that category is added (or updated) to the results

## [v0.4.0](https://github.com/L3tum/CPU-Benchmark/tree/v0.4.0) (2019-12-21)
[Full Changelog](https://github.com/L3tum/CPU-Benchmark/compare/v0.3.0...v0.4.0)

**Updates:**

- Added clear option to clear all (locally) saved data
- Added upload option to upload last (valid) benchmark run instead of uploading regardless of situation
- Deprecated the `-q / --quick` option in favor of the upload option
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version="0.4.0"
$version="0.4.1"

cd Benchmarker
Remove-Item -Path bin/Release -Recurse
Expand Down

0 comments on commit 326d1f8

Please sign in to comment.