diff --git a/README.md b/README.md index 17526b2..f3653ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ OverviewCreditsBenchmarks • - UsageContributingDocumentationDocker @@ -54,11 +53,11 @@ credits for the original idea and reference implementation of this concept go to ## Benchmarks -The below benchmarks are ran on a 2021 Macbook Pro with an M1 Max and 32 GB of unified memory and taken -on commit [`83e4c56`](https://github.com/anton-rs/cannon-rs/tree/83e4c5643193aac19046ef29b5018137b5eb05f2). - ### `cannon-mipsevm` benchmarks +The below benchmark was ran on a 2021 Macbook Pro with an M1 Max and 32 GB of unified memory +on commit [`83e4c56`](https://github.com/anton-rs/cannon-rs/tree/83e4c5643193aac19046ef29b5018137b5eb05f2). + | Benchmark Name | `cannon` mean (Reference) | `cannon-rs` mean | |----------------------------|---------------------------|---------------------| | Memory Merkle Root (25MB) | 736.94 ms | 328.67 µs (-99%) | @@ -66,11 +65,7 @@ on commit [`83e4c56`](https://github.com/anton-rs/cannon-rs/tree/83e4c5643193aac | Memory Merkle Root (100MB) | 3.34s | 1.16s (-65.29%) | | Memory Merkle Root (200MB) | 6.30s | 2.14s (-66.01%) | -*todo* - -## Usage - -*todo* +*todo - execution benchmarks* ## Contributing diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 0000000..dd47fd8 --- /dev/null +++ b/bin/README.md @@ -0,0 +1,6 @@ +# `cannon` + +> **Note** +> Not started yet; Blocked by preimage oracle ABI bindings. + +This crate contains the implementation of the Cannon binary for `cannon-rs`.