File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scripts/python/benchmark-checkers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ def calculate_f_measure(precision, recall):
745745 check_sound_analysis_evmlisa ('./smartbugs/timestamp-dependency/results/evmlisa' )
746746
747747 results_evmlisa = get_results_evmlisa ('./smartbugs/timestamp-dependency/results/evmlisa' , 'evmlisa-buggy-smartbugs' , 'timestamp-dependency' )
748- results_smartbugs = get_results_smartbugs ('./smartbugs/timestamp-dependency/source-code/vulnerabilities.json' , 'smartbugs' , 'timestamp-dependency' )
748+ results_smartbugs = get_results_smartbugs ('./smartbugs/timestamp-dependency/source-code/vulnerabilities.json' , 'smartbugs' )
749749
750750 # Precision
751751 evmlisa_precision = calculate_precision (results_evmlisa , results_smartbugs )
You can’t perform that action at this time.
0 commit comments