Fix small typos in comments, add a comment.

The introducing paragraph README could use some more love, but let's at
least fix the typos.
This commit is contained in:
Heikki Linnakangas
2021-12-13 13:44:08 +02:00
parent 673c297949
commit 72ef59c378
4 changed files with 4 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ def test_write_amplification(zenith_simple_env: ZenithEnv, zenbenchmark):
# more memory isn't the right solution. We could
# demonstrate the effect also by generating the WAL
# slower, adding some delays in this loop. But forcing
# the the checkpointing and GC makes the test go faster,
# the checkpointing and GC makes the test go faster,
# with the same total I/O effect.
pscur.execute(f"do_gc {env.initial_tenant} {timeline} 0")