aboutsummaryrefslogtreecommitdiffstats
path: root/performance_check
diff options
context:
space:
mode:
Diffstat (limited to 'performance_check')
-rwxr-xr-xperformance_check4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance_check b/performance_check
index 29036b16..cb93b643 100755
--- a/performance_check
+++ b/performance_check
@@ -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