pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

adding scale testing configs #54

Closed raema closed 2 years ago

raema commented 2 years ago

adding scale testing hit-ratio configs for testing multi pool and multi tier


This change is Reviewable

igchor commented 2 years ago

Just a thought: could we maybe have some kind of generator/builder for those configs so that we don't have to commit all of them? That could also be pretty useful for tweaking existing configs (we would not have to modify the files manually, just pass some arguments to the builder).