tiny.bench.BootstrapConfig
Defined in tiny.bench.
API (3)
Fields and members
Public fields and members.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |