Commit 91a711522898dcf57397d24af22fb4f4631ddb01
1 parent
77198d53
Add encryption to performance testing
Showing
1 changed file
with
1 additions
and
0 deletions
performance_check
| ... | ... | @@ -15,6 +15,7 @@ my @tests = ( |
| 15 | 15 | ['split pages', ['--split-pages', '--remove-unreferenced-resources=no']], |
| 16 | 16 | ['shared resource check', ['--split-pages', '--remove-unreferenced-resources=auto']], |
| 17 | 17 | ['linearize', ['--linearize']], |
| 18 | + ['encrypt', ['--encrypt', 'u', 'o', '256', '--']], | |
| 18 | 19 | ); |
| 19 | 20 | |
| 20 | 21 | # If arg is not found in help output, look here. If not here, skip test. | ... | ... |