summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-12-04 19:47:35 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-12-04 19:47:35 (GMT)
commit0c4cec81b273ff0980c02d71ac271ab6fcd40537 (patch)
treed0ded92940a63fabcf91ef347a7149575629607e /perform
parent6192c8030742693f799012afd34550afe467ad77 (diff)
downloadhdf5-0c4cec81b273ff0980c02d71ac271ab6fcd40537.zip
hdf5-0c4cec81b273ff0980c02d71ac271ab6fcd40537.tar.gz
hdf5-0c4cec81b273ff0980c02d71ac271ab6fcd40537.tar.bz2
[svn-r23075] I revised the code and test according to Quincey's review. I also added more test cases.
Tested on koala.
Diffstat (limited to 'perform')
-rw-r--r--perform/dectris_perf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/perform/dectris_perf.c b/perform/dectris_perf.c
index abaa92f..4d2284d 100644
--- a/perform/dectris_perf.c
+++ b/perform/dectris_perf.c
@@ -53,11 +53,11 @@ const char *FILENAME[] = {
#define REG_NO_COMPRESS_DSET "reg_no_compress_dset"
#define RANK 3
#define NX 100
-#define NY 1000
-#define NZ 250
+#define NY 2000
+#define NZ 3000
#define CHUNK_NX 1
-#define CHUNK_NY 1000
-#define CHUNK_NZ 250
+#define CHUNK_NY 2000
+#define CHUNK_NZ 3000
#define DEFLATE_SIZE_ADJUST(s) (ceil(((double)(s))*1.001)+12)
char filename[1024];