Skip to content

Commit cda1c3c

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 184d171 commit cda1c3c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

benchmark/framework/framework.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ func (frame *BenchmarkFramework) Run(ctx context.Context) {
9494
}
9595
}
9696

97+
print("should We add timeout here for testing?")
9798
json, err := json.MarshalIndent(frame, "", " ")
9899
if err != nil {
99100
fmt.Printf("JSON Marshalling Error: %v\n", err)

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)