summaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/parse_enum/benchmark_build
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
committeralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /tools/enum_parser/parse_enum/benchmark_build
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
Revert ymake build from ydb oss export
Diffstat (limited to 'tools/enum_parser/parse_enum/benchmark_build')
-rw-r--r--tools/enum_parser/parse_enum/benchmark_build/lib/ya.make22
-rw-r--r--tools/enum_parser/parse_enum/benchmark_build/ut/ya.make11
-rw-r--r--tools/enum_parser/parse_enum/benchmark_build/ya.make4
3 files changed, 0 insertions, 37 deletions
diff --git a/tools/enum_parser/parse_enum/benchmark_build/lib/ya.make b/tools/enum_parser/parse_enum/benchmark_build/lib/ya.make
deleted file mode 100644
index 3e5d7a626b6..00000000000
--- a/tools/enum_parser/parse_enum/benchmark_build/lib/ya.make
+++ /dev/null
@@ -1,22 +0,0 @@
-LIBRARY()
-
-SRCS()
-
-RUN_PYTHON3(
- ${ARCADIA_ROOT}/tools/enum_parser/parse_enum/benchmark_build/lib/gen.py
- --range 1000
- --namespace NHuge
- --enum EHuge 1000
- STDOUT enum_huge.h
-)
-
-RUN_PYTHON3(
- ${ARCADIA_ROOT}/tools/enum_parser/parse_enum/benchmark_build/lib/gen.py
- --enum EEnormous 9000
- STDOUT enum_enormous.h
-)
-
-GENERATE_ENUM_SERIALIZATION_WITH_HEADER(enum_huge.h)
-GENERATE_ENUM_SERIALIZATION_WITH_HEADER(enum_enormous.h)
-
-END()
diff --git a/tools/enum_parser/parse_enum/benchmark_build/ut/ya.make b/tools/enum_parser/parse_enum/benchmark_build/ut/ya.make
deleted file mode 100644
index 802a84325f5..00000000000
--- a/tools/enum_parser/parse_enum/benchmark_build/ut/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-UNITTEST()
-
-PEERDIR(
- tools/enum_parser/parse_enum/benchmark_build/lib
-)
-
-SRCS(
- huge_enums_fallback_ut.cpp
-)
-
-END()
diff --git a/tools/enum_parser/parse_enum/benchmark_build/ya.make b/tools/enum_parser/parse_enum/benchmark_build/ya.make
deleted file mode 100644
index ec7e3420274..00000000000
--- a/tools/enum_parser/parse_enum/benchmark_build/ya.make
+++ /dev/null
@@ -1,4 +0,0 @@
-RECURSE_FOR_TESTS(
- lib
- ut
-)