diff --git a/benchmark/benchmark.go b/benchmark/benchmark.go index 6878535..3fdac32 100644 --- a/benchmark/benchmark.go +++ b/benchmark/benchmark.go @@ -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