We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194e19b commit 515b92fCopy full SHA for 515b92f
test/infinicore/framework/reporter.py
test/infinicore/run.py
@@ -238,11 +238,9 @@ def main():
238
driver = TestDriver()
239
cumulative_timing = TestTiming()
240
test_summary = TestSummary(args.verbose, args.bench)
241
- # printer = ConsolePrinter()
242
results = []
243
244
test_summary.print_header(discoverer.ops_dir, len(test_files))
245
- # printer.print_header(discoverer.ops_dir, len(test_files))
246
247
# 3. Execution Loop
248
for f in test_files:
0 commit comments