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 51f09a7 commit 1aaba3fCopy full SHA for 1aaba3f
benchmarks/run.py
@@ -84,6 +84,9 @@ def describe_tensor(obj: object) -> object:
84
85
logger: logging.Logger = logging.getLogger(__name__)
86
87
+if os.getenv("HELION_BENCHMARK_DISABLE_LOGGING", "0") == "1":
88
+ logging.disable(logging.CRITICAL)
89
+
90
# Maximum number of inputs to use
91
MAX_NUM_INPUTS = 20
92
0 commit comments