Skip to content

[Java] speed test codegen speed by avoid duplicate codegen #930

@chaokunyang

Description

@chaokunyang

Is your feature request related to a problem? Please describe.

Currently fury tests will generate different test class for chaos and class compatibility tests, the class will be used to test fury with different config.

For every fury config, those class will be compiled again, the compilation use javac and subporcess , which is slow and affect fury ci efficiency.

Describe the solution you'd like

Cache generated serializer by key.

Additional context

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions