File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ export interface Statistics {
44 totalTasks : number ;
55 totalDeployed : number ;
66}
7- export interface TimingStatistics {
8- latest_time_taken_secs : number ;
9- latest_timestamp : string ;
10- }
117export interface NodeStatistics {
128 address : string ;
139 statistics : {
@@ -16,8 +12,8 @@ export interface NodeStatistics {
1612 total_tasks : number ;
1713 timed_out_count : number ;
1814 last_timed_out : string ;
19- setup_timing_stats ?: TimingStatistics ;
20- proof_timing_stats ?: TimingStatistics ;
15+ last_successful_proof_task_time : string ;
16+ last_successful_proof_processing_time : number ;
2117 } ;
2218}
2319export interface NodeStatisticsQueryParams {
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ export interface Statistics {
44 totalTasks : number ;
55 totalDeployed : number ;
66}
7- export interface TimingStatistics {
8- latest_time_taken_secs : number ;
9- latest_timestamp : string ;
10- }
117export interface NodeStatistics {
128 address : string ;
139 statistics : {
@@ -16,8 +12,8 @@ export interface NodeStatistics {
1612 total_tasks : number ;
1713 timed_out_count : number ;
1814 last_timed_out : string ;
19- setup_timing_stats ?: TimingStatistics ;
20- proof_timing_stats ?: TimingStatistics ;
15+ last_successful_proof_task_time : string ;
16+ last_successful_proof_processing_time : number ;
2117 } ;
2218}
2319export interface NodeStatisticsQueryParams {
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ export interface Statistics {
55 totalDeployed : number ;
66}
77
8- export interface TimingStatistics {
9- latest_time_taken_secs : number ;
10- latest_timestamp : string ;
11- }
12-
138export interface NodeStatistics {
149 address : string ;
1510 statistics : {
@@ -18,8 +13,8 @@ export interface NodeStatistics {
1813 total_tasks : number ;
1914 timed_out_count : number ;
2015 last_timed_out : string ;
21- setup_timing_stats ?: TimingStatistics ;
22- proof_timing_stats ?: TimingStatistics ;
16+ last_successful_proof_task_time : string ;
17+ last_successful_proof_processing_time : number ;
2318 } ;
2419}
2520
You can’t perform that action at this time.
0 commit comments