Skip to content

Commit

Permalink
Merge pull request #12 from lapp0/issue-883
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
lapp0 authored May 18, 2024
2 parents 468c7ac + d45329a commit 2684ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
git remote add upstream https://github.com/${{ github.repository }}.git
git fetch upstream
asv machine --yes
asv continuous -f 1.1 -b $REGEX upstream/main HEAD
asv continuous -f 1.1 -b $REGEX upstream/main HEAD -v
echo 'BENCH_OUTPUT<<EOF' >> $GITHUB_ENV
asv compare -f 1.1 upstream/main HEAD >> $GITHUB_ENV
asv compare -f 1.1 upstream/main HEAD >> $GITHUB_ENV -v
echo 'EOF' >> $GITHUB_ENV
echo "REGEX=$REGEX" >> $GITHUB_ENV
Expand Down
4 changes: 3 additions & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"repo": "https://github.com/lapp0/outlines.git",
//"dvcs": "git",
"branches": ["main"],
"build_command": "pip install .",
"build_command": [
"python -m build -Cbuilddir=builddir --wheel --outdir {build_cache_dir} {build_dir}"
],
"environment_type": "virtualenv",
"show_commit_url": "https://github.com/lapp0/outlines/commit/",
"benchmark_dir": "benchmarks",
Expand Down

0 comments on commit 2684ed0

Please sign in to comment.