Skip to content

Speed up EE usage data specs

Alper Akgun requested to merge aa-speed-up-ee-usage-data-spec into master

What does this MR do?

Speeds up EE usage data specs - similar to core !38697 (merged)

  • It moves usage_activity_by_stage_* stage specs into separate describe blocks
  • This avoids costly uncached_data calculations

The calculation time fell from 5 minutes 23 seconds to 2 minutes 6.7 seconds on my local computer

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alper Akgun

Merge request reports