summaryrefslogtreecommitdiff
path: root/run-bench
blob: 5d03db3fec92171ad3894186b8ff092e0b1935c6 (plain)
1
2
3
4
#!/bin/sh
cabal-dev build &&
    ./dist/build/benchmarks/benchmarks -o dist/build/benchmarks/result.html &&
    xdg-open dist/build/benchmarks/result.html