Skip to content

Commit 21ce38f

Browse files
pg_test_timing: add page (#18481)
Co-authored-by: Managor <[email protected]>
1 parent aedbd18 commit 21ce38f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/common/pg_test_timing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)