Skip to content

Commit a44b277

Browse files
committed
Add some print statements to test
Added print statements to test the benchmark results Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 0381821 commit a44b277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/performanceTest/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func main() {
4747
flag.BoolVar(&showCom, "show-commit", false, "tag the commit hash to the benchmark results")
4848
flag.IntVar(&numberOfTests, "count", 5, "Describes the number of runs a benchmarker should run. Default: 5")
4949
flag.StringVar(&configCsv, "f", "default", "Path to a csv file describing image details in this order ['Name','Image ref', 'Ready line', 'manifest ref'].")
50-
5150
flag.Parse()
5251

5352
if showCom {

0 commit comments

Comments
 (0)