diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-03-31 10:26:06 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-03-31 10:26:06 -0700 |
| commit | a11cbc7b579c5d471295d42e6dde19a749403877 (patch) | |
| tree | 2e702d7908db6eea3827fa09689f8b72038fb47b /Makefile | |
| parent | ffa13769e6c208b89d55653af7663397831998ea (diff) | |
Use timestamp when storing latest bench.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ ghcid-test: ## run ghcid/stack with tests ghcid -c "stack repl --ghc-options=-XNoImplicitPrelude --flag 'pandoc:embed_data_files' --ghci-options=-fobject-code pandoc:lib pandoc:test-pandoc" bench: ## build and run benchmarks - cabal bench --benchmark-options='$(BENCHARGS)' 2>&1 | tee "bench_latest.txt" + cabal bench --benchmark-options='$(BENCHARGS)' 2>&1 | tee "bench_$(TIMESTAMP).txt" # stack bench \ # --ghc-options '$(GHCOPTS)' \ # --benchmark-arguments='$(BENCHARGS)' 2>&1 | \ |
