aboutsummaryrefslogtreecommitdiff
path: root/exp/README.md
blob: 21ae41fabfdc41eed86a893486a2b23dab61cb45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Performance evaluation experiences

## Help

```bash
# run experiences
make [MAX_VERSION=<count>]

# clean results
make mostlyclean

# clean all
make clean
```