Skip to content

Commit

Permalink
[release:patch] Fix mapply, Nested Data-Frame-Assignments, and CD N…
Browse files Browse the repository at this point in the history
…estings
  • Loading branch information
EagleoutIce committed Sep 9, 2024
1 parent af64b76 commit 5ec5755
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit 5ec5755

@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: 5ec5755 Previous: d6d97d3 Ratio
Retrieve AST from R code 233.2907186818182 ms (97.45110804111708) 237.1307347272727 ms (99.33189983148677) 0.98
Normalize R AST 19.917075136363636 ms (34.5158156737535) 20.22688240909091 ms (34.81944475834837) 0.98
Produce dataflow information 37.43015868181818 ms (79.35445410536298) 38.76148281818182 ms (83.37589845299341) 0.97
Total per-file 799.1242539545455 ms (1405.241136246055) 805.4951149545454 ms (1418.989224836618) 0.99
Static slicing 2.2835471638828966 ms (1.2756604468344452) 2.2549209922472833 ms (1.3467440237997401) 1.01
Reconstruct code 0.22306814497873728 ms (0.17216824146737347) 0.22440795860531199 ms (0.17245303864543157) 0.99
Total per-slice 2.5225635539266658 ms (1.328507146779839) 2.4968072479681567 ms (1.402430824638579) 1.01
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.

@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: 5ec5755 Previous: d6d97d3 Ratio
Retrieve AST from R code 237.69329584 ms (43.84340925172529) 238.45832514 ms (44.01516969239197) 1.00
Normalize R AST 21.9065619 ms (16.225847445998614) 21.8018916 ms (16.153242755954302) 1.00
Produce dataflow information 74.67179426 ms (88.28330200016099) 73.37089498 ms (86.87821424333349) 1.02
Total per-file 10810.819275639999 ms (51897.778865580585) 10697.70673224 ms (51757.12122600268) 1.01
Static slicing 21.057520127739036 ms (77.76167376331098) 20.852021200476752 ms (78.34298008513575) 1.01
Reconstruct code 0.22169126925109592 ms (0.13858017956284233) 0.22516315606876278 ms (0.13784797448770958) 0.98
Total per-slice 21.28670664379957 ms (77.7851923602881) 21.08480712275338 ms (78.36487556608114) 1.01
failed to reconstruct/re-parse 0 # 0 # 1
times hit threshold 0 # 0 # 1
reduction (characters) 0.8925178291385903 # 0.8944619525615458 # 1.00
reduction (normalized tokens) 0.8508531059077417 # 0.8534320485134076 # 1.00
memory (df-graph) 145.84685546875 KiB (153.44623089940248) 146.770703125 KiB (154.0029022815246) 0.99

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

Please sign in to comment.