Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 rivejä
314 B
Markdown

# Benchmark Suite
## Generate Data
From the current directory:
```shell
cmake -B build-benchmark .
cd build-benchmark
export PATH=${PWD}/bin:${PATH}
rocprofv3-benchmark -i ./example.yml -n 2
```
```shell
sqlite3 benchmark.db
```
```sql
SELECT * FROM benchmark_metrics;
SELECT * FROM benchmark_statistics;
```