diff options
| author | udovichenko-r <[email protected]> | 2023-11-28 12:53:35 +0300 |
|---|---|---|
| committer | udovichenko-r <[email protected]> | 2023-11-28 14:29:21 +0300 |
| commit | 4064df667d53bae580c8e2826aff350f725eaeb5 (patch) | |
| tree | dcd577bba6ce810a127acc9004fec8e423e2ed3b | |
| parent | 6142e5846c3ae759361b6ef92f3f3e3b6a011cb8 (diff) | |
[ci] move benchmark test
YQL-17206
| -rw-r--r-- | ydb/library/yql/minikql/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/minikql/ya.make b/ydb/library/yql/minikql/ya.make index 26c371a3382..882d8cb4d65 100644 --- a/ydb/library/yql/minikql/ya.make +++ b/ydb/library/yql/minikql/ya.make @@ -86,7 +86,6 @@ END() RECURSE( arrow - benchmark codegen comp_nodes computation @@ -99,5 +98,6 @@ RECURSE( ) RECURSE_FOR_TESTS( + benchmark ut ) |
