Skip to content

Commit 60e60d5

Browse files
committed
chore: relaxed timing threshold for nested, new checks coming soon
1 parent 97b1f79 commit 60e60d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vmaware.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5688,8 +5688,7 @@ struct VM {
56885688
bool is_intel = cpu::is_intel();
56895689
double threshold = 2.5;
56905690
if (util::hyper_x() == HYPERV_HOST) {
5691-
if (is_intel) threshold = 17.5;
5692-
else threshold = 45.0;
5691+
threshold = 50.0;
56935692
}
56945693

56955694
// shared state and results

0 commit comments

Comments
 (0)