More results

This commit is contained in:
Justin Ethier 2016-10-21 14:29:19 +00:00
parent 4aa6d13d42
commit 6b2cade8ae

View file

@ -469,3 +469,230 @@ Elapsed time: 48.589992 seconds (48) for array1:1000000:500
real 0m48.576s
user 0m47.713s
sys 0m0.877s
****************************
Benchmarking Cyclone on Fri Oct 21 13:35:21 UTC 2016 under Linux justin-arch64-vm 4.8.2-1-ARCH #1 SMP PREEMPT Mon Oct 17 08:11:46 CEST 2016 x86_64 GNU/Linux
Testing equal under Cyclone
Compiling...
Running...
Running equal:100:100:8:1000:2000:5000
Elapsed time: 0.532778 seconds (0) for equal:100:100:8:1000:2000:5000
real 0m0.554s
user 0m0.527s
sys 0m0.007s
Testing bv2string under Cyclone
Compiling...
Running...
Running bv2string:1000:1000:100
Elapsed time: 8.829304 seconds (9) for bv2string:1000:1000:100
real 0m8.850s
user 0m8.817s
sys 0m0.013s
Testing gcbench under Cyclone
Compiling...
Running...
The garbage collector should touch about 128.0 megabytes of heap storage.
The use of more or less memory will skew the results.
Running gcbench:20:1
Garbage Collector Test
Stretching memory with a binary tree of depth 20
Total memory available= ???????? bytes Free memory= ???????? bytes
GCBench: Main
Creating a long-lived binary tree of depth 18
Creating a long-lived array of 2097148.0 inexact reals
Total memory available= ???????? bytes Free memory= ???????? bytes
Creating 135300 trees of depth 4
GCBench: Top down construction
GCBench: Bottom up construction
Creating 33026 trees of depth 6
GCBench: Top down construction
GCBench: Bottom up construction
Creating 8208 trees of depth 8
GCBench: Top down construction
GCBench: Bottom up construction
Creating 2048 trees of depth 10
GCBench: Top down construction
GCBench: Bottom up construction
Creating 512 trees of depth 12
GCBench: Top down construction
GCBench: Bottom up construction
Creating 128 trees of depth 14
GCBench: Top down construction
GCBench: Bottom up construction
Creating 32 trees of depth 16
GCBench: Top down construction
GCBench: Bottom up construction
Creating 8 trees of depth 18
GCBench: Top down construction
GCBench: Bottom up construction
Total memory available= ???????? bytes Free memory= ???????? bytes
Elapsed time: 55.498705 seconds (55) for gcbench:20:1
real 0m55.508s
user 0m54.777s
sys 0m0.723s
Testing mperm under Cyclone
Compiling...
Running...
Running perm20:10:2:1
Elapsed time: 178.529678 seconds (178) for perm20:10:2:1
real 3m4.274s
user 3m3.443s
sys 0m0.810s
Testing conform under Cyclone
Compiling...
Running...
Running conform:500
Elapsed time: 53.939419 seconds (54) for conform:500
real 0m53.947s
user 0m53.627s
sys 0m0.313s
Testing dynamic under Cyclone
Compiling...
Running...
Running dynamic:500
./bench: line 289: 727 Segmentation fault (core dumped) `dirname $1`/`basename $1 .scm` < "$2"
real 0m38.418s
user 0m37.653s
sys 0m0.317s
Testing earley under Cyclone
Compiling...
Running...
Running earley:1
Elapsed time: 586.879598 seconds (587) for earley:1
real 9m46.867s
user 9m44.367s
sys 0m2.523s
Testing graphs under Cyclone
Compiling...
Running...
Running graphs:7:3
Elapsed time: 97.400566 seconds (97) for graphs:7:3
real 1m37.443s
user 1m36.777s
sys 0m0.630s
Testing lattice under Cyclone
Compiling...
Running...
Running lattice:44:10
Elapsed time: 133.254416 seconds (134) for lattice:44:10
real 2m13.254s
user 2m12.903s
sys 0m0.357s
Testing matrix under Cyclone
Compiling...
Running...
Running matrix:5:5:2500
Elapsed time: 78.56012 seconds (78) for matrix:5:5:2500
real 1m18.620s
user 1m18.183s
sys 0m0.380s
Testing maze under Cyclone
Compiling...
Running...
Running maze:20:7:10000
Elapsed time: 29.300369 seconds (29) for maze:20:7:10000
real 0m29.315s
user 0m29.177s
sys 0m0.127s
Testing mazefun under Cyclone
Compiling...
Running...
Running mazefun:11:11:10000
Elapsed time: 26.116939 seconds (26) for mazefun:11:11:10000
real 0m26.131s
user 0m26.080s
sys 0m0.053s
Testing nqueens under Cyclone
Compiling...
Running...
Running nqueens:13:10
Elapsed time: 74.801828 seconds (75) for nqueens:13:10
real 1m14.802s
user 1m14.703s
sys 0m0.103s
Testing paraffins under Cyclone
Compiling...
Running...
Running paraffins:23:10
Elapsed time: 43.576869 seconds (44) for paraffins:23:10
real 0m43.695s
user 0m42.907s
sys 0m0.673s
Testing parsing under Cyclone
Compiling...
Running...
Running parsing:2500
Elapsed time: 74.158742 seconds (74) for parsing:2500
real 1m14.170s
user 1m14.133s
sys 0m0.030s
Testing peval under Cyclone
Compiling...
Running...
Running peval:2000
Elapsed time: 45.070555 seconds (45) for peval:2000
real 0m45.132s
user 0m44.797s
sys 0m0.277s
Testing primes under Cyclone
Compiling...
Running...
Running primes:1000:10000
Elapsed time: 19.428742 seconds (20) for primes:1000:10000
real 0m19.463s
user 0m19.220s
sys 0m0.210s
Testing quicksort under Cyclone
Compiling...
Running...
Running quicksort:10000:2500
Elapsed time: 55.069677 seconds (55) for quicksort:10000:2500
real 0m55.080s
user 0m54.857s
sys 0m0.223s
Testing scheme under Cyclone
Compiling...
Running...
Running scheme:100000
Elapsed time: 26.912887 seconds (27) for scheme:100000
real 0m26.912s
user 0m26.873s
sys 0m0.040s