Skip to content

Commit

Permalink
Made the target list clearer
Browse files Browse the repository at this point in the history
Made a markdown list because the listing was messy
  • Loading branch information
ZuluPro authored Jul 25, 2022
1 parent d26d6fd commit f12d018
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 f12d018

Please sign in to comment.