From fe6e7581d83d7ce3a878a6f89241aed23ecb1da8 Mon Sep 17 00:00:00 2001 From: Emmanuel Dias Date: Sun, 8 Dec 2024 18:09:01 -0300 Subject: [PATCH] add performance test --- tests/performance/array_pr_auc.xml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/performance/array_pr_auc.xml diff --git a/tests/performance/array_pr_auc.xml b/tests/performance/array_pr_auc.xml new file mode 100644 index 00000000000..cd5155da992 --- /dev/null +++ b/tests/performance/array_pr_auc.xml @@ -0,0 +1,3 @@ + + SELECT avg(ifNotFinite(arrayPrAUC(arrayMap(x -> rand(x) / 0x100000000, range(2 + rand() % 100)), arrayMap(x -> rand(x) % 2, range(2 + rand() % 100))), 0)) FROM numbers(100000) +