diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-12-24 16:10:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 19:10:06 +0300 |
commit | e7be7508f52464bfb952b6bd1818e40062ad4bed (patch) | |
tree | 3794080bce12c8b0037f217d72d869899cfc6a52 | |
parent | b86a71ba34c465b95a8c1e0f22332149a4d0e911 (diff) | |
download | ydb-e7be7508f52464bfb952b6bd1818e40062ad4bed.tar.gz |
Remove ydb/tests/perf (not used) (#12929)
-rw-r--r-- | ydb/tests/perf/ya.make | 10 | ||||
-rw-r--r-- | ydb/tests/ya.make | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/ydb/tests/perf/ya.make b/ydb/tests/perf/ya.make deleted file mode 100644 index 4ce4092b77..0000000000 --- a/ydb/tests/perf/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -RECURSE_ROOT_RELATIVE( - yql/essentials/minikql/benchmark - yql/essentials/minikql/jsonpath/benchmark - yql/essentials/minikql/perf/alloc - yql/essentials/minikql/perf/mt_param - yql/essentials/minikql/perf/packer - yql/essentials/minikql/perf/param - yql/essentials/minikql/perf/presort - yql/essentials/sql/v1/perf -) diff --git a/ydb/tests/ya.make b/ydb/tests/ya.make index 7dcbd4e2bb..14c62930cb 100644 --- a/ydb/tests/ya.make +++ b/ydb/tests/ya.make @@ -5,7 +5,6 @@ RECURSE( library/sqs olap oss - perf postgres_integrations sql stability |