Skip to content

Commit

Permalink
feat(py): add statistics option for odi map usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LinerSu committed Apr 27, 2022
1 parent dbb4cfa commit f4fa7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/get_exper_brunch_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"crab_time": "crab.time",
"opsem_assert_time": "opsem.assert",
"opsem_simplify_time": "opsem.simplify",
"seahorn_total_time": "seahorn_total"
"seahorn_total_time": "seahorn_total",
"move_object": "object_domain_use_odi"
# ADD additional coloumn and corresponded pattern on outputs here
}

Expand Down

0 comments on commit f4fa7ed

Please sign in to comment.