1. 24 Dec, 2020 15 commits
  2. 23 Dec, 2020 14 commits
  3. 22 Dec, 2020 3 commits
  4. 21 Dec, 2020 2 commits
  5. 18 Dec, 2020 5 commits
  6. 17 Dec, 2020 1 commit
    • 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