Skip to content

Commit

Permalink
Increased number of epochs for performance measurements
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Aug 17, 2024
1 parent a9d5df2 commit 363eefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CTestCustom.cmake

This file was deleted.

4 changes: 2 additions & 2 deletions libs/core/testing/src/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace hpx::util {
namespace detail {

#if defined(HPX_HAVE_NANOBENCH)
constexpr int nanobench_epochs = 24;
constexpr int nanobench_epochs = 100;
constexpr int nanobench_warmup = 40;

char const* nanobench_hpx_simple_template() noexcept
Expand Down Expand Up @@ -182,7 +182,7 @@ average: {{average(elapsed)}}{{^-last}}
}
if (print_cdash_img)
strm << "<CTestMeasurementFile type=\"image/png\" "
"name=\"perftests\" >"
"name=\"TestImage\" >"
<< "./" << test_name_
<< ".png</CTestMeasurementFile>\n";
}
Expand Down

0 comments on commit 363eefb

Please sign in to comment.