Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 07c2f9a

Browse files
committed
tests: adding sharded memcached test
Signed-off-by: Reto Achermann <achreto@gmail.com>
1 parent 19050ae commit 07c2f9a

File tree

4 files changed

+829
-5
lines changed

4 files changed

+829
-5
lines changed

kernel/tests/s10_benchmarks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ fn s10_memcached_benchmark_internal() {
858858
(16 * 1024 /* MB */, 16 /* MB */, 2000000, 300_000)
859859
} else {
860860
(
861+
256 * 1024, /* MB */
861862
128 * 1024, /* MB */
862-
32 * 1024, /* MB */
863-
50000000,
863+
100_000_000,
864864
600_000,
865865
)
866866
};

0 commit comments

Comments
 (0)