ts/ts_perf: fix wrong has() usage
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.
Showing
Please
register
or
sign in
to comment
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.