• Kirill Smelkov's avatar
    X go/neo: Fix benchmarkGetObject · 114b7fd6
    Kirill Smelkov authored
    - without registering M to tracer it was failing as
    
      BenchmarkGetObjectNetPipe
          neo_test.go:491: main: expect: *neo.eventMStartReady:
              want: &{m true}
              have: &{ true}
              diff:  {
              - Where: "m",
              + Where: "",
                Ready: true,
               }
    
    - Client is now required to be explicitly Run, but I forgot to update
      thi function in eae3b427.
    114b7fd6
neo_test.go 15.3 KB