Sign in
gerrit
/
prolog-cafe
/
cdbce7081751fdfe9370e9f7c29aa426273c4b50
/
.
/
examples
/
benchmarks
/
portland
/
sort.in
blob: 18ba37d6431234517b5857d5aef62d0f85594287 [
file
] [
log
] [
blame
]
:-
P
=
1000
,
'$benchmark'
(
qsort
(
P
),
100
,
qsort
(
P
),
'$dummy'
(
P
)).