Closed JoelSpeed closed 5 years ago
This disables metrics serving within tests which means they can then be run in parallel.
It then adds the p flag to ginkgo in make test to make tests run in parallel automatically using (I think) all but one thread on the machine.
p
Hoping this will make tests run faster within CI though not sure what the real impact would be, opening this PR as a sort of test of the performance
This disables metrics serving within tests which means they can then be run in parallel.
It then adds the
p
flag to ginkgo in make test to make tests run in parallel automatically using (I think) all but one thread on the machine.Hoping this will make tests run faster within CI though not sure what the real impact would be, opening this PR as a sort of test of the performance