Skip to content

Commit a95aeac

Browse files
committed
fixup: use correct var name
1 parent 2f849c1 commit a95aeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/testing/benchmark.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,8 @@ func (s *benchState) processBench(b *B) {
938938
Name: benchName,
939939
Uri: benchUri,
940940
Pid: os.Getpid(),
941-
CodspeedTimePerRoundNs: r.codspeedTimePerRoundNs,
942-
CodspeedItersPerRound: r.codspeedItersPerRound,
941+
CodspeedTimePerRoundNs: r.CodspeedTimePerRoundNs,
942+
CodspeedItersPerRound: r.CodspeedItersPerRound,
943943
}
944944

945945
goRunnerMetadata, err := findGoRunnerMetadata()

0 commit comments

Comments
 (0)