Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | [benchmarks] avoid reinstalling pysqlcipher if unneeded | drebs | |
pysqlcipher just has to be reinstalled for benchmark tests if current installed version fails the HAVE_USLEEP flag test. This commit moves the code for checking and reinstalling to a script and bypasses the reinstallation when it is unneeded. |