Skip to content

Commit a34545b

Browse files
committed
Clarify that a list of options is not exhaustive
1 parent c3dd9ef commit a34545b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/final-report/final-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,10 +1337,10 @@ For the full command line help use the following commands:
13371337
The execution of the benchmark is in two phases:
13381338

13391339
* During the *setup* phase, the initial database is prepared. The user can
1340-
decide on the number of database entries (default: 100 M) and the Bloom filter
1341-
FPR (default: $1/1000$). After preparation, the database can be used by
1342-
multiple benchmark runs, picking different values for the remaining
1343-
parameters.
1340+
decide, amongst other things, on the number of database entries (default:
1341+
100 M) and the Bloom filter FPR (default: $1/1000$). After preparation, the
1342+
database can be used by multiple benchmark runs, picking different values for
1343+
some of the remaining parameters.
13441344

13451345
* During the *run* phase, the actual benchmark is performed based on the
13461346
database created during the setup phase. The user can decide on the number of

0 commit comments

Comments
 (0)