Skip to content
Snippets Groups Projects
Verified Commit 495b3ec4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: typo in json

parent 586cb3b8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
<component name="ChangeListManager">
<list default="true" id="9979eb22-471e-4f2f-b624-fd3edb5e8c6e" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/manager_test.go" beforeDir="false" afterPath="$PROJECT_DIR$/manager_test.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/worker.go" beforeDir="false" afterPath="$PROJECT_DIR$/worker.go" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
......@@ -256,7 +255,7 @@
<updated>1734001333374</updated>
<workItem from="1734001335693" duration="5602000" />
<workItem from="1734012566872" duration="4517000" />
<workItem from="1734022155342" duration="253000" />
<workItem from="1734022155342" duration="424000" />
</task>
<servers />
</component>
......
......@@ -44,7 +44,7 @@ type Statistic struct {
TotalThreads int `json:"totalThreads"`
ActiveThreads int `json:"activeThreads"`
JobsAssigned int `json:"jobsAssigned"`
JobsCompleted int `json:"jobsVompleted"`
JobsCompleted int `json:"jobsCompleted"`
FailedJobs int `json:"failedJobs"`
TotalExecutionTime time.Duration `json:"totalExecution_time"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment