jamesward / zio-http-client-perf

0 stars 1 forks source link

Refine #2

Closed ghost closed 1 year ago

ghost commented 1 year ago

added different kind of metrics.

followup work would be to measure the client start/stop time, zio start/stop time, though it is already at the point to use a profiler

ghost commented 1 year ago

You do not need to merge this, but note that I cannot maintain 2 versions (the one merged here and the one on my fork). There is usually always a reason for a change, even if it is to just reduce complexity for now to get this working with snapshots). The main relevant change here is the report of diff/total.

ghost commented 1 year ago

As an alternative processing, you could just update your code to use and updated version (snapshot), see https://github.com/jamesward/zio-http-client-perf/issues/3, and keep the rest as is.

ghost commented 1 year ago

closing as outdated.