Skip to content
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

test: Add asv benchmark jobs to CI #234

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
80fdde9
Add asv benchmark and ci
Illviljan Jan 25, 2022
3d3db47
Update ruptures.py
Illviljan Jan 25, 2022
d29a8e8
Update asv.conf.json
Illviljan Jan 25, 2022
fc29500
Update asv.conf.json
Illviljan Jan 25, 2022
743ab76
Update pyproject.toml
Illviljan Jan 25, 2022
9227b3a
Revert "Update pyproject.toml"
Illviljan Jan 25, 2022
52b7a35
Update __init__.py
Illviljan Jan 25, 2022
efd2e76
Update setup.py
Illviljan Jan 25, 2022
7d206ce
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 25, 2022
c54dc3e
Update ruptures.py
Illviljan Jan 25, 2022
f18e1ac
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 25, 2022
f72cccc
Update setup.py
Illviljan Jan 27, 2022
001cc80
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 27, 2022
2f103d3
Update pyproject.toml
Illviljan Jan 27, 2022
755a560
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 27, 2022
191dfdb
figure out why cython is not imported instead
Illviljan Jan 27, 2022
e2ea412
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 27, 2022
48f7e0c
Update benchmarks.yml
Illviljan Jan 27, 2022
de508ac
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 27, 2022
c45e083
Update setup.py
Illviljan Jan 27, 2022
3a72c89
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 27, 2022
15c2999
Update setup.py
Illviljan Jan 28, 2022
c07ea33
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
7d37ead
Update setup.py
Illviljan Jan 28, 2022
0cd9986
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 28, 2022
500b8cb
Update setup.py
Illviljan Jan 28, 2022
a383d66
Update setup.py
Illviljan Jan 28, 2022
f9b397e
Update setup.py
Illviljan Jan 28, 2022
5568dc6
Update setup.py
Illviljan Jan 28, 2022
25cd6b2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
713fd3e
Update setup.py
Illviljan Jan 28, 2022
b361198
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
00ff39d
Update setup.py
Illviljan Jan 28, 2022
baa87db
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 28, 2022
9573190
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
924aa06
undo
Illviljan Jan 28, 2022
5346939
Update asv.conf.json
Illviljan Jan 28, 2022
4e85624
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 28, 2022
2f168b4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
a511c72
Update pyproject.toml
Illviljan Jan 28, 2022
d5609e8
Update asv.conf.json
Illviljan Jan 28, 2022
86baad1
Merge branch 'add_asv_benchmark_ci' of https://github.com/Illviljan/r…
Illviljan Jan 28, 2022
6b019e0
Update ruptures.py
Illviljan Jan 28, 2022
ae1e768
Update benchmarks.yml
Illviljan Jan 28, 2022
b0d54f0
Update ruptures.py
Illviljan Jan 28, 2022
1722732
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
324c802
Remove unused code
Illviljan Jan 28, 2022
dcdd3a3
Update .github/workflows/benchmarks.yml
Illviljan Feb 17, 2022
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
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2022
commit 9573190de2f61da88326f4eb7aab9ed60c5a217e
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@
setup(
setup_requires=[
# Setuptools 18.0 properly handles Cython extensions.
'setuptools>42.0',
'cython',
"setuptools>42.0",
"cython",
],
ext_modules=ext_modules,
)