File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 27
27
--justfile ./test/performance/justfile
28
28
--working-directory ./test/performance
29
29
graphs
30
- - run : kill -9 $(ps aux | grep "ledger serve"| grep -v "grep" | awk '{print $2}')
31
- if : always()
32
30
- uses : actions/upload-artifact@v4
33
31
with :
34
32
name : graphs
35
- path : test/performance/report
33
+ path : test/performance/report
34
+ BenchmarkCompare :
35
+ runs-on : " github-001"
36
+ if : contains(github.event.pull_request.labels.*.name, 'benchmarks')
37
+ steps :
38
+ - uses : ' actions/checkout@v4'
39
+ with :
40
+ fetch-depth : 0
41
+ - uses : extractions/setup-just@v2
42
+ - run : >
43
+ just
44
+ --justfile ./test/performance/justfile
45
+ --working-directory ./test/performance
46
+ compare . 5 10s 5
47
+ - uses : actions/upload-artifact@v4
48
+ with :
49
+ name : comparison
50
+ path : test/performance/report/benchmark-comparison.txt
You can’t perform that action at this time.
0 commit comments