wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: Codec performance benchmark coverage
  Scenario: Encode and decode matrix covers default and custom codecs
    Given codec benchmark validation uses 16 iterations
    When encode and decode benchmark samples run across the codec matrix
    Then encode and decode benchmark samples report all workloads

  Scenario: Fragmentation overhead sample is recorded
    Given codec benchmark validation uses 16 iterations
    When fragmented and unfragmented wrapping samples are executed
    Then fragmentation overhead metrics are available

  Scenario: Allocation baseline labels include wrap and decode counters
    Given codec benchmark validation uses 16 iterations
    When allocation baseline labels are generated for codec workloads
    Then allocation baseline labels include wrap and decode counters