diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-10-26 19:57:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 19:57:29 +0100 |
commit | acc201625fd613c6e1e66d1714069726ec2a4b73 (patch) | |
tree | 51e0d2d8045affc097c78a8346b4df8f5ebf1e13 /test_util/src | |
parent | c4d33e8d778aa1b86197f1c54ff8e4e61a2ebf53 (diff) |
chore: add bundle_no_check benchmark (#8130)
Diffstat (limited to 'test_util/src')
-rw-r--r-- | test_util/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index eab8bcac6..366f8b6ba 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -1041,6 +1041,7 @@ pub fn parse_wrk_output(output: &str) -> WrkOutput { } } +#[derive(Debug)] pub struct StraceOutput { pub percent_time: f64, pub seconds: f64, |