Skip to content

Commit

Permalink
Merge pull request #47 from ZuluPro/patch-1
Browse files Browse the repository at this point in the history
Made the target list clearer
  • Loading branch information
petertorelli committed Jul 27, 2022
2 parents d26d6fd + f12d018 commit eefc986
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ For cross compile platforms please adjust `core_portme.mak`, `core_portme.h` (an
~~~

## Make Targets
`run` - Default target, creates `run1.log` and `run2.log`.
`run1.log` - Run the benchmark with performance parameters, and output to `run1.log`
`run2.log` - Run the benchmark with validation parameters, and output to `run2.log`
`run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log`
`compile` - compile the benchmark executable
`link` - link the benchmark executable
`check` - test MD5 of sources that may not be modified
`clean` - clean temporary files
* `run` - Default target, creates `run1.log` and `run2.log`.
* `run1.log` - Run the benchmark with performance parameters, and output to `run1.log`
* `run2.log` - Run the benchmark with validation parameters, and output to `run2.log`
* `run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log`
* `compile` - compile the benchmark executable
* `link` - link the benchmark executable
* `check` - test MD5 of sources that may not be modified
* `clean` - clean temporary files

### Make flag: `ITERATIONS`
By default, the benchmark will run between 10-100 seconds. To override, use `ITERATIONS=N`
Expand Down

0 comments on commit eefc986

Please sign in to comment.