Skip to content

Commit a7d2ec3

Browse files
OSS Cluster setup profiler improvements (#155)
* [wip] WIP on oss-cluster benchmarks and local runs * [perf] made default profile method to be via fp and not lbr
1 parent 9d8a199 commit a7d2ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisbench_admin/profilers/perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from redisbench_admin.utils.utils import whereis
2121

2222

23-
PERF_CALLGRAPH_MODE_DEFAULT = "lbr"
23+
PERF_CALLGRAPH_MODE_DEFAULT = "fp"
2424
LINUX_PERF_SETTINGS_MESSAGE = (
2525
"If running in non-root user please confirm that you have:\n"
2626
+ " - access to Kernel address maps."

0 commit comments

Comments
 (0)