Inca::Test::Reporter::Performance::Benchmark - Convenience module for managing a single benchmark entry
use Inca::Test::Reporter::Performance::Benchmark; my $benchmark = new Inca::Test::Reporter::Performance::Benchmark();
Convenience module for the Inca::Test::Reporter::Performance module. Manages a single benchmark entry.
Class constructor which returns a new Inca::Test::Reporter::Performance::Benchmark object.
Sets a parameter that was used to obtain the benchmark. $name is a unique identifier for this parameter and $value its value. The optional $units describes a scalar $value (e.g., Gb/s, secs, etc.).
Sets a statistic that was obtained for the benchmark. $name is a unique identifier for this parameter and $value its value. The optional $units describes a scalar $value (e.g., Gb/s, secs, etc.).
Shava Smallen <ssmallen@sdsc.edu>