@@ -32,8 +32,6 @@ RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maplat_b
32
32
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_fxmark_bench --nocapture
33
33
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_memcached_internal_benchmark --nocapture
34
34
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_linux_memcached_sharded_benchmark --nocapture
35
- # disabled for now as this causes too much issues with running for now
36
- # RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_nros --nocapture
37
35
38
36
# Clone repo
39
37
rm -rf gh-pages
@@ -65,10 +63,9 @@ if [ -d "${DEPLOY_DIR}" ]; then
65
63
fi
66
64
mkdir -p ${DEPLOY_DIR}
67
65
mv memcached_benchmark_internal.csv ${DEPLOY_DIR}
68
- mv memcached_benchmark_sharded_ * .csv ${DEPLOY_DIR}
66
+ mv linux_memcached_sharded_benchmark .csv ${DEPLOY_DIR}
69
67
gzip ${DEPLOY_DIR} /memcached_benchmark_internal.csv
70
- # gzip ${DEPLOY_DIR}/memcached_benchmark_sharded_nros.csv
71
- gzip ${DEPLOY_DIR} /memcached_benchmark_sharded_linux.csv
68
+ gzip ${DEPLOY_DIR} /linux_memcached_sharded_benchmark.csv
72
69
73
70
# Copy vmops results
74
71
DEPLOY_DIR=" gh-pages/vmops/${CI_MACHINE_TYPE} /${GIT_REV_CURRENT} /"
@@ -139,8 +136,8 @@ if [ -d "${DEPLOY_DIR}" ]; then
139
136
DEPLOY_DIR=${DEPLOY_DIR}${DATE_PREFIX}
140
137
fi
141
138
mkdir -p ${DEPLOY_DIR}
142
- mv rackscale_shmem_memcached_benchmark .csv ${DEPLOY_DIR}
143
- gzip ${DEPLOY_DIR} /rackscale_shmem_memcached_benchmark .csv
139
+ mv rackscale_shmem_memcached_internal_benchmark .csv ${DEPLOY_DIR}
140
+ gzip ${DEPLOY_DIR} /rackscale_shmem_memcached_internal_benchmark .csv
144
141
145
142
# Update CI history plots
146
143
python3 gh-pages/_scripts/ci_history.py --append --machine $CI_MACHINE_TYPE
0 commit comments