mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 12:21:31 +00:00
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# certctl Load-Test Harness
|
||||
|
||||
Closes the **#8 acquisition-readiness blocker** from the 2026-05-01 issuer
|
||||
coverage audit (`cowork/issuer-coverage-audit-2026-05-01/RESULTS.md`).
|
||||
coverage audit (the 2026-05-01 issuer coverage audit).
|
||||
Pre-fix, certctl had zero benchmarks or load tests for any API path; an
|
||||
acquirer evaluating "can certctl handle our 50k-cert fleet at 47-day
|
||||
rotation" had nothing to point at. This harness is the substantiation.
|
||||
@@ -354,6 +354,6 @@ verification.
|
||||
|
||||
## Audit references
|
||||
|
||||
- API tier: `cowork/issuer-coverage-audit-2026-05-01/RESULTS.md` fix #8.
|
||||
- Connector tier: `cowork/deployment-target-audit-2026-05-02/RESULTS.md` Bundle 10.
|
||||
- ACME flows: Phase 5 master prompt (`cowork/acme-server-prompts/06-phase-5-certmanager-hardening-prompt.md`).
|
||||
- API tier: 2026-05-01 issuer coverage audit fix #8.
|
||||
- Connector tier: 2026-05-02 deployment-target audit Bundle 10.
|
||||
- ACME flows: Phase 5 master prompt (project notes).
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
# Usage: make loadtest (from the repo root)
|
||||
# Manual: cd deploy/test/loadtest && docker compose up --abort-on-container-exit --exit-code-from k6
|
||||
#
|
||||
# Audit reference (API tier): cowork/issuer-coverage-audit-2026-05-01/RESULTS.md fix #8.
|
||||
# Audit reference (connector tier): cowork/deployment-target-audit-2026-05-02/RESULTS.md Bundle 10.
|
||||
# Audit reference (API tier): 2026-05-01 issuer coverage audit fix #8.
|
||||
# Audit reference (connector tier): 2026-05-02 deployment-target audit Bundle 10.
|
||||
# =============================================================================
|
||||
|
||||
services:
|
||||
|
||||
@@ -60,8 +60,8 @@
|
||||
// tests are too slow to gate per-PR signal).
|
||||
//
|
||||
// Audit references:
|
||||
// - API tier: cowork/issuer-coverage-audit-2026-05-01/RESULTS.md fix #8.
|
||||
// - Connector tier: cowork/deployment-target-audit-2026-05-02/RESULTS.md Bundle 10.
|
||||
// - API tier: 2026-05-01 issuer coverage audit fix #8.
|
||||
// - Connector tier: 2026-05-02 deployment-target audit Bundle 10.
|
||||
|
||||
import http from 'k6/http';
|
||||
import { check } from 'k6';
|
||||
|
||||
Reference in New Issue
Block a user