From: Eric Bollengier Date: Tue, 29 Apr 2008 20:59:16 +0000 (+0000) Subject: ebl update accurate test X-Git-Tag: Release-7.0.0~4675 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=45f57953ba4e53f33a9d2a8589fb2893d264fac5;p=bacula%2Fbacula ebl update accurate test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6860 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/accurate-bench.ods b/bacula/patches/testing/accurate-bench.ods new file mode 100644 index 0000000000..d2bcaefab8 Binary files /dev/null and b/bacula/patches/testing/accurate-bench.ods differ diff --git a/bacula/patches/testing/tcdbtest.c b/bacula/patches/testing/tcdbtest.c index c60f75bff2..0b044d6ddb 100644 --- a/bacula/patches/testing/tcdbtest.c +++ b/bacula/patches/testing/tcdbtest.c @@ -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);