Skip to content

Commit

Permalink
perf test development
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 14, 2019
1 parent fd16161 commit a074378
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/cunit/test_async_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ int main(int argc, char **argv)
if (ntasks >= 512)
num_io_tests = 5;

if (!my_rank)
printf("ntasks\tnio\trearr\tfill\tformat\ttime(s)\tdata size (MB)\t"
"performance(MB/s)\n");

for (niotest = 0; niotest < num_io_tests; niotest++)
{
for (fmt = 0; fmt < num_flavors; fmt++)
Expand Down Expand Up @@ -300,7 +304,7 @@ int main(int argc, char **argv)
if ((ret = pio_test_finalize(&test_comm)))
return ret;

printf("%d %s SUCCESS!!\n", my_rank, TEST_NAME);
/* printf("%d %s SUCCESS!!\n", my_rank, TEST_NAME); */

return 0;
}

0 comments on commit a074378

Please sign in to comment.