File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,20 +12,6 @@ by using various Codon-specific features, but their adaptations here are
1212virtually identical to the original implementations (mainly just the use
1313of 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 ) .
You can’t perform that action at this time.
0 commit comments