aboutsummaryrefslogtreecommitdiffstats
path: root/performance_check
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-06 16:51:19 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-06 17:23:02 +0200
commit91a711522898dcf57397d24af22fb4f4631ddb01 (patch)
tree4d027b1f99b90f30aaf7b22b8fffe15be6bc70e7 /performance_check
parent77198d5310d961ba3605db74fe1d213bb5d19f34 (diff)
downloadqpdf-91a711522898dcf57397d24af22fb4f4631ddb01.tar.zst
Add encryption to performance testing
Diffstat (limited to 'performance_check')
-rwxr-xr-xperformance_check1
1 files changed, 1 insertions, 0 deletions
diff --git a/performance_check b/performance_check
index 069f78fc..6468090a 100755
--- a/performance_check
+++ b/performance_check
@@ -15,6 +15,7 @@ my @tests = (
['split pages', ['--split-pages', '--remove-unreferenced-resources=no']],
['shared resource check', ['--split-pages', '--remove-unreferenced-resources=auto']],
['linearize', ['--linearize']],
+ ['encrypt', ['--encrypt', 'u', 'o', '256', '--']],
);
# If arg is not found in help output, look here. If not here, skip test.