twitter / rpc-perf

A tool for benchmarking RPC services
Apache License 2.0
464 stars 82 forks source link

ci: build caching for Pelikan smoketests #357

Closed brayniac closed 2 years ago

brayniac commented 2 years ago

Current build caching doesn't work for the Pelikan smoketests because we use non-standard paths to allow building both rpc-perf and Pelikan during the smoketest.

This change splits the caching action into two seperate actions so that Pelikan and rpc-perf will each benefit from their own build cache during these smoketests. Should reduce the CI time considerably.