-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: fix benchmark code & a few other small issues from pyOpenSci rev…
…iew (#2920) Address issues: * #2919 * #2913 * #2906 * #2914 Fixes #2919 Fixes #2913 Fixes #2906 Fixes #2914 Remaining TODO: * test `benchmarks/benchmarks.py`
- Loading branch information
Showing
4 changed files
with
62 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# benchmarks for asv ([airspeed velocity](https://asv.readthedocs.io/en/stable/index.html)) | ||
|
||
The code in here is run by GitHub Actions during continuous integration. | ||
|
||
To test quickly, run: | ||
|
||
``` | ||
asv run --show-stderr --quick | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters