public class Benchmark extends Object implements Serializable
| Constructor and Description |
|---|
Benchmark(String name,
String originalSource,
Map<String,byte[]> files,
Agent[] agents,
int threads,
Ergonomics ergonomics,
Map<String,Http> http,
Collection<Phase> phases,
Map<String,Object> tags,
long statisticsCollectionPeriod) |
| Modifier and Type | Method and Description |
|---|---|
Agent[] |
agents() |
Http |
defaultHttp() |
Map<String,byte[]> |
files() |
Map<String,Http> |
http() |
String |
name() |
Collection<Phase> |
phases() |
Phase[] |
phasesById() |
String |
source()
As the transformation from YAML is one-way (due to forks and iterations)
here we store the original source (be it YAML or JSON)
|
long |
statisticsCollectionPeriod() |
Stream<Step> |
steps() |
Map<String,Object> |
tags() |
int |
threads() |
String |
toString() |
public String name()
public Agent[] agents()
public String source()
public int threads()
public Collection<Phase> phases()
public Http defaultHttp()
public long statisticsCollectionPeriod()
public Phase[] phasesById()
Copyright © 2019 JBoss by Red Hat. All rights reserved.