@@ -137,7 +137,7 @@ jobs:
137137 -key_size=8
138138 -value_size=15
139139 -batch_size=1000
140- -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
140+ -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom
141141 -enable_zero_copy
142142 -progress_reports=false
143143 )
@@ -172,7 +172,7 @@ jobs:
172172 -key_size=8
173173 -value_size=15
174174 -batch_size=1000
175- -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
175+ -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom
176176 -enable_zero_copy
177177 -progress_reports=false
178178 )
@@ -271,7 +271,7 @@ jobs:
271271 -value_size=15
272272 -batch_size=1000
273273 -cache_size="$ROCKSDB_CACHE_SIZE"
274- -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
274+ -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom
275275 -progress_reports=false
276276 )
277277 /usr/bin/time -f 'max_rss_kb=%M' -o "${LOGDIR}/time-fillrandom.txt" -- \
@@ -291,7 +291,7 @@ jobs:
291291 -value_size=15
292292 -batch_size=1000
293293 -cache_size="$ROCKSDB_CACHE_SIZE"
294- -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
294+ -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom
295295 -progress_reports=false
296296 )
297297 /usr/bin/time -f 'max_rss_kb=%M' -o "${LOGDIR}/time-fillseq.txt" -- \
@@ -356,7 +356,7 @@ jobs:
356356 -value_size=15
357357 -batch_size=1000
358358 -cache_size="$ROCKSDB_CACHE_SIZE"
359- -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
359+ -benchmarks=fillrandom,flush,compact,readseq,readseq,readseq,readrandom
360360 -progress_reports=false
361361 )
362362 /usr/bin/time -f 'max_rss_kb=%M' -o "${LOGDIR}/time-fillrandom.txt" -- \
@@ -375,7 +375,7 @@ jobs:
375375 -value_size=15
376376 -batch_size=1000
377377 -cache_size="$ROCKSDB_CACHE_SIZE"
378- -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom,readrandom,readrandom
378+ -benchmarks=fillseq,flush,compact,readseq,readseq,readseq,readrandom
379379 -progress_reports=false
380380 )
381381 /usr/bin/time -f 'max_rss_kb=%M' -o "${LOGDIR}/time-fillseq.txt" -- \
0 commit comments