| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-31 | Use timestamp when storing latest bench. | John MacFarlane | |
| 2022-03-29 | Makefile: allow GHCOPTS in quick-cabal target | John MacFarlane | |
| 2022-03-24 | Use cabal for 'make bench'. | John MacFarlane | |
| 2022-03-24 | Makefile: Use cabal for default build | John MacFarlane | |
| 2022-03-16 | Remove obsolete stuff from Makefile. | John MacFarlane | |
| 2022-03-13 | Use ghc4pandoc:9.2.2 docker image for linux build | John MacFarlane | |
| 2022-02-05 | Lua docs: allow to auto-generate Lua module documentations | Albert Krewinkel | |
| No documentations are generated for now, this just adds the necessary code and auto-formats file `doc/lua-filters.md`. | |||
| 2022-01-31 | Makefile: add 'make help', trim some useless targets.2.17.1.1 | John MacFarlane | |
| 2022-01-13 | Use ghc4pandoc 9.0.2 image for faster linux builds. | John MacFarlane | |
| 2022-01-12 | Fix 'make trypandoc' target. | John MacFarlane | |
| 2022-01-12 | Use ghc4pandoc 8.10.7 docker image for linux builds.2.17 | John MacFarlane | |
| 9.2.1 still fails without special treatment. | |||
| 2022-01-12 | Use ghc 9.2.1 docker image for deb pkg. | John MacFarlane | |
| 2022-01-09 | make check: check for unreleased dependencies | John MacFarlane | |
| 2021-12-18 | Improve 'make check'. | John MacFarlane | |
| 2021-10-31 | Makefile: use --nonmoving-gc RTS option when running benchmarks.2.16 | John MacFarlane | |
| As recommended by tasty maintainers. | |||
| 2021-10-31 | Makefile: remove man/pandoc.1 dependency for debpkg. | John MacFarlane | |
| 2021-10-10 | Makefile; fix quick-cabal executable path report | John MacFarlane | |
| 2021-10-05 | Improve quick-cabal target | John MacFarlane | |
| 2021-09-16 | Use --system-ghc in make quick. | John MacFarlane | |
| 2021-09-16 | Fix quick-cabal target | John MacFarlane | |
| 2021-09-13 | Modernize quick-cabal Makefile target | John MacFarlane | |
| 2021-09-08 | Makefile: disable ansi tricks for tasty; use v2- instead of new-. | John MacFarlane | |
| 2021-03-18 | Change -A256m to -A8m in GHCOPTS | John MacFarlane | |
| 2021-03-18 | make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options. | John MacFarlane | |
| 2021-03-17 | Benchmark improvements. | John MacFarlane | |
| * Build `+RTS -A256m -RTS` into default ghc-options for benchmark, so we don't have to specify this separately on the command line. This is necessary to get accurate benchmark results; otherwise we are largely measuring garbage collecting, some not related to the current benchmark. * Switch back from gauge to tasty-bench. * Allow specifying BASELINE file in 'make bench' for comparison (otherwise the latest is chosen by default). * Remove obsolete reference to weigh-pandoc from CONTRIBUTING.md. * Remove `-Rghc-timing` from 'make bench'. | |||
| 2021-03-17 | Makefile: Add comment documenting benchmark settings. | John MacFarlane | |
| 2021-03-17 | Revert "Makefile: add --static to quick target" | John MacFarlane | |
| This reverts commit 6075b17ae11e5f1670d5d6e715431c4242dfd943. | |||
| 2021-03-16 | Makefile: add --static to quick target | John MacFarlane | |
| 2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | |
| Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results. | |||
| 2021-03-16 | Makefile: set -j4 in default GHCOPTS | John MacFarlane | |
| 2021-03-16 | make quick: re-use GHCOPTS for tests | John MacFarlane | |
| 2021-03-16 | Use BENCHARGS in 'make bench'. | John MacFarlane | |
| 2021-03-16 | make quick: use -j4 to speed up build | John MacFarlane | |
| 2021-03-15 | Switch to gauge for now for benchmarks. | John MacFarlane | |
| tasty-bench is displaying odd behavior, with different timings depending on the `--pattern` specified. | |||
| 2021-03-15 | Add compiler timings to 'make bench' | John MacFarlane | |
| 2021-03-13 | Add ghcid-test to Makefile | John MacFarlane | |
| 2021-03-06 | Set --user in docker run to avoid permission issues. | John MacFarlane | |
| We were unable previously to write to the artifacts directory. | |||
| 2021-03-06 | Avoid subprocess for docker run. | John MacFarlane | |
| 2021-03-06 | make debpkg: send docker output to docker.log in the host. | John MacFarlane | |
| Otherwise once the container is gone we can't figure out what happened. | |||
| 2021-03-06 | Makefile: Remove ARCH | John MacFarlane | |
| 2021-03-06 | Don't --rm docker. | John MacFarlane | |
| 2021-03-06 | Fix docker image. | John MacFarlane | |
| 2021-03-05 | More Makefile tweaks around docker linux build. | John MacFarlane | |
| 2021-03-05 | Makefile: choose linux docker image depending on arch. | John MacFarlane | |
| 2021-03-05 | Makefile: exit smoothly if no prior benchmark files found. | John MacFarlane | |
| 2021-03-05 | Makefile: debpkg: use new multi-arch GHC 8.10.4 docker... | John MacFarlane | |
| ...created by Olivier Benz. This should allow us to build on arm architecture. | |||
| 2021-02-19 | make bench: compare against a baseline, use datestamps for bench results. | John MacFarlane | |
| 2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | |
| 2021-02-13 | Clean up benchmark code. | John MacFarlane | |
| Now we can do patterns using `-p blah'. | |||
| 2021-01-31 | Makefile: give allocation data in benchmarks. | John MacFarlane | |
