Skip to content

Commit b6302e3

Browse files
committed
disable key initialization on the no-encryption speed test
1 parent 885ffa9 commit b6302e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tool/crypto-speedtest.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ catch {exec /bin/sh -c {rm -f perftest*.db}}
9595

9696
set fd [open perftest0.sql w]
9797
puts $fd {
98-
PRAGMA key='xyzzy';
99-
PRAGMA cipher_use_hmac=OFF;
10098
}
10199
close $fd
102100

0 commit comments

Comments
 (0)