ya.make 185 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(benchmark.go)
  4. END()
  5. RECURSE(
  6. benchmain
  7. benchresult
  8. client
  9. flags
  10. latency
  11. # primitives
  12. server
  13. stats
  14. worker
  15. )