This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/test/utils/mockData/score.js

16 lines
341 B
JavaScript
Raw Normal View History

export const zeroData = {
tcpLostlenPercent: 0,
pktRetransPercent: 0,
sslConLatency: null,
httpResponseLatency: 0,
establishLatencyMs: 0
}
export const undefinedData = {
tcpLostlenPercent: undefined,
pktRetransPercent: undefined,
sslConLatency: undefined,
httpResponseLatency: undefined,
establishLatencyMs: undefined
}