Merge branch 'master' into benchmark

This commit is contained in:
2024-07-24 11:24:09 +02:00
2 changed files with 41 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ func main() {
}
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)
outFile, err := os.Create(resultFile)
if err != nil {