Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

File metadata and controls

9 lines (7 loc) · 294 Bytes

Maestro: Message Size Specification

The message size can be a numeric string that represents a fixed message size or a number prefixed with ~ for a variable message size (5% size variation).

Examples:

  • 256 for 256 bytes
  • ~256 for 256 bytes with a 5% size variation.