Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 375
    • Issues 375
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1063

Faster tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Agate requested to merge faster-ci into develop Mar 23, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 22

Optimizations

  • Don't create artist, albums and track covers for test that don't actually need them
  • Use a cached RSA key pair for actors in tests, instead of generating a new one each time

Before (on my local computer)

API Test suite runs in 265.52s

After (on my local computer)

API Test suite runs in 163.85s (almost twice as fast!)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: faster-ci