This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Getting test public keys is really expensive on debug builds #3385
Labels
I4-annoyance
Code behaves within expectations, however this “expected behaviour” itself is at issue.
I5-tests
Tests need fixing, improving or augmenting.
I10-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
This innocently looking line of code takes around 700ms on my machine on a debug build.
We should quickly check (if it is not obvious) why it takes that long and if there is nothing to do about it, provide caching via
lazy_static
as this would quite likely speed up test suits quite a bit.The text was updated successfully, but these errors were encountered: