add xp results
This commit is contained in:
parent
d3a5b29eaf
commit
550f886977
2 changed files with 41 additions and 0 deletions
38
5_theseus/data/performance_results.json
Normal file
38
5_theseus/data/performance_results.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"androscalpel": {
|
||||
"read": {
|
||||
"cumulative_time": 438.4299999999998,
|
||||
"cumulative_mem": 58026844,
|
||||
"nb_results": 100
|
||||
},
|
||||
"write": {
|
||||
"cumulative_time": 2013.3000000000002,
|
||||
"cumulative_mem": 117539104,
|
||||
"nb_results": 99
|
||||
}
|
||||
},
|
||||
"soot": {
|
||||
"read": {
|
||||
"cumulative_time": 7395.499999999999,
|
||||
"cumulative_mem": 233476236,
|
||||
"nb_results": 100
|
||||
},
|
||||
"write": {
|
||||
"cumulative_time": 14092.539999999999,
|
||||
"cumulative_mem": 362160516,
|
||||
"nb_results": 90
|
||||
}
|
||||
},
|
||||
"apktool": {
|
||||
"read": {
|
||||
"cumulative_time": 3308.8900000000012,
|
||||
"cumulative_mem": 138020736,
|
||||
"nb_results": 100
|
||||
},
|
||||
"write": {
|
||||
"cumulative_time": 3994.8299999999995,
|
||||
"cumulative_mem": 179002824,
|
||||
"nb_results": 96
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue