mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 11:29:20 +02:00
Write sha1 of one million "a" symbols.
This commit is contained in:
parent
1e1cc16569
commit
826aabe99d
@ -23,6 +23,7 @@ begin
|
||||
for i := 0 to 1000 do
|
||||
ss := LowerCase(SHA1Print(SHA1string(s)));
|
||||
EndTime:=now;
|
||||
writeln('SHA1: ',ss);
|
||||
write('Performance test finished. Elapsed time: ');
|
||||
writeln((EndTime-StartTime)*3600*24:0:3,' s');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user