aboutsummaryrefslogtreecommitdiff
path: root/exp/README.md
blob: 2ad6ece38e9bfbd0a68c81501e58cab8481decba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Performance evaluation experiences

## Help

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

# clean results
make mostlyclean

# clean all
make clean
```

`<range>` can be one of these: 
- `daily`
- `weekly`
- `monthly`

By default:

- `SKIP_COMMITS` = 0
- `MAX_VERSION` = 5
- `RANGE` = daily