Skip to content

Commit 8748f92

Browse files
committed
fix: remove duration_s
1 parent d416f53 commit 8748f92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/simulation/trace.haskell.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ type HaskellEvent =
1515
interface HaskellCpuEvent {
1616
tag: "Cpu";
1717
node: string;
18-
duration_s: number;
1918
cpu_time_s: number;
2019
// CPU task types: Block validation (ValIB, ValEB, ValRB), Header validation (ValIH, ValRH), Vote validation (ValVote). Format: "<task_type>: <id>"
2120
task_label: string; // e.g., "ValIB: 6-29" or "ValRH: 6253064077348247640"

0 commit comments

Comments
 (0)