gatling 0.1.4

Gomu Gomu No Gatling is a blazing fast tool to benchmark Starknet sequencers.
Documentation
//! Gomu Gomu no Gatling is a load testing tool for Starknet sequencers.

/// Command line interface.
pub mod cli;

/// Configuration.
pub mod config;

/// Actions.
pub mod actions;

/// Generators.
pub mod generators;

/// Metrics.
pub mod metrics;

/// Utils.
pub mod utils;