8000 [skip-ci] Add cftime groupby, resample benchmarks by dcherian · Pull Request #7795 · pydata/xarray · GitHub
[go: up one dir, main page]

Skip to content

[skip-ci] Add cftime groupby, resample benchmarks #7795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 2, 2023
Prev Previous commit
Next Next commit
[skip-ci] Update .github/workflows/benchmarks.yml
  • Loading branch information
dcherian authored May 1, 2023
commit 358b0a2e539b9fea1e5a1ba711002d1b7719235d
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
set -x
# ID this runner
asv machine --yes
export TMPDIR=$RUNNER_TEMP
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
# Use mamba for env creation
Expand Down
0