public class Benchmark extends Object
Usage: java Benchmark algorithm-file
Modifier and Type | Method and Description |
---|---|
void |
execute() |
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 Algorithm getAlgorithm()
public PerfRunData getRunData()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.