1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-11 13:59:39 +02:00

more references to runtime

This commit is contained in:
asim 2024-07-07 18:50:52 +01:00
parent 8876002e57
commit c64cb1cb03

View File

@ -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)