vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

Optimize generation time #66

Closed antonOO closed 4 years ago

antonOO commented 4 years ago

The current commit optimizes the generation time by introducing a static map, holding all Auto Rest services, hence, rest_navigation calls are no longer required. Also, a switch for the security definitions is introduced.

Execution time is improved with around 180-210 seconds, depending on the security switch.

Signed-off-by: Anton Obretenov obretenova@vmware.com