Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@load_harness_Scenario.hrl
Raw

include/lightspeed@ops@load_harness_Scenario.hrl

-record(scenario, {
session_count :: integer(),
increments_per_session :: integer(),
include_reconnect :: boolean(),
include_crash_restart :: boolean(),
ack_every :: integer()
}).