Skip to content

Commit

Permalink
Added steps in README.md to compare two different performance runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
RamaMalladiAWS committed Aug 9, 2023
1 parent 327d1a1 commit ee58aed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ echo 100 | sudo tee /sys/devices/cpu/perf_event_mux_interval_ms
```
./aperf report -r <COLLECTOR_DIRECTORY> -n <REPORT_NAME>
```

To compare the results of two different performance runs, use the following command:
```
./aperf report -r <COLLECTOR_DIRECTORY_1> -r <COLLECTOR_DIRECTORY_2> -n <REPORT_NAME>
```

### Example
To see a step-by-step example, please see our example [here](./EXAMPLE.md)

Expand Down

0 comments on commit ee58aed

Please sign in to comment.