chore: fix function name in comment

Signed-off-by: racequite <quiterace@gmail.com>
pull/18693/head
racequite 2024-04-19 12:47:50 +08:00
parent 65aa0cb25a
commit c21dabc8da
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ func readInPastTestResults(pastTestRecordPath string) Records {
return record return record
} }
// updateRunsFile overwrites the run file with the updated benchmarks list // updatePastTestResults overwrites the run file with the updated benchmarks list
func updatePastTestResults(h Records, pastTestRecordPath string) { func updatePastTestResults(h Records, pastTestRecordPath string) {
b, err := json.Marshal(h) b, err := json.Marshal(h)
if err != nil { if err != nil {