Print first date then commit hash for benchmark results
All checks were successful
Run Tests / Test (push) Successful in 24s
Benchmark BufferPool / RunBenchmarks (push) Successful in 26s

This commit is contained in:
2024-07-24 11:16:57 +02:00
parent 3d7702f1c6
commit 7faa683237

View File

@@ -31,7 +31,7 @@ func main() {
} }
now := time.Now().Format(time.DateOnly) now := time.Now().Format(time.DateOnly)
resultFile := path.Join(".", "results", head+"_"+now+".txt") resultFile := path.Join(".", "results", now+"_"+head+".txt")
log.Printf("Writing results to %s", resultFile) log.Printf("Writing results to %s", resultFile)
outFile, err := os.Create(resultFile) outFile, err := os.Create(resultFile)
if err != nil { if err != nil {