public class Benchmark extends Object
Usage: java Benchmark algorithm-file
Modifier and Type | Method | Description |
---|---|---|
static void |
exec(String[] args) |
Utility: execute benchmark from command line
|
void |
execute() |
Execute this benchmark
|
Algorithm |
getAlgorithm() |
|
PerfRunData |
getRunData() |
|
static void |
main(String[] args) |
Run the benchmark algorithm.
|
public static void main(String[] args)
args
- benchmark config and algorithm filespublic static void exec(String[] args)
args
- single argument is expected: algorithm-filepublic Algorithm getAlgorithm()
public PerfRunData getRunData()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.