X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FCommandStatistics.ts;h=e4804f8a1fff05d6661920a563e19ddf46aa1216;hb=aa8cbc5c65e51e1d7c955186847b7105a292d42f;hp=84f2bdcae5634204f22e483f6ff4e1ffa9260a38;hpb=418106c832022ba6f100f4bf81315300994bee87;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/CommandStatistics.ts b/src/types/CommandStatistics.ts index 84f2bdca..e4804f8a 100644 --- a/src/types/CommandStatistics.ts +++ b/src/types/CommandStatistics.ts @@ -20,6 +20,7 @@ export interface CommandStatisticsData { totalTimeMeasurement: number; avgTimeMeasurement: number; medTimeMeasurement: number; + stdDevTimeMeasurement: number; } export default interface CommandStatistics {