性能测试

This commit is contained in:
2026-03-07 07:29:32 +00:00
parent 2e6baf0efe
commit 6ede44bd80
8 changed files with 587 additions and 904 deletions

View File

@@ -75,7 +75,7 @@ static int parse_env_int(const char *name, int defv, int minv, int maxv) {
}
static int default_worker_nr(void) {
int n = 3;
int n = 2;
return parse_env_int("KVS_URING_WORKERS", n, 1, IOURING_MAX_WORKERS);
}