-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
node_modules/ | ||
|
||
/wiki | ||
|
||
# Logs | ||
*.log | ||
|
||
.git* | ||
|
||
# Coverage | ||
/.nyc_output | ||
/coverage | ||
|
||
# IDE specific | ||
/.vscode/ | ||
/.project/ | ||
/.settings/ | ||
|
||
/.DS_Store | ||
src/** | ||
test/** | ||
**/*.map | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export * from './core' | ||
export * from './slicing' | ||
export * from './dataflow' | ||
export * from './r-bridge' | ||
export * from './benchmark' | ||
export * from './statistics' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30f2ff2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"artificial" Benchmark Suite
Total per-file
3280.550697181818
ms (3857.3745056572234
)3538.5974304545457
ms (4581.372160627646
)0.93
Retrieve AST from R code
73.62164022727274
ms (141.5555488587358
)77.82700472727274
ms (149.40207734835903
)0.95
Normalize R AST
97.16322845454545
ms (158.8362572748008
)98.53393954545454
ms (158.74254778960403
)0.99
Produce dataflow information
65.49940586363637
ms (167.4622317990319
)67.4761410909091
ms (174.11690488775295
)0.97
Total per-slice
1.931826992115105
ms (1.3750439088669728
)2.002858174188422
ms (1.4075505647469286
)0.96
Static slicing
1.4426903954745336
ms (1.2690452905631608
)1.4466165340773975
ms (1.2822227155581158
)1.00
Reconstruct code
0.47139131652110866
ms (0.27662949533658154
)0.535649854171506
ms (0.31471901439260436
)0.88
failed to reconstruct/re-parse
0
#0
#NaN
times hit threshold
0
#0
#NaN
reduction (characters)
0.7329390759026896
#0.7329390759026896
#1
reduction (normalized tokens)
0.720988345209971
#0.720988345209971
#1
This comment was automatically generated by workflow using github-action-benchmark.
30f2ff2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"social-science" Benchmark Suite
Total per-file
5501.1731677200005
ms (6120.12988743029
)5299.04631092
ms (5949.936560017347
)1.04
Retrieve AST from R code
89.65526468
ms (79.96120434869435
)83.68679132
ms (73.7801235231147
)1.07
Normalize R AST
116.66400614
ms (70.8615642707345
)114.06245784000001
ms (68.14560113212112
)1.02
Produce dataflow information
167.62076847999998
ms (284.01918586797757
)163.93117192
ms (280.35389486139917
)1.02
Total per-slice
8.91138792805278
ms (14.661857659011416
)8.620094841233877
ms (14.21744467164844
)1.03
Static slicing
8.306475332789114
ms (14.529139906233992
)8.074770025618278
ms (14.080844460663188
)1.03
Reconstruct code
0.5952090295962793
ms (0.31648812055114317
)0.536541978843609
ms (0.29920637505319564
)1.11
failed to reconstruct/re-parse
9
#9
#1
times hit threshold
967
#967
#1
reduction (characters)
0.898713819973478
#0.898713819973478
#1
reduction (normalized tokens)
0.8579790415512589
#0.8579790415512589
#1
This comment was automatically generated by workflow using github-action-benchmark.