Skip to content

Commit

Permalink
Update varats/varats/experiments/vara/feature_perf_precision.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LuAbelt authored Feb 19, 2024
1 parent 8d67747 commit 45d111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/experiments/vara/feature_perf_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_threshold(project: VProject) -> int:
if project.DOMAIN is ProjectDomains.TEST:
if project.name in [
"SynthSAFieldSensitivity", "SynthIPRuntime", "SynthIPTemplate",
"SynthIPTemplate2", "SynthIPCombined", "PicosatLT"
"SynthIPTemplate2", "SynthIPCombined", "PicoSATLoadTime"
]:
# Don't instrument everything for these synthetic projects
return 10
Expand Down

0 comments on commit 45d111b

Please sign in to comment.