diff options
| author | zy <[email protected]> | 2023-11-27 04:21:47 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-27 04:21:47 -0500 |
| commit | 7e3b4ded0ccfe149a96aec009836bcb35293fb63 (patch) | |
| tree | 91174e3ddef6bc0133b5f5eaab5a6124701fd2a2 /testcase | |
| parent | a56fa77dc824132c8df064c3398414ffaa0eedc6 (diff) | |
watch_arg: greater_flag -> above_threshold
Diffstat (limited to 'testcase')
| -rw-r--r-- | testcase/hptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcase/hptest.c b/testcase/hptest.c index 2b53088..82263c1 100644 --- a/testcase/hptest.c +++ b/testcase/hptest.c @@ -37,7 +37,7 @@ int main() { .length_byte = sizeof(int), .threshold = 20, .unsigned_flag = 0, - .greater_flag = 1, + .above_threshold = 1, .time_ns = 2000, // on hyper-v, 1us will block all system. 2us just fine, maybe 1us is too short for hyper-v }; start_watch(w_arg); |
