Commit 41107a68 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7727143a
......@@ -191,7 +191,8 @@ EOF
export WENDELIN_CORE_ZBLK_FMT=ZBlk1
# XXX 32 temp - raise
work=32 # array size generated (MB)
work=8 # array size generated (MB)
#work=32 # array size generated (MB)
#work=64
#work=512 # array size generated (MB)
......@@ -371,9 +372,10 @@ bench_local() {
wait
}
header()
gen_data()
bench_local()
# ---- main driver ----
header
gen_data
bench_local
# all ok
trap - EXIT
......
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