mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 05:59:30 +02:00
* moved obsolete shootout benchmark to obsolete directory
git-svn-id: trunk@4852 -
This commit is contained in:
parent
5dc3c137bb
commit
7a643c0907
32
.gitattributes
vendored
32
.gitattributes
vendored
@ -5131,25 +5131,25 @@ tests/bench/shootout/log/sieve.log -text
|
||||
tests/bench/shootout/log/strcat.log -text
|
||||
tests/bench/shootout/log/sumcol.log -text
|
||||
tests/bench/shootout/log/wc.log -text
|
||||
tests/bench/shootout/src/ackermann.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/array.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/ackermann.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/array.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/fibo.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/hash.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/heapsort.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/lists.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/matrix.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/methcall.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/moments.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/nestloop.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/random.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/revfile.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/strcat.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/takfp.pp svneol=native#text/plain
|
||||
tests/bench/shootout/obsolete/wc.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/bench.c -text
|
||||
tests/bench/shootout/src/fibo.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/hash.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/heapsort.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/hello.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/lists.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/matrix.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/methcall.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/moments.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/nestloop.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/random.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/revfile.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/sieve.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/strcat.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/nsieve.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/sumcol.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/takfp.pp svneol=native#text/plain
|
||||
tests/bench/shootout/src/wc.pp svneol=native#text/plain
|
||||
tests/bench/shortbench.pp svneol=native#text/plain
|
||||
tests/bench/timer.pas svneol=native#text/plain
|
||||
tests/bench/whet.pas svneol=native#text/plain
|
||||
|
@ -1,17 +1,18 @@
|
||||
This is a download of the shootout benchmark.
|
||||
|
||||
Shootout Website:
|
||||
http://www.bagley.org/~doug/shootout/
|
||||
http://shootout.alioth.debian.org/
|
||||
|
||||
Source of pascal files can be found on
|
||||
Old win32 site:
|
||||
http://dada.perl.it/shootout/index.html
|
||||
|
||||
Directories:
|
||||
Dir Contents
|
||||
--- --------
|
||||
src Pascal source files. bench.c contains sources of all (gcc) C equivalents.
|
||||
log Logs from shootout tests on website.
|
||||
io Input and expected output files for some tests.
|
||||
Dir Contents
|
||||
--- --------
|
||||
src Pascal source files. bench.c contains sources of all (gcc) C equivalents.
|
||||
obsolete Tests not used anymore on shootout.alioth.debian.org
|
||||
log Logs from shootout tests on website.
|
||||
io Input and expected output files for some tests.
|
||||
|
||||
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
{ Hello World }
|
||||
{ The Great Computer Language Shootout
|
||||
http://shootout.alioth.debian.org
|
||||
|
||||
contributed by Ales Katona
|
||||
}
|
||||
|
||||
program hello;
|
||||
uses SysUtils;
|
||||
|
||||
begin
|
||||
WriteLn( 'hello world' );
|
||||
WriteLn('hello world');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user