The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BenchmarkAnything::Reporter - Handle result reporting to a BenchmarkAnything HTTP/REST API

new

Instantiate a new object.

  • config

    Path to config file. If not provided it uses env variable BENCHMARKANYTHING_CONFIGFILE or $home/.benchmarkanything.cfg.

  • verbose

    Print out progress messages.

report ($data)

Reports all data points of a BenchmarkAnything structure to the configured HTTP/REST URL.

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.