Skip to content

Commit 4148d2e

Browse files
[GT] Analysis Sensitivities
1 parent 7840013 commit 4148d2e

File tree

88 files changed

+143
-5952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+143
-5952
lines changed

micro-benchmark/analysis_sensitivities/base/arithmetic/arithmetic.py

-7
This file was deleted.

micro-benchmark/analysis_sensitivities/base/arithmetic/arithmetic_gt.json

-28
This file was deleted.

micro-benchmark/analysis_sensitivities/base/combined/combined_types.py

-9
This file was deleted.

micro-benchmark/analysis_sensitivities/base/combined/combined_types_gt.json

-38
This file was deleted.

micro-benchmark/analysis_sensitivities/base/identity/identity.py

-5
This file was deleted.

micro-benchmark/analysis_sensitivities/base/identity/identity_gt.json

-15
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,29 @@
11
[
2-
{
3-
"file": "main.py",
4-
"line_number": 6,
5-
"function": "arithmetic_op",
6-
"type": ["int", "str", "float"]
7-
},
8-
{
9-
"file": "main.py",
10-
"line_number": 6,
11-
"function": "arithmetic_op",
12-
"parameter": "a",
13-
"type": ["int", "str", "float"]
14-
},
15-
{
16-
"file": "main.py",
17-
"line_number": 6,
18-
"function": "arithmetic_op",
19-
"parameter": "b",
20-
"type": ["int", "str", "float"]
21-
},
22-
{
23-
"file": "main.py",
24-
"line_number": 7,
25-
"variable": "result",
26-
"function": "arithmetic_op",
27-
"type": ["int", "str", "float"]
28-
},
292
{
303
"file": "main.py",
314
"line_number": 11,
5+
"col_offset": 1,
326
"variable": "result1",
33-
"type": ["int"]
7+
"type": [
8+
"int"
9+
]
3410
},
3511
{
3612
"file": "main.py",
3713
"line_number": 12,
14+
"col_offset": 1,
3815
"variable": "result2",
39-
"type": ["float"]
16+
"type": [
17+
"float"
18+
]
4019
},
4120
{
4221
"file": "main.py",
4322
"line_number": 13,
23+
"col_offset": 1,
4424
"variable": "result3",
45-
"type": ["str"]
25+
"type": [
26+
"str"
27+
]
4628
}
4729
]

micro-benchmark/analysis_sensitivities/base_context_sensitivity/combined/combined_types_gt.json

-85
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
[
2-
{
3-
"file": "identity.py",
4-
"line_number": 5,
5-
"parameter": "x",
6-
"function": "identity",
7-
"type": [
8-
"str",
9-
"int",
10-
"float",
11-
"list"
12-
]
13-
},
142
{
153
"file": "main.py",
164
"line_number": 9,
5+
"col_offset": 1,
176
"variable": "result1",
18-
"type": ["int"]
7+
"type": [
8+
"int"
9+
]
1910
},
2011
{
2112
"file": "main.py",
2213
"line_number": 10,
14+
"col_offset": 1,
2315
"variable": "result2",
24-
"type": ["float"]
16+
"type": [
17+
"float"
18+
]
2519
},
2620
{
2721
"file": "main.py",
2822
"line_number": 11,
23+
"col_offset": 1,
2924
"variable": "result3",
30-
"type": ["str"]
25+
"type": [
26+
"str"
27+
]
3128
},
3229
{
3330
"file": "main.py",
3431
"line_number": 12,
32+
"col_offset": 1,
3533
"variable": "result4",
36-
"type": ["list"]
34+
"type": [
35+
"list"
36+
]
3737
}
3838
]

0 commit comments

Comments
 (0)