Bump the heap limit for tasty-bench

For Data.Array/o-1-space/generation/show and similar benchmarks.
This commit is contained in:
Harendra Kumar 2021-06-07 18:06:42 +05:30 committed by Harendra Kumar
parent 5537b0bfc2
commit 9a98ee00d5

View File

@ -100,6 +100,8 @@ bench_rts_opts_specific () {
Data.Parser.ParserK/o-n-heap/sequenceA) echo -n "-M64M";;
Data.SmallArray/o-1-sp*) echo -n "-K128K" ;;
# For tasty-bench
Data.Array*/o-1-space/generation/show) echo -n "-M32M" ;;
*) echo -n "" ;;
esac
}