[management] add users benchmark (#3141)

This commit is contained in:
Pascal Fischer
2025-01-03 15:24:30 +01:00
committed by GitHub
parent bc013e4888
commit a01253c3c8
5 changed files with 215 additions and 10 deletions

View File

@@ -232,7 +232,7 @@ jobs:
run: git --no-pager diff --exit-code
- name: Test
run: CGO_ENABLED=1 GOARCH=${{ matrix.arch }} NETBIRD_STORE_ENGINE=${{ matrix.store }} CI=true go test -run=^$ -bench=. -exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE' -timeout 10m -p 1 ./...
run: CGO_ENABLED=1 GOARCH=${{ matrix.arch }} NETBIRD_STORE_ENGINE=${{ matrix.store }} CI=true go test -run=^$ -bench=. -exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE' -timeout 20m ./...
test_client_on_docker:
needs: [ build-cache ]