Skip to content

Commit

Permalink
Update reg_test_3765_ssl_pollout-t.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Aug 28, 2023
1 parent b1f1bc3 commit 714b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/reg_test_3765_ssl_pollout-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int create_connections(const conn_opts_t& conn_opts, uint32_t cons_num, std::vec
const uint32_t ADMIN_CONN_NUM = 100;
const uint32_t MYSQL_CONN_NUM = 100;
const uint32_t REPORT_INTV_SEC = 5;
const double MAX_ALLOWED_CPU_USAGE = 12.0;
const double MAX_ALLOWED_CPU_USAGE = 11.0;

int get_idle_conns_cpu_usage(CommandLine& cl, uint64_t mode, double& idle_cpu_ms, double& final_cpu_ms) {
// get ProxySQL idle cpu usage
Expand Down

0 comments on commit 714b795

Please sign in to comment.