Skip to content

Commit

Permalink
chore: migrate to typescript 5.6 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce authored Sep 18, 2024
2 parents 3a4a3c9 + 817d5d8 commit f4d2746
Show file tree
Hide file tree
Showing 6 changed files with 1,908 additions and 1,735 deletions.
Loading

2 comments on commit f4d2746

@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: f4d2746 Previous: 9d8b361 Ratio
Retrieve AST from R code 236.47356331818182 ms (101.2420219389357) 238.12351204545453 ms (103.59720843756357) 0.99
Normalize R AST 20.586285863636363 ms (36.8909743359978) 19.968034227272728 ms (34.84298543847825) 1.03
Produce dataflow information 37.95615990909091 ms (80.20105720614632) 38.310942090909094 ms (82.04448044777155) 0.99
Total per-file 802.7966195 ms (1421.9818236404392) 811.1703915909092 ms (1431.4404310276739) 0.99
Static slicing 2.314874129006883 ms (1.4164488291247368) 2.258090287874194 ms (1.2792808105316449) 1.03
Reconstruct code 0.22438346095890077 ms (0.17380730700166333) 0.22489327849282828 ms (0.17585774592637268) 1.00
Total per-slice 2.5561240486707906 ms (1.47757401481497) 2.4996261233332735 ms (1.3278746913052974) 1.02
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.7869360165281424 # 0.7869360165281424 # 1
reduction (normalized tokens) 0.7639690077689504 # 0.7639690077689504 # 1
memory (df-graph) 147.42458274147728 KiB (358.6827375397903) 147.42458274147728 KiB (358.6827375397903) 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: f4d2746 Previous: 9d8b361 Ratio
Retrieve AST from R code 245.48278202 ms (46.74923209998759) 238.40722376 ms (42.95412443307438) 1.03
Normalize R AST 22.40817958 ms (17.33816477997875) 22.0872248 ms (17.016890594916376) 1.01
Produce dataflow information 76.27300254000001 ms (89.72005232995116) 74.60461736 ms (88.95210983454488) 1.02
Total per-file 11322.64593114 ms (53714.91704012321) 11091.201449639999 ms (52310.41942604725) 1.02
Static slicing 22.46047574034368 ms (80.38967515353745) 22.047137876062838 ms (78.30877993604865) 1.02
Reconstruct code 0.24849054421128652 ms (0.1458836351175262) 0.2327517832436913 ms (0.14954480815603388) 1.07
Total per-slice 22.717304028935715 ms (80.41198779580375) 22.287796325154986 ms (78.33211951742135) 1.02
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.8719618340615195 # 0.8719618340615195 # 1
reduction (normalized tokens) 0.810633662275233 # 0.810633662275233 # 1
memory (df-graph) 145.6434765625 KiB (153.49028997815503) 145.6434765625 KiB (153.49028997815503) 1

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

Please sign in to comment.