1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-23 22:05:00 +02:00
Files
pgbackrest/test/lib/pgBackRestTest
David Steele f1ba428fb0 Add performance test capability in C with scaling.
Scaling allows the starting values to be increased from the command-line without code changes.

Also suppress valgrind and assertions when running performance testing.  Optimization is left at -O0 because we should not be depending on compiler optimizations to make our code performant, and it makes profiling more informative.
2019-09-28 14:02:12 -04:00
..