Anastasiya Rodigina
32114f0260
Edit tests
2019-05-26 19:16:46 +00:00
Vitaly Baranov
71177b6f1f
Performance test for the functions JSONExtract*
2019-05-26 17:11:26 +03:00
Anastasiya Rodigina
02af357fe4
Add perf test
2019-05-26 12:54:13 +00:00
Alexander Kozhikhov
0be0529b59
changes on lin reg
2019-05-25 21:41:58 +03:00
Alexander Kozhikhov
7b235a312b
Merge branch 'master' of https://github.com/yandex/ClickHouse
2019-05-25 16:33:36 +03:00
alesapin
7822db5884
Small performance test documentation. ( #5408 )
...
* Docs for performance tests
* docfix
* Better formating
* More English
* Run example
* Update README.md
2019-05-25 13:46:08 +03:00
Alexander Kozhikhov
ef3e47c037
small perf test for linear regression
2019-05-25 01:41:33 +03:00
alesapin
0b450597be
Fix meaningless (untested) performance tests
2019-05-24 18:09:21 +03:00
alesapin
37313d64ee
Merge pull request #5367 from yandex/apply-substitutions-for-create-prepare-drop-query
...
[WIP] Add ability to make substitutions in create, fill and drop query in performance tests.
2019-05-24 11:59:01 +03:00
stavrolia
14ac3de76b
Add limit to loop test
2019-05-24 11:38:49 +03:00
stavrolia
17a6e9cffa
Loop type of tests
2019-05-23 19:06:21 +03:00
stavrolia
3a1d3b0025
Try type of test - once
2019-05-23 18:31:23 +03:00
stavrolia
e9425fdfeb
Merge branch 'apply-substitutions-for-create-prepare-drop-query' of https://github.com/yandex/ClickHouse into apply-substitutions-for-create-prepare-drop-query
2019-05-23 13:38:48 +03:00
stavrolia
eb3340dba2
add test with selecting of different formats
2019-05-23 13:37:19 +03:00
alesapin
3425610f79
Update parse_engine_file.xml
2019-05-23 11:45:47 +03:00
stavrolia
a1719b101e
Fix name of test
2019-05-22 18:34:16 +03:00
stavrolia
3469f80172
add config file for test of parsing files in different formats
2019-05-22 14:09:44 +03:00
alesapin
3340ae66ba
More stable perf tests
2019-05-21 13:03:36 +03:00
Danila Kutenin
84b04dc8ea
format function added
2019-05-18 15:29:10 +03:00
alesapin
7a9dfbbb53
More stable perf tests
2019-05-17 14:42:41 +03:00
alesapin
d477cc0df4
Fix incorrect performance tests
2019-05-15 19:44:25 +03:00
Vitaly Baranov
9620e2e223
Merge pull request #5003 from Enmk/geohash_support
...
Implementation of geohashEncode and geohashDecode functions;
2019-05-14 20:01:22 +03:00
Artem Zuikov
aba710a70e
Merge pull request #5260 from 4ertus2/joins
...
Fix perf regression: do not add right join key to result if possible
2019-05-14 15:33:54 +03:00
chertus
ba202c2b06
fix whitespaces
2019-05-14 12:47:21 +03:00
chertus
20e7de7cce
fix perf regression: do not add right join key to result if possible
2019-05-13 21:58:15 +03:00
alesapin
5aec6dd011
Fix banch of flapping perf tests. Improve average speed calculation
2019-05-13 17:09:11 +03:00
Vasily Nemkov
e4988110ec
Implementation of geohashEncode and geohashDecode functions;
...
Function signatures:
* geohashEncode(float lon, float lat, int precision) => string
* geohashDecode(string encoded) => (float llon, float lat)
With test cases and documentation;
2019-05-10 14:59:24 +03:00
Danila Kutenin
2abf420fac
Merge pull request #5198 from yandex/ngram_vector_vector_distance
...
Ngram vector_vector distance added
2019-05-06 02:49:59 +03:00
Danila Kutenin
f613c06c47
ngram vector_vector distance added
2019-05-05 23:48:46 +03:00
zhang2014
7c54df39b8
ISSUES-5190 add performance test from Denny Crane
2019-05-06 01:19:12 +08:00
Danila Kutenin
173884c04f
Perf test for upcoming review for regexp matching
2019-05-05 12:27:57 +03:00
Alexey Milovidov
a04849476f
Added performance test for "basename" function #5136
2019-05-02 16:11:58 +03:00
Alexey Milovidov
9d814f3ce1
Added performance test #5170
2019-05-02 16:09:48 +03:00
Alexey Milovidov
b02588eb62
Move performance tests for convenience
2019-04-30 20:11:43 +03:00
Evgenii Pravda
cf5265f1be
Add a performance test for sorting
2019-04-20 02:04:17 +03:00
alexey-milovidov
3bf422b1b0
Update trim_whitespace.xml
2019-04-05 21:27:20 +03:00
Danila Kutenin
b822923f5a
Better renamings of fuzzy string search
2019-03-29 04:27:17 +03:00
Danila Kutenin
965b478a8e
Fuzzy search perf test
2019-03-29 04:08:55 +03:00
Danila Kutenin
1e1e3b3d38
Fix hyperscan, add some notes, test, 4 more perf tests
2019-03-25 00:47:34 +03:00
Danila Kutenin
725139f0f5
Renamings, fixes to search algorithms, more tests
2019-03-24 01:49:38 +03:00
Danila Kutenin
f8001b41ba
Hyperscan multi regular expressions search
2019-03-23 22:40:16 +03:00
Danila Kutenin
570af60bfa
more typos to the god of typos in distance perf test
2019-03-06 03:05:14 +03:00
Danila Kutenin
97349fb83e
typos in perf tests for distance function
2019-03-06 02:55:51 +03:00
Danila Kutenin
d09f2023c9
typos in perf tests for distance function
2019-03-06 02:54:00 +03:00
Danila Kutenin
cb7158f615
perf test for distance functions in a proper folder
2019-03-06 02:52:19 +03:00
Danila Kutenin
8800134b9a
remove public perf tests
2019-03-06 02:43:23 +03:00
Danila Kutenin
952b5ea24a
Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see
2019-03-06 01:42:28 +03:00
Alexey Milovidov
a0b6b78c01
Added performance test #4564
2019-03-04 03:20:08 +03:00
Alexey Milovidov
9216fd2810
Added performance test for comparison of FixedString(16)
2019-03-03 19:57:06 +03:00
Alexey Milovidov
846bf82a3e
More simple
2019-02-25 01:41:18 +03:00
Alexey Milovidov
25f31151fa
Minor changes
2019-02-25 01:28:05 +03:00
Alexey Milovidov
c0f2876ad1
Added performance test resembling benchmark from the website
2019-02-24 03:05:05 +03:00
alesapin
067ee98852
Forward settings in perf test and fix exception in uniq.xml
2019-02-12 12:13:31 +03:00
alesapin
84a71a2287
Fix perf test to correct tables
2019-02-12 11:42:56 +03:00
alexey-milovidov
81a184c47f
Merge pull request #4301 from yandex/input-data-in-perf-test
...
Fix perf-test input data and refactor two tests
2019-02-11 12:52:03 +03:00
Alexey Milovidov
a17503c2d1
Added performance test
2019-02-09 23:53:22 +03:00
alesapin
dc98b50f14
Fix HTTP insert
2019-02-08 16:24:24 +03:00
alesapin
830994aae5
Small fixes in tests
2019-02-07 17:25:40 +03:00
alesapin
48bd750856
Fix perf-test input data and refactor two tests
2019-02-07 16:18:04 +03:00
alexey-milovidov
2686f64233
Merge pull request #4128 from yandex/unified-sets
...
Unified sets
2019-02-06 20:40:11 +03:00
KochetovNicolai
9f971c276f
Merge pull request #3669 from Enmk/ipv4_and_ipv6_domains
...
Ipv4 and ipv6 domains
2019-02-06 18:16:58 +03:00
Nikolai Kochetov
44a46825d0
Added perftest for ColumnsHashing.
2019-02-05 13:55:08 +03:00
Vasily Nemkov
2716df8ab2
IPv4 and IPv6 Domain implementation.
...
Added:
* IDataTypeDomain interface;
* method DataTypeFactory::registerDataTypeDomain for registering domains;
* DataTypeDomainWithSimpleSerialization domain base class with simple serialization/deserialization;
* Concrete IPv4 and IPv6 domain implementations: DataTypeDomanIPv6 and DataTypeDomanIPv4;
Updated:
* IDataType text serialization/deserialization methods;
* IDataType implementation to use domain for text serialization/deserialization;
* Refactored implementation of the IPv4/IPv6 functions to use formatIPv4/v6 and parseIPv4/v6 from Common/formatIPv6.h;
Tests:
* Added test cases for IPv4 and IPv6 domains.
* Updated IPv4/v6 functions tests to validate more cases;
* Added performance tests for IPv4 and IPv6 related functions;
2019-02-04 12:37:46 +03:00
Alexey Milovidov
bd04320f13
Added performance test
2019-02-04 01:27:19 +03:00
alesapin
7fb2556a23
Add ability to create, fill and drop tables in perftest
2019-02-01 18:10:13 +03:00
alesapin
eb207b2c5c
Replace untrusted hits_1000m with hits_1000m_single in performance test
2019-01-23 15:48:15 +03:00
Danila Kutenin
a5669b6b7a
MultiVolnitsky added with tests and some benchmark, many multiFunctions are added to support multistring search
2019-01-14 18:54:47 +03:00
Amos Bird
df5b735894
Better writeInt
2019-01-01 19:36:50 +08:00
alexey-milovidov
de88010ac8
Merge pull request #3920 from amosbird/leftpad
...
POC zero left padding for PODArray
2018-12-25 21:54:17 +03:00
Amos Bird
8736a3908f
left pad
2018-12-24 23:51:06 +08:00
mf5137
c07b0659fd
Performance tests for hash functions2
2018-12-24 15:09:54 +01:00
mf5137
67ad598582
Performance tests for hash functions
2018-12-24 12:38:07 +01:00
alexey-milovidov
f85857d8ff
Merge pull request #3826 from yandex/missing-sql-compatibility-functions
...
Additional functions for SQL compatibility
2018-12-20 20:51:05 +03:00
Alexey Milovidov
7f544da83c
Added performance test #3139
2018-12-20 19:11:45 +03:00
Alexey Milovidov
689de0289f
Added performance test #3721
2018-12-19 05:37:20 +03:00
Ivan Blinkov
93d4303922
minor trim test improvements
2018-12-17 23:20:25 +03:00
Ivan Blinkov
b7566a8d4d
Add manual implementation of trim base case (without character override)
2018-12-17 23:07:31 +03:00
Ivan Blinkov
ebc0a165f4
Add perf test for right function
2018-12-14 12:32:24 +03:00
Ivan Blinkov
7b4b768195
Some perf tests for trim functions
2018-12-14 12:20:22 +03:00
Amos Bird
86f462acff
Support unaligned array join
...
For left ARRAY JOIN, expand to the greatest size. If all sizes are zero,
resize to one which is the same as the old behavior, i.e. emptyArrayToSingle
For non-left ARRAY JOIN, expand to the greatest size but keep empty if all sizes are zero.
2018-12-12 22:08:28 +08:00
Alexey Milovidov
eac2d032bb
Better performance test [#CLICKHOUSE-2]
2018-11-25 04:16:48 +03:00
Alexey Milovidov
6e2a6d9894
Added performance test #3350
2018-11-24 00:04:14 +03:00
Alexey Milovidov
910d57c1b5
Better test #3406
2018-11-23 22:52:24 +03:00
Alexey Milovidov
2a225174d4
Added performance test #3406
2018-11-23 02:45:16 +03:00
alexey-milovidov
1002ed7487
Merge branch 'master' into 3958/many_templates
2018-11-23 01:48:42 +03:00
Alexey Milovidov
843fc0097b
Addition to prev. revision #3601
2018-11-21 04:00:50 +03:00
Alexey Milovidov
7a6fd980fe
Added performance test #3601
2018-11-21 03:59:17 +03:00
Ivan Lezhankin
d588120677
Keep default value for HLL precision in tests - to not break them.
2018-10-18 17:47:21 +03:00
alesapin
d78d569d42
CLICKHOUSE-2211: Fix aio reading (with correct buffer size), reduce MergeTreeReader creation and add useless test
2018-10-17 17:56:15 +03:00
Ivan Lezhankin
6d783ef013
Move-away "uniqCombined" as a separate aggregated function with HLL precision
2018-10-17 17:31:06 +03:00
Alexey Milovidov
2878f39e1e
Added performance tests #3176
2018-09-19 23:48:25 +03:00
alesapin
e815260363
CLICKHOUSE-3800: Improve cache and turn on compilation by default
2018-09-07 23:17:40 +03:00
alesapin
2647c13c6b
CLICKHOUSE-3800: Fix naming, move compiled cache size setting to config.xml
2018-09-05 14:37:41 +03:00
alesapin
11d248ba10
Resolve conflict
2018-09-03 13:11:10 +03:00
zhang2014
a1f2b9ae0c
ISSUES-2973 support nested json struct for visitParamExtractRaw
2018-08-31 15:25:28 +08:00
alesapin
d2a5efb11b
CLICKHOUSE-3800: Add perf test
2018-08-29 20:49:43 +03:00
zhang2014
16404c8e7b
ISSUES-2973 support nested json struct for visitParamExtractRaw
2018-08-28 13:45:21 +08:00
alexey-milovidov
60fade5de8
Revert "ISSUES-1885 UTF8 countCodePoints use SIMD"
2018-04-20 22:18:24 +03:00
Alexey Milovidov
dcdaa2c7bc
Added performance test #1925
2018-04-19 06:24:27 +03:00
KochetovNicolai
d25c244946
Merge pull request #1882 from zhang2014/support/simd_for_lengthUTF-8
...
ISSUES-1885 UTF8 countCodePoints use SIMD
2018-03-26 18:27:07 +03:00