Make benchmark everything

This commit is contained in:
2024-07-31 14:21:24 +02:00
parent 2453d639ff
commit 9088bc14bc

View File

@@ -38,7 +38,7 @@ func main() {
log.Fatalf("Error creating result file %s with %v", resultFile, err)
}
cmd := exec.Command("go", "test", "-bench", ".", "./pdu")
cmd := exec.Command("go", "test", "-bench", ".", "./...")
cmd.Dir = "../"
cmd.Stdout = outFile