Skip to content

Commit

Permalink
ctf: fix ctf-sequence-empty trace duration (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed May 9, 2024
1 parent 83c57c0 commit 9c61c8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,10 @@ public enum CtfTestTrace {
* Trace Size: 58.0 kB
* Tracer: lttng-ust 2.13.5
* Event count: 10
* Trace length: ~1.12 s
* Trace length: ~0.054627 ms
* </pre>
*/
CTF_SEQUENCE_EMPTY("/ctf-sequence-empty", 10, 2);
CTF_SEQUENCE_EMPTY("/ctf-sequence-empty", 10, 1);

private final String fTraceName;
private final int fNbEvent;
Expand Down

0 comments on commit 9c61c8f

Please sign in to comment.