Closed kevburnsjr closed 5 years ago
You could maybe add a benchmark that does parallel requests using B.RunParallel
. And a benchmark where the cache fills up and old entries have to be evicted to add new ones.
You could maybe add a benchmark that does parallel requests using
B.RunParallel
. And a benchmark where the cache fills up and old entries have to be evicted to add new ones.
Good idea. Done.