areDir 'dist_dir';
use BenchmarkAnything::Storage::Frontend::Lib;
use Template;
use JSON 'decode_json', 'encode_json';
with 'MooseX::Getopt::Usage',
'MooseX::Getopt::Usage::Role::Man';
has 'subdir'
LTMATRIX, $options) = @_;
require JSON;
my $outfile = $options->{outfile};
my $vars = {
RESULTMATRIX => JSON->new->pretty->encode($RESULTMATRIX),
$chartlist, $options) = @_;
require JSON;
my $number = 0;
my @extended_chartlist = map
{
$_->{json} = JSON->new->pretty->encode($_->{data});