From 047c026c92e807a8a74922a39e4281e5c9054d8c Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 2 May 2024 16:14:38 +0300 Subject: [PATCH] readme --- benchmarks/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/README.md b/benchmarks/README.md index dd64b5b9..000b6033 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -12,6 +12,7 @@ nim c -r run_benchmarks By default all circuit files for each combinations of circuit args will be generated in a unique folder named like: nim-codex/benchmarks/circuit_bench_depth32_maxslots256_cellsize2048_blocksize65536_nsamples9_entropy1234567_seed12345_nslots11_ncells512_index3 +Generating the circuit files often takes longer than running benchmarks, so caching the results allows re-running the benchmark as needed. You can modify the `CircuitArgs` and `CircuitEnv` objects in `runAllBenchMarks` to suite your needs. See `create_circuits.nim` for their definition.