mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Adds sub-template for time_parallel with templated result type + optional per-iteration post-process func. Idea is that Res may be a subtype of perf_result, with additional stats, initiated on init, and post-process function can fix up and apply stats -> we can add stats to result. Then uses this mighty construct to add some IO stats to CL perf. Closes #10334 * github.com:scylladb/scylla: perf_commitlog: Add bytes + bytes written stats perf: Add aio_writes mixin for perf_results test/perf/perf.hh: Make templated version of test routine to allow extended stats