Class: DevSuite::Performance::Reporter::Simple
- Inherits:
-
Base
- Object
- Utils::Construct::Component::Base
- Base
- DevSuite::Performance::Reporter::Simple
- Defined in:
- lib/dev_suite/performance/reporter/simple.rb
Instance Method Summary collapse
-
#generate(description:, results:) ⇒ Object
Generates the performance report.
Methods inherited from Utils::Construct::Component::Base
Instance Method Details
#generate(description:, results:) ⇒ Object
Generates the performance report
13 14 15 16 |
# File 'lib/dev_suite/performance/reporter/simple.rb', line 13 def generate(description:, results:) table = Helpers::TableBuilder.build_table(description, results) render_table(table) end |