Acme-CPANModules-TextTable
view release on metacpan or search on metacpan
- No functional changes.
- Add description, grammar.
0.012 2021-07-31 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Rebuild with updated Pod::Weaver::Plugin::Bencher::Scenario
(0.251) to tweak texts in generated POD section. Generate charts.
0.011 2021-07-26 Released-By: PERLANCAR; Urgency: medium
- [ux] In generated sample output section, linkify entry.
0.010 2021-07-26 Released-By: PERLANCAR; Urgency: medium
- [doc] Add (generated) POD section to show the sample output of
(some of the) modules.
- Add description for Text::Table::Sprintf.
0.009 2021-02-20 Released-By: PERLANCAR; Urgency: medium
- Add features: column_width, per_column_width, row_height,
per_row_height, pad, vpad.
Text::TabularDisplay: mod_overhead_time=1 participant=Text::TabularDisplay
Text::UnicodeBox::Table: mod_overhead_time=181 participant=Text::UnicodeBox::Table
perl -e1 (baseline): mod_overhead_time=0 participant=perl -e1 (baseline)
The above result presented as chart:
To display as an interactive HTML table on a browser, you can add option
"--format html+datatables".
SAMPLE OUTPUTS
This section shows what the output is like for (some of the) modules:
* "Text::Table::Any"
+--------+--------+--------+
| col1 | col2 | col3 |
+--------+--------+--------+
| row1.1 | row1.2 | row1.3 |
| row2.1 | row2.2 | row2.3 |
| row3.1 | row3.2 | row3.3 |
| row4.1 | row4.2 | row4.3 |
lib/Acme/CPANModules/TextTable.pm view on Meta::CPAN
Text::Table::TinyColorWide: mod_overhead_time=31 participant=Text::Table::TinyColorWide
Text::Table::TinyWide: mod_overhead_time=27 participant=Text::Table::TinyWide
Text::TabularDisplay: mod_overhead_time=1 participant=Text::TabularDisplay
Text::UnicodeBox::Table: mod_overhead_time=181 participant=Text::UnicodeBox::Table
perl -e1 (baseline): mod_overhead_time=0 participant=perl -e1 (baseline)
The above result presented as chart:
=begin html
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAH4CAMAAABUnipoAAAJJmlDQ1BpY2MAAEiJlZVnUJNZF8fv8zzphUASQodQQ5EqJYCUEFoo0quoQOidUEVsiLgCK4qINEWQRQEXXJUia0UUC4uCAhZ0gywCyrpxFVFBWXDfGZ33HT+8/5l7z2/+c+bec8/5cAEgiINlwct7YlK6wNvJjhkYFMwE3yiMn5...
=end html
To display as an interactive HTML table on a browser, you can add option C<--format html+datatables>.
=head1 SAMPLE OUTPUTS
This section shows what the output is like for (some of the) modules:
=over
=item * L</Text::Table::Any>
+--------+--------+--------+
| col1 | col2 | col3 |
+--------+--------+--------+
| row1.1 | row1.2 | row1.3 |
| row2.1 | row2.2 | row2.3 |
lib/Acme/CPANModules_ScenarioR/TextTable.pm view on Meta::CPAN
## no critic
package Acme::CPANModules_ScenarioR::TextTable;
our $VERSION = 0.016; # VERSION
our $results = do{my$var=[[200,"OK",[{_name=>"participant=Text::UnicodeBox::Table",_succinct_name=>"Text::UnicodeBox::Table",errors=>0.0024,participant=>"Text::UnicodeBox::Table",pct_faster_vs_slowest=>0,pct_slower_vs_fastest=>365.666666666667,rate=>...
1;
# ABSTRACT: List of modules that generate text tables
=head1 DESCRIPTION
This module is automatically generated by Pod::Weaver::Plugin::Bencher::Scenario during distribution build.
A Acme::CPANModules_ScenarioR::* module contains the raw result of sample benchmark and might be useful for some stuffs later.
( run in 0.709 second using v1.01-cache-2.11-cpan-39bf76dae61 )