From 896d0dfe936bc6ef6deb29e7924277d2138fb432 Mon Sep 17 00:00:00 2001 From: M Alghazwi Date: Tue, 15 Oct 2024 15:53:18 +0200 Subject: [PATCH] fix typo --- codex-plonky2-circuits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-plonky2-circuits/README.md b/codex-plonky2-circuits/README.md index 2c951bf..3e8b791 100644 --- a/codex-plonky2-circuits/README.md +++ b/codex-plonky2-circuits/README.md @@ -31,7 +31,7 @@ To run the benchmarks for proving cells circuit, you can use the following comma Note: make sure to asjust the parameters as need in [`prove_single_cell`](./src/circuits/prove_single_cell.rs) ```bash -cargo bench --bench safe_circuit +cargo bench --bench prove_cells ``` ### Results