Skip to content

Commit

Permalink
ci: re-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Oct 11, 2024
1 parent dd7af9b commit 3f1d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/print-query-wiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ registerQueryDocumentation('call-context', {
functionFile: '../queries/catalog/call-context-query/call-context-query-executor.ts',
buildExplanation: async(shell: RShell) => {
return `
Call context queries may be used to identify calls to specific functions that match criteria of your interest.
Call context queries can be used to identify calls to specific functions that match criteria of your interest.
For now, we support two criteria:
1. **Function Name** (\`callName\`): The function name is specified by a regular expression. This allows you to find all calls to functions that match a specific pattern. Please note, that if you do not use Regex-Anchors, the query will match any function name that contains the given pattern (you can set the \`callNameExact\` property to \`true\` to automatically add the \`^...$\` anchors).
Expand Down

2 comments on commit 3f1d8b0

@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: 3f1d8b0 Previous: 9d8b361 Ratio
Retrieve AST from R code 236.2745148181818 ms (100.05686720847459) 238.12351204545453 ms (103.59720843756357) 0.99
Normalize R AST 18.956980272727275 ms (32.82751634147567) 19.968034227272728 ms (34.84298543847825) 0.95
Produce dataflow information 37.9910895 ms (80.66293970098835) 38.310942090909094 ms (82.04448044777155) 0.99
Total per-file 818.8052025909092 ms (1463.4955330643147) 811.1703915909092 ms (1431.4404310276739) 1.01
Static slicing 2.2330584804665365 ms (1.5996861729561445) 2.258090287874194 ms (1.2792808105316449) 0.99
Reconstruct code 0.2354372446527522 ms (0.1846306134933104) 0.22489327849282828 ms (0.17585774592637268) 1.05
Total per-slice 2.4843674839092063 ms (1.6754470877372878) 2.4996261233332735 ms (1.3278746913052974) 0.99
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.

@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: 3f1d8b0 Previous: 9d8b361 Ratio
Retrieve AST from R code 237.04449248 ms (44.02705318423611) 238.40722376 ms (42.95412443307438) 0.99
Normalize R AST 20.62756614 ms (15.42155108506715) 22.0872248 ms (17.016890594916376) 0.93
Produce dataflow information 74.9750647 ms (87.00367614278854) 74.60461736 ms (88.95210983454488) 1.00
Total per-file 7724.6903306 ms (28966.856839828124) 11091.201449639999 ms (52310.41942604725) 0.70
Static slicing 16.06209573328428 ms (44.24361505383473) 22.047137876062838 ms (78.30877993604865) 0.73
Reconstruct code 0.24016680627569276 ms (0.14917401797421714) 0.2327517832436913 ms (0.14954480815603388) 1.03
Total per-slice 16.31003436284383 ms (44.26765438940287) 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.