Currently, there is no naming convention for filenames:
├── bellman
│ ├── bellman_bls12_381_exponentiate.csv
│ ├── bellman_bls12_381_sha256.csv
│ ├── jsons
│ └── memory
├── circom
│ ├── circom_exponentiate.csv
│ └── circom_sha256.csv
├── gnark
│ ├── groth16_exponentiate.csv
│ ├── groth16_sha256.csv
│ ├── plonk_exponentiate.csv
│ └── plonk_sha256.csv
├── halo2_pse
│ ├── halo2_pse_bn256_exponentiate.csv
│ ├── halo2_pse_bn256_sha256.csv
│ ├── jsons
│ └── memory
└── starky
├── jsons
├── memory
└── starky_goldilocks_exponentiate.csv
Currently, there is no naming convention for filenames: