nix(loadtest): merge jwt-rsa-* and jwt-hs-* tests

Instead of creating separate test suites for the key type, the PostgREST
instance now accepts both keys via a JWKSet and the targets are
generated 50/50 for both.

The results are still reported seperately by using a different URL,
which shows up as separate rows in the results.
This commit is contained in:
Wolfgang Walther
2026-06-26 19:33:51 +00:00
parent 2d340e8a8c
commit 66d40c0159
5 changed files with 59 additions and 90 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kind: ['mixed', 'jwt-hs', 'jwt-hs-cache', 'jwt-hs-cache-worst', 'jwt-rsa', 'jwt-rsa-cache', 'jwt-rsa-cache-worst']
kind: ['mixed', 'jwt', 'jwt-cache', 'jwt-cache-worst']
name: Loadtest
runs-on: ubuntu-24.04
steps: