We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6efda commit 3f537c4Copy full SHA for 3f537c4
ydb/library/benchmarks/runner/tpc_tests.py
@@ -77,4 +77,3 @@ def test_tpc():
77
s3_folder = pathlib.Path(os.environ["PUBLIC_DIR"]).resolve()
78
79
upload(result_path, s3_folder)
80
- exit(1)
ydb/library/benchmarks/runner/ya.make
@@ -1,10 +1,12 @@
1
PY3TEST()
2
3
-SIZE(LARGE)
+SIZE(MEDIUM)
4
5
-TAG(
6
- ya:fat
7
-)
+# SIZE(LARGE)
+
+# TAG(
8
+# ya:fat
9
+# )
10
11
TEST_SRCS(
12
tpc_tests.py
0 commit comments