mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 15:17:29 +00:00
Update paths in performance_check
This commit is contained in:
parent
11e34f29ce
commit
bc17d2a2a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user