latency-test

command
v0.0.0-...-bda8275 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 9 Imported by: 0

README

This comes in handy especially when comparing multiple types of executors but also to just establish once and for all that we are faster than go.net.

Methods

2 variants:

  • echo server timestamps itself and produces histograms

    • upsides: stats for multiple clients
    • downsides: either we share the histogram for go.net which causes contention, or we make one histogram per connection in both echo servers
  • echo server just replies:

    • upsides: super simple, we really measure the efficiency of the IO executors here
    • downsides: when connecting to multiple clients, each client needs to keep its own histogram

Other stuff to test

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL