FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse_datetime/.github/workflows/codspeed.yml at main · uutils/parse_datetime · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
uutils
/
parse_datetime
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
37
Code
Issues
7
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
parse_datetime
/
.github
/
workflows
/
codspeed.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (31 loc) · 811 Bytes
Breadcrumbs
parse_datetime
/
.github
/
workflows
/
codspeed.yml
Copy path
File metadata and controls
37 lines (31 loc) · 811 Bytes
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
name
:
CodSpeed
on
:
push
:
branches
:
-
"
main
"
pull_request
:
#
`workflow_dispatch` allows CodSpeed to trigger backtest
#
performance analysis in order to generate initial data.
workflow_dispatch
:
permissions
:
contents
:
read
id-token
:
write
jobs
:
codspeed
:
name
:
Run benchmarks
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Setup rust toolchain, cache and cargo-codspeed binary
uses
:
moonrepo/setup-rust@v1
with
:
channel
:
stable
cache-target
:
release
bins
:
cargo-codspeed
-
name
:
Build the benchmark target(s)
run
:
cargo codspeed build
-
name
:
Run the benchmarks
uses
:
CodSpeedHQ/action@v5
with
:
mode
:
simulation
run
:
cargo codspeed run
Back
|
FazBrowse Home
|
New Git URL