Skip to content

Commit 4db6e3b

Browse files
committed
Polish a bit
1 parent dcc18b8 commit 4db6e3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/final-report/final-report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,12 +1074,12 @@ Indexes of the compact type.
10741074

10751075
: This takes advantage of the keys being uniformly distributed. It reduces the
10761076
size of the in-memory indexes, leaving more memory available for the Bloom
1077-
filters and write buffer.
1077+
filters and the write buffer.
10781078

10791079
Write buffer size of 20,000 elements.
10801080

1081-
: This is a reasonable size for a 100M entry table, and the memory budget of
1082-
the benchmark.
1081+
: This is a reasonable size for a 100 M entry table and the memory budget of the
1082+
benchmark.
10831083

10841084
## Results of the primary benchmark
10851085

@@ -1125,9 +1125,9 @@ Lookup only (ops/sec).
11251125
Primary benchmark (MiB).
11261126

11271127
: This is the amount of memory used by the primary benchmark. Concretely, it is
1128-
the Linux kernel maximum resident set size (RSS) as reported by GNU `time`.
1129-
This value does not cover page cache memory used by the operating system on
1130-
behalf of the application. However, the primary benchmark makes only little
1128+
the maximum resident set size (RSS) queried from the Linux kernel using GNU
1129+
Time. This value does not cover page cache memory used by the operating system
1130+
on behalf of the application. However, the primary benchmark makes only little
11311131
use of the page cache: it employs it only for streaming reads and writes of
11321132
run files, not for actual caching.
11331133

0 commit comments

Comments
 (0)