Age | Commit message (Expand) | Author | Files | Lines |
2021-10-31 | Makefile: use --nonmoving-gc RTS option when running benchmarks. | John MacFarlane | 1 | -1/+1 |
2021-10-31 | Makefile: remove man/pandoc.1 dependency for debpkg. | John MacFarlane | 1 | -1/+1 |
2021-10-10 | Makefile; fix quick-cabal executable path report | John MacFarlane | 1 | -1/+1 |
2021-10-05 | Improve quick-cabal target | John MacFarlane | 1 | -2/+2 |
2021-09-16 | Use --system-ghc in make quick. | John MacFarlane | 1 | -1/+2 |
2021-09-16 | Fix quick-cabal target | John MacFarlane | 1 | -1/+1 |
2021-09-13 | Modernize quick-cabal Makefile target | John MacFarlane | 1 | -3/+2 |
2021-09-08 | Makefile: disable ansi tricks for tasty; use v2- instead of new-. | John MacFarlane | 1 | -9/+9 |
2021-03-18 | Change -A256m to -A8m in GHCOPTS | John MacFarlane | 1 | -1/+1 |
2021-03-18 | make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options. | John MacFarlane | 1 | -2/+2 |
2021-03-17 | Benchmark improvements. | John MacFarlane | 1 | -11/+7 |
2021-03-17 | Makefile: Add comment documenting benchmark settings. | John MacFarlane | 1 | -0/+3 |
2021-03-17 | Revert "Makefile: add --static to quick target" | John MacFarlane | 1 | -1/+1 |
2021-03-16 | Makefile: add --static to quick target | John MacFarlane | 1 | -1/+1 |
2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | 1 | -4/+5 |
2021-03-16 | Makefile: set -j4 in default GHCOPTS | John MacFarlane | 1 | -1/+1 |
2021-03-16 | make quick: re-use GHCOPTS for tests | John MacFarlane | 1 | -1/+1 |
2021-03-16 | Use BENCHARGS in 'make bench'. | John MacFarlane | 1 | -7/+4 |
2021-03-16 | make quick: use -j4 to speed up build | John MacFarlane | 1 | -1/+1 |
2021-03-15 | Switch to gauge for now for benchmarks. | John MacFarlane | 1 | -3/+10 |
2021-03-15 | Add compiler timings to 'make bench' | John MacFarlane | 1 | -1/+1 |
2021-03-13 | Add ghcid-test to Makefile | John MacFarlane | 1 | -0/+3 |
2021-03-06 | Set --user in docker run to avoid permission issues. | John MacFarlane | 1 | -0/+1 |
2021-03-06 | Avoid subprocess for docker run. | John MacFarlane | 1 | -2/+2 |
2021-03-06 | make debpkg: send docker output to docker.log in the host. | John MacFarlane | 1 | -2/+4 |
2021-03-06 | Makefile: Remove ARCH | John MacFarlane | 1 | -1/+0 |
2021-03-06 | Don't --rm docker. | John MacFarlane | 1 | -1/+0 |
2021-03-06 | Fix docker image. | John MacFarlane | 1 | -7/+1 |
2021-03-05 | More Makefile tweaks around docker linux build. | John MacFarlane | 1 | -5/+6 |
2021-03-05 | Makefile: choose linux docker image depending on arch. | John MacFarlane | 1 | -1/+10 |
2021-03-05 | Makefile: exit smoothly if no prior benchmark files found. | John MacFarlane | 1 | -1/+1 |
2021-03-05 | Makefile: debpkg: use new multi-arch GHC 8.10.4 docker... | John MacFarlane | 1 | -1/+2 |
2021-02-19 | make bench: compare against a baseline, use datestamps for bench results. | John MacFarlane | 1 | -1/+8 |
2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | 1 | -1/+2 |
2021-02-13 | Clean up benchmark code. | John MacFarlane | 1 | -3/+2 |
2021-01-31 | Makefile: give allocation data in benchmarks. | John MacFarlane | 1 | -2/+2 |
2021-01-30 | Use tasty-bench instead of criterion for benchmarks. | John MacFarlane | 1 | -0/+1 |
2021-01-13 | Use simple default.nix. | John MacFarlane | 1 | -7/+1 |
2021-01-12 | Use project.nix instead of default.nix for generated file. | John MacFarlane | 1 | -2/+2 |
2021-01-12 | Delete default.nix. | John MacFarlane | 1 | -1/+1 |
2021-01-12 | Add files for using nix-shell. | John MacFarlane | 1 | -1/+7 |
2020-12-18 | Improve check target to test data/ too. | John MacFarlane | 1 | -6/+6 |
2020-12-18 | Makefile: Fix checkdocs target. | John MacFarlane | 1 | -1/+1 |
2020-12-18 | Add check and check-cabal target ... | John MacFarlane | 1 | -2/+14 |
2020-12-17 | Makefile: remove macospkg target. | John MacFarlane | 1 | -6/+1 |
2020-09-15 | Fix pandoc-templates target to include all partials. | John MacFarlane | 1 | -2/+2 |
2020-08-27 | Makefile: Remove obsolete windows package build targets. | John MacFarlane | 1 | -31/+1 |
2020-08-27 | Makefile: Fix macospkg target to fetch target from S3 artifacts. | John MacFarlane | 1 | -2/+4 |
2020-08-12 | Use the smart extension when generating pandoc's man page. | John MacFarlane | 1 | -1/+1 |
2020-08-11 | Linux rc build: use ghc-musl container. | John MacFarlane | 1 | -2/+7 |