Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Nov 5, 2024
1 parent afd893c commit 1e4ad64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script-python/journal/run-benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def results_solidifi(folder_path, print_data):

if __name__ == "__main__":
build_evmlisa()
"""

evmlisa_vanilla_thread = threading.Thread(target=evmlisa, kwargs={'bytecode_dir': './vanilla-solidifi/bytecode/evmlisa',
'results_dir': './vanilla-solidifi/results',
'result_evmlisa_dir': './vanilla-solidifi/results/evmlisa'})
Expand All @@ -424,7 +424,7 @@ def results_solidifi(folder_path, print_data):

check_sound_analysis_evmlisa('./reentrancy-solidifi/results/evmlisa')
check_sound_analysis_evmlisa('./vanilla-solidifi/results/evmlisa')
"""

plot_results(
subtract_dicts( results_evmlisa('./reentrancy-solidifi/results/evmlisa', 'evmlisa-buggy-solidifi'),
results_evmlisa('./vanilla-solidifi/results/evmlisa', 'evmlisa-vanilla-solidifi')),
Expand Down

0 comments on commit 1e4ad64

Please sign in to comment.