Skip to content

Commit 5923923

Browse files
committed
remove overly verbose/long debug of fio raw output
1 parent 1aa168e commit 5923923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/report/table_helpers_benchmarking.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func cpuSpeedFromOutput(outputs map[string]script.ScriptOutput) string {
122122

123123
func storagePerfFromOutput(outputs map[string]script.ScriptOutput) (fioOutput, error) {
124124
output := outputs[script.StorageBenchmarkScriptName].Stdout
125-
slog.Debug("storage benchmark output", slog.String("output", output))
126125

127126
i := strings.Index(output, "{\n \"fio version\"")
128127
if i >= 0 {

0 commit comments

Comments
 (0)