Make benchmark everything
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user