Skip to content

Commit

Permalink
Merge pull request #25 from h0nzZik/fix-missing-dep
Browse files Browse the repository at this point in the history
fix build-and-profile
  • Loading branch information
h0nzZik authored Jun 30, 2024
2 parents eff132b + 405cf37 commit be1776a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bench-coq/build-and-profile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/usr/bin/env bash

set -e

# https://stackoverflow.com/a/246128/6209703
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

pushd "$SCRIPT_DIR" > /dev/null

TIME=$(which time)

# https://stackoverflow.com/a/10983009/6209703
Expand Down

0 comments on commit be1776a

Please sign in to comment.