tf-seal
tf-seal copied to clipboard
Testing is very slow
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).