Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-asv.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ asv run --machine $(hostname -s) --set-commit-hash "$ITK_SHA" --python=same
```sh
# Assumes ITK-base-build and ITK-head-build already exist, and the
# itk-repo symlink points at the ITK clone.
BASE_SHA=$(cd itk-repo && git merge-base origin/master HEAD)
BASE_SHA=$(cd itk-repo && git merge-base origin/main HEAD)
HEAD_SHA=$(cd itk-repo && git rev-parse HEAD)

ITK_BENCHMARK_BIN=/path/to/ITK-base-build/bin \
Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"project_url": "https://itk.org/",
"_comment_repo": "'repo' points at the ITK source tree whose commits label the time series. The caller (CI workflow or local smoke test) must create a symlink named 'itk-repo' at the root of this harness pointing to the ITK clone before invoking asv.",
"repo": "itk-repo",
"branches": ["origin/master"],
"branches": ["origin/main"],
"environment_type": "existing",
"show_commit_url": "https://github.com/InsightSoftwareConsortium/ITK/commit/",
"benchmark_dir": "benchmarks",
Expand Down
Loading