Merge pull request #2153 from AleoHQ/clean_loop_exit_condition #431
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 15 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: 13718c28a47b79af3fdd04aa0b63b05fbd26f75b | Previous: 94c53c578b4a26dc09ed054af9e2c031a7d72ba5 | Ratio |
|-|-|-|-|
| `VariableBase MSM on BLS12-377 (10000)` | `113908822` ns/iter (`± 6727495`) | `65991086` ns/iter (`± 353707`) | `1.73` |
| `VariableBase MSM on BLS12-377 (100000)` | `797161921` ns/iter (`± 20957472`) | `434334254` ns/iter (`± 727530`) | `1.84` |
| `VariableBase MSM on BLS12-377 (200000)` | `1485661703` ns/iter (`± 31993787`) | `813171405` ns/iter (`± 7169829`) | `1.83` |
| `VariableBase MSM on BLS12-377 (300000)` | `2287644160` ns/iter (`± 39679825`) | `1254035735` ns/iter (`± 3379953`) | `1.82` |
| `VariableBase MSM on BLS12-377 (400000)` | `2915296569` ns/iter (`± 35587914`) | `1585145995` ns/iter (`± 2854355`) | `1.84` |
| `VariableBase MSM on BLS12-377 (500000)` | `3260473133` ns/iter (`± 37029809`) | `1773714744` ns/iter (`± 3883981`) | `1.84` |
| `VariableBase MSM on BLS12-377 (1000000)` | `5985119455` ns/iter (`± 98795253`) | `3271396089` ns/iter (`± 7584562`) | `1.83` |
| `VariableBase MSM on BLS12-377 (2000000)` | `10635967302` ns/iter (`± 132805624`) | `5742657177` ns/iter (`± 29618344`) | `1.85` |
| `Variable MSM on Edwards-BLS12 (10000)` | `64261712` ns/iter (`± 1527394`) | `36443391` ns/iter (`± 344042`) | `1.76` |
| `Variable MSM on Edwards-BLS12 (100000)` | `454363732` ns/iter (`± 11930880`) | `252590359` ns/iter (`± 531922`) | `1.80` |
| `Variable MSM on Edwards-BLS12 (1000000)` | `4045299766` ns/iter (`± 82671517`) | `2119303845` ns/iter (`± 6249853`) | `1.91` |
| `LinearCombination::add` | `12277025` ns/iter (`± 169413`) | `6933322` ns/iter (`± 9376`) | `1.77` |
| `debug` | `844811459` ns/iter (`± 22993869`) | `377765625` ns/iter (`± 3687779`) | `2.24` |
| `account_address` | `250937` ns/iter (`± 11310`) | `162711` ns/iter (`± 3267`) | `1.54` |
| `Poseidon4 Hash 10 -> 8` | `234351` ns/iter (`± 12055`) | `155242` ns/iter (`± 909`) | `1.51` |
| `Poseidon8 Hash 4 -> 1` | `198118` ns/iter (`± 10112`) | `129604` ns/iter (`± 360`) | `1.53` |
| `Poseidon8 Hash 4 -> 2` | `197153` ns/iter (`± 9975`) | `129539` ns/iter (`± 292`) | `1.52` |
| `Poseidon8 Hash 10 -> 1` | `302219` ns/iter (`± 14339`) | `194485` ns/iter (`± 366`) | `1.55` |
| `Poseidon8 Hash 10 -> 4` | `299281` ns/iter (`± 14775`) | `194691` ns/iter (`± 127`) | `1.54` |
| `Poseidon8 Hash 10 -> 8` | `307861` ns/iter (`± 14769`) | `194893` ns/iter (`± 265`) | `1.58` |
| `MerkleTree/new/1000` | `105524669` ns/iter (`± 2408646`) | `60105662` ns/iter (`± 662581`) | `1.76` |
| `MerkleTree/new/10000` | `1289499937` ns/iter (`± 16356837`) | `712998375` ns/iter (`± 2520678`) | `1.81` |
| `MerkleTree/new/100000` | `10993577061` ns/iter (`± 135349866`) | `6109295106` ns/iter (`± 19996958`) | `1.80` |
| `MerkleTree/append/1/1000` | `104857337` ns/iter (`± 9993574`) | `60025294` ns/iter (`± 772399`) | `1.75` |
| `MerkleTree/append/1/10000` | `1279781345` ns/iter (`± 16303737`) | `711486297` ns/iter (`± 9942780`) | `1.80` |
| `MerkleTree/append/1/100000` | `11021074830` ns/iter (`± 114969141`) | `6099369653` ns/iter (`± 11982134`) | `1.81` |
| `MerkleTree/append/10/1000` | `106228018` ns/iter (`± 3703391`) | `59838729` ns/iter (`± 74532`) | `1.78` |
| `MerkleTree/append/10/10000` | `1285652756` ns/iter (`± 23372846`) | `713367227` ns/iter (`± 7391399`) | `1.80` |
| `MerkleTree/append/10/100000` | `11017443981` ns/iter (`± 139576858`) | `6105699276` ns/iter (`± 29771247`) | `1.80` |
| `MerkleTree/append/100/1000` | `153184430` ns/iter (`± 2123872`) | `86709221` ns/iter (`± 977373`) | `1.77` |
| `MerkleTree/append/100/10000` | `1261661670` ns/iter (`± 33238846`) | `706552196` ns/iter (`± 1944741`) | `1.79` |
| `MerkleTree/append/100/100000` | `10888954382` ns/iter (`± 122270009`) | `6080265004` ns/iter (`± 24359610`) | `1.79` |
| `MerkleTree/append/1000/100` | `71916697` ns/iter (`± 2906486`)
|
Benchmark
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Benchmark
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Benchmark
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Benchmark
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Benchmark
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Benchmark
Performance alert! Previous value was 65991086 and current value is 113908822. It is 1.7261243738283076x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 434334254 and current value is 797161921. It is 1.835365075764897x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 813171405 and current value is 1485661703. It is 1.826996982265996x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 1254035735 and current value is 2287644160. It is 1.8242256549411648x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 1585145995 and current value is 2915296569. It is 1.8391344255959212x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 1773714744 and current value is 3260473133. It is 1.8382173029960447x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 3271396089 and current value is 5985119455. It is 1.8295306628032104x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 5742657177 and current value is 10635967302. It is 1.8520985972483728x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 36443391 and current value is 64261712. It is 1.763329652830605x worse than previous exceeding a ratio threshold 1.5
|
Benchmark
Performance alert! Previous value was 252590359 and current value is 454363732. It is 1.7988166048728724x worse than previous exceeding a ratio threshold 1.5
|