Skip to content

Commit

Permalink
Removing definition of inline variable, and modified CIs to use the c…
Browse files Browse the repository at this point in the history
…orrect option

Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Apr 12, 2024
1 parent 38b3ff7 commit 1a5ec29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux_with_bench_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
run: |
cd build
./bin/minmax_element_performance_test
- name: Test with detailed output
shell: bash
run: |
cd build
./bin/minmax_element_performance_test --detailed_bench
2 changes: 1 addition & 1 deletion .github/workflows/linux_with_nanobench_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
shell: bash
run: |
cd build
./bin/minmax_element_performance_test --hpx:verbose_bench
./bin/minmax_element_performance_test --detailed_bench
2 changes: 1 addition & 1 deletion libs/core/testing/include/hpx/testing/performance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <string>

namespace hpx::util {
HPX_CORE_EXPORT inline bool detailed_ = false;
HPX_CORE_EXPORT inline bool detailed_;
HPX_CORE_EXPORT void perftests_cfg(hpx::program_options::options_description& cmdline);
HPX_CORE_EXPORT void perftests_init(const hpx::program_options::variables_map& vm);
#if defined(HPX_HAVE_NANOBENCH)
Expand Down

0 comments on commit 1a5ec29

Please sign in to comment.