From b6302e30a24ea3cf5ce26a9a4a04c4aa6d3c893d Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 7 May 2012 11:05:22 -0400 Subject: [PATCH] disable key initialization on the no-encryption speed test --- tool/crypto-speedtest.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/crypto-speedtest.tcl b/tool/crypto-speedtest.tcl index ca6e0b4..fa923a0 100755 --- a/tool/crypto-speedtest.tcl +++ b/tool/crypto-speedtest.tcl @@ -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