We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e80939 commit b436cddCopy full SHA for b436cdd
1 file changed
benchmark/src/libfork_benchmark/common.hpp
@@ -12,7 +12,7 @@ struct incorrect_result : public std::runtime_error {
12
using std::runtime_error::runtime_error;
13
};
14
15
-inline constexpr unsigned bench_max_threads = 8;
+inline constexpr unsigned bench_max_threads = 12;
16
17
#define CHECK_RESULT(result, expected) \
18
do { \
0 commit comments