performance comparison

This commit is contained in:
Alexander Kuzmenkov 2020-04-29 09:30:37 +03:00
parent cef5f12186
commit 15e94d3de9
8 changed files with 8 additions and 24 deletions

View File

@ -119,5 +119,5 @@ done
dmesg -T > dmesg.log
7z a /output/output.7z ./*.{log,tsv,html,txt,rep,svg} {right,left}/{performance,db/preprocessed_configs}
7z a /output/output.7z ./*.{log,tsv,html,txt,rep,svg} {right,left}/{performance,db/preprocessed_configs} ./report
cp compare.log /output

View File

@ -1,7 +1,4 @@
<test>
<test max_ignored_relative_change="0.5">
<substitutions>
<substitution>
<name>crypto_hash_func</name>

View File

@ -1,5 +1,4 @@
<test>
<test max_ignored_relative_change="0.2">
<settings>
<max_memory_usage>30000000000</max_memory_usage>
</settings>

View File

@ -1,7 +1,4 @@
<test>
<test max_ignored_relative_change="0.2">
<create_query>CREATE TABLE ints (i64 Int64, i32 Int32, i16 Int16, i8 Int8) ENGINE = Memory</create_query>
<fill_query>INSERT INTO ints SELECT number AS i64, i64 AS i32, i64 AS i16, i64 AS i8 FROM numbers(10000)</fill_query>

View File

@ -1,7 +1,4 @@
<test>
<times_to_run>1</times_to_run>
<test max_ignored_relative_change="0.2">
<settings>
<max_threads>1</max_threads>
</settings>

View File

@ -1,7 +1,4 @@
<test>
<times_to_run>1</times_to_run>
<test max_ignored_relative_change="0.2">
<settings>
<max_threads>1</max_threads>
</settings>

View File

@ -1,7 +1,4 @@
<test>
<times_to_run>1</times_to_run>
<test max_ignored_relative_change="0.2">
<settings>
<max_threads>1</max_threads>
</settings>

View File

@ -1,4 +1,4 @@
<test>
<test max_ignored_relative_change="0.2">
<create_query>CREATE TABLE IF NOT EXISTS table_{format} ENGINE = File({format}, '/dev/null') AS test.hits</create_query>