Skip to documentation
SLOP

tiny.bench.BootstrapConfig

Reference tiny.bench BootstrapConfig

Defined in tiny.bench.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.benchBootstrapConfig
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/bench/src/stats/model.zig:4

zig
pub const BootstrapConfig = struct {    iterations: u32 = default_bootstrap_iterations,    seed: u64 = default_bootstrap_seed,    confidence_per_mille: u16 = 950,};

Source: lib/bench/src/root.zig:80

zig
pub const BootstrapConfig = stats.BootstrapConfig;

Also reachable as

statistics.BootstrapConfig.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433