penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

Add benchmarks

Open eligrey opened this issue 5 years ago • 4 comments

We should benchmark the time it takes to decrypt and download encrypted files. We still need to decide on a benchmarking framework.

eligrey avatar Jul 10 '19 02:07 eligrey

Another one that would be useful is max file size? maybe adding a large file in the demo. comparing time unencrypted vs encrypted?

michaelfarrell76 avatar Jul 17 '20 22:07 michaelfarrell76

customer process x number of files in whatever time, maybe map back to

michaelfarrell76 avatar Jul 17 '20 23:07 michaelfarrell76

from @eligrey

Raw sequential encrypt/decrypt speed for one probably

michaelfarrell76 avatar Jul 18 '20 01:07 michaelfarrell76

We can implement a useful benchmark by passing large synthetic constant-size ReadableStreams to Penumbra and recording the time that it takes to finish encrypting/decrypting the stream.

eligrey avatar Oct 11 '20 04:10 eligrey