| Package | Description |
|---|---|
| net.bytebuddy.benchmark |
A package containing benchmarks for Byte Buddy and other code generation libraries.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends ExampleInterface> |
ClassByImplementationBenchmark.BASE_CLASS
The base class to be subclassed in all benchmarks.
|
| Modifier and Type | Method and Description |
|---|---|
ExampleInterface |
ClassByImplementationBenchmark.baseline()
Creates a baseline for the benchmark.
|
ExampleInterface |
ClassByImplementationBenchmark.benchmarkByteBuddy()
Performs a benchmark of an interface implementation using Byte Buddy.
|
ExampleInterface |
ClassByImplementationBenchmark.benchmarkByteBuddyWithTypePool()
Performs a benchmark of an interface implementation using Byte Buddy.
|
ExampleInterface |
ClassByImplementationBenchmark.benchmarkCglib()
Performs a benchmark of an interface implementation using cglib.
|
ExampleInterface |
ClassByImplementationBenchmark.benchmarkJavassist()
Performs a benchmark of an interface implementation using javassist proxies.
|
ExampleInterface |
ClassByImplementationBenchmark.benchmarkJdkProxy()
Performs a benchmark of an interface implementation using the Java Class Library's utilities.
|
Copyright © 2014–2023. All rights reserved.