grpc-java/auth/src
Eric Anderson a6aec2769e auth: Use pre-existing private key in test
Generating a KeyPair is very expensive when running with TSAN, because
TSAN keeps the JVM in interpreted mode. This speeds up the test running
on my desktop from .368s to .151s; faster, but nobody cares. With TSAN,
the speedup is from 150-500s to 4-6s. Within Google the test was timing
out because it was taking so long. While we can increase the timeout,
it seems better to speed up the test in this easy way.
2025-04-08 11:03:45 -07:00
..
main/java/io/grpc/auth auth: Add support for Retryable interface 2024-02-09 15:15:18 -08:00
test/java/io/grpc/auth auth: Use pre-existing private key in test 2025-04-08 11:03:45 -07:00