miller/scripts/chain-lengths.sh
John Kerl b6846fcd0f
Convert mlrval polymorphism from struct to unionish interface (#1133)
* Convert mlrval polymorphism from struct to unionish interface: arrayval/mapval/funcval

* Convert mlrval polymorphism from struct to unionish interface:: boolval

* Convert mlrval polymorphism from struct to unionish interface:: floatval

* Convert mlrval polymorphism from struct to unionish interface:: intval
2022-11-26 20:55:21 -05:00

71 lines
1.6 KiB
Bash
Executable file

mlrs="mlr"
if [ $# -ge 1 ]; then
mlrs="$@"
fi
#reps="1"
reps="1 2 3"
#reps="1 2 3 4 5 6 7 8 9 10"
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done
echo; for mlr in $mlrs; do
for k in $reps; do
justtime $mlr --csv --from ~/tmp/big.csv \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
then put -f scripts/chain-1.mlr \
> /dev/null
done
done