Skip to content

Commit

Permalink
Removed perftests_plot.py, and made minor clean-up changes
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Jul 14, 2024
1 parent 526e048 commit c35e4e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ hpx_option(
hpx_option(
HPX_WITH_NANOBENCH
BOOL
"Use Nanobench for performance tests. Nanobench will be fetched using FetchContent (defualt: OFF)"
"Use Nanobench for performance tests. Nanobench will be fetched using FetchContent (default: OFF)"
OFF
CATEGORY "Build Targets"
ADVANCED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ void fill(std::size_t size)
}
}

// template <typename T, std::size_t N>
// void compare(std::size_t repeat, std::size_t size)
// {
// std::uint64_t time = measure<hpx::detail::small_vector<T, N>>(repeat, size);

// std::cout << "-----Average-(hpx::small_vector<" << typeid(T).name() << ", "
// << N << ">)------ \n"
// << std::left << "Average execution time : " << std::right
// << std::setw(8) << time / 1e9 << "\n";
// }

int hpx_main(hpx::program_options::variables_map& vm)
{
// pull values from cmd
Expand Down
31 changes: 0 additions & 31 deletions tools/perftests_plot.py

This file was deleted.

0 comments on commit c35e4e4

Please sign in to comment.