mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
Fix bug in bench directive
This commit is contained in:
parent
444cf9eb4f
commit
abfbb0c747
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -196,7 +196,7 @@ full :
|
||||||
make clean ; make && make test && make bootstrap && cd ../cyclone-bootstrap && make clean && ./install.sh
|
make clean ; make && make test && make bootstrap && cd ../cyclone-bootstrap && make clean && ./install.sh
|
||||||
|
|
||||||
bench :
|
bench :
|
||||||
cd ../r7rs-benchmarks && rm results.Cyclone && ./bench cyclone all && grep Elapsed results.Cyclone >out.txt ; grep Elapsed results.Cyclone |wc ; grep -i -e error -e limit -e crash results.Cyclone && grep Elapsed results.Cyclone | cut -d" " -f 3 ; true
|
cd ../r7rs-benchmarks && rm results.Cyclone && ./bench cyclone all && grep Elapsed results.Cyclone >out.txt ; grep Elapsed results.Cyclone |wc ; grep -i -e error -e limit -e crash results.Cyclone ; grep Elapsed results.Cyclone | cut -d" " -f 3 ; true
|
||||||
|
|
||||||
bootstrap : icyc libs
|
bootstrap : icyc libs
|
||||||
mkdir -p $(BOOTSTRAP_DIR)/scheme/cyclone
|
mkdir -p $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||||
|
|
Loading…
Add table
Reference in a new issue