From d23ea718eebfaf5828c84a0fb3047eb07d6ec548 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 27 Jan 2024 12:59:15 +0000 Subject: [PATCH] 2min 3 tenants, 2000 req/s each; that is 0 IOPS workload (all in PS/Kernel page cache) Very comparable. tokio-epoll-uring { "total": { "request_count": 719999, "latency_mean": "375us", "latency_percentiles": { "p95": "576us", "p99": "649us", "p99.9": "823us", "p99.99": "1ms 636us" } } } std-fs { "total": { "request_count": 719997, "latency_mean": "341us", "latency_percentiles": { "p95": "543us", "p99": "618us", "p99.9": "748us", "p99.99": "1ms 358us" } } }