X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FCommandStatistics.ts;h=2b84a5e4abca4e368deaf332ce31e18a85db059c;hb=ddea8863ac365dec235c869aab7c63bc9dbce126;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..2b84a5e4 100644 --- a/src/types/CommandStatistics.ts +++ b/src/types/CommandStatistics.ts @@ -1,4 +1,4 @@ -import CircularArray from '../utils/CircularArray'; +import { CircularArray } from '../utils/CircularArray'; import { EntryType } from 'perf_hooks'; export interface PerfEntry { @@ -20,6 +20,7 @@ export interface CommandStatisticsData { totalTimeMeasurement: number; avgTimeMeasurement: number; medTimeMeasurement: number; + stdDevTimeMeasurement: number; } export default interface CommandStatistics {