Skip to content

Commit

Permalink
more references to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 7, 2024
1 parent 8876002 commit c64cb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ func (stc *ServiceTestConfig) runBench(b *testing.B, name string, test testFunc)
b.Logf("# * Registry: %s", o.Registry.String())
b.Logf("# * Auth: %s", o.Auth.String())
b.Logf("# * Cache: %s", o.Cache.String())
b.Logf("# * Runtime: %s", o.Runtime.String())
b.Logf("# ================================")

RunBenchmark(b, name, service, test, cancel, started)
Expand Down

0 comments on commit c64cb1c

Please sign in to comment.