Skip to content

Commit

Permalink
ci: try to test with older versions
Browse files Browse the repository at this point in the history
wish us luck
  • Loading branch information
EagleoutIce committed May 24, 2024
1 parent 6b9ad9f commit 59188de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
# currently we offer no official support for 3.x
r-version: [ '4.4.0', '4.3.2', '4.2.3', '4.0.0' ]
r-version: [ '4.4.0', '4.3.2', '4.2.3', '4.0.0', '3.6.3', '3.0.0', '2.15.3', '2.0.0', '1.9.1', '1.6.2' ]
os: [ ubuntu-latest ]
include:
- os: macos-latest
Expand Down

4 comments on commit 59188de

@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: 59188de Previous: eddce74 Ratio
Retrieve AST from R code 237.55983422727272 ms 282.3815673181818 ms 0.84
Normalize R AST 31.211318272727272 ms 36.45953090909091 ms 0.86
Produce dataflow information 58.597490590909096 ms 66.17186054545455 ms 0.89
Total per-file 1273.6402978636363 ms 1557.712024590909 ms 0.82
Static slicing 1.2193471472774597 ms (1.0470658240018518) 1.4160048835200516 ms (1.1715105189277293) 0.86
Reconstruct code 0.40704414033021985 ms (0.2238875888566808) 0.48975330853571625 ms (0.2799126163528146) 0.83
Total per-slice 1.6437272117205297 ms (1.1094261626891697) 1.9280102618968917 ms (1.2491682419110006) 0.85
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.797431685913541 # 0.797431685913541 # 1
reduction (normalized tokens) 0.7740577588998524 # 0.7740577588998524 # 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: 59188de Previous: eddce74 Ratio
Retrieve AST from R code 244.12958386000003 ms 236.60308994 ms 1.03
Normalize R AST 32.71517396 ms 31.77161632 ms 1.03
Produce dataflow information 84.83568321999999 ms 81.86384715999999 ms 1.04
Total per-file 2750.14639216 ms 2674.55292236 ms 1.03
Static slicing 5.516075141838442 ms (10.389266872932456) 5.448939336693711 ms (10.154387662460568) 1.01
Reconstruct code 0.4005442432457306 ms (0.21860818679359703) 0.35616079097800935 ms (0.1827576285958724) 1.12
Total per-slice 5.925927497624108 ms (10.47391952835586) 5.814113487370482 ms (10.211794878365124) 1.02
failed to reconstruct/re-parse 2 # 2 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.9244759792036856 # 0.9241844105867956 # 1.00
reduction (normalized tokens) 0.8924953600737399 # 0.8924953600737399 # 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.

"artificial" Benchmark Suite

Benchmark suite Current: 59188de Previous: eddce74 Ratio
Retrieve AST from R code 249.54219631818182 ms 282.3815673181818 ms 0.88
Normalize R AST 31.965048954545452 ms 36.45953090909091 ms 0.88
Produce dataflow information 60.37117036363637 ms 66.17186054545455 ms 0.91
Total per-file 1499.2955947272728 ms 1557.712024590909 ms 0.96
Static slicing 1.2615921808569128 ms (1.082509069823685) 1.4160048835200516 ms (1.1715105189277293) 0.89
Reconstruct code 0.4797829482804064 ms (0.3185574554408868) 0.48975330853571625 ms (0.2799126163528146) 0.98
Total per-slice 1.759138100206206 ms (1.1920516796332006) 1.9280102618968917 ms (1.2491682419110006) 0.91
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.797431685913541 # 0.797431685913541 # 1
reduction (normalized tokens) 0.7740577588998524 # 0.7740577588998524 # 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: 59188de Previous: eddce74 Ratio
Retrieve AST from R code 246.147707 ms 236.60308994 ms 1.04
Normalize R AST 32.1332318 ms 31.77161632 ms 1.01
Produce dataflow information 84.82140844 ms 81.86384715999999 ms 1.04
Total per-file 2731.2113885999997 ms 2674.55292236 ms 1.02
Static slicing 5.499976574611547 ms (10.286206975579642) 5.448939336693711 ms (10.154387662460568) 1.01
Reconstruct code 0.3930651504884514 ms (0.2270755116506478) 0.35616079097800935 ms (0.1827576285958724) 1.10
Total per-slice 5.902424904994427 ms (10.374983391117592) 5.814113487370482 ms (10.211794878365124) 1.02
failed to reconstruct/re-parse 2 # 2 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.9244759792036856 # 0.9241844105867956 # 1.00
reduction (normalized tokens) 0.8924953600737399 # 0.8924953600737399 # 1

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

Please sign in to comment.