File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 39
39
- uses : moonrepo/setup-rust@v1
40
40
- run : cargo test --all
41
41
42
- compat-integration-test :
42
+ compat-integration-test-instrumentation :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- uses : actions/checkout@v4
58
58
with :
59
59
run : cargo codspeed run
60
60
token : ${{ secrets.CODSPEED_TOKEN }}
61
+
62
+ compat-integration-test-walltime :
63
+ runs-on : codspeed-macro
64
+ steps :
65
+ - uses : actions/checkout@v4
66
+ - uses : moonrepo/setup-rust@v1
67
+ with :
68
+ cache-target : release
69
+
70
+ - run : cargo install --path crates/cargo-codspeed --locked
71
+
72
+ - run : cargo codspeed build -p codspeed-divan-compat
73
+
74
+ - name : Run the benchmarks
75
+ uses : CodSpeedHQ/action@main
76
+ with :
77
+ run : cargo codspeed run
78
+ token : ${{ secrets.CODSPEED_TOKEN }}
You can’t perform that action at this time.
0 commit comments