Skip to content

Commit 3b73440

Browse files
committed
Update bench README
1 parent 2b5b68d commit 3b73440

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

bench/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ by using various Codon-specific features, but their adaptations here are
1212
virtually identical to the original implementations (mainly just the use
1313
of the `pyperf` module is removed).
1414

15-
## Setup
16-
17-
The `bench.sh` script can be used to run all the benchmarks and output a
18-
CSV file with the results. The benchmark script looks at the following
19-
environment variables:
20-
21-
- `EXE_PYTHON`: Python command (default: `python3`)
22-
- `EXE_PYPY`: PyPy command (default: `pypy3`)
23-
- `EXE_CPP`: C++ compiler command (default: `clang++`; run with `-std=c++17 -O3`)
24-
- `EXE_CODON`: Codon command (default: `build/codon`; run with `-release`)
25-
26-
Some benchmarks also require specific environment variables to be set
27-
for accessing data (details below).
28-
2915
## Benchmarks
3016

3117
- `chaos`: [Pyperformance's `chaos` benchmark](https://github.com/python/pyperformance/blob/main/pyperformance/data-files/benchmarks/bm_chaos/run_benchmark.py).

0 commit comments

Comments
 (0)