Benchmark-Perl-Formance-Plugin-PerlStone2015

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/05regex.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/06subroutines.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/07lists.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/08capture.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/09data.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/10packages.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/11modules.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/12objects.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/18compiling.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/19commandline.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/binarytrees.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/dpath.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fannkuch.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fasta.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fib.pm
lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fiboo.pm

META.json  view on Meta::CPAN

         "version" : "0.002"
      },
      "Benchmark::Perl::Formance::Plugin::PerlStone2015::13overloading" : {
         "file" : "lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm",
         "version" : "0.002"
      },
      "Benchmark::Perl::Formance::Plugin::PerlStone2015::14tie" : {
         "file" : "lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm",
         "version" : "0.002"
      },
      "Benchmark::Perl::Formance::Plugin::PerlStone2015::15unicode" : {
         "file" : "lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm",
         "version" : "0.002"
      },
      "Benchmark::Perl::Formance::Plugin::PerlStone2015::16ioipc" : {
         "file" : "lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm",
         "version" : "0.002"
      },
      "Benchmark::Perl::Formance::Plugin::PerlStone2015::17concurrency" : {
         "file" : "lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm",
         "version" : "0.002"
      },

META.yml  view on Meta::CPAN

    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::12objects:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/12objects.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::13overloading:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::14tie:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::15unicode:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::16ioipc:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::17concurrency:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm
    version: '0.002'
  Benchmark::Perl::Formance::Plugin::PerlStone2015::18compiling:
    file: lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/18compiling.pm
    version: '0.002'

lib/Benchmark/Perl/Formance/Plugin/PerlStone2015.pm  view on Meta::CPAN

                            05regex
                            06subroutines
                            07lists
                            08capture
                            09data
                            10packages
                            11modules
                            12objects
                            13overloading
                            14tie
                            15unicode
                            16ioipc
                            17concurrency
                            18compiling
                            19commandline
                         );

# Benchmarks using 'threads' can have an impact to programs running
# after them, so push them to the end of the list to avoid confusion
# as long as possible.
if ($Config{usethreads}) {

lib/Benchmark/Perl/Formance/Plugin/PerlStone2015.pm  view on Meta::CPAN

 05regex
 06subroutines              # not yet implemented
 07lists
 08capture                  # not yet implemented
 09data
 10packages                 # not yet implemented
 11modules                  # not yet implemented
 12objects                  # not yet implemented
 13overloading              # not yet implemented
 14tie                      # not yet implemented
 15unicode                  # not yet implemented
 16ioipc                    # not yet implemented
 17concurrency              # not yet implemented
 18compiling                # not yet implemented
 19commandline              # not yet implemented

=head1 METHODS

=head2 main

Main entry point to start the benchmarks.

lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm  view on Meta::CPAN

package Benchmark::Perl::Formance::Plugin::PerlStone2015::15unicode;
our $AUTHORITY = 'cpan:SCHWIGON';
# ABSTRACT: benchmark - perl 15 - unicode
$Benchmark::Perl::Formance::Plugin::PerlStone2015::15unicode::VERSION = '0.002';
use strict;
use warnings;

#############################################################
#                                                           #
# Benchmark Code ahead - Don't touch without strong reason! #
#                                                           #
#############################################################

use Benchmark ':hireswallclock';

lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm  view on Meta::CPAN

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Benchmark::Perl::Formance::Plugin::PerlStone2015::15unicode - benchmark - perl 15 - unicode

=head1 AUTHOR

Steffen Schwigon <ss5@renormalist.net>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Steffen Schwigon.

This is free software; you can redistribute it and/or modify it under

t/00-compile.t  view on Meta::CPAN

    'Benchmark/Perl/Formance/Plugin/PerlStone2015/05regex.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/06subroutines.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/07lists.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/08capture.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/09data.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/10packages.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/11modules.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/12objects.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/18compiling.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/19commandline.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/binarytrees.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/dpath.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/fasta.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/fib.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/fiboo.pm',
    'Benchmark/Perl/Formance/Plugin/PerlStone2015/mem.pm',

t/author-eol.t  view on Meta::CPAN

    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/05regex.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/06subroutines.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/07lists.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/08capture.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/09data.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/10packages.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/11modules.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/12objects.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/18compiling.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/19commandline.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/binarytrees.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/dpath.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fannkuch.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fasta.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fib.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fiboo.pm',

t/author-no-tabs.t  view on Meta::CPAN

    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/05regex.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/06subroutines.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/07lists.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/08capture.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/09data.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/10packages.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/11modules.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/12objects.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/13overloading.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/14tie.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/15unicode.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/16ioipc.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/17concurrency.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/18compiling.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/19commandline.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/binarytrees.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/dpath.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fannkuch.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fasta.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fib.pm',
    'lib/Benchmark/Perl/Formance/Plugin/PerlStone2015/fiboo.pm',



( run in 0.340 second using v1.01-cache-2.11-cpan-f29a10751f0 )