Update reg_test_3765_ssl_pollout-t.cpp

pull/4330/head
Miro Stauder 3 years ago committed by GitHub
parent 6fa3880859
commit dddecea387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = 13.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

Loading…
Cancel
Save