Method: Awfy::CLI#flamegraph
- Defined in:
- lib/awfy/cli.rb
#flamegraph(group, report, test) ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/awfy/cli.rb', line 60 def flamegraph(group, report, test) say "Creating flamegraph for:" say "> #{[group, report, test].join("/")}..." configure_benchmark_run run_group(group) { run_flamegraph(_1, report, test) } end |