Adding `consume cache --extract-to=some/path` would help replace scripts such as this [download-and-extract-fixtures.sh](https://github.com/eth-act/zkevm-benchmark-workload/blob/d9335030aac14fe6975310da197d318938f46bb0/scripts/download-and-extract-fixtures.sh) with a one-liner: ``` uvx --from git+https://github.com/ethereum/execution-spec-tests \ consume cache --input=zkevm@v0.1.0 --extract-to=./zkevm-fixtures ``` It'd be worth updatind the example here: https://eest.ethereum.org/main/running_tests/consume/cache/ Worth checking the status of #1834 if you work on this: - #1834