Skip to content

Commit

Permalink
change default analyer file name
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed Mar 28, 2024
1 parent c89a996 commit f8139d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/runner/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ will be used.`)
var analyzerNameFlag = flag.String("analyzer-name", "",
"The name of the analyzer to use.")

var analyzerPeriodFlag = flag.Float64("analyzer-period", 0.0,
var analyzerPeriodFlag = flag.Float64("analyzer-period", 0.0000001,
"The period to dump the analyzer results.")

var visTracing = flag.Bool("trace-vis", false,
Expand Down
1 change: 1 addition & 0 deletions samples/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (*Runner) setAnalyzer(
*analyzerPeriodFlag,
)
}

return b
}

Expand Down

0 comments on commit f8139d6

Please sign in to comment.