mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-29 03:57:22 +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 {
|
func defaulPerfOption() *PerfOptions {
|
||||||
return &PerfOptions{
|
return &PerfOptions{
|
||||||
SysCPU: true, // default on
|
SysCPU: false,
|
||||||
SysMem: true, // default on
|
SysMem: false,
|
||||||
SysDisk: false,
|
SysDisk: false,
|
||||||
SysNetwork: false,
|
SysNetwork: false,
|
||||||
gpu: false,
|
gpu: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user