cscore icon indicating copy to clipboard operation
cscore copied to clipboard

KeyValueStore performance tests

Open cs-util opened this issue 2 years ago • 0 comments

In KeyValueStoreIntegrationTests add a KeyValueStore performance test that compares the raw usage of a zip based FileSystem and many writes and reads (with normal synchronous operations) to the asynchronous get and set operations of a KeyValueStore that is internally also using a zip based FileSystem to evaluate the overhead that the KeyValueStore adds.

cs-util avatar Oct 10 '23 06:10 cs-util