Skip to content

Commit 9c61c8f

Browse files
ctf: fix ctf-sequence-empty trace duration (#7)
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
1 parent 83c57c0 commit 9c61c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ public enum CtfTestTrace {
519519
* Trace Size: 58.0 kB
520520
* Tracer: lttng-ust 2.13.5
521521
* Event count: 10
522-
* Trace length: ~1.12 s
522+
* Trace length: ~0.054627 ms
523523
* </pre>
524524
*/
525-
CTF_SEQUENCE_EMPTY("/ctf-sequence-empty", 10, 2);
525+
CTF_SEQUENCE_EMPTY("/ctf-sequence-empty", 10, 1);
526526

527527
private final String fTraceName;
528528
private final int fNbEvent;

0 commit comments

Comments
 (0)