docs: Encryption benchmarking.

This commit is contained in:
Hayden Young 2025-04-22 23:09:26 +02:00
parent 1f07d25706
commit a19cbc1edd

View File

@ -75,3 +75,9 @@ const CustomEncryption = async () => {
export default CustomEncryption export default CustomEncryption
``` ```
## Benchmarking
The performance of your encryption module can be measured by comparing your benchmarks against those of OrbitDB.
See [SimpleEncryption](https://github.com/orbitdb/simple-encryption) for a set of [re-usable benchmarks](https://github.com/orbitdb/simple-encryption/tree/main/benchmarks).