edit
[c11concurrency-benchmarks.git] / silo / scripts / tester.sh
1 #!/bin/bash
2
3 for ncores in 1 2 4 8 16 24 32; do
4   #for wset in 4 8 16; do
5   for wset in 18; do
6     echo -n "$ncores $wset "
7     ./persist_test \
8       --logfile data.log \
9       --logfile /data/scidb/001/2/stephentu/data.log \
10       --logfile /data/scidb/001/3/stephentu/data.log \
11       --num-threads $ncores --strategy epoch --writeset $wset --valuesize 32
12     sleep 1
13   done
14 done