Skip to content

Commit

Permalink
enable TIMED for test suite in bench
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Dec 7, 2023
1 parent 662d610 commit 6dd5c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/bench/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ chmod +x "$BIN"/opam

export NJOBS=1 # used by the test suite through dune

# generate per file info in test suite and coq_makefile devs
export TIMED=1

export PATH="$BIN":$PATH

echo "Global env info:"
Expand Down Expand Up @@ -464,7 +467,6 @@ skipped_packages=

# Generate per line timing info in devs that use coq_makefile
export TIMING=1
export TIMED=1
export PROFILING=1
export COQ_PROFILE_COMPONENTS=command,parse_command

Expand Down

0 comments on commit 6dd5c6d

Please sign in to comment.