Skip to content

Commit c7811d1

Browse files
committed
add benchmark for data object creation
1 parent 8c2967c commit c7811d1

File tree

3 files changed

+1427
-2
lines changed

3 files changed

+1427
-2
lines changed

benchmarks/C/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LDADD += @NETCDF4_LDFLAGS@ @ADIOS_LDFLAGS@ @NETCDF4_LIBS@ @ADIOS_LIBS@
1414

1515
check_PROGRAMS = aggregation \
1616
write_block_read_column \
17-
pnetcdf_put_vara
18-
17+
pnetcdf_put_vara \
18+
indep_data_obj_create
1919
# parallel runs only
2020
# TESTS = $(check_PROGRAMS)
2121

0 commit comments

Comments
 (0)