summaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/parse_enum/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'tools/enum_parser/parse_enum/benchmark')
-rw-r--r--tools/enum_parser/parse_enum/benchmark/ya.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/enum_parser/parse_enum/benchmark/ya.make b/tools/enum_parser/parse_enum/benchmark/ya.make
new file mode 100644
index 00000000000..746389067df
--- /dev/null
+++ b/tools/enum_parser/parse_enum/benchmark/ya.make
@@ -0,0 +1,9 @@
+Y_BENCHMARK()
+
+SRCS(
+ main.cpp
+)
+
+GENERATE_ENUM_SERIALIZATION_WITH_HEADER(enum.h)
+
+END()