Skip to content

Commit

Permalink
starting to add performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jan 11, 2019
1 parent 130c564 commit 0488aed
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/cunit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
AM_LDFLAGS = ${top_builddir}/src/clib/libpio.la
AM_CPPFLAGS = -I$(top_srcdir)/src/clib


# Build the tests for make check.
check_PROGRAMS = test_intercomm2 test_async_mpi test_spmd \
test_async_simple test_async_3proc test_async_4proc \
Expand All @@ -19,7 +18,7 @@ test_darray_multivar3 test_darray_1d test_darray_3d \
test_decomp_uneven test_decomps test_rearr test_darray_async_simple \
test_darray_async test_darray_async_many test_darray_2sync \
test_async_multicomp test_async_multi2 test_async_manyproc \
test_darray_fill test_decomp_frame
test_darray_fill test_decomp_frame test_perf1

# Tests will run from a bash script.
TESTS = run_tests.sh
Expand Down Expand Up @@ -59,6 +58,7 @@ test_async_multi2_SOURCES = test_async_multi2.c test_common.c pio_tests.h
test_async_manyproc_SOURCES = test_async_manyproc.c test_common.c pio_tests.h
test_darray_fill_SOURCES = test_darray_fill.c test_common.c pio_tests.h
test_decomp_frame_SOURCES = test_decomp_frame.c test_common.c pio_tests.h
test_perf1_SOURCES = test_perf1.c test_common.c pio_tests.h

# Distribute the test script.
EXTRA_DIST = run_tests.sh
Expand Down
2 changes: 1 addition & 1 deletion tests/cunit/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PIO_TESTS='test_intercomm2 test_async_mpi test_spmd test_rearr test_async_simple
'test_darray_multivar test_darray_multivar2 test_darray_multivar3 test_darray_1d '\
'test_darray_3d test_decomp_uneven test_decomps test_darray_async_simple '\
'test_darray_async test_darray_async_many test_darray_2sync test_async_multicomp '\
'test_darray_fill'
'test_darray_fill test_perf1'

success1=true
success2=true
Expand Down
Loading

0 comments on commit 0488aed

Please sign in to comment.