Skip to content

Commit

Permalink
reduce timer number
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Aug 16, 2023
1 parent 79ba797 commit b2a5a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SISL_OPTION_GROUP(test_timer,
::cxxopts::value< uint32_t >()->default_value("4"), "number"),
(user_threads, "", "user_threads", "user_threads", ::cxxopts::value< uint32_t >()->default_value("2"),
"number"),
(num_timers, "", "num_timers", "num_timers", ::cxxopts::value< uint64_t >()->default_value("1000"),
(num_timers, "", "num_timers", "num_timers", ::cxxopts::value< uint64_t >()->default_value("100"),
"number"),
(time_check, "Need timeout time check?", "time_check", "time_check",
::cxxopts::value< bool >()->default_value("false"), "true or false"),
Expand Down

0 comments on commit b2a5a97

Please sign in to comment.