forked from ecraven/r7rs-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.Loko
892 lines (777 loc) · 29.3 KB
/
results.Loko
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
****************************
Benchmarking Loko on Sat 6 Jul 07:38:39 CEST 2024 under Linux h4nex 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64 GNU/Linux
Testing browse under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/browse.scm /tmp/r7rs-benchmarks/Loko/browse.exe
/tmp/r7rs-benchmarks/Loko/browse.exe
Running...
Running browse:2000
Elapsed time: 1.5169999599456787 seconds (1517/1000) for browse:2000
+!CSVLINE!+loko-0.12.1,browse:2000,1.5169999599456787
real 0m1.522s
user 0m1.381s
sys 0m0.137s
Testing deriv under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/deriv.scm /tmp/r7rs-benchmarks/Loko/deriv.exe
/tmp/r7rs-benchmarks/Loko/deriv.exe
Running...
Running deriv:10000000
Elapsed time: 2.0889999866485596 seconds (261/125) for deriv:10000000
+!CSVLINE!+loko-0.12.1,deriv:10000000,2.0889999866485596
real 0m2.093s
user 0m1.957s
sys 0m0.130s
Testing destruc under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/destruc.scm /tmp/r7rs-benchmarks/Loko/destruc.exe
/tmp/r7rs-benchmarks/Loko/destruc.exe
Running...
Running destruc:600:50:4000
Elapsed time: 1.6319999694824219 seconds (204/125) for destruc:600:50:4000
+!CSVLINE!+loko-0.12.1,destruc:600:50:4000,1.6319999694824219
real 0m1.636s
user 0m1.517s
sys 0m0.116s
Testing diviter under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/diviter.scm /tmp/r7rs-benchmarks/Loko/diviter.exe
/tmp/r7rs-benchmarks/Loko/diviter.exe
Running...
Running diviter:1000:1000000
Elapsed time: 1.8109999895095825 seconds (181/100) for diviter:1000:1000000
+!CSVLINE!+loko-0.12.1,diviter:1000:1000000,1.8109999895095825
real 0m1.815s
user 0m1.720s
sys 0m0.090s
Testing divrec under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/divrec.scm /tmp/r7rs-benchmarks/Loko/divrec.exe
/tmp/r7rs-benchmarks/Loko/divrec.exe
Running...
Running divrec:1000:1000000
Elapsed time: 3.9590001106262207 seconds (3959/1000) for divrec:1000:1000000
+!CSVLINE!+loko-0.12.1,divrec:1000:1000000,3.9590001106262207
real 0m3.964s
user 0m3.850s
sys 0m0.103s
Testing puzzle under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/puzzle.scm /tmp/r7rs-benchmarks/Loko/puzzle.exe
/tmp/r7rs-benchmarks/Loko/puzzle.exe
Running...
Running puzzle:1000
Elapsed time: 2.065999984741211 seconds (1033/500) for puzzle:1000
+!CSVLINE!+loko-0.12.1,puzzle:1000,2.065999984741211
real 0m2.070s
user 0m1.944s
sys 0m0.123s
Testing triangl under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/triangl.scm /tmp/r7rs-benchmarks/Loko/triangl.exe
/tmp/r7rs-benchmarks/Loko/triangl.exe
Running...
Running triangl:22:1:50
Elapsed time: 1.3930000066757202 seconds (1393/1000) for triangl:22:1:50
+!CSVLINE!+loko-0.12.1,triangl:22:1:50,1.3930000066757202
real 0m1.395s
user 0m1.395s
sys 0m0.000s
Testing tak under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/tak.scm /tmp/r7rs-benchmarks/Loko/tak.exe
/tmp/r7rs-benchmarks/Loko/tak.exe
Running...
Running tak:40:20:11:1
Elapsed time: 1.6660000085830688 seconds (833/500) for tak:40:20:11:1
+!CSVLINE!+loko-0.12.1,tak:40:20:11:1,1.6660000085830688
real 0m1.668s
user 0m1.667s
sys 0m0.000s
Testing takl under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/takl.scm /tmp/r7rs-benchmarks/Loko/takl.exe
/tmp/r7rs-benchmarks/Loko/takl.exe
Running...
Running takl:40:20:12:1
Elapsed time: 1.9500000476837158 seconds (1949/1000) for takl:40:20:12:1
+!CSVLINE!+loko-0.12.1,takl:40:20:12:1,1.9500000476837158
real 0m1.951s
user 0m1.950s
sys 0m0.000s
Testing ntakl under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/ntakl.scm /tmp/r7rs-benchmarks/Loko/ntakl.exe
/tmp/r7rs-benchmarks/Loko/ntakl.exe
Running...
Running ntakl:40:20:12:1
Elapsed time: 1.9320000410079956 seconds (1931/1000) for ntakl:40:20:12:1
+!CSVLINE!+loko-0.12.1,ntakl:40:20:12:1,1.9320000410079956
real 0m1.934s
user 0m1.930s
sys 0m0.003s
Testing cpstak under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/cpstak.scm /tmp/r7rs-benchmarks/Loko/cpstak.exe
/tmp/r7rs-benchmarks/Loko/cpstak.exe
Running...
Running cpstak:40:20:11:1
Elapsed time: 4.186999797821045 seconds (4187/1000) for cpstak:40:20:11:1
+!CSVLINE!+loko-0.12.1,cpstak:40:20:11:1,4.186999797821045
real 0m4.191s
user 0m4.083s
sys 0m0.097s
Testing ctak under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/ctak.scm /tmp/r7rs-benchmarks/Loko/ctak.exe
/tmp/r7rs-benchmarks/Loko/ctak.exe
Running...
Running ctak:32:16:8:1
Elapsed time: 19.756000518798828 seconds (4939/250) for ctak:32:16:8:1
+!CSVLINE!+loko-0.12.1,ctak:32:16:8:1,19.756000518798828
real 0m19.760s
user 0m19.571s
sys 0m0.133s
Testing fib under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/fib.scm /tmp/r7rs-benchmarks/Loko/fib.exe
/tmp/r7rs-benchmarks/Loko/fib.exe
Running...
Running fib:40:5
Elapsed time: 3.63100004196167 seconds (454/125) for fib:40:5
+!CSVLINE!+loko-0.12.1,fib:40:5,3.63100004196167
real 0m3.634s
user 0m3.629s
sys 0m0.003s
Testing fibc under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/fibc.scm /tmp/r7rs-benchmarks/Loko/fibc.exe
/tmp/r7rs-benchmarks/Loko/fibc.exe
Running...
Running fibc:30:10
Elapsed time: 9.602999687194824 seconds (2401/250) for fibc:30:10
+!CSVLINE!+loko-0.12.1,fibc:30:10,9.602999687194824
real 0m9.608s
user 0m9.461s
sys 0m0.120s
Testing fibfp under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/fibfp.scm /tmp/r7rs-benchmarks/Loko/fibfp.exe
/tmp/r7rs-benchmarks/Loko/fibfp.exe
Running...
Running fibfp:35.:10
Elapsed time: 2.99399995803833 seconds (1497/500) for fibfp:35.:10
+!CSVLINE!+loko-0.12.1,fibfp:35.:10,2.99399995803833
real 0m2.996s
user 0m2.991s
sys 0m0.003s
Testing sum under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/sum.scm /tmp/r7rs-benchmarks/Loko/sum.exe
/tmp/r7rs-benchmarks/Loko/sum.exe
Running...
Running sum:10000:200000
Elapsed time: 3.180999994277954 seconds (1591/500) for sum:10000:200000
+!CSVLINE!+loko-0.12.1,sum:10000:200000,3.180999994277954
real 0m3.184s
user 0m3.179s
sys 0m0.004s
Testing sumfp under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/sumfp.scm /tmp/r7rs-benchmarks/Loko/sumfp.exe
/tmp/r7rs-benchmarks/Loko/sumfp.exe
Running...
Running sumfp:1000000.:500
ERROR: returned incorrect result: 4.99873677312e11
+!CSVLINE!+loko-0.12.1,sumfp:1000000.:500,INCORRECT
real 0m4.916s
user 0m4.913s
sys 0m0.000s
Testing fft under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/fft.scm /tmp/r7rs-benchmarks/Loko/fft.exe
/tmp/r7rs-benchmarks/Loko/fft.exe
Running...
Running fft:65536:100
Elapsed time: 1.3339999914169312 seconds (667/500) for fft:65536:100
+!CSVLINE!+loko-0.12.1,fft:65536:100,1.3339999914169312
real 0m1.336s
user 0m1.331s
sys 0m0.004s
Testing mbrot under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/mbrot.scm /tmp/r7rs-benchmarks/Loko/mbrot.exe
/tmp/r7rs-benchmarks/Loko/mbrot.exe
Running...
Running mbrot:75:1000
Elapsed time: 6.334000110626221 seconds (3167/500) for mbrot:75:1000
+!CSVLINE!+loko-0.12.1,mbrot:75:1000,6.334000110626221
real 0m6.336s
user 0m6.329s
sys 0m0.004s
Testing mbrotZ under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/mbrotZ.scm /tmp/r7rs-benchmarks/Loko/mbrotZ.exe
/tmp/r7rs-benchmarks/Loko/mbrotZ.exe
Running...
Running mbrotZ:75:1000
Elapsed time: 18.062000274658203 seconds (9031/500) for mbrotZ:75:1000
+!CSVLINE!+loko-0.12.1,mbrotZ:75:1000,18.062000274658203
real 0m18.066s
user 0m17.921s
sys 0m0.110s
Testing nucleic under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/nucleic.scm /tmp/r7rs-benchmarks/Loko/nucleic.exe
/tmp/r7rs-benchmarks/Loko/nucleic.exe
Running...
Running nucleic:50
ERROR: returned incorrect result: 33.797950744628906
+!CSVLINE!+loko-0.12.1,nucleic:50,INCORRECT
real 0m5.302s
user 0m5.194s
sys 0m0.103s
Testing pi under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/pi.scm /tmp/r7rs-benchmarks/Loko/pi.exe
/tmp/r7rs-benchmarks/Loko/pi.exe
Running...
Running pi:50:500:50:100
Elapsed time: 155.85699462890625 seconds (155857/1000) for pi:50:500:50:100
+!CSVLINE!+loko-0.12.1,pi:50:500:50:100,155.85699462890625
real 2m35.862s
user 2m35.498s
sys 0m0.140s
Testing pnpoly under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/pnpoly.scm /tmp/r7rs-benchmarks/Loko/pnpoly.exe
/tmp/r7rs-benchmarks/Loko/pnpoly.exe
Running...
Running pnpoly:1000000
Elapsed time: 5.210999965667725 seconds (5211/1000) for pnpoly:1000000
+!CSVLINE!+loko-0.12.1,pnpoly:1000000,5.210999965667725
real 0m5.216s
user 0m5.074s
sys 0m0.137s
Testing ray under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/ray.scm /tmp/r7rs-benchmarks/Loko/ray.exe
/tmp/r7rs-benchmarks/Loko/ray.exe
Running...
Running ray:50
Elapsed time: 2.628000020980835 seconds (657/250) for ray:50
+!CSVLINE!+loko-0.12.1,ray:50,2.628000020980835
real 0m2.632s
user 0m2.562s
sys 0m0.067s
Testing simplex under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/simplex.scm /tmp/r7rs-benchmarks/Loko/simplex.exe
/tmp/r7rs-benchmarks/Loko/simplex.exe
Running...
Running simplex:1000000
Elapsed time: 1.8179999589920044 seconds (1817/1000) for simplex:1000000
+!CSVLINE!+loko-0.12.1,simplex:1000000,1.8179999589920044
real 0m1.822s
user 0m1.713s
sys 0m0.107s
Testing ack under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/ack.scm /tmp/r7rs-benchmarks/Loko/ack.exe
/tmp/r7rs-benchmarks/Loko/ack.exe
Running...
Running ack:3:12:2
Elapsed time: 8.164999961853027 seconds (1633/200) for ack:3:12:2
+!CSVLINE!+loko-0.12.1,ack:3:12:2,8.164999961853027
real 0m8.167s
user 0m8.160s
sys 0m0.003s
Testing array1 under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/array1.scm /tmp/r7rs-benchmarks/Loko/array1.exe
/tmp/r7rs-benchmarks/Loko/array1.exe
Running...
Running array1:1000000:500
Elapsed time: 2.2119998931884766 seconds (553/250) for array1:1000000:500
+!CSVLINE!+loko-0.12.1,array1:1000000:500,2.2119998931884766
real 0m2.216s
user 0m2.077s
sys 0m0.133s
Testing string under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/string.scm /tmp/r7rs-benchmarks/Loko/string.exe
/tmp/r7rs-benchmarks/Loko/string.exe
Running...
Running string:500000:100
Elapsed time: 5.289999961853027 seconds (5289/1000) for string:500000:100
+!CSVLINE!+loko-0.12.1,string:500000:100,5.289999961853027
real 0m5.294s
user 0m5.166s
sys 0m0.113s
Testing sum1 under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/sum1.scm /tmp/r7rs-benchmarks/Loko/sum1.exe
/tmp/r7rs-benchmarks/Loko/sum1.exe
Running...
Running sum1:25
ERROR: returned incorrect result: 15794.6416015625
+!CSVLINE!+loko-0.12.1,sum1:25,INCORRECT
real 0m3.583s
user 0m3.467s
sys 0m0.110s
Testing cat under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/cat.scm /tmp/r7rs-benchmarks/Loko/cat.exe
/tmp/r7rs-benchmarks/Loko/cat.exe
Running...
Running cat:50
Elapsed time: 3.4670000076293945 seconds (3467/1000) for cat:50
+!CSVLINE!+loko-0.12.1,cat:50,3.4670000076293945
real 0m3.470s
user 0m2.690s
sys 0m0.776s
Testing tail under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/tail.scm /tmp/r7rs-benchmarks/Loko/tail.exe
/tmp/r7rs-benchmarks/Loko/tail.exe
Running...
Running tail:50
Elapsed time: 5.184000015258789 seconds (648/125) for tail:50
+!CSVLINE!+loko-0.12.1,tail:50,5.184000015258789
real 0m5.189s
user 0m4.427s
sys 0m0.752s
Testing wc under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/wc.scm /tmp/r7rs-benchmarks/Loko/wc.exe
/tmp/r7rs-benchmarks/Loko/wc.exe
Running...
Running wc:inputs/bib:50
Elapsed time: 2.2690000534057617 seconds (2269/1000) for wc:inputs/bib:50
+!CSVLINE!+loko-0.12.1,wc:inputs/bib:50,2.2690000534057617
real 0m2.272s
user 0m2.210s
sys 0m0.060s
Testing read1 under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/read1.scm /tmp/r7rs-benchmarks/Loko/read1.exe
/tmp/r7rs-benchmarks/Loko/read1.exe
Running...
Running read1:2500
Elapsed time: 2.614000082015991 seconds (1307/500) for read1:2500
+!CSVLINE!+loko-0.12.1,read1:2500,2.614000082015991
real 0m2.619s
user 0m2.451s
sys 0m0.156s
Testing compiler under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/compiler.scm /tmp/r7rs-benchmarks/Loko/compiler.exe
/tmp/r7rs-benchmarks/Loko/compiler.exe
Running...
Running compiler:2000
Elapsed time: 1.402999997138977 seconds (1403/1000) for compiler:2000
+!CSVLINE!+loko-0.12.1,compiler:2000,1.402999997138977
real 0m1.409s
user 0m1.268s
sys 0m0.136s
Testing conform under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/conform.scm /tmp/r7rs-benchmarks/Loko/conform.exe
/tmp/r7rs-benchmarks/Loko/conform.exe
Running...
Running conform:500
Elapsed time: 1.7020000219345093 seconds (851/500) for conform:500
+!CSVLINE!+loko-0.12.1,conform:500,1.7020000219345093
real 0m1.707s
user 0m1.590s
sys 0m0.113s
Testing dynamic under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/dynamic.scm /tmp/r7rs-benchmarks/Loko/dynamic.exe
/tmp/r7rs-benchmarks/Loko/dynamic.exe
Running...
Running dynamic:500
Elapsed time: 3.2179999351501465 seconds (1609/500) for dynamic:500
+!CSVLINE!+loko-0.12.1,dynamic:500,3.2179999351501465
real 0m3.223s
user 0m3.067s
sys 0m0.146s
Testing earley under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/earley.scm /tmp/r7rs-benchmarks/Loko/earley.exe
/tmp/r7rs-benchmarks/Loko/earley.exe
Running...
Running earley:1
Fatal error: out of heap memory
real 0m17.831s
user 0m17.648s
sys 0m0.137s
+!CSVLINE!+loko,earley,CRASHED
Testing graphs under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/graphs.scm /tmp/r7rs-benchmarks/Loko/graphs.exe
/tmp/r7rs-benchmarks/Loko/graphs.exe
Running...
Running graphs:7:3
Elapsed time: 2.2339999675750732 seconds (2233/1000) for graphs:7:3
+!CSVLINE!+loko-0.12.1,graphs:7:3,2.2339999675750732
real 0m2.238s
user 0m2.105s
sys 0m0.126s
Testing lattice under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/lattice.scm /tmp/r7rs-benchmarks/Loko/lattice.exe
/tmp/r7rs-benchmarks/Loko/lattice.exe
Running...
Running lattice:44:10
Elapsed time: 3.007999897003174 seconds (376/125) for lattice:44:10
+!CSVLINE!+loko-0.12.1,lattice:44:10,3.007999897003174
real 0m3.012s
user 0m2.893s
sys 0m0.117s
Testing matrix under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/matrix.scm /tmp/r7rs-benchmarks/Loko/matrix.exe
/tmp/r7rs-benchmarks/Loko/matrix.exe
Running...
Running matrix:5:5:2500
Elapsed time: 1.7879999876022339 seconds (447/250) for matrix:5:5:2500
+!CSVLINE!+loko-0.12.1,matrix:5:5:2500,1.7879999876022339
real 0m1.792s
user 0m1.684s
sys 0m0.103s
Testing maze under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/maze.scm /tmp/r7rs-benchmarks/Loko/maze.exe
/tmp/r7rs-benchmarks/Loko/maze.exe
Running...
Running maze:20:7:10000
Elapsed time: 1.4149999618530273 seconds (283/200) for maze:20:7:10000
+!CSVLINE!+loko-0.12.1,maze:20:7:10000,1.4149999618530273
real 0m1.419s
user 0m1.344s
sys 0m0.073s
Testing mazefun under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/mazefun.scm /tmp/r7rs-benchmarks/Loko/mazefun.exe
/tmp/r7rs-benchmarks/Loko/mazefun.exe
Running...
Running mazefun:11:11:10000
Elapsed time: 2.8980000019073486 seconds (2897/1000) for mazefun:11:11:10000
+!CSVLINE!+loko-0.12.1,mazefun:11:11:10000,2.8980000019073486
real 0m2.902s
user 0m2.779s
sys 0m0.116s
Testing nqueens under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/nqueens.scm /tmp/r7rs-benchmarks/Loko/nqueens.exe
/tmp/r7rs-benchmarks/Loko/nqueens.exe
Running...
Running nqueens:13:10
Elapsed time: 6.660999774932861 seconds (6661/1000) for nqueens:13:10
+!CSVLINE!+loko-0.12.1,nqueens:13:10,6.660999774932861
real 0m6.666s
user 0m6.535s
sys 0m0.123s
Testing paraffins under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/paraffins.scm /tmp/r7rs-benchmarks/Loko/paraffins.exe
/tmp/r7rs-benchmarks/Loko/paraffins.exe
Running...
Running paraffins:23:10
Elapsed time: 1.746999979019165 seconds (1747/1000) for paraffins:23:10
+!CSVLINE!+loko-0.12.1,paraffins:23:10,1.746999979019165
real 0m1.751s
user 0m1.617s
sys 0m0.129s
Testing parsing under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/parsing.scm /tmp/r7rs-benchmarks/Loko/parsing.exe
/tmp/r7rs-benchmarks/Loko/parsing.exe
Running...
Running parsing:2500
Elapsed time: 2.138000011444092 seconds (2137/1000) for parsing:2500
+!CSVLINE!+loko-0.12.1,parsing:2500,2.138000011444092
real 0m2.141s
user 0m2.079s
sys 0m0.060s
Testing peval under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/peval.scm /tmp/r7rs-benchmarks/Loko/peval.exe
/tmp/r7rs-benchmarks/Loko/peval.exe
Running...
Running peval:2000
Elapsed time: 2.615000009536743 seconds (523/200) for peval:2000
+!CSVLINE!+loko-0.12.1,peval:2000,2.615000009536743
real 0m2.620s
user 0m2.481s
sys 0m0.133s
Testing primes under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/primes.scm /tmp/r7rs-benchmarks/Loko/primes.exe
/tmp/r7rs-benchmarks/Loko/primes.exe
Running...
Running primes:1000:10000
Elapsed time: 1.0700000524520874 seconds (1071/1000) for primes:1000:10000
+!CSVLINE!+loko-0.12.1,primes:1000:10000,1.0700000524520874
real 0m1.075s
user 0m0.932s
sys 0m0.140s
Testing quicksort under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/quicksort.scm /tmp/r7rs-benchmarks/Loko/quicksort.exe
/tmp/r7rs-benchmarks/Loko/quicksort.exe
Running...
Running quicksort:10000:2500
Elapsed time: 2.8380000591278076 seconds (1419/500) for quicksort:10000:2500
+!CSVLINE!+loko-0.12.1,quicksort:10000:2500,2.8380000591278076
real 0m2.855s
user 0m2.720s
sys 0m0.130s
Testing scheme under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/scheme.scm /tmp/r7rs-benchmarks/Loko/scheme.exe
/tmp/r7rs-benchmarks/Loko/scheme.exe
Running...
Running scheme:100000
Elapsed time: 1.8760000467300415 seconds (1877/1000) for scheme:100000
+!CSVLINE!+loko-0.12.1,scheme:100000,1.8760000467300415
real 0m1.881s
user 0m1.755s
sys 0m0.123s
Testing slatex under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/slatex.scm /tmp/r7rs-benchmarks/Loko/slatex.exe
/tmp/r7rs-benchmarks/Loko/slatex.exe
Running...
Running slatex:500
Elapsed time: 2.8550000190734863 seconds (571/200) for slatex:500
+!CSVLINE!+loko-0.12.1,slatex:500,2.8550000190734863
real 0m2.860s
user 0m0.961s
sys 0m1.854s
Testing chudnovsky under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/chudnovsky.scm /tmp/r7rs-benchmarks/Loko/chudnovsky.exe
/tmp/r7rs-benchmarks/Loko/chudnovsky.exe
Running...
Running chudnovsky:50:500:50:1000
Elapsed time: 27.819000244140625 seconds (13909/500) for chudnovsky:50:500:50:1000
+!CSVLINE!+loko-0.12.1,chudnovsky:50:500:50:1000,27.819000244140625
real 0m27.823s
user 0m27.657s
sys 0m0.123s
Testing nboyer under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/nboyer.scm /tmp/r7rs-benchmarks/Loko/nboyer.exe
/tmp/r7rs-benchmarks/Loko/nboyer.exe
Running...
Running nboyer:5:1
Elapsed time: 2.1029999256134033 seconds (1051/500) for nboyer:5:1
+!CSVLINE!+loko-0.12.1,nboyer:5:1,2.1029999256134033
real 0m2.107s
user 0m1.972s
sys 0m0.130s
Testing sboyer under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/sboyer.scm /tmp/r7rs-benchmarks/Loko/sboyer.exe
/tmp/r7rs-benchmarks/Loko/sboyer.exe
Running...
Running sboyer:5:1
Elapsed time: .843999981880188 seconds (211/250) for sboyer:5:1
+!CSVLINE!+loko-0.12.1,sboyer:5:1,.843999981880188
real 0m0.846s
user 0m0.802s
sys 0m0.043s
Testing gcbench under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/gcbench.scm /tmp/r7rs-benchmarks/Loko/gcbench.exe
/tmp/r7rs-benchmarks/Loko/gcbench.exe
Running...
The garbage collector should touch about 128 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 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: .6800000071525574 seconds (681/1000) for gcbench:20:1
+!CSVLINE!+loko-0.12.1,gcbench:20:1,.6800000071525574
real 0m0.685s
user 0m0.576s
sys 0m0.107s
Testing mperm under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/mperm.scm /tmp/r7rs-benchmarks/Loko/mperm.exe
/tmp/r7rs-benchmarks/Loko/mperm.exe
Running...
Running mperm:20:10:2:1
Elapsed time: 6.447000026702881 seconds (6447/1000) for mperm:20:10:2:1
+!CSVLINE!+loko-0.12.1,mperm:20:10:2:1,6.447000026702881
real 0m6.554s
user 0m6.419s
sys 0m0.116s
Testing equal under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/equal.scm /tmp/r7rs-benchmarks/Loko/equal.exe
/tmp/r7rs-benchmarks/Loko/equal.exe
Running...
Running equal:100:100:8:1000:2000:5000
Elapsed time: 2.3980000019073486 seconds (2399/1000) for equal:100:100:8:1000:2000:5000
+!CSVLINE!+loko-0.12.1,equal:100:100:8:1000:2000:5000,2.3980000019073486
real 0m2.403s
user 0m2.303s
sys 0m0.097s
Testing bv2string under Loko
Including prelude /home/nex/src/r7rs-benchmarks/src/Loko-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Loko-postlude.scm
Compiling...
loko_comp /tmp/r7rs-benchmarks/Loko/bv2string.scm /tmp/r7rs-benchmarks/Loko/bv2string.exe
/tmp/r7rs-benchmarks/Loko/bv2string.exe
Running...
Running bv2string:1000:1000:100
Elapsed time: 1.305999994277954 seconds (653/500) for bv2string:1000:1000:100
+!CSVLINE!+loko-0.12.1,bv2string:1000:1000:100,1.305999994277954
real 0m1.311s
user 0m1.150s
sys 0m0.160s