mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Change contrib/pg_test_fsync to control tests in terms of seconds per
test, rather than a number of test cycles. Changes -o/cycles option to -s/seconds.
This commit is contained in:
@ -47,13 +47,13 @@ pg_test_fsync [options]
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-o</option></term>
|
||||
<term><option>--ops-per-test</option></term>
|
||||
<term><option>-s</option></term>
|
||||
<term><option>--secs-per-test</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the number of operations per test. The more operations
|
||||
Specifies the number of seconds for each test. The more time
|
||||
per test, the greater the test's accuracy, but the longer it takes
|
||||
to run. The default is 2000.
|
||||
to run. The default is 2 seconds.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user