| Package | Description |
|---|---|
| net.bytebuddy.benchmark.generated |
| Class and Description |
|---|
| ClassByExtensionBenchmark
This benchmark dynamically creates a subclass of
ExampleClass which overrides all methods to invoke the
direct super class's implementation. |
| ClassByImplementationBenchmark
This benchmark dynamically creates a class which implements
ExampleInterface
which overrides all methods to invoke the direct super class's implementation. |
| StubInvocationBenchmark
This benchmark measures the invocation speed of stub method invocations.
|
| SuperClassInvocationBenchmark
This benchmark measures the invocation speed of stub method invocations.
|
| TrivialClassCreationBenchmark
A benchmark for creating plain subclasses of
Object that do not override any methods. |
Copyright © 2014–2018. All rights reserved.