diff --git a/README.md b/README.md new file mode 100644 index 0000000..47e9708 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ + + + +# Merkle tree implementation + + Benchmark RESULTS the build_merkle function + +``` + build_merkle_10000 time: [832.36 µs 832.70 µs 833.02 µs] + build_merkle_100000 time: [8.3247 ms 8.3281 ms 8.3315 ms] + build_merkle_1000000 time: [85.651 ms 85.723 ms 85.800 ms] +``` \ No newline at end of file diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..44fe3a8 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +wrap_comments = true \ No newline at end of file