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

Commit 2e929a7

Browse files
committed
tests: adding sharded memcached to the CI pipeline
Signed-off-by: Reto Achermann <achreto@gmail.com>
1 parent d165003 commit 2e929a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/ci.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rm -f rackscale_shmem_vmops_benchmark.csv
1717
rm -f rackscale_shmem_vmops_latency_benchmark.csv
1818
rm -f rackscale_shmem_fxmark_benchmark.csv
1919
rm -f rackscale_shmem_memcached_benchmark.csv
20+
rm -f rackscale_sharded_memcached_benchmark_*.csv
2021

2122
# For vmops: --features prealloc can improve performance further (at the expense of test duration)
2223
RUST_TEST_THREADS=1 cargo test --test s10* -- s10_vmops_benchmark --nocapture
@@ -30,6 +31,8 @@ RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maptput_
3031
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maplat_benchmark --nocapture
3132
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_fxmark_bench --nocapture
3233
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_internal --nocapture
34+
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_linux --nocapture
35+
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_nros --nocapture
3336

3437
# Clone repo
3538
rm -rf gh-pages
@@ -61,7 +64,10 @@ if [ -d "${DEPLOY_DIR}" ]; then
6164
fi
6265
mkdir -p ${DEPLOY_DIR}
6366
mv memcached_benchmark_internal.csv ${DEPLOY_DIR}
67+
mv memcached_benchmark_sharded_*.csv ${DEPLOY_DIR}
6468
gzip ${DEPLOY_DIR}/memcached_benchmark_internal.csv
69+
gzip ${DEPLOY_DIR}/memcached_benchmark_sharded_nros.csv
70+
gzip ${DEPLOY_DIR}/memcached_benchmark_sharded_linux.csv
6571

6672
# Copy vmops results
6773
DEPLOY_DIR="gh-pages/vmops/${CI_MACHINE_TYPE}/${GIT_REV_CURRENT}/"

0 commit comments

Comments
 (0)