Searched defs:BenchmarkResult (Results 1 – 1 of 1) sorted by relevance
162 struct BenchmarkResult { struct163 int thread_id = 0;164 int service_id = 0;165 double time_delta_s = 0.0;166 uint64_t bytes_sent = 0;167 SchedStats sched_stats = {};