/usr/share/doc/stalin/benchmarks/run-bigloo-fdlcc-benchmarks 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 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #!/bin/sh
./run-bigloo-benchmark boyer
./run-bigloo-benchmark graphs
./run-bigloo-benchmark lattice
./run-bigloo-benchmark nucleic2
./run-bigloo-benchmark matrix
./run-bigloo-benchmark earley
./run-bigloo-benchmark scheme
./run-bigloo-benchmark conform
./run-bigloo-benchmark nboyer
./run-bigloo-benchmark sboyer
./run-bigloo-benchmark dynamic
./run-bigloo-benchmark fannkuch
./run-bigloo-benchmark simplex
./run-bigloo-benchmark em-functional
./run-bigloo-benchmark em-imperative
./run-bigloo-benchmark nfm
./run-bigloo-benchmark integ
./run-bigloo-benchmark gold
./run-bigloo-benchmark sort
./run-bigloo-benchmark rrr
|