Skip to content

Commit

Permalink
fix typo in new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 15, 2024
1 parent b018002 commit 48508da
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-GZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-N_BIT.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-SZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-GZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-N_BIT.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-SZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-GZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-N_BIT.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-SZIP.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"benchmark": "read",
"file": "test.h5"
"file": "test.h5",
"configuration": {
"MEM_PATTERN": "CONTIG",
"FILE_PATTERN": "CONTIG",
Expand Down

0 comments on commit 48508da

Please sign in to comment.