Skip to content

Commit

Permalink
refactor(ci): rocket emoji for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 20, 2024
1 parent 05a4f71 commit 5d8e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:

deploy-docker:
needs: ['release']
name: "Deploy Docker (only on main)"
name: "🚀 Deploy Docker (only on main)"
runs-on: ubuntu-22.04
concurrency:
group: docker-${{ github.workflow }}-${{ github.ref }}
Expand Down

2 comments on commit 5d8e8b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"artificial" Benchmark Suite

Benchmark suite Current: 5d8e8b8 Previous: d16b9a2 Ratio
Retrieve AST from R code 246.3335145 ms (106.6854888803049) 241.68802936363636 ms (102.8761180575731) 1.02
Normalize R AST 19.897401045454547 ms (35.27344396022935) 31.739752136363638 ms (62.50756200538419) 0.63
Produce dataflow information 36.259791954545456 ms (76.3217800077583) 53.60407036363637 ms (129.65284550123417) 0.68
Total per-file 793.4320527727273 ms (1500.5706034883895) 1269.491520090909 ms (3081.8881842692626) 0.62
Static slicing 1.1344916926130337 ms (0.9736324042601818) 1.1992957765588008 ms (1.0956190505793448) 0.95
Reconstruct code 0.2493074879632075 ms (0.20715480305044867) 0.40823540912587025 ms (0.23279531342826934) 0.61
Total per-slice 1.4024059521362582 ms (1.031311597861289) 1.6255373838885934 ms (1.1638162453002103) 0.86
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.7974469447714406 # 0.7974469447714406 # 1
reduction (normalized tokens) 0.774073695901592 # 0.774073695901592 # 1
memory (df-graph) 147.58589311079547 KiB (359.2574768951678) 147.58589311079547 KiB (359.2574768951678) 1

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"social-science" Benchmark Suite

Benchmark suite Current: 5d8e8b8 Previous: d16b9a2 Ratio
Retrieve AST from R code 239.11998806 ms (44.742038889345835) 247.62148213999998 ms (45.06237178263203) 0.97
Normalize R AST 21.76298658 ms (16.651330966747253) 31.95647656 ms (25.60791349140293) 0.68
Produce dataflow information 65.26787192 ms (81.70815346523025) 81.06377198 ms (92.78105042956382) 0.81
Total per-file 1918.65323196 ms (3269.546013710854) 2253.7859776799996 ms (3816.1054094291667) 0.85
Static slicing 3.8520196038792407 ms (7.018580785651631) 4.320062977207287 ms (7.979427803781336) 0.89
Reconstruct code 0.23261207076261511 ms (0.15139974151501814) 0.4180827296166881 ms (0.21129610863943676) 0.56
Total per-slice 4.091961242824756 ms (7.0422786841243346) 4.7471979325717735 ms (8.060206129507852) 0.86
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.9250085598882571 # 0.9250085598882571 # 1
reduction (normalized tokens) 0.8936602769604 # 0.8936602769604 # 1
memory (df-graph) 142.5463671875 KiB (146.6995040110581) 142.5463671875 KiB (146.6995040110581) 1

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.