2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 02:40:53 +00:00

Update paths in performance_check

This commit is contained in:
Jay Berkenbilt 2022-03-13 19:09:14 -04:00 committed by Jay Berkenbilt
parent 11e34f29ce
commit bc17d2a2a2

View File

@ -35,10 +35,10 @@ my $test_file = undef;
my $workdir = undef;
my $maxtime = undef;
my $default_executable = 'qpdf/build/qpdf';
my $default_executable = 'build/qpdf/qpdf';
my $default_test_dir = '../performance-test-files';
my $default_test_file = undef;
my $default_workdir = 'qpdf/build/perf';
my $default_workdir = 'build/perf';
my $default_maxtime = 20;
sub usage