### Run Poseidon2 Hash Proof Benchmark Source: https://github.com/teddyjfpender/stwo/blob/dev/README.md Executes a single-threaded benchmark for Poseidon2 hash proofs using a dedicated shell script. ```Shell poseidon_benchmark.sh ``` -------------------------------- ### Run All Project Benchmarks with Cargo Source: https://github.com/teddyjfpender/stwo/blob/dev/README.md Executes all available benchmarks for the Stwo project using Cargo's built-in benchmarking tool, providing insights into performance. ```Shell cargo bench ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.