Content deleted Content added
Adding short description: "Type of computer benchmark" |
m →History: replaced: recently- → recently |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 5:
== History ==
[[File:Creative_Computing_Benchmark_original_result_set.png|thumb|right|Original result set from November 1983 issue of Creative Computing
The benchmark first appeared in the November 1983 issue of ''Creative Computing'' under the title "Benchmark Comparison Test".{{sfn|Ahl|1983|p=259}} In the article, author [[David H. Ahl]] was careful to state that it tested only a few aspects of the BASIC language, mostly its looping performance. He stated:
Line 11:
{{cquote|... the benchmark program presented here is not representative of the way computers are actually used; it measures only a few aspects of performance, and no one should buy a computer based solely on the results of these measures. Yet, the results provide some interesting comparative data.{{sfn|Ahl|1983|p=259}}}}
The initial results were provided for common machines of the era, including the [[Apple II]], [[Commodore 64]] and the recently
In the months following its publication, the magazine was inundated with results for other platforms. It became a regular feature for a time, placed prominently near the front of the magazine with an ever-growing list of results. By March the fastest machine on the list was the Cray-1 at 0.01 seconds, and the slowest was the [[TI SR-50]] [[programmable calculator]] at 12.7 days.{{sfn|Ahl|1984|p=7}}
Line 23:
==Code==
This is the original version from the November 1983 edition:{{sfn|Ahl|1983|p=259}}
{{sxhl|2=basic|1=<nowiki/>
}}
The following is from later versions of the benchmark code, which reduced the number of compound statements on a line:{{sfn|Ahl|1984|p=7}}{{efn|Likely to reduce the line length below 40 characters for all lines. In the original version, line 30 is 43 characters long.}}
{{sxhl|2=basic|1=<nowiki/>
}}
==Notes==
|