File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1305,31 +1305,31 @@ table. The reason is that for smaller tables there is less merging work to do.
13051305### Reproducing the results
13061306
13071307The primary benchmark’s code is in the repository in
1308- ` bench/macro/lsm-tree- bench-wp8 .hs ` . It can be executed using commands of the
1309- following shape:
1308+ ` bench/macro/utxo- bench.hs ` . It can be executed using commands of the following
1309+ shape:
13101310
13111311```
1312- cabal run lsm-tree- bench-wp8 -- [subcommand] [options]
1312+ cabal run utxo- bench -- [subcommand] [options]
13131313```
13141314
13151315For the full command line help use the following commands:
13161316
13171317* Global help:
13181318
13191319 ```
1320- cabal run lsm-tree- bench-wp8 -- --help
1320+ cabal run utxo- bench -- --help
13211321 ```
13221322
13231323* Help on the `setup` subcommand:
13241324
13251325 ```
1326- cabal run lsm-tree- bench-wp8 -- setup --help
1326+ cabal run utxo- bench -- setup --help
13271327 ```
13281328
13291329* Help on the `run` subcommand:
13301330
13311331 ```
1332- cabal run lsm-tree- bench-wp8 -- run --help
1332+ cabal run utxo- bench -- run --help
13331333 ```
13341334
13351335The execution of the benchmark is in two phases:
You can’t perform that action at this time.
0 commit comments