aboutsummaryrefslogtreecommitdiffstats
path: root/performance_check
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-14 00:09:14 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commitbc17d2a2a2b8fff2a6bb8ac7251a1a616c541b2c (patch)
tree2725007eb6037bb12699339dec2584a32b5f120f /performance_check
parent11e34f29cef693b34d9c125161da3864b9d6ea77 (diff)
downloadqpdf-bc17d2a2a2b8fff2a6bb8ac7251a1a616c541b2c.tar.zst
Update paths in performance_check
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