NAME
benchmark-perlformance-analyze-benchmarkanything - Benchmark::Perl::Formance - process results
SYNOPSIS
Usage:
$ benchmark-perlformance-analyze-benchmarkanything --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-benchmarkanything --help
for documentation.
ABOUT
This is a commandline tool to process Benchmark::Perl::Formance results which follow the BenchmarkAnything schema as produced with benchmark-perlformance --benchmarkanything
.
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 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.