0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

test script change

This commit is contained in:
Sergey Yagovtsev 2016-09-11 16:59:01 +03:00 committed by Victor Zarubkin
parent d5d75d6340
commit 18055c7616

View File

@ -17,7 +17,7 @@ echo "Blocks count, dT prof enabled usec, dT prof disabled usec" > $RESULT_FILE
for i in {1..9}
do
OBJECTS_COUNT=$(($i*10))
OBJECTS_COUNT=$(($i*100))
for j in {10..15}
do
RENDER_COUNT=$(($j*100))