radumarias / rencrypt-python

A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption
Apache License 2.0
10 stars 5 forks source link

Delta % in benchmark #9

Open radumarias opened 3 months ago

radumarias commented 3 months ago

Values are in microseconds (μs). The delta is the percentage difference.

For ex. for time if we have Y values like this

renctypt: [1, 5, 10]
pyflocker: [1.5, 10, 11]

Then our Y will be

[50, 200, 10]

This is how much percentage slower is.

Will be the percentage difference between them. Same for MB will show percentage difference on how faster is.