Skip to content

Commit 7d694af

Browse files
committed
small instruction fix
1 parent 92999f1 commit 7d694af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

omnilink/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ To request more traces, look for `def configs` and the `tracesNeeded` field.
2828
## Gather and validate traces
2929

3030
To get traces for `wiredtiger`, run `./mill omnilink.wiredtiger.__.gatherTrace`.
31-
For `setbench`, it's `./mill omnilink.sebench.__.gatherTrace`.
31+
For `setbench`, it's `./mill omnilink.setbench.__.gatherTrace`.
32+
33+
Note: this will clone and build the right version of the system under test on first run.
3234

3335
To validate, do the same thing but with `validateTrace` in place of `gatherTrace`.
3436

0 commit comments

Comments
 (0)