mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
performance comparison
This commit is contained in:
parent
cef5f12186
commit
15e94d3de9
@ -119,5 +119,5 @@ done
|
|||||||
|
|
||||||
dmesg -T > dmesg.log
|
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
|
cp compare.log /output
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<substitutions>
|
<substitutions>
|
||||||
<substitution>
|
<substitution>
|
||||||
<name>crypto_hash_func</name>
|
<name>crypto_hash_func</name>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<max_memory_usage>30000000000</max_memory_usage>
|
<max_memory_usage>30000000000</max_memory_usage>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -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>
|
<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>
|
<fill_query>INSERT INTO ints SELECT number AS i64, i64 AS i32, i64 AS i16, i64 AS i8 FROM numbers(10000)</fill_query>
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
<times_to_run>1</times_to_run>
|
|
||||||
|
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<max_threads>1</max_threads>
|
<max_threads>1</max_threads>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
<times_to_run>1</times_to_run>
|
|
||||||
|
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<max_threads>1</max_threads>
|
<max_threads>1</max_threads>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
<times_to_run>1</times_to_run>
|
|
||||||
|
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<max_threads>1</max_threads>
|
<max_threads>1</max_threads>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -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>
|
<create_query>CREATE TABLE IF NOT EXISTS table_{format} ENGINE = File({format}, '/dev/null') AS test.hits</create_query>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user