• Antoine Pelisse's avatar
    apply/strategy: Improve test performance · ed38f434
    Antoine Pelisse authored
    Test running time goes from 150 seconds to 7 seconds with that one
    simple trick. Do not re-parse openapi schema for every test, but keep
    one version for the whole test (specifically since it's read-only anyway).
    ed38f434
utils_test.go 2.3 KB