mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:59:44 +08:00
change: perf monitor not set cpu/mem as default
This commit is contained in:
@@ -32,8 +32,8 @@ type PerfOptions struct {
|
||||
|
||||
func defaulPerfOption() *PerfOptions {
|
||||
return &PerfOptions{
|
||||
SysCPU: true, // default on
|
||||
SysMem: true, // default on
|
||||
SysCPU: false,
|
||||
SysMem: false,
|
||||
SysDisk: false,
|
||||
SysNetwork: false,
|
||||
gpu: false,
|
||||
|
||||
Reference in New Issue
Block a user