Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #2

Merged
merged 1 commit into from
Aug 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Benchmarker/ProgressBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Benchmarker
{
/// <summary>
/// An ASCII progress bar
/// An ASCII progress bar from https://gist.github.com/DanielSWolf/0ab6a96899cc5377bf54
/// </summary>
public class ProgressBar : IDisposable, IProgress<double>
{
Expand Down
47 changes: 46 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
# CPU Benchmark
# CPU Benchmark

## Usage

Download the tool here.

Execute it :)

## Available Options

Choose the benchmark to execute (replace BENCHMARK with the name of one of the benchmarks down below):
`.\benchmarker.exe --benchmark={BENCHMARK}`

Automatically detect the number of logical processors and execute the benchmark multithreaded (number of threads = number of logical processors)
`.\benchmarker.exe --multithreaded`

Manually set the amount of threads to use. Overwrites `--multithreaded`
`.\benchmarker.exe --threads=4`

Run the benchmark `X` times and average out the results. By default the benchmark will be run `3` times
`\.benchmarker.exe --runs=5`

To combine the above
`.\benchmarker.exe --benchmark=zip --multithreaded --runs=64`

## Available Benchmarks

### Compression

`Note: All compression algorithms are run with the highest compression level (if applicable).`

* ZIP
* GZip
* BZip2
* Deflate
* ZIPCompressors (All of the above)

More will be added in the future :)

## References

The benchmark will print reference points for a 3900x (non-overclocked) system.
Detailed system specs:
- R9 3900x
- 32 GB 3200 MHz CL16 RAM
- ASUS Hero VIII