Gromit sync with tyk repo TT-16131 #7542
Merged
probelabs / Visor: performance
succeeded
Nov 18, 2025 in 3m 35s
✅ Check Passed (Warnings Found)
performance check passed. Found 1 warning, but fail_if condition was not met.
Details
📊 Summary
- Total Issues: 1
- Warning Issues: 1
Issues by Category
Performance (1)
⚠️ ci/goreleaser/goreleaser.yml:69 - The build process now enablesGOEXPERIMENT=boringcrypto, which substitutes the standard Go cryptographic libraries with the FIPS-compliant BoringCrypto library. This change can alter the performance characteristics of cryptographic operations, such as TLS termination, JWT validation, and request signing, potentially leading to performance regressions in CPU-bound workloads.
Powered by Visor from Probelabs
💡 TIP: You can chat with Visor using /visor ask <your question>
Annotations
Check warning on line 69 in ci/goreleaser/goreleaser.yml
probelabs / Visor: performance
performance Issue
The build process now enables `GOEXPERIMENT=boringcrypto`, which substitutes the standard Go cryptographic libraries with the FIPS-compliant BoringCrypto library. This change can alter the performance characteristics of cryptographic operations, such as TLS termination, JWT validation, and request signing, potentially leading to performance regressions in CPU-bound workloads.
Raw output
It is recommended to conduct performance benchmarks on critical paths involving cryptographic functions to quantify the impact of this change. This will validate that the switch to BoringCrypto does not introduce unacceptable performance degradation for the gateway's typical workload.
Loading