From 91a711522898dcf57397d24af22fb4f4631ddb01 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 6 Apr 2020 10:51:19 -0400 Subject: [PATCH] Add encryption to performance testing --- performance_check | 1 + 1 file changed, 1 insertion(+) 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.