diff options
| author | zy <[email protected]> | 2023-11-17 01:59:41 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-17 01:59:41 -0500 |
| commit | 91f573d5f7a114e4d5bb1341a5e284207bd728bb (patch) | |
| tree | c46374ee17725e48fb33dd0cf3ca702d54e5a6fd /testcase | |
| parent | f47a39b2d7738c848f4555aeb93620b53e93de93 (diff) | |
temp
Diffstat (limited to 'testcase')
| -rw-r--r-- | testcase/helloworld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcase/helloworld.c b/testcase/helloworld.c index ae75db5..50eaea6 100644 --- a/testcase/helloworld.c +++ b/testcase/helloworld.c @@ -22,7 +22,7 @@ int main() .ptr = &temps[i], .name = "temp", .length_byte = sizeof(int), - .threshold = 150 + i, + .threshold = 110 + i, .unsigned_flag = 0, .greater_flag = 1, .time_ns = 2000 + (i / 33) * 5000, // on hyper-v, 1us will block all system. 2us just fine, maybe 1us is too short for hyper-v @@ -48,4 +48,4 @@ int main() cancel_watch(); return 0; -}
\ No newline at end of file +} |
