Uses of Class
io.scalecube.services.benchmarks.transport.codec.SmCodecBenchmarkState
-
Packages that use SmCodecBenchmarkState Package Description io.scalecube.services.benchmarks.transport.codec -
-
Uses of SmCodecBenchmarkState in io.scalecube.services.benchmarks.transport.codec
Subclasses of SmCodecBenchmarkState in io.scalecube.services.benchmarks.transport.codec Modifier and Type Class Description static classSmCodecBenchmarkState.Jacksonstatic classSmCodecBenchmarkState.ProtostuffMethod parameters in io.scalecube.services.benchmarks.transport.codec with type arguments of type SmCodecBenchmarkState Modifier and Type Method Description static voidSmFullDecodeScenario. runWith(String[] args, Function<io.scalecube.benchmarks.BenchmarkSettings,SmCodecBenchmarkState> benchmarkStateFactory)Runner function for benchmarks.static voidSmFullEncodeScenario. runWith(String[] args, Function<io.scalecube.benchmarks.BenchmarkSettings,SmCodecBenchmarkState> benchmarkStateFactory)Runner function for benchmarks.static voidSmPartialDecodeScenario. runWith(String[] args, Function<io.scalecube.benchmarks.BenchmarkSettings,SmCodecBenchmarkState> benchmarkStateFactory)Runner function for benchmarks.static voidSmPartialEncodeScenario. runWith(String[] args, Function<io.scalecube.benchmarks.BenchmarkSettings,SmCodecBenchmarkState> benchmarkStateFactory)Runner function for benchmarks.
-