FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
commit-check/.github/workflows/codspeed.yml at main · commit-check/commit-check · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
commit-check
/
commit-check
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
71
Code
Issues
4
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
commit-check
/
.github
/
workflows
/
codspeed.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
45 lines (40 loc) · 1.14 KB
Breadcrumbs
commit-check
/
.github
/
workflows
/
codspeed.yml
Copy path
File metadata and controls
45 lines (40 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name
:
CodSpeed
permissions
:
contents
:
read
on
:
push
:
branches
:
-
"
main
"
paths
:
-
"
commit_check/**
"
-
"
tests/**
"
-
"
.github/workflows/codspeed.yml
"
-
"
pyproject.toml
"
pull_request
:
branches
:
-
"
main
"
paths
:
-
"
commit_check/**
"
-
"
tests/**
"
-
"
.github/workflows/codspeed.yml
"
-
"
pyproject.toml
"
#
`workflow_dispatch` allows CodSpeed to trigger backtest
#
performance analysis in order to generate initial data.
workflow_dispatch
:
jobs
:
benchmarks
:
name
:
Run benchmarks
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
uses
:
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
#
v7.0.0
with
:
python-version
:
"
3.13
"
-
name
:
Install dependencies
run
:
pip install -e .[test]
-
name
:
Run benchmarks
uses
:
CodSpeedHQ/action@4296e51e7041e24dadb86d1d6e8b9320d223dbe8
#
v5.0.3
with
:
token
:
${{ secrets.CODSPEED_TOKEN }}
run
:
pytest tests/ --codspeed
mode
:
simulation
#
https://codspeed.io/docs/instruments
Back
|
FazBrowse Home
|
New Git URL