You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the benchmarks don't actually bench the EFS itself.
However it would be dominated by the speed of the crypto and DB. DB already has its own benchmarks, so crypto benchmarks should be removed once crypto is abstracted out when we rework the crypto with PK.
Tasks
1. Factor out the crypto along with PK to be using WebCrypto along with WASM polyfills
2. Remove crypto benchmarks as that would be in another repo
Currently the benchmarks don't actually bench the EFS itself.
However it would be dominated by the speed of the crypto and DB. DB already has its own benchmarks, so crypto benchmarks should be removed once crypto is abstracted out when we rework the crypto with PK.
Tasks
The text was updated successfully, but these errors were encountered: