Skip to content

Commit dd1eada

Browse files
committed
Fixed typo.
1 parent 444b25a commit dd1eada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/python/benchmark-checkers/run-benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)