typo fixes under cmd.
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
This commit is contained in:
@@ -103,7 +103,7 @@ func (w *execWorker) exec(ctx, tctx context.Context) {
|
||||
}
|
||||
continue
|
||||
}
|
||||
// only log times are success so we don't scew the results from failures that go really fast
|
||||
// only log times are success so we don't skew the results from failures that go really fast
|
||||
execTimer.WithValues(w.commit).UpdateSince(start)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ type result struct {
|
||||
}
|
||||
|
||||
func main() {
|
||||
// morr power!
|
||||
// more power!
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
||||
app := cli.NewApp()
|
||||
|
||||
@@ -67,7 +67,7 @@ func (w *worker) run(ctx, tctx context.Context) {
|
||||
}
|
||||
continue
|
||||
}
|
||||
// only log times are success so we don't scew the results from failures that go really fast
|
||||
// only log times are success so we don't skew the results from failures that go really fast
|
||||
ct.WithValues(w.commit).UpdateSince(start)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user