From 3fe5d30485d3fc95b24ee5e7dc75971447ecb5aa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 12 Dec 2006 17:33:35 +0000 Subject: [PATCH] More digits in output for total docs --- isamb/benchindex1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/isamb/benchindex1.c b/isamb/benchindex1.c index eac75b3..1ba900c 100644 --- a/isamb/benchindex1.c +++ b/isamb/benchindex1.c @@ -1,4 +1,4 @@ -/* $Id: benchindex1.c,v 1.6 2006-12-12 15:23:45 adam Exp $ +/* $Id: benchindex1.c,v 1.7 2006-12-12 17:33:35 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -217,12 +217,12 @@ void index_block_flush(struct index_block *b, ISAMB isb, Dict dict, if (b->round == 0) { printf("# run total dict-real user sys isam-real user sys " - " intsp leafsp docs postings words new d-spl\n"); + " intsp leafsp docs postings words new d-spl\n"); } b->round++; printf("%5d %9.6f %9.6f %5.2f %5.2f %9.6f %5.2f %5.2f " "%6" ZINT_FORMAT0 " %6" ZINT_FORMAT0 - " %5d %8d %6d %6d" " %5" ZINT_FORMAT0 "\n", + " %8d %8d %6d %6d" " %5" ZINT_FORMAT0 "\n", b->round, zebra_timing_get_real(tim_dict) + zebra_timing_get_real(tim_isamb), zebra_timing_get_real(tim_dict), -- 1.7.10.4