From 7eb1d4cfa6b501c05bf1d57df8fabdedc3f51d89 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 27 Jan 2024 12:48:32 +0000 Subject: [PATCH] manual 2min test run including warmup RUST_BACKTRACE=1 ./target/release/pagebench get-page-latest-lsn --mgmt-api-endpoint http://localhost:15011 --page-service-connstring=postgresql://localhost:15010 --keyspace-cache keyspace.cache --runtime 2m 2min std-fs { "total": { "request_count": 1213184, "latency_mean": "67ms 793us", "latency_percentiles": { "p95": "153ms 471us", "p99": "197ms 247us", "p99.9": "246ms 399us", "p99.99": "288ms 255us" } } } 2min tokio-eoll-uring { "total": { "request_count": 825637, "latency_mean": "108ms 702us", "latency_percentiles": { "p95": "136ms 959us", "p99": "191ms 615us", "p99.9": "9s 977ms 855us", "p99.99": "16s 334ms 847us" } } }