Skip to content

Commit

Permalink
[release:patch] Several New Queries (Dataflow, Normalized AST, Id-Map…
Browse files Browse the repository at this point in the history
…, Clusters, Slice)
  • Loading branch information
EagleoutIce committed Oct 12, 2024
1 parent b13aa40 commit 87e0d90
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit 87e0d90

@EagleoutIce
Copy link
Member Author

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: 87e0d90 Previous: 9d8b361 Ratio
Retrieve AST from R code 236.1199211818182 ms (98.66983024776289) 238.12351204545453 ms (103.59720843756357) 0.99
Normalize R AST 18.017819681818185 ms (30.826317957537874) 19.968034227272728 ms (34.84298543847825) 0.90
Produce dataflow information 39.13999777272727 ms (83.84025914001471) 38.310942090909094 ms (82.04448044777155) 1.02
Total per-file 812.0954968181819 ms (1454.9698832785984) 811.1703915909092 ms (1431.4404310276739) 1.00
Static slicing 2.1591346071288307 ms (1.3606098316777646) 2.258090287874194 ms (1.2792808105316449) 0.96
Reconstruct code 0.22943671546843153 ms (0.1742124327312039) 0.22489327849282828 ms (0.17585774592637268) 1.02
Total per-slice 2.4043281804202783 ms (1.4361374673050025) 2.4996261233332735 ms (1.3278746913052974) 0.96
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) 95.46617542613636 KiB (244.77619956879823) 147.42458274147728 KiB (358.6827375397903) 0.65

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

@EagleoutIce
Copy link
Member Author

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: 87e0d90 Previous: 9d8b361 Ratio
Retrieve AST from R code 242.00403574 ms (45.320075472333585) 238.40722376 ms (42.95412443307438) 1.02
Normalize R AST 20.69905216 ms (15.186291643827508) 22.0872248 ms (17.016890594916376) 0.94
Produce dataflow information 76.57805664 ms (89.58088354130591) 74.60461736 ms (88.95210983454488) 1.03
Total per-file 7709.17616424 ms (28829.19832835734) 11091.201449639999 ms (52310.41942604725) 0.70
Static slicing 16.011826354372698 ms (44.07740390571893) 22.047137876062838 ms (78.30877993604865) 0.73
Reconstruct code 0.24862159317179558 ms (0.1500116592324732) 0.2327517832436913 ms (0.14954480815603388) 1.07
Total per-slice 16.268530062071488 ms (44.104014536012066) 22.287796325154986 ms (78.33211951742135) 0.73
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.8712997340230448 # 0.8719618340615195 # 1.00
reduction (normalized tokens) 0.8102441553774778 # 0.810633662275233 # 1.00
memory (df-graph) 99.8990234375 KiB (113.72812769327498) 145.6434765625 KiB (153.49028997815503) 0.69

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

Please sign in to comment.