tf-seal icon indicating copy to clipboard operation
tf-seal copied to clipboard

Testing is very slow

Open mortendahl opened this issue 6 years ago • 0 comments

Running tests, out locally and as part of CI, is currently very slow, even if we are using tiny tensors. One possible reason could be that every test is generating a new keypair.

One potential solution would be to only generate a keypair once and make most tests use it, or perhaps even hardcode a keypair so that no generation takes place during testing (except for tests directly related to key generation, of course).

mortendahl avatar Jan 22 '20 10:01 mortendahl