1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Identify Perl performance test by appending -perl.

This is intended to differentiate the upcoming C performance tests from the Perl performance tests that will eventually be migrated.
This commit is contained in:
David Steele
2019-09-28 13:17:21 -04:00
parent cb62bebadf
commit 004ff99a2d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
####################################################################################################################################
# Archive Performance Tests
####################################################################################################################################
package pgBackRestTest::Module::Performance::PerformanceArchiveTest;
package pgBackRestTest::Module::Performance::PerformanceArchivePerlTest;
use parent 'pgBackRestTest::Common::RunTest';
####################################################################################################################################