disable key initialization on the no-encryption speed test

This commit is contained in:
Stephen Lombardo 2012-05-07 11:05:22 -04:00
parent 885ffa94a4
commit b6302e30a2
1 changed files with 0 additions and 2 deletions

View File

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