Add perf test

This commit is contained in:
Alexey Milovidov 2020-12-13 00:17:37 +03:00
parent 532557ecfd
commit ef064696e7

View File

@ -0,0 +1,7 @@
<test>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<query>SELECT count() FROM test.hits WHERE NOT ignore(encodeXMLComponent(URL))</query>
</test>