Skip to content

Commit

Permalink
ci: ignore docker links in mlc (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jul 4, 2024
2 parents 712c584 + e1db1e3 commit a6c8967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Check the README for broken links
uses: becheran/mlc@v0.17.0
with:
args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" README.md
args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" --ignore-links "http*://hub.docker.com/r/*" README.md

- name: Publish the Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
Expand Down

2 comments on commit a6c8967

@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: a6c8967 Previous: d16b9a2 Ratio
Retrieve AST from R code 245.05254204545454 ms (109.1958952337974) 241.68802936363636 ms (102.8761180575731) 1.01
Normalize R AST 31.503072318181818 ms (61.98627667348586) 31.739752136363638 ms (62.50756200538419) 0.99
Produce dataflow information 56.483988227272725 ms (138.0723943198756) 53.60407036363637 ms (129.65284550123417) 1.05
Total per-file 1330.8114785454545 ms (3307.9999907413703) 1269.491520090909 ms (3081.8881842692626) 1.05
Static slicing 1.2072130208870984 ms (1.0186175561189383) 1.1992957765588008 ms (1.0956190505793448) 1.01
Reconstruct code 0.42782087184294804 ms (0.26213699328165313) 0.40823540912587025 ms (0.23279531342826934) 1.05
Total per-slice 1.6545451850284552 ms (1.1030220134358597) 1.6255373838885934 ms (1.1638162453002103) 1.02
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: a6c8967 Previous: d16b9a2 Ratio
Retrieve AST from R code 248.90389159999998 ms (47.20688718542537) 247.62148213999998 ms (45.06237178263203) 1.01
Normalize R AST 32.78121392 ms (27.371995059295493) 31.95647656 ms (25.60791349140293) 1.03
Produce dataflow information 80.6181469 ms (91.64869114829675) 81.06377198 ms (92.78105042956382) 0.99
Total per-file 2273.63832684 ms (3887.2491188064623) 2253.7859776799996 ms (3816.1054094291667) 1.01
Static slicing 4.363500898789818 ms (8.056053536012397) 4.320062977207287 ms (7.979427803781336) 1.01
Reconstruct code 0.4182057286423819 ms (0.22323916100626157) 0.4180827296166881 ms (0.21129610863943676) 1.00
Total per-slice 4.791207523521267 ms (8.147099517635016) 4.7471979325717735 ms (8.060206129507852) 1.01
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.