Skip to content

Commit

Permalink
dep: update node version and r version in ci (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce authored Jan 5, 2025
1 parent f81a4f0 commit 30c1f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/global-configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ function make_var {
echo "$1=${2:-}" >> $GITHUB_ENV
}

make_var ACTION_NODE_VERSION "21.6.x"
make_var ACTION_R_VERSION "4.4.0"
make_var ACTION_NODE_VERSION "22.12.x"
make_var ACTION_R_VERSION "4.4.2"

2 comments on commit 30c1f85

@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: 30c1f85 Previous: 2b2a899 Ratio
Retrieve AST from R code 235.1407422727273 ms (98.13806979063797) 243.0171155909091 ms (99.82701749585424) 0.97
Normalize R AST 16.194528227272727 ms (28.19420645595221) 18.87491059090909 ms (33.81842876509269) 0.86
Produce dataflow information 65.06600268181818 ms (141.87969002945226) 66.6961805909091 ms (139.6821788860312) 0.98
Total per-file 822.3469032272727 ms (1483.7643193896993) 848.6318680909092 ms (1535.0611217188766) 0.97
Static slicing 2.128890161873831 ms (1.9065122327597221) 2.0300712232607445 ms (1.131129311194201) 1.05
Reconstruct code 0.22703140854332887 ms (0.1929240328769867) 0.22998066957514512 ms (0.1737430444335318) 0.99
Total per-slice 2.369233453138748 ms (1.9957113533241335) 2.2737013217579434 ms (1.2044980277099173) 1.04
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.7891949660994808 # 0.7891949660994808 # 1
reduction (normalized tokens) 0.7665650684287274 # 0.7665650684287274 # 1
memory (df-graph) 95.19682173295455 KiB (244.24808975931026) 95.19682173295455 KiB (244.24808975931026) 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: 30c1f85 Previous: 2b2a899 Ratio
Retrieve AST from R code 247.8099997 ms (45.456156428452246) 240.29553246 ms (43.566698252490966) 1.03
Normalize R AST 18.672944559999998 ms (14.684600891890204) 18.887684059999998 ms (14.011413326184593) 0.99
Produce dataflow information 78.26824778 ms (74.60141340428112) 75.87755006 ms (71.20775670773445) 1.03
Total per-file 7598.61865784 ms (29746.881481409408) 8196.63913376 ms (29495.910083125105) 0.93
Static slicing 15.250179570292982 ms (44.9179502641094) 16.277712909531544 ms (44.55798671432273) 0.94
Reconstruct code 0.2880216632665056 ms (0.15825006380025683) 0.24983815231539427 ms (0.14603721736587416) 1.15
Total per-slice 15.54683325539544 ms (44.94566111739854) 16.535243500004896 ms (44.592894451465924) 0.94
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.8760481407790371 # 0.8675079502314259 # 1.01
reduction (normalized tokens) 0.8152466834674152 # 0.8039272829076662 # 1.01
memory (df-graph) 99.6448046875 KiB (113.2159841674677) 99.374609375 KiB (113.04110172670963) 1.00

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

Please sign in to comment.