]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update accurate test
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 29 Apr 2008 20:59:16 +0000 (20:59 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 29 Apr 2008 20:59:16 +0000 (20:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6860 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/accurate-bench.ods [new file with mode: 0644]
bacula/patches/testing/tcdbtest.c

diff --git a/bacula/patches/testing/accurate-bench.ods b/bacula/patches/testing/accurate-bench.ods
new file mode 100644 (file)
index 0000000..d2bcaef
Binary files /dev/null and b/bacula/patches/testing/accurate-bench.ods differ
index c60f75bff2a370e5f56d0f53236052db4edbf30b..0b044d6ddb2f5920d98ca5fc92b731e3760d3c23 100644 (file)
@@ -81,7 +81,7 @@ int main(int argc, char **argv)
    /*
     * apow : 128 (size of stat hash field)
     */
-   int opt=HDBTLARGE;//HDBTTCBS;
+   int opt=HDBTLARGE | HDBTTCBS;
    tchdbtune(hdb, atoll(argv[1]), 7, 16, opt);
    fprintf(res, "bucket;%lli\n", atoll(argv[1]));
    fprintf(res, "compress;%i\n", opt);