Skip to content

Releases: iopsystems/rpc-perf

v5.0.1

10 Aug 18:32
350df55
Compare
Choose a tag to compare

[5.0.1] - 2023-08-10

Added

  • rpc-perf can now generate zrange commands with the by_score option for both the momento and redis protocols.

Changed

  • rpc-perf will now set TCP_NODELAY by default on all TCP connections it creates.

Fixed

  • The default buffer size for the memcached client has been increased from 4KB to 16KB.
  • Hit/miss statistics in the output json will now have their correct values instead of always being 0.

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

25 Jul 20:15
9986c8c
Compare
Choose a tag to compare

Changed

  • Rewritten implementation of rpc-perf using Tokio to improve support for
    protocols where async libraries are prevelant.

Added

  • Support Momento topics.
  • Basic HTTP/1.1 and HTTP/2.0 load generation.