Skip to content

Commit

Permalink
Format benchmark_partal_sort_parallel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 23, 2021
1 parent 53f3dfd commit 1f4b348
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -30,7 +30,6 @@ void function01()
constexpr std::uint32_t NELEM = 10000;
#endif


std::vector<std::uint64_t> A, B;
A.reserve(NELEM);
B.reserve(NELEM);
Expand Down

0 comments on commit 1f4b348

Please sign in to comment.