Updated timings in last section

This commit is contained in:
Justin Ethier 2015-08-03 22:42:14 -04:00
parent 6c88739d9b
commit 8265b161f6

View file

@ -144,17 +144,17 @@ From Feeley's presentation:
Compared to a similar compiler (CHICKEN), Cyclone's performance is worse but also "not so bad": Compared to a similar compiler (CHICKEN), Cyclone's performance is worse but also "not so bad":
$ time cyclone transforms.sld $ time cyclone -d transforms.sld
real 0m22.657s real 0m6.802s
user 0m13.220s user 0m4.444s
sys 0m8.320s sys 0m1.512s
$ time csc transforms.scm $ time csc -t transforms.scm
real 0m9.305s real 0m1.084s
user 0m3.732s user 0m0.512s
sys 0m5.064s sys 0m0.380s
Thanks for reading! Thanks for reading!