grafana / k6provider

Provider of k6 custom binaries using k6build
GNU Affero General Public License v3.0
0 stars 0 forks source link

implement cache limit #9

Closed pablochacin closed 6 days ago

pablochacin commented 1 week ago

Implements a lazy cache pruner that removes binaries using a LRU policy when a new binary makes the cache grow over a defined high water mark.

closes #7