/usr/share/doc/stalin/benchmarks/run-chicken-benchmark is in stalin 0.11-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/sh
ulimit -s unlimited
ulimit -c 0
echo run $1
time ./$1-chicken >/dev/null
time ./$1-chicken >/dev/null
time ./$1-chicken >/dev/null
|