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

BenchmarkAnything::Storage::Frontend::HTTP::Controller::Search - BenchmarkAnything - REST API - data query

hello

Returns a hello answer. Mostly for self and unit testing.

Parameters:

  • value_id (INTEGER)

    If a single integer value is provided the complete data point for that ID is returned.

  • JSON request body

    If a JSON request is provided it is interpreted as query according to Tapper::Benchmark::search().

listnames

Returns a list of available benchmark metric NAMEs.

Parameters:

  • pattern (STRING)

    If a pattern is provided it restricts the results. The pattern is used as SQL LIKE pattern, i.e., it allows to use % as wildcards.

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.