Skip to content

Commit

Permalink
[release:patch] Dependencies Query
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Nov 3, 2024
1 parent 85d6ccb commit b1b2a4f
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit b1b2a4f

@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: b1b2a4f Previous: 96e933e Ratio
Retrieve AST from R code 235.55314422727272 ms (96.72403503863565) 246.50067822727272 ms (108.0778534921102) 0.96
Normalize R AST 17.58143390909091 ms (31.74556724684041) 17.822801272727272 ms (32.47501104567212) 0.99
Produce dataflow information 60.37620659090909 ms (128.80057198423427) 40.41399131818182 ms (86.99830114822697) 1.49
Total per-file 836.2917278181819 ms (1520.8800616695478) 829.6500495454545 ms (1498.0426737610057) 1.01
Static slicing 2.0412247343237886 ms (1.2114179518839105) 2.0971564864344034 ms (1.2085738336418979) 0.97
Reconstruct code 0.22918887047809808 ms (0.17190632838553319) 0.24421041798721546 ms (0.1931884846808244) 0.94
Total per-slice 2.284079723104182 ms (1.2742262921798237) 2.356082671207842 ms (1.2841644653561477) 0.97
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) 95.46617542613636 KiB (244.77619956879823) 1

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: b1b2a4f Previous: 96e933e Ratio
Retrieve AST from R code 239.06656040000001 ms (44.16598823989777) 239.76002830000002 ms (44.476154875177215) 1.00
Normalize R AST 19.04988786 ms (14.665186835895385) 19.04045506 ms (14.770405721401682) 1.00
Produce dataflow information 72.05729572 ms (67.06092157569653) 74.39786466 ms (87.80796950166253) 0.97
Total per-file 7652.55437492 ms (28693.166726381678) 7666.33215246 ms (28737.408915639426) 1.00
Static slicing 15.882825839192575 ms (43.82984820001617) 15.907723437298863 ms (43.83669809749617) 1.00
Reconstruct code 0.24678118745144187 ms (0.1433648958022132) 0.2509487217116593 ms (0.14943631432024615) 0.98
Total per-slice 16.137227556865618 ms (43.86167991198577) 16.166379499642126 ms (43.873427530614464) 1.00
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.8712997340230448 # 0.8712997340230448 # 1
reduction (normalized tokens) 0.8102441553774778 # 0.8102441553774778 # 1
memory (df-graph) 99.4425 KiB (113.62933451202426) 99.8990234375 KiB (113.72812769327498) 1.00

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

Please sign in to comment.