Changes

Jump to: navigation, search

BASIC Benchmark

4 bytes removed, 01:53, 2 November 2006
== BENCHMARK 1 (new) ==
 
 
<pre>
BENCHMARK 1 (new)
-----------------
100 REM TEST 1
110 PRINT "START"
550 END
</pre>
 
== BENCHMARK 2 ==
<pre>
BENCHMARK 2
-----------
120 K=0
130 K=K+1
190 IF K<1000 THEN GOTO 130
</pre>
 
== BENCHMARK 3 ==
<pre>
BENCHMARK 3
-----------
140 A=K/K*K+K-K
</pre>
 
== BENCHMARK 4 ==
<pre>
BENCHMARK 4
-----------
140 A=K/2*3+4-5
</pre>
 
== BENCHMARK 5 ==
<pre>
BENCHMARK 5
-----------
150 GOSUB 600
600 RETURN
</pre>
 
== BENCHMARK 6 ==
<pre>
BENCHMARK 6
-----------
125 DIM M(5)
155 FOR L=1 TO 5
160 NEXT L
</pre>
 
== BENCHMARK 7 ==
<pre>
BENCHMARK 7
-----------
157 M(L)=A
</pre> == BENCHMARK 8 (new) ==
<pre>
BENCHMARK 8 (new)
-----------------
100 REM TEST 8
110 PRINT "START"
190 END
</pre>
 
== Test results ==
<pre>
Atari 600XL 2.2 7.2 19.1 22.8 25.8 37.6 58.3 412 73.1
TI-99/4A 2.9 8.8 22.8 24.5 26.1 61.6 84.4 382 76.6
 
(results in seconds)
 
 
</pre>
12,273
edits