Add encryption to performance testing

This commit is contained in:
Jay Berkenbilt 2020-04-06 10:51:19 -04:00
parent 77198d5310
commit 91a7115228
1 changed files with 1 additions and 0 deletions

View File

@ -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.