Package zipkin2.server.internal.throttle
Class ThrottledCallBenchmarks
- java.lang.Object
-
- zipkin2.server.internal.throttle.ThrottledCallBenchmarks
-
- Direct Known Subclasses:
ThrottledCallBenchmarks_jmhType_B1
public class ThrottledCallBenchmarks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThrottledCallBenchmarks()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
void
execute_overCapacity()
void
execute_throttled()
static void
main(java.lang.String[] args)
void
setup()
void
tearDown()
-
-
-
Method Detail
-
setup
public void setup()
-
tearDown
public void tearDown()
-
execute
public java.lang.Object execute() throws java.io.IOException
- Throws:
java.io.IOException
-
execute_overCapacity
public void execute_overCapacity() throws java.io.IOException
- Throws:
java.io.IOException
-
execute_throttled
public void execute_throttled() throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-