disable key initialization on the no-encryption speed test
This commit is contained in:
parent
885ffa94a4
commit
b6302e30a2
|
@ -95,8 +95,6 @@ catch {exec /bin/sh -c {rm -f perftest*.db}}
|
|||
|
||||
set fd [open perftest0.sql w]
|
||||
puts $fd {
|
||||
PRAGMA key='xyzzy';
|
||||
PRAGMA cipher_use_hmac=OFF;
|
||||
}
|
||||
close $fd
|
||||
|
||||
|
|
Loading…
Reference in New Issue