Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz committed May 16, 2019
1 parent 98360e5 commit 3ad3a2c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ To run single point of comparison eg benchmark the verification method of all li
```shell
dotnet out/benchmarks.dll --anyCategories=verify —-join
```

To compare just ed25519 methods (or secp256k1)
```shell
dotnet out/benchmarks.dll --anyCategories=ed25519 --join
```
To get info about memory allocation add ```-m``` to the console arguments

To run tests for a single library
Expand All @@ -36,6 +31,5 @@ to get console options
## Reports

Reports can be found in the BenchmarkDotNet.Artifacts/results folder.

[Report 4/1/19](BenchmarkDotNet.Artifacts/results/BenchmarkRun-joined-2019-01-04-01-35-42-report-github.md)
[Report 4/1/19](BenchmarkDotNet.Artifacts/results/)

0 comments on commit 3ad3a2c

Please sign in to comment.