@oino-ts/types 0.21.0 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,7 +130,7 @@ export declare class OINOMemoryBenchmark extends OINOBenchmark {
|
|
|
130
130
|
protected _benchmarkCount: Record<string, number>;
|
|
131
131
|
protected _benchmarkData: Record<string, number>;
|
|
132
132
|
protected _benchmarkStart: Record<string, number>;
|
|
133
|
-
protected
|
|
133
|
+
protected _healthRequests: number;
|
|
134
134
|
protected _healthFailures: number;
|
|
135
135
|
protected _exceptions: any[];
|
|
136
136
|
/**
|