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"
    }
  }
}
This commit is contained in:
Christian Schwarz
2024-01-27 12:48:32 +00:00
parent 6ebd683327
commit 7eb1d4cfa6

Diff Content Not Available