Skip to content

Commit 466f5ad

Browse files
Increasing test coverage by adding new tests - coverage fell short due to AI suggested comments resolution code
1 parent c374439 commit 466f5ad

5 files changed

Lines changed: 760 additions & 11 deletions

File tree

superbench/benchmarks/micro_benchmarks/ort_inference_performance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
class ORTInferenceBenchmark(MicroBenchmark):
2525
"""ONNXRuntime inference micro-benchmark class."""
26-
2726
def __init__(self, name, parameters=''):
2827
"""Constructor.
2928

superbench/benchmarks/micro_benchmarks/tensorrt_inference_performance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
class TensorRTInferenceBenchmark(MicroBenchmarkWithInvoke):
2525
"""TensorRT inference micro-benchmark class."""
26-
2726
def __init__(self, name, parameters=''):
2827
"""Constructor.
2928

0 commit comments

Comments
 (0)