Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compute): Add perf test for compute startup time breakdown #11198

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

ololobus
Copy link
Member

Problem

We had a recent Postgres startup latency (start_postgres_ms) degradation, but it was only caught with SLO alerts. There was actually an existing test for the same purpose -- start_postgres_ms, but it's doing only two starts, so it's a bit noisy.

Summary of changes

Add new compute startup latency test that does 100 iterations and reports p50, p90 and p99 latencies.

Part of https://github.com/neondatabase/cloud/issues/24882

@ololobus ololobus requested a review from tristan957 March 12, 2025 19:10
Copy link

github-actions bot commented Mar 12, 2025

7964 tests run: 7580 passed, 0 failed, 384 skipped (full report)


Code coverage* (full report)

  • functions: 32.3% (8739 of 27024 functions)
  • lines: 48.4% (74891 of 154746 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
ae4948f at 2025-03-18T18:42:01.428Z :recycle:

@ololobus ololobus force-pushed the alexk/compute-startup-perf-test branch from cd15c69 to ae4948f Compare March 18, 2025 17:36
@ololobus ololobus added this pull request to the merge queue Mar 19, 2025
Merged via the queue into main with commit 518269e Mar 19, 2025
101 checks passed
@ololobus ololobus deleted the alexk/compute-startup-perf-test branch March 19, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants