From a19cbc1edd8608011b6cd179a00121e7cb3b787c Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 22 Apr 2025 23:09:26 +0200 Subject: [PATCH] docs: Encryption benchmarking. --- docs/ENCRYPTION.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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