Use timestamp when storing latest bench.
This commit is contained in:
parent
ffa13769e6
commit
a11cbc7b57
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 | \
|
||||
|
|
Loading…
Add table
Reference in a new issue