Searched refs:bench (Results 1 – 4 of 4) sorted by relevance
17 set bench [open "|src/redis-benchmark -q -p [srv port] -c 20 -n 20000 incr foo" "r+"]24 while {[string length [read $bench]] > 0} {}
57 performance.measure('bench', 'bench_start', 'bench_end');58 var duration = Math.round(performance.getEntriesByName('bench')[0].duration);
299 bench: $(REDIS_BENCHMARK_NAME) target
234 bench option. You can run Zstd as you typically would for your scenario using some set of options328 * Use `perf stat -r # <bench-program>` to quickly get some relevant timing and