mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Remove redundant http_pprof cgr-engine flag
runtime profiling is now configurable within the http cfg section and is enabled by default
This commit is contained in:
committed by
Dan Christian Bogos
parent
435ba54743
commit
b0758d082d
@@ -63,13 +63,6 @@ func TestCgrEngineFlags(t *testing.T) {
|
||||
defaultVal: "",
|
||||
want: "/run/cgrates/cgrates.pid",
|
||||
},
|
||||
{
|
||||
name: "httpPprof",
|
||||
flags: []string{"-http_pprof"},
|
||||
flagVar: httpPprof,
|
||||
defaultVal: false,
|
||||
want: true,
|
||||
},
|
||||
{
|
||||
name: "cpuProfDir",
|
||||
flags: []string{"-cpuprof_dir", "/tmp/profiling"},
|
||||
|
||||
Reference in New Issue
Block a user