Class CompleteSpringBenchmark
java.lang.Object
icu.congee.id.generator.CompleteSpringBenchmark
- Direct Known Subclasses:
CompleteSpringBenchmark_jmhType_B1
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.springframework.context.ConfigurableApplicationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidgenerateSnowflake(org.openjdk.jmh.infra.Blackhole bh) voidinit()static void
-
Field Details
-
snowflakeIdGenerator
-
context
public org.springframework.context.ConfigurableApplicationContext context
-
-
Constructor Details
-
CompleteSpringBenchmark
public CompleteSpringBenchmark()
-
-
Method Details
-
main
-
init
public void init() -
close
public void close() -
generateSnowflake
public void generateSnowflake(org.openjdk.jmh.infra.Blackhole bh)
-