Changeset 96
- Timestamp:
- 05/31/10 10:52:22 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bench.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bench.c
r93 r96 157 157 } 158 158 159 printf("--> %d, %d, %d, %d\n", nthreads, size, elsize, rshift); 159 160 printf("********************** Run info ******************************\n"); 160 161 printf("Blosc version: %s (%s)\n", BLOSC_VERSION_STRING, BLOSC_VERSION_DATE); … … 276 277 nthreads = atoi(argv[1]); 277 278 } 278 279 279 280 if (argc >= 3) { 280 281 size = atoi(argv[2])*1024; … … 295 296 296 297 if (suite) { 297 for (nthreads=1; nthreads <= 10; nthreads++) {298 for (size= 32*KB; size <= 8*MB; size *=2) {299 for (elsize=1; elsize <= 32; elsize *=2) {298 for (nthreads=1; nthreads <= 6; nthreads++) { 299 for (size=64*KB; size <= 4*MB; size *=2) { 300 for (elsize=1; elsize <= 16; elsize *=2) { 300 301 do_bench(nthreads, size, elsize, rshift); 301 302 }
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/images/blosc-logo-small.png)