The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

benchmark-perlformance-analyze-tapper - process benchmark results

SYNOPSIS

Usage:

  $ benchmark-perlformance-analyze-tapper --subdir=path/to/results

It finds all files below the given subdirectory which match one of the supported formats json or yaml, and processes their data.

Please see benchmark-perlformance-analyze-tapper --help for documentation.

ABOUT

This is a commandline tool to process Benchmark::Perl::Formance results which follow the Tapper benchmark schema BenchmarkAnythingData as produced with benchmark-perlformance --tapper.

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

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

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.