Package org.infinispan.cli.benchmark
Class HttpBenchmark
- java.lang.Object
-
- org.infinispan.cli.benchmark.HttpBenchmark
-
- Direct Known Subclasses:
HttpBenchmark_jmhType_B1
public class HttpBenchmark extends Object
- Since:
- 12.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description StringcacheNameStringcacheTemplateintkeySetSizeintkeySizeStringuriintvalueSize
-
Constructor Summary
Constructors Constructor Description HttpBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidget(org.openjdk.jmh.infra.Blackhole bh)voidput()voidsetup()voidteardown()static <T> TuncheckedAwait(CompletionStage<T> future)
-
-
-
Method Detail
-
setup
public void setup()
-
get
public void get(org.openjdk.jmh.infra.Blackhole bh)
-
put
public void put()
-
teardown
public void teardown()
-
uncheckedAwait
public static <T> T uncheckedAwait(CompletionStage<T> future)
-
-