From 02af357fe45680655c925be085b875ecf8c884cc Mon Sep 17 00:00:00 2001 From: Anastasiya Rodigina Date: Sun, 26 May 2019 12:54:13 +0000 Subject: [PATCH] Add perf test --- dbms/tests/performance/order_by_pk_order.xml | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dbms/tests/performance/order_by_pk_order.xml diff --git a/dbms/tests/performance/order_by_pk_order.xml b/dbms/tests/performance/order_by_pk_order.xml new file mode 100644 index 00000000000..772e366dcac --- /dev/null +++ b/dbms/tests/performance/order_by_pk_order.xml @@ -0,0 +1,34 @@ + + order_by_pk_order + loop + + + + 5 + 10000 + + + 50 + 60000 + + + + + + + + + + + + + + + + + test.hits + + +SELECT DISTINCT CounterID FROM test.hits ORDER BY CounterID DESC LIMIT 50 + +