Skip to content

Commit b436cdd

Browse files
author
Conor
committed
set max to 12
1 parent 4e80939 commit b436cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/src/libfork_benchmark/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct incorrect_result : public std::runtime_error {
1212
using std::runtime_error::runtime_error;
1313
};
1414

15-
inline constexpr unsigned bench_max_threads = 8;
15+
inline constexpr unsigned bench_max_threads = 12;
1616

1717
#define CHECK_RESULT(result, expected) \
1818
do { \

0 commit comments

Comments
 (0)