We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedbd18 commit 21ce38fCopy full SHA for 21ce38f
pages/common/pg_test_timing.md
@@ -0,0 +1,12 @@
1
+# pg_test_timing
2
+
3
+> Measure timing overhead on your system (ensure clock monotonicity).
4
+> More information: <https://www.postgresql.org/docs/current/pgtesttiming.html>.
5
6
+- Run the default timing test (3 seconds):
7
8
+`pg_test_timing`
9
10
+- Run for a custom duration:
11
12
+`pg_test_timing {{[-d|--duration]}} {{seconds}}`
0 commit comments