diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2022-10-16 21:37:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 21:37:42 +0200 |
commit | 9fe508dfb955ff49e7e87aa208717a1cbf525437 (patch) | |
tree | 458ead4cd39be3abff8ff2f271242ada793e235a /ext/web/lib.rs | |
parent | cf1be5e76fc8d62357f1f4a51e610bd4f07a7927 (diff) |
fix(cli/bench): skip strace table border (#16310)
It crashes due to the table border output from `strace`,
```
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ---------------- # this is skipped correctly
61.27 6.012053 678 8860 637 futex
0.00 0.000000 0 4 geteuid
------ ----------- ----------- --------- --------- ---------------- # this causes the crash
100.00 11.732230 25552 1205 total
```
It's flaky because that line is not always skipped from the output, for
some reason that I've yet to find out.
Diffstat (limited to 'ext/web/lib.rs')
0 files changed, 0 insertions, 0 deletions