1
0
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:
Bruce Momjian
2012-02-14 11:09:49 -05:00
parent dc66f1c5f2
commit 0a8396e35e
2 changed files with 65 additions and 51 deletions

View File

@ -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>