Merge pull request #2959 from ProvableHQ/feat/serialize-consensus-ver… #786
Annotations
1 error and 7 warnings
Benchmark
# :warning: **Performance Alert** :warning:
Possible performance regression was detected for benchmark **'snarkVM Benchmarks'**.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold `1.50`.
| Benchmark suite | Current: 78a69b70387d917ed1c16a09741a5b6d16862f17 | Previous: b1dde7d641dc35391f50e424095b7d2c71604bc8 | Ratio |
|-|-|-|-|
| `Block::to_bytes_le` | `489266` ns/iter (`± 575`) | `116730` ns/iter (`± 89`) | `4.19` |
| `Block::serialize (bincode)` | `974528` ns/iter (`± 1783`) | `234644` ns/iter (`± 118`) | `4.15` |
| `Block::to_string (serde_json)` | `721309` ns/iter (`± 1649`) | `170669` ns/iter (`± 153`) | `4.23` |
| `Block::from_bytes_le` | `56719189` ns/iter (`± 334614`) | `15566311` ns/iter (`± 53171`) | `3.64` |
| `Block::from_bytes_le_unchecked` | `25187110` ns/iter (`± 326945`) | `6412768` ns/iter (`± 32853`) | `3.93` |
| `Block::deserialize (bincode)` | `56684705` ns/iter (`± 501681`) | `15532187` ns/iter (`± 33417`) | `3.65` |
| `Block::from_str (serde_json)` | `67378677` ns/iter (`± 669485`) | `18555148` ns/iter (`± 91210`) | `3.63` |
This comment was automatically generated by [workflow](https://github.com/ProvableHQ/snarkVM/actions?query=workflow%3ARun%20snarkVM%20Benchmarks) using [github-action-benchmark](https://github.com/marketplace/actions/continuous-benchmark).
CC: @raychu86
Comment was generated at https://github.com/ProvableHQ/snarkVM/commit/78a69b70387d917ed1c16a09741a5b6d16862f17#commitcomment-167916244
|
Benchmark
Performance alert! Previous value was 18555148 and current value is 67378677. It is 3.6312659430148444x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 15532187 and current value is 56684705. It is 3.649499262402648x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 6412768 and current value is 25187110. It is 3.927650275200974x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 15566311 and current value is 56719189. It is 3.6437142364687434x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 170669 and current value is 721309. It is 4.2263621395801225x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 234644 and current value is 974528. It is 4.153219345050374x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 116730 and current value is 489266. It is 4.191433221965219x worse than previous exceeding a ratio threshold 1.5
|