Skip to content

Commit db64c0f

Browse files
Update long task entry schema to use number for duration
1 parent 4711de4 commit db64c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/profiling/browser/profiler-trace-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"readOnly": true
112112
},
113113
"duration": {
114-
"type": "integer",
114+
"type": "number",
115115
"description": "Duration in ns of the long task or long animation frame.",
116116
"minimum": 0,
117117
"readOnly": true

0 commit comments

Comments
 (0)