Changeset 133


Ignore:
Timestamp:
06/04/10 10:21:50 (3 years ago)
Author:
faltet
Message:

Corrected the unit in statistics.

Also, multiplied by 2 for having in account both compr/decompr times,
and by an additional 1.1 for the memcpy() operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bench/bench.c

    r129 r133  
    413413  printf("\nRound-trip compr/decompr on %.1f GB\n", totalsize / GB); 
    414414  printf("Elapsed time:\t %6.1f s, %.1f MB/s\n", 
    415          totaltime, totalsize/(GB*totaltime)); 
     415         totaltime, totalsize*2*1.1/(MB*totaltime)); 
    416416 
    417417  /* Free blosc resources */ 
Note: See TracChangeset for help on using the changeset viewer.