Commit ba61dad6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9a266d11
...@@ -386,6 +386,7 @@ prod1_gen_data() { ...@@ -386,6 +386,7 @@ prod1_gen_data() {
datasetv=( datasetv=(
"wczblk1 8" # size: array size (MB) XXX raise 32,64,512... "wczblk1 8" # size: array size (MB) XXX raise 32,64,512...
"prod1 1024" # size: # of transactions XXX raise size "prod1 1024" # size: # of transactions XXX raise size
# TODO + wczblk0
) )
# generate data in data.fs # generate data in data.fs
...@@ -576,6 +577,7 @@ system_info() { ...@@ -576,6 +577,7 @@ system_info() {
# disk under . # disk under .
# TODO show all disks and just mark which is current
mntpt=`stat -c '%m' .` # mountpoint of current filesystem mntpt=`stat -c '%m' .` # mountpoint of current filesystem
blkdev=`findmnt -n -o source $mntpt` # mountpoint -> device blkdev=`findmnt -n -o source $mntpt` # mountpoint -> device
blkdev=`realpath $blkdev` # /dev/mapper/vg0-root -> /dev/dm-0 blkdev=`realpath $blkdev` # /dev/mapper/vg0-root -> /dev/dm-0
...@@ -851,6 +853,9 @@ bench_cpu() { ...@@ -851,6 +853,9 @@ bench_cpu() {
nrun tsha1.py $size nrun tsha1.py $size
nrun tsha1_go $size nrun tsha1_go $size
done done
# TODO bench compress/decompress
# XXX data: null4K, some real pickle
} }
# bench_disk - benchmark direct (uncached) and cached random reads # bench_disk - benchmark direct (uncached) and cached random reads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment