diff --git a/docs/ENCRYPTION.md b/docs/ENCRYPTION.md index 05e4880..0d67763 100644 --- a/docs/ENCRYPTION.md +++ b/docs/ENCRYPTION.md @@ -74,4 +74,10 @@ const CustomEncryption = async () => { } export default CustomEncryption -``` \ No newline at end of file +``` + +## 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). \ No newline at end of file