Hi All, Lately I needed do a cold-standby related investigation for which I needed a really simple benchmark. My ideal benchmark needed to add some content to the repository and then save everything. I was mostly interested in adding only few nodes, but one of the conditions was to add a small blob (around ~5MB). This benchmark scenario was inspired from what we already have in one of our ITs, namely DataStoreTestBase [0].
Since I couldn't find something adequate among our existing benchmarks, I created one myself, BasicWriteTest. You can have a look at it here [1]. I was interested to know if you think this might be useful outside my current endeavour. If so, I'll create an issue and add it in trunk. Thanks, Andrei [0] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java [1] https://github.com/dulceanu/jackrabbit-oak/blob/issues/1_6/20170502/r1793526/oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/BasicWriteTest.java
