public interface BenchmarkServer
| Modifier and Type | Method and Description |
|---|---|
void |
start(BenchmarkConfiguration cfg)
All benchmark preparation and all resource initialization should be done here.
|
void |
stop()
All necessary resources should be released here.
|
String |
usage()
Gets benchmark usage.
|
void start(BenchmarkConfiguration cfg) throws Exception
cfg - Benchmark configuration.Exception - If failed.void stop()
throws Exception
Exception - If failed.String usage()
Copyright © 2014. All rights reserved.