mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
Also refactor util.sh in the process, so test scripts become easier to write (inspired in part by lake's test suite).
12 lines
465 B
Bash
Executable File
12 lines
465 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ../../env_bench.sh
|
|
|
|
# This should run in the same environment as run_bench, otherwise `lakeprof`
|
|
# will use the `lake` from the global system `elan` install and not the one from
|
|
# the current commit.
|
|
#
|
|
# Once an elan with support for relative toolchains has been widely released and
|
|
# been adopted by this repo, this wrapper script should no longer be necessary
|
|
# and the upload script can be called directly.
|
|
./lakeprof_report_upload.py
|