Add PFG2 linearisation to benchmark

This commit is contained in:
John J. Camilleri
2021-02-17 15:30:11 +01:00
parent 8e1fa4981f
commit 9a263450f5
2 changed files with 34 additions and 18 deletions

View File

@@ -30,6 +30,7 @@ Comparing PGF, PGF2, LPGF along following criteria:
```
stack build --test --bench --no-run-tests --no-run-benchmarks
stack bench --benchmark-arguments "+RTS -T -RTS"
PGF_ONLY=1 stack bench --benchmark-arguments "+RTS -T -RTS"
LPGF_ONLY=1 stack bench --benchmark-arguments "+RTS -T -RTS"
ONLY=PGF stack bench --benchmark-arguments "+RTS -T -RTS"
ONLY=PGF2 stack bench --benchmark-arguments "+RTS -T -RTS"
ONLY=LPGF stack bench --benchmark-arguments "+RTS -T -RTS"
```