From 24842eaf80e45fd37f0227f0e23772a7afa66cd8 Mon Sep 17 00:00:00 2001 From: Green Baneling Date: Sun, 16 Jun 2024 19:08:33 +0200 Subject: [PATCH] Use `fuel-vm 0.54.0` (#1975) The change upgrades `fuel-vm` to `0.54.0`. ## Checklist - [x] Breaking changes are clearly marked as such in the PR description and changelog ### Before requesting review - [x] I have reviewed the code myself --- CHANGELOG.md | 7 + Cargo.lock | 32 +- Cargo.toml | 2 +- benches/benches-outputs/src/lib.rs | 2 +- benches/benches/vm_set/mem.rs | 41 +- benches/src/bin/collect.rs | 6 +- benches/src/default_gas_costs.rs | 91 ++-- .../chainspec/local-testnet/README.md | 3 +- .../benchmarks_fuel_core_0_28_0.json | 424 ----------------- .../benchmarks_fuel_core_0_30_0.json | 443 ++++++++++++++++++ .../chainspec/local-testnet/chain_config.json | 93 ++-- .../state_transition_bytecode.wasm | Bin 1932491 -> 2012005 bytes ..._tests__snapshot_local_testnet_config.snap | 15 +- crates/client/assets/schema.sdl | 2 + crates/client/src/client/schema/chain.rs | 8 +- ..._chain__tests__chain_gql_query_output.snap | 23 +- crates/client/src/client/types/gas_costs.rs | 20 +- crates/fuel-core/src/schema/chain.rs | 14 +- crates/fuel-core/src/schema/tx/types.rs | 33 +- 19 files changed, 703 insertions(+), 556 deletions(-) delete mode 100644 bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_28_0.json create mode 100644 bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_30_0.json diff --git a/CHANGELOG.md b/CHANGELOG.md index eecdc398f39..f0cee28f4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added +- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Added `DependentCost` benchmarks for the `cfe` and `cfei` opcodes. +- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Added `DependentCost` for the `cfe` opcode to the `GasCosts` endpoint. - [#1974](https://github.com/FuelLabs/fuel-core/pull/1974): Optimized the work of `InMemoryTransaction` for lookups and empty insertion. ### Changed - [#1973](https://github.com/FuelLabs/fuel-core/pull/1973): Updated VM initialization benchmark to include many inputs and outputs. +#### Breaking +- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Updated gas prices according to new release. +- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Changed `GasCosts` endpoint to return `DependentCost` for the `cfei` opcode via `cfeiDependentCost`. +- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Use `fuel-vm 0.54.0`. More information in the [release](https://github.com/FuelLabs/fuel-vm/releases/tag/v0.54.0). + ## [Version 0.29.0] ### Added diff --git a/Cargo.lock b/Cargo.lock index c877cb332c8..2496480ea1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,9 +2809,9 @@ dependencies = [ [[package]] name = "fuel-asm" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ac4055baffcb9e5183c83a787adb5dbd872d41c837b47e9ef8dfa230c86d870" +checksum = "f597e26bdb31e9280dc73f3cf7fabecc40c9bb4a8fd860304c6cf7358820722e" dependencies = [ "bitflags 2.5.0", "fuel-types", @@ -3419,9 +3419,9 @@ dependencies = [ [[package]] name = "fuel-crypto" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c44b5873cfb2ae1f96310b4d75d9870f7dd47843e217fae5f5d7b3d03d6fe3" +checksum = "68b9ad845ae4df9df1a712ebb336da14cab8e7b4b11cddf7d9ae8c2520179a85" dependencies = [ "coins-bip32", "coins-bip39", @@ -3440,9 +3440,9 @@ dependencies = [ [[package]] name = "fuel-derive" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758fb2d318de3361fff26b0565df609a1d0f90f6c7a3b3635169d1e8614d9796" +checksum = "0e686a197980339166865a653472dbe2e058b8930b6b0e3f8df6903c8f185b8b" dependencies = [ "proc-macro2", "quote", @@ -3452,9 +3452,9 @@ dependencies = [ [[package]] name = "fuel-merkle" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d56fb6687b48b5d1ebabab4e70679593133981685d6ac184f61fe21ab32d7ab" +checksum = "af1198fed87bdfb19906e217e9dcde8684460b07d0e852dbb5d2805f6f736017" dependencies = [ "derive_more", "digest 0.10.7", @@ -3467,15 +3467,15 @@ dependencies = [ [[package]] name = "fuel-storage" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54acd7dafa20943c5fb830ad8fbfcc9cabb3322918c3721ba6278c6466ea151b" +checksum = "fdfa264dfccb7bf130b62b42e56860685b7d5ef13b28cf1bf085e340a93fd636" [[package]] name = "fuel-tx" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e1a4c3ae0f5ad0b0b06d2f025390e15ca1e4ca7142eb759b6c5ca189dfce09b" +checksum = "ea6a5f47e048cf5c32fed61e1518d811e885c8936da0a43d51ad8238485734eb" dependencies = [ "bitflags 2.5.0", "derivative", @@ -3496,9 +3496,9 @@ dependencies = [ [[package]] name = "fuel-types" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27c2c2a100db1cd741db5b46178734e3ce79f14b2ff1f9a5dd7873f9a23b89d" +checksum = "5297a63f9c3c41e19ba77202af059b6312394c187214ffb7b70d3ba8c0f1a7cc" dependencies = [ "fuel-derive", "hex", @@ -3508,9 +3508,9 @@ dependencies = [ [[package]] name = "fuel-vm" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc312e52ff55414808d732a99dbfa7788c5b6fbdb302f0dcd13433544f7ab061" +checksum = "2f672a0c552c0e6297fa914711b23491a84b3cfd69cd8b512930813ec131e96f" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 44118f61022..dc7ebd44704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ fuel-core-wasm-executor = { version = "0.29.0", path = "./crates/services/upgrad fuel-core-xtask = { version = "0.0.0", path = "./xtask" } # Fuel dependencies -fuel-vm-private = { version = "0.53.0", package = "fuel-vm", default-features = false } +fuel-vm-private = { version = "0.54.0", package = "fuel-vm", default-features = false } # Common dependencies anyhow = "1.0" diff --git a/benches/benches-outputs/src/lib.rs b/benches/benches-outputs/src/lib.rs index 41cad337a3f..9265d936d19 100644 --- a/benches/benches-outputs/src/lib.rs +++ b/benches/benches-outputs/src/lib.rs @@ -1,5 +1,5 @@ use fuel_core_types::fuel_tx::{ - consensus_parameters::gas::GasCostsValuesV2, + consensus_parameters::gas::GasCostsValuesV3, DependentCost, GasCostsValues, }; diff --git a/benches/benches/vm_set/mem.rs b/benches/benches/vm_set/mem.rs index 5a0e1f2a0d0..c4747dbad92 100644 --- a/benches/benches/vm_set/mem.rs +++ b/benches/benches/vm_set/mem.rs @@ -2,6 +2,7 @@ use super::run_group_ref; use crate::utils::{ arb_dependent_cost_values, + linear_short, set_full_word, }; @@ -47,12 +48,42 @@ pub fn run(c: &mut Criterion) { ); let linear = arb_dependent_cost_values(); + let linear_short = linear_short(); + + // cfe + { + let mut cfe = c.benchmark_group("cfe"); + + let mut cfe_linear = linear_short.clone(); + cfe_linear.push(1_000_000); + cfe_linear.push(10_000_000); + cfe_linear.push(30_000_000); + cfe_linear.push(60_000_000); + for i in cfe_linear { + let bench = + VmBench::new(op::cfe(0x10)).with_prepare_script(set_full_word(0x10, i)); + cfe.throughput(Throughput::Bytes(i)); + run_group_ref(&mut cfe, format!("{i}"), bench); + } + + cfe.finish(); + } - run_group_ref( - &mut c.benchmark_group("cfei"), - "cfei", - VmBench::new(op::cfei(1)), - ); + // cfei + { + let mut cfei = c.benchmark_group("cfei"); + + let mut cfei_linear = linear_short.clone(); + cfei_linear.push(1_000_000); + cfei_linear.push(10_000_000); + for i in cfei_linear { + let bench = VmBench::new(op::cfei(i as u32)); + cfei.throughput(Throughput::Bytes(i)); + run_group_ref(&mut cfei, format!("{i}"), bench); + } + + cfei.finish(); + } let mut mem_mcl = c.benchmark_group("mcl"); for i in &linear { diff --git a/benches/src/bin/collect.rs b/benches/src/bin/collect.rs index 0340db61ff6..e88190ab526 100644 --- a/benches/src/bin/collect.rs +++ b/benches/src/bin/collect.rs @@ -1,6 +1,6 @@ use clap::Parser; use fuel_core_types::fuel_tx::{ - consensus_parameters::gas::GasCostsValuesV2, + consensus_parameters::gas::GasCostsValuesV3, ConsensusParameters, GasCosts, }; @@ -371,7 +371,7 @@ pub const GIT: &str = ""#, r#"";"#, r##" pub fn default_gas_costs() -> GasCostsValues { - GasCostsValuesV2 {"##, + GasCostsValuesV3 {"##, r##" }.into() } "##, @@ -495,7 +495,7 @@ impl State { ) } - fn to_gas_costs(&self) -> GasCostsValuesV2 { + fn to_gas_costs(&self) -> GasCostsValuesV3 { serde_yaml::from_value(self.to_yaml()).unwrap() } diff --git a/benches/src/default_gas_costs.rs b/benches/src/default_gas_costs.rs index d4821311ae1..39beebb650b 100644 --- a/benches/src/default_gas_costs.rs +++ b/benches/src/default_gas_costs.rs @@ -1,27 +1,26 @@ use super::*; -use fuel_core_types::fuel_tx::consensus_parameters::gas::GasCostsValuesV2; +use fuel_core_types::fuel_tx::consensus_parameters::gas::GasCostsValuesV3; pub fn default_gas_costs() -> GasCostsValues { - GasCostsValuesV2 { + GasCostsValuesV3 { add: 2, addi: 2, and: 2, andi: 2, - bal: 32, + bal: 29, bhei: 2, bhsh: 2, - burn: 20502, + burn: 19976, cb: 2, - cfei: 2, cfsi: 2, div: 2, divi: 2, - eck1: 1905, - ecr1: 26129, - ed19: 2073, + eck1: 1907, + ecr1: 26135, + ed19: 1893, eq: 2, exp: 2, expi: 2, - flag: 1, + flag: 2, gm: 2, gt: 2, gtf: 13, @@ -37,14 +36,14 @@ pub fn default_gas_costs() -> GasCostsValues { jnef: 2, jneb: 2, lb: 2, - log: 104, + log: 102, lt: 2, lw: 2, - mint: 18636, + mint: 18042, mlog: 2, vm_initialization: DependentCost::LightOperation { - base: 61, - units_per_gas: 113, + base: 3957, + units_per_gas: 48, }, modi: 2, mod_op: 2, @@ -59,23 +58,23 @@ pub fn default_gas_costs() -> GasCostsValues { ori: 2, poph: 3, popl: 3, - pshh: 6, - pshl: 6, + pshh: 5, + pshl: 5, move_op: 2, - ret: 48, + ret: 53, sb: 2, sll: 2, slli: 2, srl: 2, srli: 2, - srw: 170, + srw: 177, sub: 2, subi: 2, sw: 2, - sww: 17924, - time: 37, - tr: 28693, - tro: 20367, + sww: 17302, + time: 35, + tr: 27852, + tro: 19718, wdcm: 2, wqcm: 2, wdop: 3, @@ -96,32 +95,40 @@ pub fn default_gas_costs() -> GasCostsValues { base: 2, units_per_gas: 15, }, + cfe: DependentCost::LightOperation { + base: 10, + units_per_gas: 1818181, + }, + cfei: DependentCost::LightOperation { + base: 2, + units_per_gas: 1000000, + }, call: DependentCost::LightOperation { - base: 14263, + base: 13513, units_per_gas: 7, }, ccp: DependentCost::LightOperation { - base: 35, - units_per_gas: 37, + base: 34, + units_per_gas: 39, }, croo: DependentCost::LightOperation { - base: 98, + base: 91, units_per_gas: 3, }, csiz: DependentCost::LightOperation { - base: 34, - units_per_gas: 411, + base: 31, + units_per_gas: 438, }, k256: DependentCost::LightOperation { base: 27, units_per_gas: 5, }, ldc: DependentCost::LightOperation { - base: 29, - units_per_gas: 132, + base: 43, + units_per_gas: 102, }, logd: DependentCost::LightOperation { - base: 472, + base: 363, units_per_gas: 4, }, mcl: DependentCost::LightOperation { @@ -134,7 +141,7 @@ pub fn default_gas_costs() -> GasCostsValues { }, mcp: DependentCost::LightOperation { base: 4, - units_per_gas: 331, + units_per_gas: 325, }, mcpi: DependentCost::LightOperation { base: 8, @@ -142,40 +149,40 @@ pub fn default_gas_costs() -> GasCostsValues { }, meq: DependentCost::LightOperation { base: 3, - units_per_gas: 961, + units_per_gas: 940, }, - rvrt: 49, + rvrt: 52, s256: DependentCost::LightOperation { base: 31, units_per_gas: 4, }, scwq: DependentCost::HeavyOperation { - base: 16868, - gas_per_unit: 17641, + base: 16346, + gas_per_unit: 17163, }, smo: DependentCost::LightOperation { - base: 41243, + base: 40860, units_per_gas: 2, }, srwq: DependentCost::HeavyOperation { - base: 185, - gas_per_unit: 178, + base: 187, + gas_per_unit: 179, }, swwq: DependentCost::HeavyOperation { - base: 17635, - gas_per_unit: 16907, + base: 17046, + gas_per_unit: 16232, }, contract_root: DependentCost::LightOperation { base: 31, units_per_gas: 2, }, state_root: DependentCost::HeavyOperation { - base: 235, + base: 236, gas_per_unit: 122, }, new_storage_per_byte: 63, retd: DependentCost::LightOperation { - base: 307, + base: 305, units_per_gas: 4, }, } diff --git a/bin/fuel-core/chainspec/local-testnet/README.md b/bin/fuel-core/chainspec/local-testnet/README.md index cadfa66f599..d46b03d1368 100644 --- a/bin/fuel-core/chainspec/local-testnet/README.md +++ b/bin/fuel-core/chainspec/local-testnet/README.md @@ -14,8 +14,9 @@ ### Gas costs -The gas costs was created from the [benchmarks_fuel_core_0_28_0.json](benchmarks_fuel_core_0_28_0.json) benchmark results. +The gas costs was created from the [benchmarks_fuel_core_0_30_0.json](benchmarks_fuel_core_0_30_0.json) benchmark results. The `new_storage_per_byte` is manually set to be `63`. +The `gtf` is manually set to be `13`. The "jmpb", "jmpf", "jneb", "jnef", "jnzb", "jnzf" is manually set to be the same price as "jnei". ## State config diff --git a/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_28_0.json b/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_28_0.json deleted file mode 100644 index bff640eecfa..00000000000 --- a/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_28_0.json +++ /dev/null @@ -1,424 +0,0 @@ -{"reason":"benchmark-complete","id":"add/add","report_directory":"/root/fuel-core/target/criterion/reports/add/add","iteration_count":[5758,11516,17274,23032,28790,34548,40306,46064,51822,57580,63338,69096,74854,80612,86370,92128,97886,103644,109402,115160,120918,126676,132434,138192,143950,149708,155466,161224,166982,172740,178498,184256,190014,195772,201530,207288,213046,218804,224562,230320,236078,241836,247594,253352,259110,264868,270626,276384,282142,287900,293658,299416,305174,310932,316690,322448,328206,333964,339722,345480,351238,356996,362754,368512,374270,380028,385786,391544,397302,403060,408818,414576,420334,426092,431850,437608,443366,449124,454882,460640,466398,472156,477914,483672,489430,495188,500946,506704,512462,518220,523978,529736,535494,541252,547010,552768,558526,564284,570042,575800],"measured_values":[130662.0,278671.0,361690.0,498349.0,578952.0,766440.0,826397.0,1049373.0,1064534.0,1384657.0,1240691.0,1639209.0,1570714.0,1925220.0,1848500.0,1874483.0,1980925.0,2177486.0,2232354.0,2447420.0,2438221.0,2515130.0,2647567.0,2891358.0,2855147.0,3245397.0,3028344.0,3333137.0,3352674.0,3795302.0,3536612.0,3801236.0,3767267.0,4284646.0,4136301.0,4207680.0,4227037.0,4555391.0,4525401.0,4661101.0,4544635.0,4983187.0,4991656.0,4988196.0,5073409.0,5306018.0,5272048.0,5912464.0,5453395.0,6035588.0,5894512.0,6023491.0,6097310.0,6433333.0,6370535.0,6615160.0,6416252.0,6792271.0,6747493.0,6847812.0,7162561.0,6875876.0,7153182.0,7714164.0,7440318.0,8139749.0,7612712.0,7828650.0,7786318.0,8261349.0,8039545.0,8493795.0,8181446.0,8826751.0,8461922.0,8732243.0,8867941.0,9410021.0,9495024.0,9506127.0,9545610.0,9591495.0,9613517.0,10123322.0,9761798.0,9748214.0,9795444.0,10458423.0,10407160.0,11872996.0,11744498.0,11995331.0,11897698.0,12281795.0,12161035.0,12093584.0,12293464.0,12501479.0,11490604.0,12530060.0],"unit":"ns","throughput":[],"typical":{"estimate":20.7588889710722,"lower_bound":20.458090413819793,"upper_bound":21.049001343012417,"unit":"ns"},"mean":{"estimate":20.71492589457292,"lower_bound":20.50371419716158,"upper_bound":20.945102728540974,"unit":"ns"},"median":{"estimate":20.39869299898914,"lower_bound":20.160650096528997,"upper_bound":20.63018843348385,"unit":"ns"},"median_abs_dev":{"estimate":0.8235731656921871,"lower_bound":0.613489973872657,"upper_bound":1.141058625870259,"unit":"ns"},"slope":{"estimate":20.7588889710722,"lower_bound":20.458090413819793,"upper_bound":21.049001343012417,"unit":"ns"},"change":{"mean":{"estimate":-0.0004987522019188617,"lower_bound":-0.01460168081799527,"upper_bound":0.013651832521290944,"unit":"%"},"median":{"estimate":-0.00468342561415358,"lower_bound":-0.02057439106806147,"upper_bound":0.007906042780882059,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"add","benchmarks":["add/add"],"report_directory":"/root/fuel-core/target/criterion/reports/add"} -{"reason":"benchmark-complete","id":"addi/addi","report_directory":"/root/fuel-core/target/criterion/reports/addi/addi","iteration_count":[5704,11408,17112,22816,28520,34224,39928,45632,51336,57040,62744,68448,74152,79856,85560,91264,96968,102672,108376,114080,119784,125488,131192,136896,142600,148304,154008,159712,165416,171120,176824,182528,188232,193936,199640,205344,211048,216752,222456,228160,233864,239568,245272,250976,256680,262384,268088,273792,279496,285200,290904,296608,302312,308016,313720,319424,325128,330832,336536,342240,347944,353648,359352,365056,370760,376464,382168,387872,393576,399280,404984,410688,416392,422096,427800,433504,439208,444912,450616,456320,462024,467728,473432,479136,484840,490544,496248,501952,507656,513360,519064,524768,530472,536176,541880,547584,553288,558992,564696,570400],"measured_values":[125818.0,240903.0,371385.0,529287.0,522872.0,734816.0,743463.0,907471.0,949232.0,1110418.0,1223533.0,1355406.0,1450028.0,1796080.0,1732581.0,1908362.0,1957873.0,1937571.0,2149489.0,2239679.0,2296249.0,2481402.0,2585933.0,2541228.0,2795133.0,3023628.0,3062695.0,3073543.0,3140878.0,3203728.0,3409007.0,3553406.0,3597990.0,3708948.0,3840142.0,3991093.0,4213466.0,4047040.0,4316748.0,4369659.0,4364018.0,4526832.0,4652294.0,5030403.0,4839112.0,4986938.0,5113746.0,5625101.0,5283071.0,5458488.0,5314773.0,5695719.0,6265654.0,6144918.0,6383399.0,6316429.0,6503532.0,6597565.0,6615705.0,6646860.0,6742383.0,6804585.0,7328696.0,7411527.0,7550593.0,8139745.0,7870759.0,7942480.0,7936630.0,8087681.0,7652764.0,7807263.0,8110578.0,7974651.0,8490811.0,8329263.0,8310526.0,8491520.0,8654221.0,9950232.0,9464176.0,9912840.0,9222444.0,8964196.0,9893159.0,9376709.0,9344663.0,9623527.0,9913078.0,9844224.0,11012537.0,11109176.0,10399995.0,10577903.0,10744660.0,10998092.0,10593295.0,10685613.0,11767356.0,11085490.0],"unit":"ns","throughput":[],"typical":{"estimate":19.746521825661247,"lower_bound":19.54451132124793,"upper_bound":19.9594295440972,"unit":"ns"},"mean":{"estimate":19.750775743012333,"lower_bound":19.57429591367333,"upper_bound":19.93642543058747,"unit":"ns"},"median":{"estimate":19.513777314487836,"lower_bound":19.342024359728406,"upper_bound":19.774434607293127,"unit":"ns"},"median_abs_dev":{"estimate":0.7495223368597659,"lower_bound":0.5624592358589998,"upper_bound":0.9764824310711058,"unit":"ns"},"slope":{"estimate":19.746521825661247,"lower_bound":19.54451132124793,"upper_bound":19.9594295440972,"unit":"ns"},"change":{"mean":{"estimate":-0.02776136821425612,"lower_bound":-0.039985404281846305,"upper_bound":-0.015105734518483424,"unit":"%"},"median":{"estimate":-0.030271797223788588,"lower_bound":-0.04315054059744453,"upper_bound":-0.015446338893554401,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"addi","benchmarks":["addi/addi"],"report_directory":"/root/fuel-core/target/criterion/reports/addi"} -{"reason":"benchmark-complete","id":"aloc/1","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1","iteration_count":[5274,10548,15822,21096,26370,31644,36918,42192,47466,52740,58014,63288,68562,73836,79110,84384,89658,94932,100206,105480,110754,116028,121302,126576,131850,137124,142398,147672,152946,158220,163494,168768,174042,179316,184590,189864,195138,200412,205686,210960,216234,221508,226782,232056,237330,242604,247878,253152,258426,263700,268974,274248,279522,284796,290070,295344,300618,305892,311166,316440,321714,326988,332262,337536,342810,348084,353358,358632,363906,369180,374454,379728,385002,390276,395550,400824,406098,411372,416646,421920,427194,432468,437742,443016,448290,453564,458838,464112,469386,474660,479934,485208,490482,495756,501030,506304,511578,516852,522126,527400],"measured_values":[143127.0,258071.0,402710.0,553519.0,640305.0,785333.0,1008742.0,1050088.0,1271442.0,1300318.0,1543666.0,1644673.0,1814463.0,1946565.0,2075402.0,2146543.0,2462028.0,2433768.0,2465757.0,2546380.0,2726965.0,2862090.0,3034309.0,3012306.0,3236649.0,3302499.0,3652324.0,3587456.0,3737093.0,3822912.0,4182619.0,4075589.0,4385190.0,4292642.0,4788763.0,4634355.0,5140341.0,4711082.0,5114428.0,5083806.0,5317856.0,5347298.0,5787925.0,5863395.0,6160675.0,5673462.0,6057914.0,5995262.0,6756446.0,6342537.0,6717982.0,6549408.0,7053070.0,7101881.0,7271831.0,7376461.0,7621170.0,7584304.0,7683736.0,7644019.0,8007991.0,8401587.0,8901951.0,8645520.0,8571516.0,8208427.0,8693051.0,8773445.0,9031901.0,9102356.0,9295286.0,9334454.0,9601569.0,9555016.0,9697031.0,10185397.0,10316199.0,10386268.0,10295484.0,10033576.0,10657174.0,10573445.0,10648472.0,11369349.0,11251276.0,11300637.0,11522627.0,11902122.0,11846725.0,12012195.0,11863048.0,11629244.0,12032164.0,12087925.0,12276092.0,11968005.0,12814675.0,12460522.0,12784674.0,12838456.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":24.760956206363847,"lower_bound":24.612316227830014,"upper_bound":24.913951971616495,"unit":"ns"},"mean":{"estimate":24.95984926509795,"lower_bound":24.795289611429492,"upper_bound":25.13053354764065,"unit":"ns"},"median":{"estimate":24.821448337958813,"lower_bound":24.621819527962874,"upper_bound":24.982440941016463,"unit":"ns"},"median_abs_dev":{"estimate":0.7272428307045042,"lower_bound":0.5384122090781535,"upper_bound":0.9645324207637552,"unit":"ns"},"slope":{"estimate":24.760956206363847,"lower_bound":24.612316227830014,"upper_bound":24.913951971616495,"unit":"ns"},"change":{"mean":{"estimate":-0.0009207490085048065,"lower_bound":-0.011587970956201269,"upper_bound":0.00929784208946419,"unit":"%"},"median":{"estimate":-0.00016452443421610674,"lower_bound":-0.014565279630705974,"upper_bound":0.013333957883616021,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"aloc/10","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10","iteration_count":[5232,10464,15696,20928,26160,31392,36624,41856,47088,52320,57552,62784,68016,73248,78480,83712,88944,94176,99408,104640,109872,115104,120336,125568,130800,136032,141264,146496,151728,156960,162192,167424,172656,177888,183120,188352,193584,198816,204048,209280,214512,219744,224976,230208,235440,240672,245904,251136,256368,261600,266832,272064,277296,282528,287760,292992,298224,303456,308688,313920,319152,324384,329616,334848,340080,345312,350544,355776,361008,366240,371472,376704,381936,387168,392400,397632,402864,408096,413328,418560,423792,429024,434256,439488,444720,449952,455184,460416,465648,470880,476112,481344,486576,491808,497040,502272,507504,512736,517968,523200],"measured_values":[161473.0,261457.0,439204.0,497308.0,566206.0,742053.0,944487.0,1026892.0,1202291.0,1243027.0,1409179.0,1424765.0,1584933.0,1883257.0,2023785.0,2078037.0,2323910.0,2261188.0,2515022.0,2574442.0,2835398.0,2647596.0,2981382.0,2896028.0,3124989.0,3194127.0,3428548.0,3390417.0,3565469.0,3582298.0,3933791.0,3916821.0,4164585.0,4271251.0,4459606.0,4280844.0,4552721.0,4759664.0,5040594.0,4895753.0,5147576.0,5220351.0,5420742.0,5350101.0,6117423.0,5913736.0,6787428.0,5815526.0,6194807.0,6255105.0,6141185.0,6372734.0,6750859.0,6519936.0,6911363.0,6752258.0,7019689.0,7020012.0,7470463.0,7372767.0,7833274.0,7591255.0,8008413.0,7954528.0,8938242.0,9401498.0,9074296.0,8570449.0,9384633.0,9051849.0,9735800.0,9198470.0,10032989.0,9377339.0,10143369.0,9739317.0,10727991.0,10589572.0,10756919.0,11530072.0,10448321.0,9937065.0,10592432.0,10062609.0,10527400.0,10273790.0,11187210.0,10705953.0,11212901.0,10986537.0,12616695.0,11450336.0,12064667.0,11464654.0,12280473.0,11813892.0,12264386.0,11922291.0,12780451.0,12900140.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":24.43443043434838,"lower_bound":24.141284146764736,"upper_bound":24.74353825936339,"unit":"ns"},"mean":{"estimate":24.432898124042122,"lower_bound":24.175261927203117,"upper_bound":24.712452796151968,"unit":"ns"},"median":{"estimate":24.164908421753267,"lower_bound":23.940045066795427,"upper_bound":24.438727491282897,"unit":"ns"},"median_abs_dev":{"estimate":1.0103773257876976,"lower_bound":0.7986301005003812,"upper_bound":1.4964872020446898,"unit":"ns"},"slope":{"estimate":24.43443043434838,"lower_bound":24.141284146764736,"upper_bound":24.74353825936339,"unit":"ns"},"change":{"mean":{"estimate":0.04567030505889513,"lower_bound":0.02996229675155061,"upper_bound":0.061197001485160586,"unit":"%"},"median":{"estimate":0.03800980687631306,"lower_bound":0.02542803691552664,"upper_bound":0.058136592852069624,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"aloc/100","report_directory":"/root/fuel-core/target/criterion/reports/aloc/100","iteration_count":[5111,10222,15333,20444,25555,30666,35777,40888,45999,51110,56221,61332,66443,71554,76665,81776,86887,91998,97109,102220,107331,112442,117553,122664,127775,132886,137997,143108,148219,153330,158441,163552,168663,173774,178885,183996,189107,194218,199329,204440,209551,214662,219773,224884,229995,235106,240217,245328,250439,255550,260661,265772,270883,275994,281105,286216,291327,296438,301549,306660,311771,316882,321993,327104,332215,337326,342437,347548,352659,357770,362881,367992,373103,378214,383325,388436,393547,398658,403769,408880,413991,419102,424213,429324,434435,439546,444657,449768,454879,459990,465101,470212,475323,480434,485545,490656,495767,500878,505989,511100],"measured_values":[143591.0,224749.0,345836.0,467341.0,614448.0,744356.0,890774.0,1040568.0,1118382.0,1228583.0,1472513.0,1524603.0,1645984.0,1693353.0,2052910.0,2112497.0,2178985.0,2220672.0,2451816.0,2393663.0,2663512.0,2720292.0,2928974.0,2888569.0,3547211.0,3108463.0,3550540.0,3451603.0,3717219.0,3690979.0,4090930.0,3976298.0,4373662.0,4163828.0,4652951.0,4708151.0,4816703.0,4731816.0,4979395.0,5151031.0,5195160.0,5556810.0,5852016.0,5404608.0,5836910.0,5682467.0,6412896.0,6334898.0,6534223.0,6043196.0,7070841.0,6490537.0,6896615.0,7503898.0,8104558.0,7066388.0,7849108.0,7257366.0,8137368.0,7931500.0,8042878.0,7321968.0,8002119.0,8104154.0,8953793.0,8345580.0,9735414.0,8261671.0,9255395.0,8621242.0,9800175.0,9639380.0,9973295.0,8720250.0,10135712.0,9909498.0,10508485.0,9331392.0,10786512.0,10389090.0,10882813.0,10194299.0,11810510.0,10635565.0,11236401.0,10979690.0,12425238.0,11595920.0,12779046.0,12352093.0,13093882.0,11551273.0,11733193.0,11648606.0,12173871.0,12469465.0,12974402.0,12158546.0,13964671.0,13002625.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":25.71572850243437,"lower_bound":25.359716433910087,"upper_bound":26.074240863101362,"unit":"ns"},"mean":{"estimate":25.351870832748368,"lower_bound":25.08063759495243,"upper_bound":25.627792995411863,"unit":"ns"},"median":{"estimate":25.2219450565859,"lower_bound":24.837033336128425,"upper_bound":25.615615161594423,"unit":"ns"},"median_abs_dev":{"estimate":1.4221885715387819,"lower_bound":1.0930717941590384,"upper_bound":1.8152732820789104,"unit":"ns"},"slope":{"estimate":25.71572850243437,"lower_bound":25.359716433910087,"upper_bound":26.074240863101362,"unit":"ns"},"change":{"mean":{"estimate":0.057597596174538745,"lower_bound":0.04434101686072781,"upper_bound":0.07037378786572626,"unit":"%"},"median":{"estimate":0.05247895660198321,"lower_bound":0.03464902059563135,"upper_bound":0.07199823414459487,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"aloc/1000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1000","iteration_count":[3176,6352,9528,12704,15880,19056,22232,25408,28584,31760,34936,38112,41288,44464,47640,50816,53992,57168,60344,63520,66696,69872,73048,76224,79400,82576,85752,88928,92104,95280,98456,101632,104808,107984,111160,114336,117512,120688,123864,127040,130216,133392,136568,139744,142920,146096,149272,152448,155624,158800,161976,165152,168328,171504,174680,177856,181032,184208,187384,190560,193736,196912,200088,203264,206440,209616,212792,215968,219144,222320,225496,228672,231848,235024,238200,241376,244552,247728,250904,254080,257256,260432,263608,266784,269960,273136,276312,279488,282664,285840,289016,292192,295368,298544,301720,304896,308072,311248,314424,317600],"measured_values":[327762.0,648010.0,976118.0,1261693.0,1624395.0,1951103.0,2225557.0,2640604.0,2926934.0,3144824.0,3588184.0,3901498.0,4094793.0,4566876.0,4917692.0,5035408.0,5557139.0,5873133.0,5992911.0,6493977.0,6843781.0,6932961.0,7475538.0,7825805.0,7899853.0,8429066.0,8815728.0,8833655.0,9417693.0,9757822.0,9758810.0,10381204.0,10782849.0,10728565.0,11397157.0,11722283.0,11669560.0,12359204.0,12727518.0,12609479.0,13323732.0,13678305.0,13558759.0,14301680.0,14687817.0,14472654.0,15424188.0,15640216.0,15502587.0,16255053.0,16652047.0,16519693.0,17214303.0,17570976.0,17339387.0,18187323.0,18575588.0,18300684.0,19180651.0,19579911.0,19246361.0,20137208.0,20483683.0,20206134.0,21088581.0,21572961.0,21160618.0,22085264.0,22444786.0,22066931.0,23146735.0,23480251.0,23046196.0,24014605.0,24424526.0,24029268.0,25010670.0,25434128.0,24866299.0,26082805.0,26380513.0,25868568.0,26985724.0,27425763.0,26753077.0,27977079.0,28423363.0,27759787.0,28937358.0,29336180.0,28722666.0,29919685.0,30250532.0,29650002.0,30874125.0,31240702.0,30522090.0,31842967.0,32258289.0,31479300.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":101.40030527370381,"lower_bound":100.98259610389555,"upper_bound":101.79915421914261,"unit":"ns"},"mean":{"estimate":101.48155555054704,"lower_bound":101.17828473789295,"upper_bound":101.78078098684104,"unit":"ns"},"median":{"estimate":102.33966831274081,"lower_bound":102.25619153029056,"upper_bound":102.40193630592013,"unit":"ns"},"median_abs_dev":{"estimate":0.5255316375706583,"lower_bound":0.35757271036572646,"upper_bound":0.8673842474852123,"unit":"ns"},"slope":{"estimate":101.40030527370381,"lower_bound":100.98259610389555,"upper_bound":101.79915421914261,"unit":"ns"},"change":{"mean":{"estimate":0.02491683089491592,"lower_bound":0.021214298824554792,"upper_bound":0.028344087971212194,"unit":"%"},"median":{"estimate":0.03106797759242319,"lower_bound":0.02891946680560631,"upper_bound":0.032400330921032235,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"aloc/10000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10000","iteration_count":[436,872,1308,1744,2180,2616,3052,3488,3924,4360,4796,5232,5668,6104,6540,6976,7412,7848,8284,8720,9156,9592,10028,10464,10900,11336,11772,12208,12644,13080,13516,13952,14388,14824,15260,15696,16132,16568,17004,17440,17876,18312,18748,19184,19620,20056,20492,20928,21364,21800,22236,22672,23108,23544,23980,24416,24852,25288,25724,26160,26596,27032,27468,27904,28340,28776,29212,29648,30084,30520,30956,31392,31828,32264,32700,33136,33572,34008,34444,34880,35316,35752,36188,36624,37060,37496,37932,38368,38804,39240,39676,40112,40548,40984,41420,41856,42292,42728,43164,43600],"measured_values":[687278.0,1277241.0,1932664.0,2582750.0,3215818.0,3838619.0,4490856.0,5187608.0,5828152.0,6458569.0,7139488.0,7703164.0,8400284.0,9069717.0,9647432.0,10293721.0,10953202.0,11568418.0,12145111.0,12899606.0,13488516.0,14211130.0,15077518.0,15403323.0,16094007.0,16694880.0,17362101.0,17964378.0,18737970.0,19235008.0,19910651.0,20788900.0,21220769.0,21804225.0,22777444.0,23652485.0,23686826.0,24597003.0,25172474.0,25803590.0,26467198.0,27164098.0,27849035.0,28192981.0,29055758.0,29616411.0,30137987.0,30900447.0,31352784.0,32200821.0,32985763.0,33382501.0,34090790.0,34812867.0,35135784.0,36213450.0,36687921.0,37656515.0,37923536.0,38794903.0,39019709.0,39864606.0,40043092.0,41484037.0,41473042.0,42401430.0,42591531.0,43515581.0,43772605.0,44842611.0,45052398.0,46091294.0,46518757.0,47367655.0,47725114.0,48641010.0,48937118.0,49935495.0,50150008.0,50960154.0,51283955.0,52095334.0,52253305.0,53283668.0,53587634.0,54517942.0,54691137.0,55712378.0,55945995.0,57021407.0,57213309.0,58273983.0,58497047.0,59563256.0,59704180.0,60636472.0,61178918.0,61829438.0,61975167.0,62739981.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":1458.9267955526211,"lower_bound":1455.6663288784653,"upper_bound":1462.719568993849,"unit":"ns"},"mean":{"estimate":1470.364961525023,"lower_bound":1467.0079931795738,"upper_bound":1474.0307399458657,"unit":"ns"},"median":{"estimate":1472.1736907492354,"lower_bound":1468.297608895946,"upper_bound":1474.8641692150866,"unit":"ns"},"median_abs_dev":{"estimate":13.27896107159086,"lower_bound":9.306313421101859,"upper_bound":18.32311982312319,"unit":"ns"},"slope":{"estimate":1458.9267955526211,"lower_bound":1455.6663288784653,"upper_bound":1462.719568993849,"unit":"ns"},"change":{"mean":{"estimate":0.012010499000505881,"lower_bound":0.008777282878282588,"upper_bound":0.015248299347244186,"unit":"%"},"median":{"estimate":0.013764133877491647,"lower_bound":0.009699249913243557,"upper_bound":0.01586133000522416,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"aloc/100000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/100000","iteration_count":[63,126,189,252,315,378,441,504,567,630,693,756,819,882,945,1008,1071,1134,1197,1260,1323,1386,1449,1512,1575,1638,1701,1764,1827,1890,1953,2016,2079,2142,2205,2268,2331,2394,2457,2520,2583,2646,2709,2772,2835,2898,2961,3024,3087,3150,3213,3276,3339,3402,3465,3528,3591,3654,3717,3780,3843,3906,3969,4032,4095,4158,4221,4284,4347,4410,4473,4536,4599,4662,4725,4788,4851,4914,4977,5040,5103,5166,5229,5292,5355,5418,5481,5544,5607,5670,5733,5796,5859,5922,5985,6048,6111,6174,6237,6300],"measured_values":[737119.0,1460464.0,2076270.0,2841929.0,3469960.0,4237979.0,4854155.0,5632653.0,6244118.0,7074052.0,7628078.0,8454741.0,9019952.0,9898349.0,10406804.0,11268404.0,11807186.0,12732252.0,13240758.0,14088831.0,14579482.0,15573250.0,15947935.0,16902893.0,17344962.0,18398116.0,18746346.0,19730613.0,20144370.0,21234950.0,21527057.0,22562718.0,22917863.0,24089408.0,24290767.0,25412348.0,25661040.0,26899136.0,27178428.0,28252285.0,28591813.0,29744553.0,30053122.0,31098476.0,31222435.0,32574361.0,32758105.0,33845240.0,34067165.0,35417706.0,35392674.0,36699306.0,36791427.0,38263704.0,38184234.0,39511860.0,39885752.0,41107419.0,40956666.0,42395537.0,42622292.0,44044614.0,43753302.0,45168605.0,45174146.0,46780587.0,46510499.0,47962689.0,47921112.0,49598732.0,49294382.0,50802036.0,50907168.0,52348766.0,52137436.0,53844552.0,53482372.0,55225589.0,54997033.0,56417561.0,56219445.0,58065918.0,57623240.0,59278867.0,59012421.0,60889425.0,60505405.0,62327030.0,61882365.0,63867045.0,63203189.0,64959473.0,64588445.0,66542017.0,65974393.0,67737689.0,67816382.0,69561325.0,68939901.0,70580052.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":11133.856139716318,"lower_bound":11108.103611093451,"upper_bound":11159.402865506034,"unit":"ns"},"mean":{"estimate":11137.245980743435,"lower_bound":11114.181561851488,"upper_bound":11161.838156928208,"unit":"ns"},"median":{"estimate":11177.435515873016,"lower_bound":11058.282490559086,"upper_bound":11199.50680272109,"unit":"ns"},"median_abs_dev":{"estimate":130.44993699810962,"lower_bound":66.45432403232023,"upper_bound":156.5560735471042,"unit":"ns"},"slope":{"estimate":11133.856139716318,"lower_bound":11108.103611093451,"upper_bound":11159.402865506034,"unit":"ns"},"change":{"mean":{"estimate":0.06649312229508375,"lower_bound":0.04045389542761623,"upper_bound":0.09580361144373828,"unit":"%"},"median":{"estimate":0.004106881769530668,"lower_bound":-0.007704111173495624,"upper_bound":0.008764461725410344,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"aloc/1000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1000000","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[789770.0,1566761.0,2690174.0,3356950.0,4279893.0,5007309.0,6058526.0,6761779.0,7820047.0,8501679.0,9476898.0,10252872.0,11340867.0,12024433.0,13101539.0,13730568.0,14742686.0,15519124.0,16503201.0,17219381.0,18379686.0,18938909.0,20019795.0,20691238.0,21728780.0,22478569.0,23478812.0,24232067.0,25223366.0,25854714.0,26891601.0,27568364.0,28756132.0,29428496.0,30475237.0,31113118.0,32214130.0,32866878.0,33901192.0,34591020.0,35812926.0,36372605.0,37701189.0,38203886.0,39189613.0,39943592.0,41020331.0,41431053.0,42690693.0,43345720.0,44422263.0,45113763.0,46135921.0,46770833.0,47897378.0,48468721.0,50131694.0,50173942.0,51556287.0,51966648.0,53165990.0,53893370.0,55143008.0,55424557.0,56647877.0,57188202.0,58402001.0,58962565.0,60699902.0,60876919.0,61853980.0,62491086.0,63760445.0,64199608.0,65328031.0,66100319.0,67212804.0,67714446.0,68765164.0,69289145.0,71209155.0,71342655.0,72468939.0,72851516.0,74181111.0,75421080.0,76386073.0,76523596.0,77693758.0,78154237.0,79177344.0,80502198.0,80994536.0,81560667.0,83382047.0,83642166.0,84317810.0,85205836.0,86615091.0,87025002.0],"unit":"ns","throughput":[{"per_iteration":1000000,"unit":"bytes"}],"typical":{"estimate":217704.59381040343,"lower_bound":217467.09520347288,"upper_bound":217942.0057049073,"unit":"ns"},"mean":{"estimate":216630.08375385412,"lower_bound":215893.17760549724,"upper_bound":217235.42369175516,"unit":"ns"},"median":{"estimate":217312.95955271035,"lower_bound":216916.66755319148,"upper_bound":217520.17582417582,"unit":"ns"},"median_abs_dev":{"estimate":1182.0902393620675,"lower_bound":813.3739143976218,"upper_bound":1447.7255832847784,"unit":"ns"},"slope":{"estimate":217704.59381040343,"lower_bound":217467.09520347288,"upper_bound":217942.0057049073,"unit":"ns"},"change":{"mean":{"estimate":-0.00027645908499329686,"lower_bound":-0.004619436305281299,"upper_bound":0.0047159135742317415,"unit":"%"},"median":{"estimate":-0.0010304449107149116,"lower_bound":-0.002820846049396031,"upper_bound":0.000418584873817629,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"aloc/10000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10000000","iteration_count":[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"measured_values":[30884492.0,38519588.0,30689592.0,38422428.0,30664028.0,38171009.0,30773957.0,38390445.0,30640196.0,38201361.0,31259847.0,37816925.0,31147223.0,38113492.0,30950445.0,38102486.0,30936154.0,38490461.0,30830107.0,38093913.0,30670227.0,38208187.0,30693250.0,38363438.0,31221099.0,38431308.0,31003018.0,38287572.0,30779030.0,38327941.0,30560600.0,38860926.0,30794480.0,38261734.0,31028325.0,38614067.0,30740851.0,38482977.0,30696000.0,38667001.0,30898050.0,38640380.0,30711721.0,38374431.0,31013780.0,38355660.0,30955564.0,38123228.0,30907513.0,38115882.0,30778537.0,38171074.0,30942485.0,38238833.0,30713906.0,38387860.0,31054143.0,38080631.0,30640326.0,38604179.0,30952712.0,38582715.0,30775638.0,38488418.0,30805207.0,38305040.0,30629232.0,38033287.0,30829527.0,38209889.0,30717019.0,38318190.0,30690207.0,38206565.0,30735573.0,38090323.0,30940910.0,38483384.0,30773988.0,38251442.0,30845132.0,38296042.0,30738087.0,38436810.0,30973691.0,38211741.0,30879644.0,38247865.0,30694557.0,38802421.0,31065739.0,38460981.0,30925852.0,38331870.0,30729455.0,38145027.0,30819804.0,38233366.0,31122084.0,38526201.0],"unit":"ns","throughput":[{"per_iteration":10000000,"unit":"bytes"}],"typical":{"estimate":11529346.66,"lower_bound":11281976.985000001,"upper_bound":11776750.734249996,"unit":"ns"},"mean":{"estimate":11529346.66,"lower_bound":11281976.985000001,"upper_bound":11776750.734249996,"unit":"ns"},"median":{"estimate":11512795.333333332,"lower_bound":10324563.666666666,"upper_bound":12715706.166666666,"unit":"ns"},"median_abs_dev":{"estimate":1854940.6252682232,"lower_bound":142223.9128050208,"upper_bound":1857453.632223607,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.004855571283749582,"lower_bound":-0.03484809896407614,"upper_bound":0.023982602487947625,"unit":"%"},"median":{"estimate":-0.005907699771593,"lower_bound":-0.19045416303172835,"upper_bound":0.22062200785494146,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"aloc/30000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/30000000","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[46674401.0,46735732.0,47233395.0,46488268.0,47106909.0,46613945.0,46662687.0,46607552.0,46649338.0,46384066.0,46788679.0,47172858.0,46885176.0,46786362.0,46767354.0,46575084.0,46974322.0,46820405.0,46624628.0,46852555.0,46744289.0,46663764.0,46821003.0,46704861.0,47252955.0,46709438.0,47303115.0,46671117.0,47032748.0,46601871.0,46872819.0,46601612.0,46722405.0,46731183.0,46807552.0,46614615.0,47045566.0,47419248.0,47014617.0,46739238.0,46575468.0,46414324.0,46534386.0,46569252.0,46672939.0,46577859.0,46696265.0,46455798.0,46757370.0,46594575.0,46492559.0,46950813.0,46518072.0,46929589.0,46430466.0,46699701.0,46509067.0,46902093.0,46726062.0,46949792.0,46639278.0,46489944.0,46729435.0,47735054.0,46830777.0,46782920.0,46634483.0,46566842.0,46986099.0,46453574.0,46661943.0,46378857.0,46749566.0,46707931.0,46645330.0,47242339.0,46671565.0,46617648.0,47230324.0,46608318.0,47108769.0,46743753.0,47104130.0,47282238.0,46503054.0,46641927.0,46373887.0,46552983.0,47060870.0,46758869.0,46669773.0,47056111.0,46431072.0,47009338.0,47220120.0,46660815.0,47088049.0,46606775.0,46508505.0,46754585.0],"unit":"ns","throughput":[{"per_iteration":30000000,"unit":"bytes"}],"typical":{"estimate":23384660.16,"lower_bound":23360403.863750003,"upper_bound":23410246.401375,"unit":"ns"},"mean":{"estimate":23384660.16,"lower_bound":23360403.863750003,"upper_bound":23410246.401375,"unit":"ns"},"median":{"estimate":23354342.25,"lower_bound":23331882.0,"upper_bound":23374783.0,"unit":"ns"},"median_abs_dev":{"estimate":97867.16556251049,"lower_bound":67890.4766947031,"upper_bound":139589.01142179966,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0012284733032045247,"lower_bound":-0.0028776967734355135,"upper_bound":0.00039773393485534276,"unit":"%"},"median":{"estimate":-0.001040713485328193,"lower_bound":-0.0028539036842685217,"upper_bound":0.00044726538898718054,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"aloc","benchmarks":["aloc/aloc","aloc/1","aloc/10","aloc/100","aloc/1000","aloc/10000","aloc/100000","aloc/1000000","aloc/10000000","aloc/30000000"],"report_directory":"/root/fuel-core/target/criterion/reports/aloc"} -{"reason":"benchmark-complete","id":"and/and","report_directory":"/root/fuel-core/target/criterion/reports/and/and","iteration_count":[5836,11672,17508,23344,29180,35016,40852,46688,52524,58360,64196,70032,75868,81704,87540,93376,99212,105048,110884,116720,122556,128392,134228,140064,145900,151736,157572,163408,169244,175080,180916,186752,192588,198424,204260,210096,215932,221768,227604,233440,239276,245112,250948,256784,262620,268456,274292,280128,285964,291800,297636,303472,309308,315144,320980,326816,332652,338488,344324,350160,355996,361832,367668,373504,379340,385176,391012,396848,402684,408520,414356,420192,426028,431864,437700,443536,449372,455208,461044,466880,472716,478552,484388,490224,496060,501896,507732,513568,519404,525240,531076,536912,542748,548584,554420,560256,566092,571928,577764,583600],"measured_values":[135638.0,262471.0,340838.0,460470.0,540404.0,734698.0,760742.0,911703.0,1019390.0,1236597.0,1228509.0,1352297.0,1462048.0,1639929.0,1698704.0,1877786.0,2001845.0,1987304.0,2107595.0,2275476.0,2424971.0,2572590.0,2490253.0,2689391.0,2683825.0,2838444.0,2975906.0,3083361.0,3262778.0,3289185.0,3436833.0,3460285.0,3681594.0,3734529.0,3760261.0,3979966.0,4203464.0,4282749.0,4348941.0,4522915.0,4774629.0,5449078.0,5203578.0,5631114.0,5496261.0,5776092.0,5402727.0,5509871.0,5630280.0,6357338.0,6045538.0,6532722.0,6220823.0,6843519.0,6602281.0,7015705.0,6737881.0,6837560.0,6630774.0,7403683.0,6974290.0,7711193.0,7313213.0,7609542.0,7431811.0,8013706.0,8183355.0,9026518.0,8220036.0,8849713.0,8351771.0,8970371.0,8574355.0,9274087.0,8550872.0,9499066.0,9078292.0,9609460.0,9215377.0,9713865.0,9456995.0,9585215.0,9868024.0,9655297.0,9598267.0,9558361.0,9608731.0,9943396.0,10618436.0,11831166.0,10466810.0,12444038.0,10911479.0,10812011.0,10782865.0,12005309.0,11038225.0,11915137.0,11245121.0,11363257.0],"unit":"ns","throughput":[],"typical":{"estimate":20.318827913716255,"lower_bound":20.058615391012896,"upper_bound":20.604057003349986,"unit":"ns"},"mean":{"estimate":20.09413961360093,"lower_bound":19.88208830905805,"upper_bound":20.313588482384333,"unit":"ns"},"median":{"estimate":19.83872134643211,"lower_bound":19.56367207957681,"upper_bound":20.118106820443728,"unit":"ns"},"median_abs_dev":{"estimate":0.9209485423585299,"lower_bound":0.6939195432500067,"upper_bound":1.3328447365991392,"unit":"ns"},"slope":{"estimate":20.318827913716255,"lower_bound":20.058615391012896,"upper_bound":20.604057003349986,"unit":"ns"},"change":{"mean":{"estimate":0.06028610021467462,"lower_bound":0.04223578615774043,"upper_bound":0.07659747708200335,"unit":"%"},"median":{"estimate":0.06638858934793324,"lower_bound":0.04968915043015134,"upper_bound":0.08177591629288417,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"and","benchmarks":["and/and"],"report_directory":"/root/fuel-core/target/criterion/reports/and"} -{"reason":"benchmark-complete","id":"andi/andi","report_directory":"/root/fuel-core/target/criterion/reports/andi/andi","iteration_count":[5810,11620,17430,23240,29050,34860,40670,46480,52290,58100,63910,69720,75530,81340,87150,92960,98770,104580,110390,116200,122010,127820,133630,139440,145250,151060,156870,162680,168490,174300,180110,185920,191730,197540,203350,209160,214970,220780,226590,232400,238210,244020,249830,255640,261450,267260,273070,278880,284690,290500,296310,302120,307930,313740,319550,325360,331170,336980,342790,348600,354410,360220,366030,371840,377650,383460,389270,395080,400890,406700,412510,418320,424130,429940,435750,441560,447370,453180,458990,464800,470610,476420,482230,488040,493850,499660,505470,511280,517090,522900,528710,534520,540330,546140,551950,557760,563570,569380,575190,581000],"measured_values":[130970.0,298242.0,371613.0,504525.0,590381.0,781134.0,782169.0,987657.0,1017757.0,1250084.0,1330048.0,1533620.0,1525551.0,1853726.0,1772873.0,2036808.0,1875510.0,2109177.0,2098706.0,2496866.0,2367700.0,2921272.0,2677586.0,3010625.0,2874806.0,3214790.0,3119787.0,3672603.0,3300469.0,3914321.0,3809384.0,4308116.0,3862682.0,3921015.0,3766745.0,4170087.0,3994950.0,4457398.0,4307063.0,5192109.0,4640467.0,5262098.0,5294845.0,5691383.0,5591181.0,6279557.0,5363463.0,5710566.0,5402323.0,6516228.0,5852073.0,6106782.0,6017882.0,6504793.0,6224058.0,6215120.0,6058690.0,6926649.0,6484867.0,6462284.0,7133710.0,7769833.0,7025209.0,7907835.0,7948128.0,8664340.0,7767998.0,8890859.0,7970512.0,8858857.0,8443770.0,8451488.0,8038311.0,8860887.0,8425193.0,8835474.0,9184673.0,9334719.0,9304525.0,9889585.0,9846337.0,11401763.0,9545244.0,10638376.0,10023773.0,9893796.0,9930938.0,10989890.0,10052572.0,10597151.0,10027549.0,11498795.0,11385234.0,11342323.0,10650173.0,12011646.0,10839454.0,11013803.0,11319330.0,12313774.0],"unit":"ns","throughput":[],"typical":{"estimate":20.44358386693346,"lower_bound":20.163570088156007,"upper_bound":20.737991764262166,"unit":"ns"},"mean":{"estimate":20.637129423698344,"lower_bound":20.378907416113588,"upper_bound":20.908397667577606,"unit":"ns"},"median":{"estimate":20.332851405622492,"lower_bound":20.146466385020602,"upper_bound":20.8453293190775,"unit":"ns"},"median_abs_dev":{"estimate":1.392266132285344,"lower_bound":1.105361097648363,"upper_bound":1.6481991122998634,"unit":"ns"},"slope":{"estimate":20.44358386693346,"lower_bound":20.163570088156007,"upper_bound":20.737991764262166,"unit":"ns"},"change":{"mean":{"estimate":0.12052308276976431,"lower_bound":0.10429488065612971,"upper_bound":0.1382876101478395,"unit":"%"},"median":{"estimate":0.10653372895607305,"lower_bound":0.08951199929246889,"upper_bound":0.13992697287727762,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"andi","benchmarks":["andi/andi"],"report_directory":"/root/fuel-core/target/criterion/reports/andi"} -{"reason":"benchmark-complete","id":"div/div","report_directory":"/root/fuel-core/target/criterion/reports/div/div","iteration_count":[5739,11478,17217,22956,28695,34434,40173,45912,51651,57390,63129,68868,74607,80346,86085,91824,97563,103302,109041,114780,120519,126258,131997,137736,143475,149214,154953,160692,166431,172170,177909,183648,189387,195126,200865,206604,212343,218082,223821,229560,235299,241038,246777,252516,258255,263994,269733,275472,281211,286950,292689,298428,304167,309906,315645,321384,327123,332862,338601,344340,350079,355818,361557,367296,373035,378774,384513,390252,395991,401730,407469,413208,418947,424686,430425,436164,441903,447642,453381,459120,464859,470598,476337,482076,487815,493554,499293,505032,510771,516510,522249,527988,533727,539466,545205,550944,556683,562422,568161,573900],"measured_values":[255697.0,503639.0,357859.0,475879.0,596530.0,714245.0,798865.0,930596.0,1072888.0,1187270.0,1319112.0,1408386.0,1497305.0,1667966.0,2051919.0,2064274.0,2102294.0,2253532.0,2259843.0,2392013.0,2496845.0,2594844.0,2699479.0,3137830.0,3059973.0,3100041.0,3221203.0,3255363.0,3465142.0,3510680.0,3679233.0,3995739.0,4085887.0,4111417.0,4873765.0,4959891.0,4847429.0,4470939.0,4753152.0,4690362.0,5307236.0,5078288.0,5240494.0,5709613.0,5617958.0,5514212.0,5715567.0,5856049.0,6661710.0,6416864.0,6938711.0,6703127.0,7198008.0,6449627.0,6542216.0,7198013.0,7851952.0,6972865.0,7407035.0,7195688.0,7625150.0,7700269.0,7958900.0,8550088.0,8109899.0,7924577.0,8725745.0,8844551.0,8590863.0,8326739.0,8508907.0,8687601.0,9449594.0,9142830.0,10059749.0,10073827.0,9770693.0,9584846.0,9448853.0,9501241.0,10727202.0,10805531.0,11135229.0,10088592.0,10400849.0,10383677.0,10367723.0,10588914.0,11772048.0,11231868.0,10983845.0,11260884.0,11857225.0,11102623.0,11378291.0,11440657.0,11626117.0,11829949.0,12906744.0,11827984.0],"unit":"ns","throughput":[],"typical":{"estimate":21.67296088432602,"lower_bound":21.436891976992232,"upper_bound":21.92679296474861,"unit":"ns"},"mean":{"estimate":22.017644176316775,"lower_bound":21.471313842595485,"upper_bound":22.757996916852363,"unit":"ns"},"median":{"estimate":21.212734099931204,"lower_bound":20.927389042391656,"upper_bound":21.59454957640274,"unit":"ns"},"median_abs_dev":{"estimate":0.7857006706447478,"lower_bound":0.47436773268707066,"upper_bound":1.2594077634786003,"unit":"ns"},"slope":{"estimate":21.67296088432602,"lower_bound":21.436891976992232,"upper_bound":21.92679296474861,"unit":"ns"},"change":{"mean":{"estimate":0.08761885882384046,"lower_bound":0.059965621566204795,"upper_bound":0.12110930332339209,"unit":"%"},"median":{"estimate":0.04828643897137219,"lower_bound":0.03337653641570948,"upper_bound":0.06732433157346164,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"div","benchmarks":["div/div"],"report_directory":"/root/fuel-core/target/criterion/reports/div"} -{"reason":"benchmark-complete","id":"divi/divi","report_directory":"/root/fuel-core/target/criterion/reports/divi/divi","iteration_count":[5635,11270,16905,22540,28175,33810,39445,45080,50715,56350,61985,67620,73255,78890,84525,90160,95795,101430,107065,112700,118335,123970,129605,135240,140875,146510,152145,157780,163415,169050,174685,180320,185955,191590,197225,202860,208495,214130,219765,225400,231035,236670,242305,247940,253575,259210,264845,270480,276115,281750,287385,293020,298655,304290,309925,315560,321195,326830,332465,338100,343735,349370,355005,360640,366275,371910,377545,383180,388815,394450,400085,405720,411355,416990,422625,428260,433895,439530,445165,450800,456435,462070,467705,473340,478975,484610,490245,495880,501515,507150,512785,518420,524055,529690,535325,540960,546595,552230,557865,563500],"measured_values":[142698.0,266631.0,354681.0,474346.0,587525.0,693308.0,815875.0,939679.0,1074337.0,1181128.0,1285491.0,1414785.0,1533184.0,1645977.0,1823540.0,1867720.0,1999759.0,2141840.0,2251645.0,2342481.0,2570349.0,2584758.0,2723218.0,2822188.0,3051374.0,3076837.0,3264254.0,3312632.0,3441569.0,3545330.0,3611129.0,3785993.0,3986391.0,4068527.0,4235461.0,4714506.0,4837342.0,4587362.0,4594903.0,4928743.0,5007128.0,5048945.0,5773074.0,6155923.0,5691215.0,5668182.0,6035934.0,6268236.0,6051688.0,6007329.0,6055607.0,6320750.0,6534955.0,6525817.0,6604642.0,6907158.0,6903011.0,6905243.0,7075274.0,7075320.0,7235904.0,7639957.0,8273148.0,7912703.0,8047178.0,7949409.0,8254424.0,9126740.0,8853806.0,8358901.0,8553728.0,9190776.0,9257755.0,8906456.0,9406711.0,10120428.0,10485090.0,9890109.0,9738236.0,9937525.0,9900452.0,9874018.0,10322432.0,11554636.0,10833599.0,10551031.0,11392579.0,12019915.0,11749880.0,11225219.0,11156482.0,12487120.0,12027879.0,11285178.0,11773221.0,12700583.0,12488234.0,11841648.0,11713391.0,13549381.0],"unit":"ns","throughput":[],"typical":{"estimate":22.31855568092401,"lower_bound":22.044581496706908,"upper_bound":22.591099891998763,"unit":"ns"},"mean":{"estimate":21.902138633038,"lower_bound":21.696853359907482,"upper_bound":22.118307038501307,"unit":"ns"},"median":{"estimate":21.531352329701463,"lower_bound":21.366735086300302,"upper_bound":21.86665039929015,"unit":"ns"},"median_abs_dev":{"estimate":0.7942860039290756,"lower_bound":0.6330737682730825,"upper_bound":1.2095484580089646,"unit":"ns"},"slope":{"estimate":22.31855568092401,"lower_bound":22.044581496706908,"upper_bound":22.591099891998763,"unit":"ns"},"change":{"mean":{"estimate":0.04190044885694588,"lower_bound":0.02847987931033653,"upper_bound":0.05526727976727838,"unit":"%"},"median":{"estimate":0.033792633593064725,"lower_bound":0.017060356346821626,"upper_bound":0.05048240338141019,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"divi","benchmarks":["divi/divi"],"report_directory":"/root/fuel-core/target/criterion/reports/divi"} -{"reason":"benchmark-complete","id":"eq/eq","report_directory":"/root/fuel-core/target/criterion/reports/eq/eq","iteration_count":[5659,11318,16977,22636,28295,33954,39613,45272,50931,56590,62249,67908,73567,79226,84885,90544,96203,101862,107521,113180,118839,124498,130157,135816,141475,147134,152793,158452,164111,169770,175429,181088,186747,192406,198065,203724,209383,215042,220701,226360,232019,237678,243337,248996,254655,260314,265973,271632,277291,282950,288609,294268,299927,305586,311245,316904,322563,328222,333881,339540,345199,350858,356517,362176,367835,373494,379153,384812,390471,396130,401789,407448,413107,418766,424425,430084,435743,441402,447061,452720,458379,464038,469697,475356,481015,486674,492333,497992,503651,509310,514969,520628,526287,531946,537605,543264,548923,554582,560241,565900],"measured_values":[124435.0,249825.0,324728.0,436290.0,557357.0,652325.0,779343.0,927724.0,983614.0,1063247.0,1135468.0,1291560.0,1436390.0,1660244.0,1644316.0,1781024.0,1877135.0,2005384.0,2146292.0,2418341.0,2406229.0,2575783.0,2737737.0,2909988.0,2720766.0,3165908.0,3114208.0,3431261.0,3391273.0,3277814.0,3375894.0,3459511.0,3588424.0,3848256.0,3857204.0,4012724.0,4047246.0,4133330.0,4207504.0,4523255.0,4801386.0,4507217.0,4724660.0,5300418.0,4916318.0,5322128.0,5004566.0,5355404.0,5424351.0,6017601.0,5583991.0,6483792.0,6166263.0,5934126.0,5988368.0,6276628.0,6405932.0,6478674.0,6485069.0,6513295.0,6636576.0,6788031.0,6978458.0,7354350.0,7159360.0,8260920.0,7564349.0,8172277.0,7674607.0,7779623.0,7506281.0,7837762.0,7860022.0,7945362.0,8190954.0,9193103.0,8364881.0,8671831.0,8738852.0,8666560.0,8857593.0,9996582.0,9012337.0,9268725.0,9471147.0,9550571.0,9810901.0,10932362.0,10318355.0,11005540.0,9777958.0,11203096.0,10872754.0,11353423.0,10407752.0,10269918.0,10777035.0,10620329.0,10818764.0,13017039.0],"unit":"ns","throughput":[],"typical":{"estimate":20.005039058267787,"lower_bound":19.71974681742812,"upper_bound":20.318064631170074,"unit":"ns"},"mean":{"estimate":19.948733959808127,"lower_bound":19.763892628937548,"upper_bound":20.142421857529392,"unit":"ns"},"median":{"estimate":19.62860971647271,"lower_bound":19.423294527091986,"upper_bound":19.702789847163466,"unit":"ns"},"median_abs_dev":{"estimate":0.6151061053944225,"lower_bound":0.4023289202295611,"upper_bound":0.903622985293302,"unit":"ns"},"slope":{"estimate":20.005039058267787,"lower_bound":19.71974681742812,"upper_bound":20.318064631170074,"unit":"ns"},"change":{"mean":{"estimate":0.03106060828416335,"lower_bound":0.01762098595378485,"upper_bound":0.04431837902189173,"unit":"%"},"median":{"estimate":0.026990099870177975,"lower_bound":0.01392718539391602,"upper_bound":0.03442726200724576,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"eq","benchmarks":["eq/eq"],"report_directory":"/root/fuel-core/target/criterion/reports/eq"} -{"reason":"benchmark-complete","id":"exp/exp","report_directory":"/root/fuel-core/target/criterion/reports/exp/exp","iteration_count":[5594,11188,16782,22376,27970,33564,39158,44752,50346,55940,61534,67128,72722,78316,83910,89504,95098,100692,106286,111880,117474,123068,128662,134256,139850,145444,151038,156632,162226,167820,173414,179008,184602,190196,195790,201384,206978,212572,218166,223760,229354,234948,240542,246136,251730,257324,262918,268512,274106,279700,285294,290888,296482,302076,307670,313264,318858,324452,330046,335640,341234,346828,352422,358016,363610,369204,374798,380392,385986,391580,397174,402768,408362,413956,419550,425144,430738,436332,441926,447520,453114,458708,464302,469896,475490,481084,486678,492272,497866,503460,509054,514648,520242,525836,531430,537024,542618,548212,553806,559400],"measured_values":[173195.0,318123.0,453990.0,655492.0,763325.0,904205.0,1037675.0,1245031.0,1280426.0,1485751.0,1587619.0,1788905.0,1928551.0,2150559.0,2249757.0,2473527.0,2584177.0,2720547.0,2900752.0,3359452.0,3143717.0,3491126.0,3423800.0,3882557.0,3616054.0,3936296.0,3852391.0,4191895.0,4624927.0,4736104.0,4468208.0,4958950.0,4634366.0,5320340.0,5272686.0,5683529.0,5549518.0,5765626.0,5994149.0,6345016.0,6259106.0,5912335.0,6272122.0,6713328.0,6850624.0,6853424.0,7133836.0,7035702.0,7728871.0,7925481.0,7810224.0,7424191.0,7573776.0,8292143.0,7779861.0,8309775.0,8105976.0,8131877.0,8524281.0,8871024.0,9176346.0,8997294.0,8912289.0,9170919.0,9813827.0,9408694.0,10251856.0,10350942.0,10722747.0,10143205.0,9943402.0,10928158.0,10718864.0,11091068.0,10883074.0,11044983.0,11408126.0,11178789.0,11931013.0,12245999.0,12087344.0,12953960.0,12343127.0,12523081.0,12208217.0,12658621.0,12351654.0,13002159.0,12667856.0,13660321.0,13411463.0,14276256.0,13894754.0,14194479.0,13748812.0,14054831.0,15233741.0,15290219.0,13949786.0,15256346.0],"unit":"ns","throughput":[],"typical":{"estimate":26.587423907658458,"lower_bound":26.3563864585636,"upper_bound":26.81890980243598,"unit":"ns"},"mean":{"estimate":26.835092414976955,"lower_bound":26.62205846530301,"upper_bound":27.05321371530296,"unit":"ns"},"median":{"estimate":26.80220748098832,"lower_bound":26.58426412119698,"upper_bound":27.05219878441187,"unit":"ns"},"median_abs_dev":{"estimate":0.9865078233824878,"lower_bound":0.7130107168027287,"upper_bound":1.379275517899592,"unit":"ns"},"slope":{"estimate":26.587423907658458,"lower_bound":26.3563864585636,"upper_bound":26.81890980243598,"unit":"ns"},"change":{"mean":{"estimate":0.06306827757996247,"lower_bound":0.04842425269012116,"upper_bound":0.0768524371604,"unit":"%"},"median":{"estimate":0.08023291700377078,"lower_bound":0.06774573552059371,"upper_bound":0.09258920604020227,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"exp","benchmarks":["exp/exp"],"report_directory":"/root/fuel-core/target/criterion/reports/exp"} -{"reason":"benchmark-complete","id":"expi/expi","report_directory":"/root/fuel-core/target/criterion/reports/expi/expi","iteration_count":[5603,11206,16809,22412,28015,33618,39221,44824,50427,56030,61633,67236,72839,78442,84045,89648,95251,100854,106457,112060,117663,123266,128869,134472,140075,145678,151281,156884,162487,168090,173693,179296,184899,190502,196105,201708,207311,212914,218517,224120,229723,235326,240929,246532,252135,257738,263341,268944,274547,280150,285753,291356,296959,302562,308165,313768,319371,324974,330577,336180,341783,347386,352989,358592,364195,369798,375401,381004,386607,392210,397813,403416,409019,414622,420225,425828,431431,437034,442637,448240,453843,459446,465049,470652,476255,481858,487461,493064,498667,504270,509873,515476,521079,526682,532285,537888,543491,549094,554697,560300],"measured_values":[123346.0,200467.0,304300.0,391885.0,530300.0,671869.0,851174.0,982096.0,970198.0,1083054.0,1114403.0,1435066.0,1433996.0,1465485.0,1737728.0,1974007.0,1997618.0,2153516.0,2110304.0,2365023.0,2429631.0,2468954.0,2595748.0,2723933.0,2672761.0,2980345.0,3180743.0,3099240.0,3214324.0,3216023.0,3477395.0,3690211.0,3690087.0,3808829.0,4162658.0,4466106.0,4579926.0,4383877.0,5012227.0,4856310.0,4841794.0,5361943.0,5217963.0,5095105.0,5640587.0,5574555.0,5469430.0,5969457.0,5563817.0,5891016.0,6215644.0,6323889.0,6635008.0,6423678.0,6440138.0,6735113.0,6573192.0,7593283.0,6995549.0,7974896.0,7490423.0,7856059.0,7772901.0,7289916.0,7673566.0,8157050.0,8540613.0,8708311.0,7837233.0,8371903.0,8228627.0,8698493.0,8863248.0,8627650.0,9460760.0,9545580.0,9809883.0,9426585.0,9943988.0,9712608.0,10327969.0,9815083.0,10323675.0,9577429.0,9770743.0,9712990.0,10005367.0,10292557.0,11279612.0,10460268.0,11638452.0,12055415.0,11939446.0,11049093.0,12444132.0,10871616.0,11694114.0,11663275.0,12529071.0,12371007.0],"unit":"ns","throughput":[],"typical":{"estimate":21.654521740857387,"lower_bound":21.390523169075514,"upper_bound":21.915627791769058,"unit":"ns"},"mean":{"estimate":21.130756954867095,"lower_bound":20.875985475341796,"upper_bound":21.37848173009056,"unit":"ns"},"median":{"estimate":21.194156062192555,"lower_bound":20.85340737521712,"upper_bound":21.562092232335853,"unit":"ns"},"median_abs_dev":{"estimate":1.297259431234614,"lower_bound":0.9902791419764113,"upper_bound":1.565596753961626,"unit":"ns"},"slope":{"estimate":21.654521740857387,"lower_bound":21.390523169075514,"upper_bound":21.915627791769058,"unit":"ns"},"change":{"mean":{"estimate":0.05451583143137895,"lower_bound":0.03878440077066466,"upper_bound":0.06978004435027758,"unit":"%"},"median":{"estimate":0.0646793081177961,"lower_bound":0.04778539316579655,"upper_bound":0.08513934686148916,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"expi","benchmarks":["expi/expi"],"report_directory":"/root/fuel-core/target/criterion/reports/expi"} -{"reason":"benchmark-complete","id":"gt/gt","report_directory":"/root/fuel-core/target/criterion/reports/gt/gt","iteration_count":[5796,11592,17388,23184,28980,34776,40572,46368,52164,57960,63756,69552,75348,81144,86940,92736,98532,104328,110124,115920,121716,127512,133308,139104,144900,150696,156492,162288,168084,173880,179676,185472,191268,197064,202860,208656,214452,220248,226044,231840,237636,243432,249228,255024,260820,266616,272412,278208,284004,289800,295596,301392,307188,312984,318780,324576,330372,336168,341964,347760,353556,359352,365148,370944,376740,382536,388332,394128,399924,405720,411516,417312,423108,428904,434700,440496,446292,452088,457884,463680,469476,475272,481068,486864,492660,498456,504252,510048,515844,521640,527436,533232,539028,544824,550620,556416,562212,568008,573804,579600],"measured_values":[152658.0,289645.0,384999.0,601070.0,609399.0,787121.0,902603.0,1106436.0,1088843.0,1295340.0,1341205.0,1525818.0,1635671.0,1911198.0,1740717.0,2079266.0,2142085.0,2402850.0,2393618.0,2679694.0,2417422.0,2822396.0,2720332.0,3089723.0,2992308.0,3452563.0,3269654.0,3451600.0,3516460.0,3725114.0,3530898.0,4166214.0,4067120.0,4666597.0,4283638.0,4686417.0,4463544.0,4434477.0,4522281.0,4662574.0,4795941.0,4957498.0,4954863.0,5357267.0,5257593.0,5476836.0,5723669.0,5870665.0,5828067.0,6177815.0,5954718.0,5848819.0,5888621.0,6152420.0,6254790.0,6649277.0,6466175.0,6654292.0,6773663.0,7295588.0,6922851.0,7113920.0,7216936.0,7216182.0,7585238.0,7731512.0,7612560.0,7788575.0,7983715.0,8073109.0,8057173.0,8378418.0,8717128.0,9168507.0,8742045.0,8938903.0,8927433.0,9130283.0,9112006.0,11056695.0,9930902.0,9490528.0,9869290.0,10363407.0,9634610.0,10369684.0,10020063.0,10295910.0,10013925.0,10215626.0,10490613.0,10918857.0,10512862.0,11158452.0,11139407.0,11485675.0,12066374.0,11925192.0,11307476.0,11791431.0],"unit":"ns","throughput":[],"typical":{"estimate":20.348216306288087,"lower_bound":20.160424813953906,"upper_bound":20.566426183352977,"unit":"ns"},"mean":{"estimate":20.920137327241328,"lower_bound":20.65809559271863,"upper_bound":21.20475033953696,"unit":"ns"},"median":{"estimate":20.500707187668155,"lower_bound":20.195809222983137,"upper_bound":20.897152944691676,"unit":"ns"},"median_abs_dev":{"estimate":0.9970818558179727,"lower_bound":0.7703561386551794,"upper_bound":1.378781875192091,"unit":"ns"},"slope":{"estimate":20.348216306288087,"lower_bound":20.160424813953906,"upper_bound":20.566426183352977,"unit":"ns"},"change":{"mean":{"estimate":0.049097893962882555,"lower_bound":0.028204126587846323,"upper_bound":0.06900029385041576,"unit":"%"},"median":{"estimate":0.04739589260801247,"lower_bound":0.025421413057217235,"upper_bound":0.0703027616837546,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"gt","benchmarks":["gt/gt"],"report_directory":"/root/fuel-core/target/criterion/reports/gt"} -{"reason":"benchmark-complete","id":"gtf/gtf","report_directory":"/root/fuel-core/target/criterion/reports/gtf/gtf","iteration_count":[492,984,1476,1968,2460,2952,3444,3936,4428,4920,5412,5904,6396,6888,7380,7872,8364,8856,9348,9840,10332,10824,11316,11808,12300,12792,13284,13776,14268,14760,15252,15744,16236,16728,17220,17712,18204,18696,19188,19680,20172,20664,21156,21648,22140,22632,23124,23616,24108,24600,25092,25584,26076,26568,27060,27552,28044,28536,29028,29520,30012,30504,30996,31488,31980,32472,32964,33456,33948,34440,34932,35424,35916,36408,36900,37392,37884,38376,38868,39360,39852,40344,40836,41328,41820,42312,42804,43296,43788,44280,44772,45264,45756,46248,46740,47232,47724,48216,48708,49200],"measured_values":[112273.0,219835.0,327617.0,437746.0,557487.0,660514.0,779432.0,876001.0,1003458.0,1103008.0,1204559.0,1320638.0,1452389.0,1543825.0,1653132.0,1774451.0,1914195.0,1996423.0,2122442.0,2186035.0,2341178.0,2433215.0,2566233.0,2646100.0,2812904.0,2844509.0,2995801.0,3062639.0,3234515.0,3281008.0,3440594.0,3495534.0,3639237.0,3713686.0,3839245.0,4022329.0,4141868.0,4182037.0,4294606.0,4406795.0,4510429.0,4598050.0,4803708.0,4831473.0,5023023.0,5047248.0,5269975.0,5284605.0,5496810.0,5488393.0,5634631.0,5744728.0,5893711.0,5962148.0,6238762.0,6150920.0,6343305.0,6395016.0,6627563.0,6645485.0,6865324.0,6828062.0,7046956.0,7181075.0,7154653.0,7244888.0,7429311.0,7458799.0,7606139.0,7681100.0,7831091.0,7878834.0,8155042.0,8118161.0,8274749.0,8358185.0,8562000.0,8593843.0,8681999.0,8838431.0,8954595.0,8986241.0,9265366.0,9225731.0,9334691.0,9549277.0,9681920.0,9641749.0,9986354.0,9866894.0,10015857.0,10156833.0,10342642.0,10370110.0,10489203.0,10762993.0,10722451.0,10734679.0,10898812.0,10911690.0],"unit":"ns","throughput":[],"typical":{"estimate":224.6314299607973,"lower_bound":224.18000756712337,"upper_bound":225.1156189915127,"unit":"ns"},"mean":{"estimate":224.77700608635328,"lower_bound":224.38993600292056,"upper_bound":225.16942644377727,"unit":"ns"},"median":{"estimate":224.18481335165464,"lower_bound":223.84152897980593,"upper_bound":224.67628446903026,"unit":"ns"},"median_abs_dev":{"estimate":1.994032231988198,"lower_bound":1.4309635373037735,"upper_bound":2.612364279611304,"unit":"ns"},"slope":{"estimate":224.6314299607973,"lower_bound":224.18000756712337,"upper_bound":225.1156189915127,"unit":"ns"},"change":{"mean":{"estimate":0.05216737052045528,"lower_bound":0.04554600586977862,"upper_bound":0.05887733233165886,"unit":"%"},"median":{"estimate":0.06174027942376026,"lower_bound":0.031022114566030323,"upper_bound":0.06823083585018974,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"gtf","benchmarks":["gtf/gtf"],"report_directory":"/root/fuel-core/target/criterion/reports/gtf"} -{"reason":"benchmark-complete","id":"lt/lt","report_directory":"/root/fuel-core/target/criterion/reports/lt/lt","iteration_count":[5800,11600,17400,23200,29000,34800,40600,46400,52200,58000,63800,69600,75400,81200,87000,92800,98600,104400,110200,116000,121800,127600,133400,139200,145000,150800,156600,162400,168200,174000,179800,185600,191400,197200,203000,208800,214600,220400,226200,232000,237800,243600,249400,255200,261000,266800,272600,278400,284200,290000,295800,301600,307400,313200,319000,324800,330600,336400,342200,348000,353800,359600,365400,371200,377000,382800,388600,394400,400200,406000,411800,417600,423400,429200,435000,440800,446600,452400,458200,464000,469800,475600,481400,487200,493000,498800,504600,510400,516200,522000,527800,533600,539400,545200,551000,556800,562600,568400,574200,580000],"measured_values":[139062.0,297410.0,353173.0,677463.0,644502.0,802017.0,940482.0,1109643.0,1124630.0,1353882.0,1321089.0,1558614.0,1481277.0,1791288.0,1799462.0,2188906.0,1954747.0,2250042.0,2170776.0,2424921.0,2383423.0,2572176.0,2569146.0,2943373.0,2899828.0,3038731.0,2986179.0,3182445.0,3496660.0,3860634.0,3547424.0,3848979.0,3959483.0,4302759.0,3952044.0,4540403.0,4597381.0,5107154.0,4519159.0,5958494.0,5065509.0,5580941.0,5457513.0,5919840.0,5490239.0,6237703.0,5584503.0,6406404.0,5810604.0,6630943.0,5895467.0,6761486.0,6285406.0,6942715.0,6106668.0,6406085.0,6100152.0,6744291.0,6485009.0,7093292.0,7264570.0,7193711.0,7182871.0,7028324.0,7446294.0,8214313.0,7791199.0,7613709.0,7858121.0,8178786.0,8375231.0,8356366.0,9013144.0,9092406.0,9174376.0,10307751.0,9404033.0,9367641.0,9647676.0,10566414.0,9572244.0,9838946.0,10006536.0,10193815.0,9781017.0,10208107.0,10998350.0,11367539.0,10514454.0,11468913.0,10178269.0,11222331.0,11088892.0,12073547.0,11404190.0,12860197.0,11890646.0,13153466.0,12043947.0,12902409.0],"unit":"ns","throughput":[],"typical":{"estimate":21.03712454406017,"lower_bound":20.738931248243297,"upper_bound":21.338670118882078,"unit":"ns"},"mean":{"estimate":21.221077965226304,"lower_bound":20.91094380509646,"upper_bound":21.55787199502693,"unit":"ns"},"median":{"estimate":20.84659765160523,"lower_bound":20.557827215424545,"upper_bound":21.15985609765471,"unit":"ns"},"median_abs_dev":{"estimate":1.467383776484229,"lower_bound":1.0557671789637493,"upper_bound":1.7954304036988382,"unit":"ns"},"slope":{"estimate":21.03712454406017,"lower_bound":20.738931248243297,"upper_bound":21.338670118882078,"unit":"ns"},"change":{"mean":{"estimate":0.13035394424022173,"lower_bound":0.11069930117842168,"upper_bound":0.15206969240653334,"unit":"%"},"median":{"estimate":0.11771923529141382,"lower_bound":0.09549191012665603,"upper_bound":0.14569265118942343,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"lt","benchmarks":["lt/lt"],"report_directory":"/root/fuel-core/target/criterion/reports/lt"} -{"reason":"benchmark-complete","id":"mldv/mldv","report_directory":"/root/fuel-core/target/criterion/reports/mldv/mldv","iteration_count":[4996,9992,14988,19984,24980,29976,34972,39968,44964,49960,54956,59952,64948,69944,74940,79936,84932,89928,94924,99920,104916,109912,114908,119904,124900,129896,134892,139888,144884,149880,154876,159872,164868,169864,174860,179856,184852,189848,194844,199840,204836,209832,214828,219824,224820,229816,234812,239808,244804,249800,254796,259792,264788,269784,274780,279776,284772,289768,294764,299760,304756,309752,314748,319744,324740,329736,334732,339728,344724,349720,354716,359712,364708,369704,374700,379696,384692,389688,394684,399680,404676,409672,414668,419664,424660,429656,434652,439648,444644,449640,454636,459632,464628,469624,474620,479616,484612,489608,494604,499600],"measured_values":[256907.0,509081.0,716178.0,944898.0,1183375.0,1426866.0,1730642.0,1930299.0,2143615.0,2400537.0,2611851.0,2833596.0,3095128.0,3273431.0,3595070.0,3784236.0,3895624.0,4294538.0,4576469.0,4816379.0,5043270.0,5151955.0,5418020.0,5680863.0,5931164.0,6262201.0,6349171.0,6591361.0,6955345.0,7056275.0,7327886.0,7620703.0,7756374.0,8077766.0,8292554.0,8684109.0,8730601.0,9031645.0,9183805.0,9502643.0,9696458.0,9981653.0,10119769.0,10343795.0,10668078.0,10737988.0,11009868.0,11475158.0,11381343.0,11724740.0,12034136.0,12204017.0,12502825.0,12987878.0,13408517.0,13245368.0,13366716.0,13682887.0,13868877.0,14039503.0,14509995.0,14752344.0,14830175.0,15444966.0,15377219.0,15558497.0,15840121.0,16104012.0,16323498.0,16946961.0,16802355.0,17164431.0,17312067.0,17657285.0,17645882.0,18037940.0,18230862.0,18566929.0,18638531.0,18864893.0,19132329.0,19203407.0,19416969.0,19810739.0,19983558.0,20364071.0,20476564.0,20922764.0,21106220.0,21276058.0,21840749.0,22015723.0,22083563.0,22329622.0,22466886.0,22787046.0,23019599.0,23024155.0,23263781.0,23495728.0],"unit":"ns","throughput":[],"typical":{"estimate":47.3817193521331,"lower_bound":47.29445032687863,"upper_bound":47.47425537638623,"unit":"ns"},"mean":{"estimate":47.51585018209776,"lower_bound":47.38469059098247,"upper_bound":47.666036813670075,"unit":"ns"},"median":{"estimate":47.37566303042434,"lower_bound":47.3179832755093,"upper_bound":47.50109159492543,"unit":"ns"},"median_abs_dev":{"estimate":0.39637222545427303,"lower_bound":0.2990225476185391,"upper_bound":0.5089151563081636,"unit":"ns"},"slope":{"estimate":47.3817193521331,"lower_bound":47.29445032687863,"upper_bound":47.47425537638623,"unit":"ns"},"change":{"mean":{"estimate":0.008603104061314593,"lower_bound":0.0008971949917843117,"upper_bound":0.01651521403080529,"unit":"%"},"median":{"estimate":0.005042700073392803,"lower_bound":-0.010271199264200734,"upper_bound":0.019953152697396614,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"mldv","benchmarks":["mldv/mldv"],"report_directory":"/root/fuel-core/target/criterion/reports/mldv"} -{"reason":"benchmark-complete","id":"mlog/mlog","report_directory":"/root/fuel-core/target/criterion/reports/mlog/mlog","iteration_count":[5535,11070,16605,22140,27675,33210,38745,44280,49815,55350,60885,66420,71955,77490,83025,88560,94095,99630,105165,110700,116235,121770,127305,132840,138375,143910,149445,154980,160515,166050,171585,177120,182655,188190,193725,199260,204795,210330,215865,221400,226935,232470,238005,243540,249075,254610,260145,265680,271215,276750,282285,287820,293355,298890,304425,309960,315495,321030,326565,332100,337635,343170,348705,354240,359775,365310,370845,376380,381915,387450,392985,398520,404055,409590,415125,420660,426195,431730,437265,442800,448335,453870,459405,464940,470475,476010,481545,487080,492615,498150,503685,509220,514755,520290,525825,531360,536895,542430,547965,553500],"measured_values":[148860.0,271583.0,395469.0,529625.0,667811.0,804618.0,1022221.0,1091126.0,1208883.0,1352875.0,1593915.0,1679077.0,1721182.0,1942260.0,2073233.0,2107597.0,2256424.0,2358825.0,2515603.0,2717092.0,2779371.0,2955465.0,3209203.0,3295162.0,3349936.0,3443613.0,3745074.0,3740635.0,3858149.0,4013582.0,4191275.0,4315789.0,4386277.0,4731903.0,5090764.0,5182292.0,5219059.0,5049169.0,5748268.0,5721605.0,5453963.0,5678193.0,6463255.0,6222403.0,6529164.0,6166689.0,6673009.0,6856869.0,6877895.0,6729672.0,6925410.0,7287201.0,7097482.0,7203689.0,7329073.0,7764324.0,7636946.0,7755606.0,7928588.0,8241555.0,8281100.0,8403880.0,8591050.0,9536644.0,8985873.0,9906358.0,10162269.0,9387802.0,9326515.0,9681890.0,9602078.0,9826863.0,10032854.0,10191170.0,10259443.0,11189617.0,10411196.0,10838686.0,10634717.0,11823868.0,11015393.0,11102871.0,11063252.0,11502470.0,11468267.0,12445606.0,12404429.0,12011554.0,11995933.0,12642005.0,12449523.0,12938868.0,12685047.0,12484197.0,12785744.0,12813146.0,12920008.0,13394845.0,13229240.0,13734573.0],"unit":"ns","throughput":[],"typical":{"estimate":24.86745916931215,"lower_bound":24.681252540237473,"upper_bound":25.075996836432992,"unit":"ns"},"mean":{"estimate":24.84528110956601,"lower_bound":24.678405351539062,"upper_bound":25.02070940651097,"unit":"ns"},"median":{"estimate":24.557100828621458,"lower_bound":24.42681469825451,"upper_bound":24.759800361336946,"unit":"ns"},"median_abs_dev":{"estimate":0.6485462091273756,"lower_bound":0.48776787730157783,"upper_bound":0.8771708625304808,"unit":"ns"},"slope":{"estimate":24.86745916931215,"lower_bound":24.681252540237473,"upper_bound":25.075996836432992,"unit":"ns"},"change":{"mean":{"estimate":0.03319107647597663,"lower_bound":0.02196210289192018,"upper_bound":0.04348453231379079,"unit":"%"},"median":{"estimate":0.0354344127219377,"lower_bound":0.028857538043961618,"upper_bound":0.043017303945754204,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"mlog","benchmarks":["mlog/mlog"],"report_directory":"/root/fuel-core/target/criterion/reports/mlog"} -{"reason":"benchmark-complete","id":"mod/mod","report_directory":"/root/fuel-core/target/criterion/reports/mod/mod","iteration_count":[5701,11402,17103,22804,28505,34206,39907,45608,51309,57010,62711,68412,74113,79814,85515,91216,96917,102618,108319,114020,119721,125422,131123,136824,142525,148226,153927,159628,165329,171030,176731,182432,188133,193834,199535,205236,210937,216638,222339,228040,233741,239442,245143,250844,256545,262246,267947,273648,279349,285050,290751,296452,302153,307854,313555,319256,324957,330658,336359,342060,347761,353462,359163,364864,370565,376266,381967,387668,393369,399070,404771,410472,416173,421874,427575,433276,438977,444678,450379,456080,461781,467482,473183,478884,484585,490286,495987,501688,507389,513090,518791,524492,530193,535894,541595,547296,552997,558698,564399,570100],"measured_values":[130716.0,266418.0,349809.0,452801.0,587229.0,720026.0,836129.0,943339.0,1077060.0,1226188.0,1320488.0,1437479.0,1617131.0,1699649.0,1887036.0,1898471.0,2139751.0,2212465.0,2391680.0,2388697.0,2671760.0,2776501.0,2933682.0,2965046.0,3171769.0,3667430.0,3681630.0,3451302.0,3589313.0,3788342.0,3708334.0,3820473.0,3923768.0,4988274.0,4811144.0,4323745.0,4378342.0,4646186.0,4766580.0,4735970.0,5253543.0,5218868.0,5441321.0,5431088.0,5686043.0,5681650.0,5715334.0,5810977.0,5813282.0,6087859.0,6409827.0,6661786.0,6358939.0,6479826.0,6675375.0,6675823.0,7030927.0,7048001.0,7312334.0,7471273.0,7650150.0,7441684.0,7765686.0,8154836.0,8295556.0,8473510.0,8498389.0,9159601.0,9444460.0,8708917.0,9072045.0,8927236.0,9152916.0,9113865.0,9186037.0,9464228.0,9447596.0,9818124.0,9850918.0,9793437.0,9912080.0,10298975.0,10774692.0,10249086.0,10556976.0,11140360.0,10951496.0,10732106.0,10829011.0,10868654.0,11070428.0,11060026.0,11301723.0,11397194.0,11570876.0,11946928.0,11794011.0,11740583.0,13064005.0,12726455.0],"unit":"ns","throughput":[],"typical":{"estimate":21.802963352258907,"lower_bound":21.639453722680575,"upper_bound":21.981152765912594,"unit":"ns"},"mean":{"estimate":21.780048185290152,"lower_bound":21.610005580957733,"upper_bound":21.962662088542476,"unit":"ns"},"median":{"estimate":21.629052239439154,"lower_bound":21.446772957652858,"upper_bound":21.81980219394708,"unit":"ns"},"median_abs_dev":{"estimate":0.711185294832941,"lower_bound":0.5496102324063868,"upper_bound":0.8819016911423657,"unit":"ns"},"slope":{"estimate":21.802963352258907,"lower_bound":21.639453722680575,"upper_bound":21.981152765912594,"unit":"ns"},"change":{"mean":{"estimate":0.033267692334019605,"lower_bound":0.022132744777159107,"upper_bound":0.045038278912417795,"unit":"%"},"median":{"estimate":0.03466244727626755,"lower_bound":0.024673082376203803,"upper_bound":0.04734028154456893,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"mod","benchmarks":["mod/mod"],"report_directory":"/root/fuel-core/target/criterion/reports/mod"} -{"reason":"benchmark-complete","id":"modi/modi","report_directory":"/root/fuel-core/target/criterion/reports/modi/modi","iteration_count":[5694,11388,17082,22776,28470,34164,39858,45552,51246,56940,62634,68328,74022,79716,85410,91104,96798,102492,108186,113880,119574,125268,130962,136656,142350,148044,153738,159432,165126,170820,176514,182208,187902,193596,199290,204984,210678,216372,222066,227760,233454,239148,244842,250536,256230,261924,267618,273312,279006,284700,290394,296088,301782,307476,313170,318864,324558,330252,335946,341640,347334,353028,358722,364416,370110,375804,381498,387192,392886,398580,404274,409968,415662,421356,427050,432744,438438,444132,449826,455520,461214,466908,472602,478296,483990,489684,495378,501072,506766,512460,518154,523848,529542,535236,540930,546624,552318,558012,563706,569400],"measured_values":[140720.0,238802.0,380385.0,518522.0,624027.0,785615.0,923844.0,1007272.0,1107105.0,1353487.0,1511505.0,1644940.0,1684027.0,1863069.0,1938066.0,2255763.0,2263778.0,2434964.0,2388875.0,2634583.0,2687621.0,2982904.0,2801568.0,3141523.0,3284943.0,3363629.0,3539296.0,3481398.0,3778250.0,3746600.0,3818077.0,4123116.0,4255087.0,4430485.0,4707778.0,4426397.0,4706327.0,4466848.0,5151975.0,4894251.0,5002422.0,5033138.0,5354489.0,5446882.0,5673717.0,5745913.0,5860821.0,5870716.0,6354201.0,6331677.0,6575036.0,7467796.0,7224014.0,7363818.0,7445910.0,7620472.0,7509878.0,7789637.0,7619392.0,7890368.0,7713722.0,7827367.0,7956099.0,8871454.0,8642374.0,8871255.0,8812475.0,8535679.0,8662560.0,9240154.0,8815777.0,9520520.0,9016625.0,9145896.0,10161629.0,10771833.0,9978823.0,10604110.0,10459967.0,10931855.0,11234263.0,11429402.0,10782575.0,11644309.0,11171809.0,11631029.0,11597985.0,11993006.0,11708022.0,12453740.0,13063248.0,12401778.0,12636178.0,12742627.0,12641726.0,12468534.0,12370145.0,12023101.0,12997661.0,12609009.0],"unit":"ns","throughput":[],"typical":{"estimate":23.150804303036974,"lower_bound":22.901976211928982,"upper_bound":23.392019451761534,"unit":"ns"},"mean":{"estimate":22.924434040311635,"lower_bound":22.730216518878247,"upper_bound":23.118194410000484,"unit":"ns"},"median":{"estimate":22.991976203020723,"lower_bound":22.72046823917214,"upper_bound":23.156556400220786,"unit":"ns"},"median_abs_dev":{"estimate":1.1978883060953678,"lower_bound":0.9088163384490571,"upper_bound":1.3567966001839191,"unit":"ns"},"slope":{"estimate":23.150804303036974,"lower_bound":22.901976211928982,"upper_bound":23.392019451761534,"unit":"ns"},"change":{"mean":{"estimate":0.10112040759390961,"lower_bound":0.08777161685331436,"upper_bound":0.11463472370079514,"unit":"%"},"median":{"estimate":0.11702781043586108,"lower_bound":0.09494841357493233,"upper_bound":0.13159250495004793,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"modi","benchmarks":["modi/modi"],"report_directory":"/root/fuel-core/target/criterion/reports/modi"} -{"reason":"benchmark-complete","id":"move/move","report_directory":"/root/fuel-core/target/criterion/reports/move/move","iteration_count":[5756,11512,17268,23024,28780,34536,40292,46048,51804,57560,63316,69072,74828,80584,86340,92096,97852,103608,109364,115120,120876,126632,132388,138144,143900,149656,155412,161168,166924,172680,178436,184192,189948,195704,201460,207216,212972,218728,224484,230240,235996,241752,247508,253264,259020,264776,270532,276288,282044,287800,293556,299312,305068,310824,316580,322336,328092,333848,339604,345360,351116,356872,362628,368384,374140,379896,385652,391408,397164,402920,408676,414432,420188,425944,431700,437456,443212,448968,454724,460480,466236,471992,477748,483504,489260,495016,500772,506528,512284,518040,523796,529552,535308,541064,546820,552576,558332,564088,569844,575600],"measured_values":[153680.0,295168.0,359320.0,537053.0,608596.0,858805.0,910301.0,1179051.0,999078.0,1280509.0,1328190.0,1616227.0,1504457.0,1874681.0,1814244.0,2125066.0,1882081.0,2306392.0,2215891.0,2448074.0,2231359.0,2564297.0,2421290.0,2931465.0,2540617.0,3042849.0,2896113.0,3194115.0,3494566.0,3322495.0,3292056.0,3844608.0,3530025.0,4041345.0,3704903.0,4382844.0,4100603.0,4529967.0,4198666.0,4917707.0,4606573.0,5091883.0,4605053.0,5301074.0,4808110.0,5335485.0,5301172.0,5568598.0,5295603.0,6161078.0,5537774.0,6078366.0,5752440.0,6794643.0,6231593.0,7061524.0,6019801.0,6428591.0,6252644.0,6822111.0,6347089.0,6622900.0,6379294.0,7183706.0,7002869.0,7877775.0,7897241.0,8467149.0,7837424.0,8076170.0,7872277.0,8375792.0,7724112.0,8678920.0,7981178.0,8399016.0,8352451.0,9864878.0,9115877.0,9640885.0,9830004.0,10191327.0,8875668.0,9830613.0,9554927.0,11006156.0,9853172.0,10172972.0,9385850.0,10933842.0,10253309.0,11289061.0,10514458.0,12085430.0,10519858.0,12270997.0,10682918.0,11304859.0,11158397.0,12115387.0],"unit":"ns","throughput":[],"typical":{"estimate":20.04163095995949,"lower_bound":19.72981418152963,"upper_bound":20.358310221982986,"unit":"ns"},"mean":{"estimate":20.354956834875036,"lower_bound":20.02532179476596,"upper_bound":20.702939948767543,"unit":"ns"},"median":{"estimate":20.12823713397217,"lower_bound":19.66299331837508,"upper_bound":20.491291007769977,"unit":"ns"},"median_abs_dev":{"estimate":1.492133424072801,"lower_bound":1.258034435594468,"upper_bound":1.9640697335644361,"unit":"ns"},"slope":{"estimate":20.04163095995949,"lower_bound":19.72981418152963,"upper_bound":20.358310221982986,"unit":"ns"},"change":{"mean":{"estimate":0.08361700096511138,"lower_bound":0.06165810781353671,"upper_bound":0.10744870528391047,"unit":"%"},"median":{"estimate":0.08487625665403842,"lower_bound":0.05374855390794986,"upper_bound":0.10912490489855808,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"move","benchmarks":["move/move"],"report_directory":"/root/fuel-core/target/criterion/reports/move"} -{"reason":"benchmark-complete","id":"movi/movi","report_directory":"/root/fuel-core/target/criterion/reports/movi/movi","iteration_count":[5673,11346,17019,22692,28365,34038,39711,45384,51057,56730,62403,68076,73749,79422,85095,90768,96441,102114,107787,113460,119133,124806,130479,136152,141825,147498,153171,158844,164517,170190,175863,181536,187209,192882,198555,204228,209901,215574,221247,226920,232593,238266,243939,249612,255285,260958,266631,272304,277977,283650,289323,294996,300669,306342,312015,317688,323361,329034,334707,340380,346053,351726,357399,363072,368745,374418,380091,385764,391437,397110,402783,408456,414129,419802,425475,431148,436821,442494,448167,453840,459513,465186,470859,476532,482205,487878,493551,499224,504897,510570,516243,521916,527589,533262,538935,544608,550281,555954,561627,567300],"measured_values":[109206.0,218550.0,296439.0,436607.0,514306.0,650212.0,743477.0,935483.0,911981.0,1019344.0,1099084.0,1270019.0,1361023.0,1490714.0,1551210.0,1645812.0,1867747.0,1851878.0,2009741.0,2071981.0,2277868.0,2429329.0,2491868.0,2731877.0,2734529.0,3204980.0,2903515.0,2840766.0,3120323.0,3296722.0,3299296.0,3498986.0,3494746.0,3546555.0,3767144.0,3859987.0,4000339.0,4102454.0,4211003.0,4848138.0,4508098.0,4591259.0,4518093.0,5030691.0,4783349.0,4768642.0,4930404.0,5840641.0,5594153.0,5351668.0,5777102.0,6221822.0,6034562.0,5668918.0,6329167.0,7046137.0,6512729.0,6123305.0,6783697.0,7383137.0,7113317.0,6524714.0,6928103.0,7312139.0,7293047.0,7200585.0,7167609.0,8208975.0,7489699.0,7243849.0,7446745.0,7594980.0,8223151.0,8466814.0,8121685.0,8489119.0,8233677.0,8348766.0,8305613.0,8408230.0,8680118.0,8646640.0,8780261.0,9226491.0,9368011.0,9707472.0,9671015.0,11528672.0,10416261.0,9474781.0,10135713.0,10056281.0,10051018.0,10367434.0,10449179.0,11634761.0,11418332.0,11381752.0,10647409.0,10726302.0],"unit":"ns","throughput":[],"typical":{"estimate":19.572825788384026,"lower_bound":19.316058420144465,"upper_bound":19.858050022023555,"unit":"ns"},"mean":{"estimate":19.330321955134977,"lower_bound":19.134994869423398,"upper_bound":19.536874480822238,"unit":"ns"},"median":{"estimate":19.100189813431022,"lower_bound":18.932893165748798,"upper_bound":19.2752380112983,"unit":"ns"},"median_abs_dev":{"estimate":0.7978960905048589,"lower_bound":0.569884651356562,"upper_bound":1.0771442922315317,"unit":"ns"},"slope":{"estimate":19.572825788384026,"lower_bound":19.316058420144465,"upper_bound":19.858050022023555,"unit":"ns"},"change":{"mean":{"estimate":0.04198882174753038,"lower_bound":0.025970065878773447,"upper_bound":0.0579180296096746,"unit":"%"},"median":{"estimate":0.05269204122003224,"lower_bound":0.03372633007802661,"upper_bound":0.06385757413420491,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"movi","benchmarks":["movi/movi"],"report_directory":"/root/fuel-core/target/criterion/reports/movi"} -{"reason":"benchmark-complete","id":"mroo/mroo","report_directory":"/root/fuel-core/target/criterion/reports/mroo/mroo","iteration_count":[4645,9290,13935,18580,23225,27870,32515,37160,41805,46450,51095,55740,60385,65030,69675,74320,78965,83610,88255,92900,97545,102190,106835,111480,116125,120770,125415,130060,134705,139350,143995,148640,153285,157930,162575,167220,171865,176510,181155,185800,190445,195090,199735,204380,209025,213670,218315,222960,227605,232250,236895,241540,246185,250830,255475,260120,264765,269410,274055,278700,283345,287990,292635,297280,301925,306570,311215,315860,320505,325150,329795,334440,339085,343730,348375,353020,357665,362310,366955,371600,376245,380890,385535,390180,394825,399470,404115,408760,413405,418050,422695,427340,431985,436630,441275,445920,450565,455210,459855,464500],"measured_values":[298959.0,524823.0,787505.0,1080623.0,1313407.0,1575764.0,1838640.0,2105453.0,2366424.0,2649244.0,2893663.0,3193921.0,3432924.0,3674483.0,3934798.0,4266857.0,4504050.0,4739753.0,4985422.0,5258988.0,5515123.0,5767305.0,6050296.0,6371166.0,6628730.0,6882030.0,7114622.0,7369426.0,7673511.0,7930149.0,8143697.0,8432433.0,8662995.0,8955110.0,9242692.0,9482959.0,9752103.0,10044204.0,10254208.0,10583355.0,10878627.0,11041806.0,11295313.0,11614550.0,11935143.0,12206612.0,12343307.0,12735986.0,12988308.0,13301634.0,13516802.0,13687994.0,13918389.0,14168955.0,14505558.0,14800589.0,15070090.0,15339175.0,15589500.0,16019517.0,16092305.0,16287615.0,16695766.0,16994052.0,17139580.0,17493540.0,17691620.0,18001278.0,18234383.0,18373564.0,18751358.0,19063728.0,19267663.0,19516497.0,19777755.0,20154760.0,20298965.0,20584990.0,20782695.0,21172374.0,21349700.0,21536089.0,21850038.0,22198009.0,22411734.0,22796737.0,22879324.0,23158053.0,23519075.0,23881323.0,23981471.0,24316554.0,24429270.0,24762930.0,25110200.0,25415600.0,25740226.0,25768860.0,26220560.0,26319110.0],"unit":"ns","throughput":[],"typical":{"estimate":56.837802651155016,"lower_bound":56.78841886963915,"upper_bound":56.88846001880011,"unit":"ns"},"mean":{"estimate":56.901442207724955,"lower_bound":56.7867278351403,"upper_bound":57.08311032288831,"unit":"ns"},"median":{"estimate":56.786404399391046,"lower_bound":56.7305772335845,"upper_bound":56.89112371645239,"unit":"ns"},"median_abs_dev":{"estimate":0.27404061233786453,"lower_bound":0.21598541463619483,"upper_bound":0.33703118084809836,"unit":"ns"},"slope":{"estimate":56.837802651155016,"lower_bound":56.78841886963915,"upper_bound":56.88846001880011,"unit":"ns"},"change":{"mean":{"estimate":0.031338630828326774,"lower_bound":0.02554559317241543,"upper_bound":0.037371054108947116,"unit":"%"},"median":{"estimate":0.034120943651294366,"lower_bound":0.023681733650801506,"upper_bound":0.04774701754629551,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"mroo","benchmarks":["mroo/mroo"],"report_directory":"/root/fuel-core/target/criterion/reports/mroo"} -{"reason":"benchmark-complete","id":"mul/mul","report_directory":"/root/fuel-core/target/criterion/reports/mul/mul","iteration_count":[5774,11548,17322,23096,28870,34644,40418,46192,51966,57740,63514,69288,75062,80836,86610,92384,98158,103932,109706,115480,121254,127028,132802,138576,144350,150124,155898,161672,167446,173220,178994,184768,190542,196316,202090,207864,213638,219412,225186,230960,236734,242508,248282,254056,259830,265604,271378,277152,282926,288700,294474,300248,306022,311796,317570,323344,329118,334892,340666,346440,352214,357988,363762,369536,375310,381084,386858,392632,398406,404180,409954,415728,421502,427276,433050,438824,444598,450372,456146,461920,467694,473468,479242,485016,490790,496564,502338,508112,513886,519660,525434,531208,536982,542756,548530,554304,560078,565852,571626,577400],"measured_values":[116480.0,214309.0,319852.0,451885.0,555633.0,699508.0,796876.0,968119.0,1062164.0,1199352.0,1300099.0,1514761.0,1560562.0,1676164.0,1768040.0,2027640.0,1897266.0,2083409.0,2215690.0,2475216.0,2416490.0,2551974.0,2763955.0,2827798.0,3084393.0,3369149.0,3004930.0,3369262.0,3425761.0,3720031.0,3806868.0,3679820.0,3749300.0,3752640.0,3979608.0,4337795.0,4448906.0,4518276.0,4502004.0,4770792.0,4562085.0,5382672.0,5344241.0,5676230.0,5743500.0,5733577.0,5449489.0,6031374.0,6298515.0,6221686.0,6471094.0,6414487.0,6216785.0,6732473.0,6303911.0,6628673.0,6768087.0,7358472.0,6678253.0,7493838.0,7419718.0,7612612.0,7082674.0,8378875.0,7423541.0,7959224.0,7617267.0,7949115.0,7935498.0,8168419.0,8203775.0,8427877.0,8397308.0,8544930.0,8712351.0,8807290.0,8704824.0,9105497.0,9211548.0,9309751.0,9384127.0,9122772.0,9472875.0,9721049.0,9878576.0,10211833.0,9620943.0,9992034.0,10270073.0,10467637.0,10474031.0,10804020.0,10631330.0,11354549.0,10798351.0,11120120.0,11204064.0,11629704.0,11475103.0,11670950.0],"unit":"ns","throughput":[],"typical":{"estimate":20.295721006745946,"lower_bound":20.15238699604821,"upper_bound":20.458401697325037,"unit":"ns"},"mean":{"estimate":20.451670276007892,"lower_bound":20.282954935016086,"upper_bound":20.62459502451093,"unit":"ns"},"median":{"estimate":20.211395912712156,"lower_bound":20.089854205372045,"upper_bound":20.45890018274548,"unit":"ns"},"median_abs_dev":{"estimate":0.7712860523570096,"lower_bound":0.5127337532261683,"upper_bound":0.9406149430248302,"unit":"ns"},"slope":{"estimate":20.295721006745946,"lower_bound":20.15238699604821,"upper_bound":20.458401697325037,"unit":"ns"},"change":{"mean":{"estimate":0.0027570055360659484,"lower_bound":-0.010763264231164549,"upper_bound":0.01589849934186557,"unit":"%"},"median":{"estimate":-0.006301889059863952,"lower_bound":-0.01724689140150193,"upper_bound":0.00906012635553921,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"mul","benchmarks":["mul/mul"],"report_directory":"/root/fuel-core/target/criterion/reports/mul"} -{"reason":"benchmark-complete","id":"muli/muli","report_directory":"/root/fuel-core/target/criterion/reports/muli/muli","iteration_count":[5714,11428,17142,22856,28570,34284,39998,45712,51426,57140,62854,68568,74282,79996,85710,91424,97138,102852,108566,114280,119994,125708,131422,137136,142850,148564,154278,159992,165706,171420,177134,182848,188562,194276,199990,205704,211418,217132,222846,228560,234274,239988,245702,251416,257130,262844,268558,274272,279986,285700,291414,297128,302842,308556,314270,319984,325698,331412,337126,342840,348554,354268,359982,365696,371410,377124,382838,388552,394266,399980,405694,411408,417122,422836,428550,434264,439978,445692,451406,457120,462834,468548,474262,479976,485690,491404,497118,502832,508546,514260,519974,525688,531402,537116,542830,548544,554258,559972,565686,571400],"measured_values":[124514.0,238931.0,343941.0,528185.0,633673.0,844871.0,869533.0,1085647.0,1184115.0,1237573.0,1339664.0,1479190.0,1589922.0,1826711.0,1936627.0,2096100.0,2067153.0,2351084.0,2553681.0,2533467.0,2548159.0,2714208.0,2881013.0,2996877.0,3445325.0,3254490.0,3846451.0,3646940.0,3781493.0,3754127.0,4257167.0,4062775.0,4339719.0,4327274.0,4336480.0,4198456.0,4427162.0,4436850.0,5323318.0,5056410.0,5542248.0,5208542.0,5325968.0,5572626.0,5742737.0,5709352.0,5711791.0,5949771.0,6477675.0,6126289.0,6867738.0,6163633.0,6996130.0,6734323.0,7482967.0,6570671.0,7264288.0,7167894.0,7807505.0,7305608.0,8129062.0,7480475.0,8094628.0,7567907.0,8624673.0,7485866.0,8563204.0,7611629.0,8186711.0,8510103.0,8215267.0,8542194.0,8789482.0,8717395.0,10009097.0,9902515.0,9457383.0,9741350.0,10754798.0,9349441.0,9703823.0,10544920.0,11453523.0,9732218.0,10559081.0,9905956.0,10587026.0,11455646.0,10860986.0,10375805.0,11472203.0,10514914.0,10680843.0,11146689.0,11534333.0,11293570.0,12514128.0,12629713.0,12007343.0,12405955.0],"unit":"ns","throughput":[],"typical":{"estimate":21.617556681809265,"lower_bound":21.335203155957235,"upper_bound":21.915846961669494,"unit":"ns"},"mean":{"estimate":21.93632870457249,"lower_bound":21.708903992921766,"upper_bound":22.167118052752354,"unit":"ns"},"median":{"estimate":21.765705491156908,"lower_bound":21.624990454068158,"upper_bound":22.16496165717377,"unit":"ns"},"median_abs_dev":{"estimate":1.2266918586672397,"lower_bound":0.8810009846574217,"upper_bound":1.5828434948925085,"unit":"ns"},"slope":{"estimate":21.617556681809265,"lower_bound":21.335203155957235,"upper_bound":21.915846961669494,"unit":"ns"},"change":{"mean":{"estimate":0.08423235358438896,"lower_bound":0.06863296986899449,"upper_bound":0.10069546279888991,"unit":"%"},"median":{"estimate":0.08190179155895883,"lower_bound":0.0585187509149665,"upper_bound":0.10580695244695115,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"muli","benchmarks":["muli/muli"],"report_directory":"/root/fuel-core/target/criterion/reports/muli"} -{"reason":"benchmark-complete","id":"noop/noop","report_directory":"/root/fuel-core/target/criterion/reports/noop/noop","iteration_count":[5831,11662,17493,23324,29155,34986,40817,46648,52479,58310,64141,69972,75803,81634,87465,93296,99127,104958,110789,116620,122451,128282,134113,139944,145775,151606,157437,163268,169099,174930,180761,186592,192423,198254,204085,209916,215747,221578,227409,233240,239071,244902,250733,256564,262395,268226,274057,279888,285719,291550,297381,303212,309043,314874,320705,326536,332367,338198,344029,349860,355691,361522,367353,373184,379015,384846,390677,396508,402339,408170,414001,419832,425663,431494,437325,443156,448987,454818,460649,466480,472311,478142,483973,489804,495635,501466,507297,513128,518959,524790,530621,536452,542283,548114,553945,559776,565607,571438,577269,583100],"measured_values":[144645.0,212453.0,308483.0,339269.0,473961.0,581269.0,678581.0,797218.0,922204.0,1022357.0,1140680.0,1232354.0,1304166.0,1411048.0,1581289.0,1645939.0,1789214.0,1898523.0,1978780.0,2082283.0,2200052.0,2370918.0,2487701.0,2483015.0,2686730.0,2701366.0,3218414.0,3426422.0,3236983.0,3201758.0,3630553.0,3949707.0,3823292.0,3548157.0,3766017.0,3895720.0,3924704.0,3983857.0,4445332.0,4864595.0,4759491.0,4529926.0,4287451.0,4500587.0,5262406.0,5245102.0,5559652.0,5367635.0,5669780.0,5418207.0,5385250.0,5447896.0,5505577.0,5689903.0,6442190.0,6100861.0,6128942.0,6132211.0,6331231.0,6506012.0,7780897.0,6876784.0,6475524.0,6526173.0,6945887.0,7020159.0,7285887.0,7289293.0,8079357.0,7446870.0,8142175.0,7496569.0,8760954.0,8573508.0,9240250.0,8244484.0,8765980.0,8689539.0,9245550.0,8525941.0,8770102.0,9207622.0,9662772.0,8959146.0,9282708.0,9511560.0,9861023.0,10583604.0,9690644.0,9735275.0,9855419.0,9824959.0,9808696.0,10290867.0,11037634.0,11715095.0,10847618.0,11204906.0,11888084.0,11336811.0],"unit":"ns","throughput":[],"typical":{"estimate":19.12366196612699,"lower_bound":18.881869343572266,"upper_bound":19.36907423456772,"unit":"ns"},"mean":{"estimate":18.767987672751413,"lower_bound":18.51238606685151,"upper_bound":19.034684052854768,"unit":"ns"},"median":{"estimate":18.523091579133872,"lower_bound":18.302995421771193,"upper_bound":18.673236228680878,"unit":"ns"},"median_abs_dev":{"estimate":1.047404423072264,"lower_bound":0.7360072304188856,"upper_bound":1.4057876241278882,"unit":"ns"},"slope":{"estimate":19.12366196612699,"lower_bound":18.881869343572266,"upper_bound":19.36907423456772,"unit":"ns"},"change":{"mean":{"estimate":0.08226947945489438,"lower_bound":0.061035021687392395,"upper_bound":0.10181452899420339,"unit":"%"},"median":{"estimate":0.07382675778089132,"lower_bound":0.04702180491347674,"upper_bound":0.09276738512971043,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"noop","benchmarks":["noop/noop"],"report_directory":"/root/fuel-core/target/criterion/reports/noop"} -{"reason":"benchmark-complete","id":"not/not","report_directory":"/root/fuel-core/target/criterion/reports/not/not","iteration_count":[5808,11616,17424,23232,29040,34848,40656,46464,52272,58080,63888,69696,75504,81312,87120,92928,98736,104544,110352,116160,121968,127776,133584,139392,145200,151008,156816,162624,168432,174240,180048,185856,191664,197472,203280,209088,214896,220704,226512,232320,238128,243936,249744,255552,261360,267168,272976,278784,284592,290400,296208,302016,307824,313632,319440,325248,331056,336864,342672,348480,354288,360096,365904,371712,377520,383328,389136,394944,400752,406560,412368,418176,423984,429792,435600,441408,447216,453024,458832,464640,470448,476256,482064,487872,493680,499488,505296,511104,516912,522720,528528,534336,540144,545952,551760,557568,563376,569184,574992,580800],"measured_values":[144921.0,229414.0,379687.0,476729.0,522323.0,741575.0,788528.0,948977.0,1048860.0,1208099.0,1191918.0,1391974.0,1321372.0,1575087.0,1687838.0,1982207.0,1904016.0,2276134.0,2189550.0,2518510.0,2318981.0,3147105.0,2940691.0,2815934.0,2837797.0,3268075.0,3234815.0,3458097.0,3337093.0,3492135.0,3365782.0,3654027.0,3576135.0,3923676.0,4311597.0,3988871.0,4189392.0,4367386.0,4161143.0,4841365.0,4970511.0,5432026.0,4920127.0,5609056.0,5081517.0,5961354.0,5104005.0,5053173.0,5651786.0,6459906.0,5362956.0,5832778.0,5914964.0,6117708.0,6130920.0,6432793.0,6216350.0,6217633.0,6369647.0,6412547.0,6900847.0,6948496.0,6686297.0,6885280.0,7138588.0,6979288.0,7082526.0,7681065.0,7620185.0,8155593.0,8021177.0,8289939.0,8394427.0,8590664.0,8399235.0,8912458.0,8420844.0,8811677.0,8345252.0,8858636.0,8882247.0,9169190.0,8832735.0,9121374.0,9280227.0,9272609.0,9285304.0,9869498.0,9546574.0,9901875.0,10530040.0,11358257.0,10680507.0,11242828.0,10934647.0,10506900.0,10614882.0,10427134.0,11128084.0,10878464.0],"unit":"ns","throughput":[],"typical":{"estimate":19.295506500616142,"lower_bound":19.098506973067288,"upper_bound":19.514786241301,"unit":"ns"},"mean":{"estimate":19.715565475593486,"lower_bound":19.466960317161785,"upper_bound":19.981509670902206,"unit":"ns"},"median":{"estimate":19.449643266529964,"lower_bound":19.28390860476422,"upper_bound":19.77344374833378,"unit":"ns"},"median_abs_dev":{"estimate":0.9813983578369513,"lower_bound":0.7678982327075404,"upper_bound":1.3730613758634473,"unit":"ns"},"slope":{"estimate":19.295506500616142,"lower_bound":19.098506973067288,"upper_bound":19.514786241301,"unit":"ns"},"change":{"mean":{"estimate":0.009303033969872754,"lower_bound":-0.009102728483803212,"upper_bound":0.027581712488758237,"unit":"%"},"median":{"estimate":0.01046847311054333,"lower_bound":-0.006047528560575333,"upper_bound":0.029993902119716642,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"not","benchmarks":["not/not"],"report_directory":"/root/fuel-core/target/criterion/reports/not"} -{"reason":"benchmark-complete","id":"or/or","report_directory":"/root/fuel-core/target/criterion/reports/or/or","iteration_count":[5649,11298,16947,22596,28245,33894,39543,45192,50841,56490,62139,67788,73437,79086,84735,90384,96033,101682,107331,112980,118629,124278,129927,135576,141225,146874,152523,158172,163821,169470,175119,180768,186417,192066,197715,203364,209013,214662,220311,225960,231609,237258,242907,248556,254205,259854,265503,271152,276801,282450,288099,293748,299397,305046,310695,316344,321993,327642,333291,338940,344589,350238,355887,361536,367185,372834,378483,384132,389781,395430,401079,406728,412377,418026,423675,429324,434973,440622,446271,451920,457569,463218,468867,474516,480165,485814,491463,497112,502761,508410,514059,519708,525357,531006,536655,542304,547953,553602,559251,564900],"measured_values":[130429.0,208537.0,351375.0,468830.0,545352.0,653246.0,801251.0,866746.0,1149044.0,1168332.0,1251462.0,1369449.0,1543407.0,1633135.0,1616566.0,1720023.0,1782643.0,2013318.0,2379243.0,2179929.0,2273989.0,2449431.0,2686292.0,2698798.0,2751080.0,2833633.0,2914025.0,3046382.0,3170518.0,3299707.0,3433143.0,3566143.0,3909427.0,3792052.0,4269553.0,4066250.0,4128613.0,4322813.0,4293807.0,4367076.0,4671125.0,4460606.0,4751214.0,4912073.0,5021910.0,5171712.0,5175694.0,5227794.0,5951029.0,5813236.0,5994355.0,5715711.0,5759656.0,6081806.0,6581585.0,6122276.0,6239558.0,6706391.0,7067609.0,6881330.0,6631484.0,7051307.0,6946476.0,7259647.0,7441603.0,8185326.0,8363690.0,8943706.0,8238664.0,7783509.0,7951528.0,8119092.0,8203064.0,9327583.0,9090847.0,8429841.0,8766757.0,8558559.0,8640397.0,8831832.0,10372705.0,9545166.0,9231942.0,9586919.0,10115613.0,9643101.0,10275024.0,10588289.0,10594695.0,9827149.0,10323755.0,10342017.0,12214269.0,11766623.0,10750029.0,11629393.0,10797968.0,11521965.0,11185957.0,11295779.0],"unit":"ns","throughput":[],"typical":{"estimate":20.45815991421512,"lower_bound":20.19200104947333,"upper_bound":20.738823650724505,"unit":"ns"},"mean":{"estimate":20.232206733278655,"lower_bound":20.033148981053877,"upper_bound":20.439876524339667,"unit":"ns"},"median":{"estimate":19.949655133979793,"lower_bound":19.75535493007612,"upper_bound":20.146240383704395,"unit":"ns"},"median_abs_dev":{"estimate":0.9020924178470904,"lower_bound":0.6026786299643455,"upper_bound":1.093610703585195,"unit":"ns"},"slope":{"estimate":20.45815991421512,"lower_bound":20.19200104947333,"upper_bound":20.738823650724505,"unit":"ns"},"change":{"mean":{"estimate":0.005721618707239751,"lower_bound":-0.010268329899126299,"upper_bound":0.022446342663083773,"unit":"%"},"median":{"estimate":0.005338252851066594,"lower_bound":-0.01871478908007862,"upper_bound":0.02418093291642065,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"or","benchmarks":["or/or"],"report_directory":"/root/fuel-core/target/criterion/reports/or"} -{"reason":"benchmark-complete","id":"ori/ori","report_directory":"/root/fuel-core/target/criterion/reports/ori/ori","iteration_count":[5678,11356,17034,22712,28390,34068,39746,45424,51102,56780,62458,68136,73814,79492,85170,90848,96526,102204,107882,113560,119238,124916,130594,136272,141950,147628,153306,158984,164662,170340,176018,181696,187374,193052,198730,204408,210086,215764,221442,227120,232798,238476,244154,249832,255510,261188,266866,272544,278222,283900,289578,295256,300934,306612,312290,317968,323646,329324,335002,340680,346358,352036,357714,363392,369070,374748,380426,386104,391782,397460,403138,408816,414494,420172,425850,431528,437206,442884,448562,454240,459918,465596,471274,476952,482630,488308,493986,499664,505342,511020,516698,522376,528054,533732,539410,545088,550766,556444,562122,567800],"measured_values":[135289.0,276830.0,384053.0,591242.0,643611.0,835222.0,922602.0,1194588.0,1009150.0,1227880.0,1323371.0,1519223.0,1545516.0,1824507.0,1811414.0,2276147.0,2250386.0,2438298.0,2318289.0,2873235.0,2609647.0,3097160.0,2738096.0,3050383.0,2911153.0,3234329.0,3126889.0,3415140.0,3325308.0,3564808.0,3487565.0,3715587.0,3748949.0,4061219.0,4078851.0,4287885.0,4165532.0,4548716.0,4439211.0,4927087.0,4796222.0,5033385.0,5158200.0,5634344.0,5251790.0,6238198.0,5562390.0,6567319.0,5702559.0,6090335.0,5811799.0,6675833.0,6073230.0,6900355.0,6346972.0,6799514.0,6488134.0,7053398.0,6709323.0,7240017.0,7443664.0,7391285.0,6966716.0,7316447.0,7552739.0,8184601.0,7808322.0,8913077.0,8032201.0,8898838.0,8342210.0,8280963.0,8225736.0,8788233.0,8844083.0,9708220.0,8708912.0,8843374.0,8586644.0,10753280.0,9602322.0,10246228.0,9655401.0,9911804.0,9579506.0,10138144.0,9658650.0,11034249.0,10293364.0,10947069.0,10101418.0,12645389.0,11069705.0,12690095.0,11386830.0,12317773.0,11293067.0,12487699.0,11461145.0,12763261.0],"unit":"ns","throughput":[],"typical":{"estimate":21.20778235217601,"lower_bound":20.87603315409367,"upper_bound":21.553056337900912,"unit":"ns"},"mean":{"estimate":21.547444613132516,"lower_bound":21.252246224948916,"upper_bound":21.859012472636113,"unit":"ns"},"median":{"estimate":21.094183923175322,"lower_bound":20.87833483360077,"upper_bound":21.45239520958084,"unit":"ns"},"median_abs_dev":{"estimate":1.343192609548033,"lower_bound":0.8856835038376824,"upper_bound":1.7158324976909207,"unit":"ns"},"slope":{"estimate":21.20778235217601,"lower_bound":20.87603315409367,"upper_bound":21.553056337900912,"unit":"ns"},"change":{"mean":{"estimate":0.1130687948602378,"lower_bound":0.09646454401216124,"upper_bound":0.1326531227487138,"unit":"%"},"median":{"estimate":0.09416725437041107,"lower_bound":0.071966229021595,"upper_bound":0.12089996414976678,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"ori","benchmarks":["ori/ori"],"report_directory":"/root/fuel-core/target/criterion/reports/ori"} -{"reason":"benchmark-complete","id":"sll/sll","report_directory":"/root/fuel-core/target/criterion/reports/sll/sll","iteration_count":[5622,11244,16866,22488,28110,33732,39354,44976,50598,56220,61842,67464,73086,78708,84330,89952,95574,101196,106818,112440,118062,123684,129306,134928,140550,146172,151794,157416,163038,168660,174282,179904,185526,191148,196770,202392,208014,213636,219258,224880,230502,236124,241746,247368,252990,258612,264234,269856,275478,281100,286722,292344,297966,303588,309210,314832,320454,326076,331698,337320,342942,348564,354186,359808,365430,371052,376674,382296,387918,393540,399162,404784,410406,416028,421650,427272,432894,438516,444138,449760,455382,461004,466626,472248,477870,483492,489114,494736,500358,505980,511602,517224,522846,528468,534090,539712,545334,550956,556578,562200],"measured_values":[129001.0,278632.0,349608.0,513381.0,562350.0,821622.0,878792.0,989018.0,1030089.0,1234398.0,1213378.0,1648108.0,1614941.0,1743007.0,1760675.0,1923051.0,2100119.0,2414973.0,2267981.0,2537310.0,2460731.0,2894420.0,2691812.0,3117354.0,2905589.0,3466687.0,3115934.0,3504001.0,3463436.0,4019662.0,3576982.0,4022032.0,3810234.0,4336945.0,4002977.0,4615524.0,4633476.0,4873209.0,4989678.0,5238525.0,4767441.0,5284641.0,5121951.0,5681421.0,5177402.0,6155914.0,6257987.0,6188169.0,5788719.0,6420460.0,6036025.0,6715207.0,6771859.0,7002780.0,6651431.0,7195511.0,7003677.0,7114798.0,6968979.0,7628363.0,6981343.0,7519753.0,7379028.0,8371460.0,8273127.0,8698871.0,7825828.0,9308421.0,9252789.0,9106976.0,8349506.0,9172190.0,9644044.0,9577545.0,9282086.0,9759771.0,9123910.0,9608074.0,9068760.0,10111014.0,9481691.0,10466856.0,9420681.0,10950551.0,10120949.0,11249887.0,10009825.0,11443186.0,11302097.0,11779585.0,11904145.0,11796366.0,11490063.0,12158838.0,11201088.0,12492532.0,12184258.0,13345731.0,12091466.0,13125456.0],"unit":"ns","throughput":[],"typical":{"estimate":22.320749944919147,"lower_bound":22.030422993170934,"upper_bound":22.595780646721423,"unit":"ns"},"mean":{"estimate":22.194161880763712,"lower_bound":21.96022734743534,"upper_bound":22.427353105540632,"unit":"ns"},"median":{"estimate":22.368666463383647,"lower_bound":21.97599866882409,"upper_bound":22.730793926033016,"unit":"ns"},"median_abs_dev":{"estimate":1.3336192513381757,"lower_bound":0.9114789281915,"upper_bound":1.6849146833641664,"unit":"ns"},"slope":{"estimate":22.320749944919147,"lower_bound":22.030422993170934,"upper_bound":22.595780646721423,"unit":"ns"},"change":{"mean":{"estimate":0.08194931558594454,"lower_bound":0.06633468596782385,"upper_bound":0.0986177624635829,"unit":"%"},"median":{"estimate":0.10046799608043488,"lower_bound":0.07234368641105249,"upper_bound":0.12741085101118976,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"sll","benchmarks":["sll/sll"],"report_directory":"/root/fuel-core/target/criterion/reports/sll"} -{"reason":"benchmark-complete","id":"slli/slli","report_directory":"/root/fuel-core/target/criterion/reports/slli/slli","iteration_count":[5672,11344,17016,22688,28360,34032,39704,45376,51048,56720,62392,68064,73736,79408,85080,90752,96424,102096,107768,113440,119112,124784,130456,136128,141800,147472,153144,158816,164488,170160,175832,181504,187176,192848,198520,204192,209864,215536,221208,226880,232552,238224,243896,249568,255240,260912,266584,272256,277928,283600,289272,294944,300616,306288,311960,317632,323304,328976,334648,340320,345992,351664,357336,363008,368680,374352,380024,385696,391368,397040,402712,408384,414056,419728,425400,431072,436744,442416,448088,453760,459432,465104,470776,476448,482120,487792,493464,499136,504808,510480,516152,521824,527496,533168,538840,544512,550184,555856,561528,567200],"measured_values":[126237.0,255584.0,381817.0,548573.0,621375.0,713732.0,827143.0,1053699.0,1086113.0,1323626.0,1345589.0,1506094.0,1610122.0,1795086.0,1746591.0,2021542.0,2157411.0,2349295.0,2060003.0,2296761.0,2353391.0,2512754.0,2702836.0,2986351.0,2969647.0,3068395.0,3311089.0,3162980.0,3389108.0,3308058.0,3557834.0,3652737.0,3563420.0,4035962.0,3923361.0,4046062.0,4484653.0,4274960.0,4286849.0,4847178.0,5332756.0,5651300.0,5425692.0,5280820.0,5419955.0,5998671.0,5620081.0,5846215.0,6131770.0,6401238.0,6497442.0,6494089.0,6193770.0,6862250.0,6515599.0,6789436.0,6964697.0,6983351.0,6859952.0,7163907.0,6943116.0,7386514.0,7386664.0,7646380.0,7635100.0,7882568.0,7703751.0,8314501.0,8123100.0,8238387.0,8245668.0,8561463.0,8127523.0,9518845.0,8091615.0,8385541.0,8793030.0,9841183.0,9173870.0,10010192.0,9233178.0,9641582.0,9269005.0,10478145.0,10495829.0,11058039.0,10499605.0,11992789.0,10907710.0,11773469.0,11813094.0,11642434.0,10863149.0,13090729.0,11150656.0,11408493.0,11735986.0,10992664.0,11815339.0,12320253.0],"unit":"ns","throughput":[],"typical":{"estimate":21.31030476501432,"lower_bound":20.992022508093946,"upper_bound":21.64290122549625,"unit":"ns"},"mean":{"estimate":21.29737780762005,"lower_bound":21.066823810212345,"upper_bound":21.531355699593117,"unit":"ns"},"median":{"estimate":21.120841665461747,"lower_bound":20.939988844841533,"upper_bound":21.473227403620122,"unit":"ns"},"median_abs_dev":{"estimate":1.2941084325962116,"lower_bound":0.850559294950755,"upper_bound":1.538986186301147,"unit":"ns"},"slope":{"estimate":21.31030476501432,"lower_bound":20.992022508093946,"upper_bound":21.64290122549625,"unit":"ns"},"change":{"mean":{"estimate":0.11193198084166234,"lower_bound":0.09410194622166494,"upper_bound":0.12906129010169282,"unit":"%"},"median":{"estimate":0.1177562238062908,"lower_bound":0.09755354556410523,"upper_bound":0.13668801751465298,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"slli","benchmarks":["slli/slli"],"report_directory":"/root/fuel-core/target/criterion/reports/slli"} -{"reason":"benchmark-complete","id":"srl/srl","report_directory":"/root/fuel-core/target/criterion/reports/srl/srl","iteration_count":[5809,11618,17427,23236,29045,34854,40663,46472,52281,58090,63899,69708,75517,81326,87135,92944,98753,104562,110371,116180,121989,127798,133607,139416,145225,151034,156843,162652,168461,174270,180079,185888,191697,197506,203315,209124,214933,220742,226551,232360,238169,243978,249787,255596,261405,267214,273023,278832,284641,290450,296259,302068,307877,313686,319495,325304,331113,336922,342731,348540,354349,360158,365967,371776,377585,383394,389203,395012,400821,406630,412439,418248,424057,429866,435675,441484,447293,453102,458911,464720,470529,476338,482147,487956,493765,499574,505383,511192,517001,522810,528619,534428,540237,546046,551855,557664,563473,569282,575091,580900],"measured_values":[144160.0,286815.0,350085.0,456258.0,565213.0,680340.0,766310.0,890126.0,1024677.0,1170691.0,1313348.0,1490708.0,1540395.0,1599501.0,1758672.0,1868828.0,1960382.0,2080684.0,2171481.0,2304130.0,2496368.0,2562316.0,2589481.0,2727745.0,2914281.0,3070237.0,3073264.0,3274792.0,3406209.0,3870146.0,3637787.0,3734203.0,3889764.0,4310828.0,3994608.0,4095576.0,4291057.0,4512655.0,4695172.0,5117134.0,4915787.0,5292538.0,5009517.0,4970806.0,5155781.0,5341619.0,6294438.0,6461108.0,5941637.0,5805759.0,5814503.0,5906340.0,6084413.0,6156154.0,6224859.0,6489137.0,6551053.0,6932840.0,7079290.0,7414456.0,7394338.0,7483826.0,7236380.0,8872742.0,8238721.0,8080467.0,7868084.0,7838614.0,7921404.0,8401506.0,8206682.0,8123193.0,8643253.0,8897797.0,8494872.0,9013520.0,8940135.0,9628109.0,11419393.0,9698993.0,9596593.0,9482963.0,9528689.0,9885520.0,10053081.0,10036230.0,10201796.0,10289230.0,10439457.0,10904220.0,11322312.0,11310014.0,11341654.0,10739508.0,10798616.0,11166984.0,11387474.0,11434134.0,11679143.0,11970021.0],"unit":"ns","throughput":[],"typical":{"estimate":20.480970808000293,"lower_bound":20.268242618058128,"upper_bound":20.73487968199965,"unit":"ns"},"mean":{"estimate":20.45399478446498,"lower_bound":20.245010412053023,"upper_bound":20.68847770983314,"unit":"ns"},"median":{"estimate":20.143394486388118,"lower_bound":20.0459622998795,"upper_bound":20.291209565094917,"unit":"ns"},"median_abs_dev":{"estimate":0.6906042450804741,"lower_bound":0.4776829180609873,"upper_bound":0.8190762429067369,"unit":"ns"},"slope":{"estimate":20.480970808000293,"lower_bound":20.268242618058128,"upper_bound":20.73487968199965,"unit":"ns"},"change":{"mean":{"estimate":0.07462131288311724,"lower_bound":0.06127339193318407,"upper_bound":0.09020809075079277,"unit":"%"},"median":{"estimate":0.06343020324522675,"lower_bound":0.05446163446238028,"upper_bound":0.07407280197495436,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"srl","benchmarks":["srl/srl"],"report_directory":"/root/fuel-core/target/criterion/reports/srl"} -{"reason":"benchmark-complete","id":"srli/srli","report_directory":"/root/fuel-core/target/criterion/reports/srli/srli","iteration_count":[5693,11386,17079,22772,28465,34158,39851,45544,51237,56930,62623,68316,74009,79702,85395,91088,96781,102474,108167,113860,119553,125246,130939,136632,142325,148018,153711,159404,165097,170790,176483,182176,187869,193562,199255,204948,210641,216334,222027,227720,233413,239106,244799,250492,256185,261878,267571,273264,278957,284650,290343,296036,301729,307422,313115,318808,324501,330194,335887,341580,347273,352966,358659,364352,370045,375738,381431,387124,392817,398510,404203,409896,415589,421282,426975,432668,438361,444054,449747,455440,461133,466826,472519,478212,483905,489598,495291,500984,506677,512370,518063,523756,529449,535142,540835,546528,552221,557914,563607,569300],"measured_values":[125087.0,257451.0,305531.0,465858.0,587133.0,659635.0,801070.0,923771.0,1021859.0,1178288.0,1368808.0,1246220.0,1493163.0,1695148.0,1640466.0,1889890.0,1979203.0,2149192.0,2105580.0,2198124.0,2326983.0,2474822.0,2604484.0,2677196.0,2928481.0,3019987.0,3192716.0,3008623.0,3196583.0,3568410.0,3504118.0,3591083.0,3864137.0,3932710.0,3909260.0,3961632.0,4145987.0,4793346.0,4403165.0,4441879.0,4713918.0,4776383.0,4950508.0,4896263.0,5042168.0,5291309.0,5242225.0,5480480.0,5734170.0,6471271.0,5841205.0,5996817.0,5969468.0,6019095.0,6093402.0,6315734.0,6541973.0,7260053.0,6750865.0,6891174.0,6755795.0,7605101.0,7223035.0,7392833.0,7360446.0,7933363.0,7648381.0,8033702.0,7758676.0,8365925.0,8271076.0,8298218.0,8327195.0,8900119.0,8859422.0,9203169.0,8654594.0,9990486.0,9042049.0,9442154.0,9219676.0,9992342.0,9380848.0,9671591.0,9655549.0,11428336.0,10003022.0,10142152.0,10120252.0,11114397.0,10622440.0,10504749.0,10663638.0,10989613.0,11054120.0,10788976.0,10852271.0,12236816.0,11424963.0,11745412.0],"unit":"ns","throughput":[],"typical":{"estimate":20.46958231055428,"lower_bound":20.26493823861433,"upper_bound":20.69578456142311,"unit":"ns"},"mean":{"estimate":20.316889260832518,"lower_bound":20.14624422680521,"upper_bound":20.494197719002337,"unit":"ns"},"median":{"estimate":20.17491588860814,"lower_bound":20.054188885151376,"upper_bound":20.2711517067744,"unit":"ns"},"median_abs_dev":{"estimate":0.6418307537332969,"lower_bound":0.4985113140968626,"upper_bound":0.810416270093833,"unit":"ns"},"slope":{"estimate":20.46958231055428,"lower_bound":20.26493823861433,"upper_bound":20.69578456142311,"unit":"ns"},"change":{"mean":{"estimate":0.0414094520039161,"lower_bound":0.02841082746132657,"upper_bound":0.05607206120884746,"unit":"%"},"median":{"estimate":0.04404789093777284,"lower_bound":0.020963209019287943,"upper_bound":0.05902888548765417,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"srli","benchmarks":["srli/srli"],"report_directory":"/root/fuel-core/target/criterion/reports/srli"} -{"reason":"benchmark-complete","id":"sub/sub","report_directory":"/root/fuel-core/target/criterion/reports/sub/sub","iteration_count":[5801,11602,17403,23204,29005,34806,40607,46408,52209,58010,63811,69612,75413,81214,87015,92816,98617,104418,110219,116020,121821,127622,133423,139224,145025,150826,156627,162428,168229,174030,179831,185632,191433,197234,203035,208836,214637,220438,226239,232040,237841,243642,249443,255244,261045,266846,272647,278448,284249,290050,295851,301652,307453,313254,319055,324856,330657,336458,342259,348060,353861,359662,365463,371264,377065,382866,388667,394468,400269,406070,411871,417672,423473,429274,435075,440876,446677,452478,458279,464080,469881,475682,481483,487284,493085,498886,504687,510488,516289,522090,527891,533692,539493,545294,551095,556896,562697,568498,574299,580100],"measured_values":[136220.0,258544.0,328463.0,434457.0,559549.0,653256.0,794260.0,939909.0,1005761.0,1183644.0,1216552.0,1352772.0,1458575.0,1653178.0,1674616.0,1802336.0,1952194.0,2099971.0,2224526.0,2211372.0,2470051.0,2715471.0,2605740.0,2850041.0,2913102.0,3019005.0,3150219.0,3193490.0,3233983.0,3404062.0,3655277.0,3989651.0,3734938.0,3913309.0,4021236.0,4363084.0,4255934.0,4603873.0,4521434.0,4579350.0,4638947.0,4839532.0,4870172.0,5072845.0,5072745.0,5211551.0,5324486.0,5463709.0,5568282.0,5618184.0,5775943.0,5943542.0,6053805.0,6034757.0,6257044.0,6366760.0,6530385.0,6644934.0,7688020.0,7907529.0,7398560.0,7053852.0,7246607.0,7412871.0,7218009.0,7440186.0,7677354.0,7812810.0,7859144.0,7927308.0,8149185.0,8265597.0,8259614.0,8934712.0,9158852.0,9675412.0,8547319.0,8846602.0,9058207.0,8865220.0,9273979.0,9422821.0,9314017.0,9477858.0,9759653.0,9814773.0,10029511.0,10468717.0,10371647.0,10221634.0,10851294.0,10832346.0,10534999.0,12183055.0,10675499.0,10858266.0,11224739.0,11843442.0,12232094.0,12942948.0],"unit":"ns","throughput":[],"typical":{"estimate":20.10047239145669,"lower_bound":19.86508399998766,"upper_bound":20.354553959616844,"unit":"ns"},"mean":{"estimate":19.992324951592053,"lower_bound":19.827715101225117,"upper_bound":20.17046020558619,"unit":"ns"},"median":{"estimate":19.749697076447486,"lower_bound":19.61244724213289,"upper_bound":19.81723047311891,"unit":"ns"},"median_abs_dev":{"estimate":0.46960856710055077,"lower_bound":0.2907268379441012,"upper_bound":0.6187537844527115,"unit":"ns"},"slope":{"estimate":20.10047239145669,"lower_bound":19.86508399998766,"upper_bound":20.354553959616844,"unit":"ns"},"change":{"mean":{"estimate":0.034199994205482254,"lower_bound":0.01746222039029251,"upper_bound":0.04998526971971886,"unit":"%"},"median":{"estimate":0.038590913498831814,"lower_bound":0.025500713412208498,"upper_bound":0.051368142745208845,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"sub","benchmarks":["sub/sub"],"report_directory":"/root/fuel-core/target/criterion/reports/sub"} -{"reason":"benchmark-complete","id":"subi/subi","report_directory":"/root/fuel-core/target/criterion/reports/subi/subi","iteration_count":[5622,11244,16866,22488,28110,33732,39354,44976,50598,56220,61842,67464,73086,78708,84330,89952,95574,101196,106818,112440,118062,123684,129306,134928,140550,146172,151794,157416,163038,168660,174282,179904,185526,191148,196770,202392,208014,213636,219258,224880,230502,236124,241746,247368,252990,258612,264234,269856,275478,281100,286722,292344,297966,303588,309210,314832,320454,326076,331698,337320,342942,348564,354186,359808,365430,371052,376674,382296,387918,393540,399162,404784,410406,416028,421650,427272,432894,438516,444138,449760,455382,461004,466626,472248,477870,483492,489114,494736,500358,505980,511602,517224,522846,528468,534090,539712,545334,550956,556578,562200],"measured_values":[138211.0,239248.0,374746.0,498529.0,605785.0,763403.0,844313.0,991060.0,1096152.0,1204000.0,1200500.0,1385945.0,1451049.0,1795503.0,1733734.0,1886925.0,1887921.0,2201017.0,2222132.0,2394906.0,2417758.0,2648996.0,2627998.0,3009248.0,2877985.0,3006451.0,3142809.0,3139235.0,3300794.0,3909302.0,3781488.0,4028620.0,4151212.0,4555663.0,4320255.0,4646156.0,4422400.0,4843401.0,4666723.0,5037373.0,4864124.0,5215543.0,4987893.0,5536912.0,5271974.0,5269018.0,5298248.0,5769033.0,6146250.0,6291477.0,6127623.0,6236072.0,6362025.0,7011157.0,6912680.0,7146858.0,6958995.0,7157443.0,6964890.0,7642511.0,7362843.0,7321534.0,7324117.0,7915117.0,7580607.0,8023094.0,7881540.0,8102666.0,7915501.0,8287420.0,8163344.0,8941020.0,8357136.0,9206709.0,8865841.0,9399304.0,9110283.0,9529272.0,9189990.0,9791891.0,9663255.0,10367907.0,10118499.0,10552349.0,10335235.0,10935990.0,10124655.0,10936238.0,10650330.0,10814966.0,10744141.0,11263234.0,10710089.0,11288945.0,10810018.0,11519320.0,11260183.0,11732673.0,11392255.0,12112498.0],"unit":"ns","throughput":[],"typical":{"estimate":21.391391523946673,"lower_bound":21.220294325430338,"upper_bound":21.56772602326882,"unit":"ns"},"mean":{"estimate":21.463083926850416,"lower_bound":21.286174395394305,"upper_bound":21.64212934861886,"unit":"ns"},"median":{"estimate":21.37279966890112,"lower_bound":21.272135221174707,"upper_bound":21.64324946368703,"unit":"ns"},"median_abs_dev":{"estimate":1.0036198795935736,"lower_bound":0.7262429062116376,"upper_bound":1.1902278827538553,"unit":"ns"},"slope":{"estimate":21.391391523946673,"lower_bound":21.220294325430338,"upper_bound":21.56772602326882,"unit":"ns"},"change":{"mean":{"estimate":0.11624462391718238,"lower_bound":0.09860159660708588,"upper_bound":0.1334464053795938,"unit":"%"},"median":{"estimate":0.133143005763658,"lower_bound":0.11274961717247134,"upper_bound":0.15111111565293114,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"subi","benchmarks":["subi/subi"],"report_directory":"/root/fuel-core/target/criterion/reports/subi"} -{"reason":"benchmark-complete","id":"xor/xor","report_directory":"/root/fuel-core/target/criterion/reports/xor/xor","iteration_count":[5702,11404,17106,22808,28510,34212,39914,45616,51318,57020,62722,68424,74126,79828,85530,91232,96934,102636,108338,114040,119742,125444,131146,136848,142550,148252,153954,159656,165358,171060,176762,182464,188166,193868,199570,205272,210974,216676,222378,228080,233782,239484,245186,250888,256590,262292,267994,273696,279398,285100,290802,296504,302206,307908,313610,319312,325014,330716,336418,342120,347822,353524,359226,364928,370630,376332,382034,387736,393438,399140,404842,410544,416246,421948,427650,433352,439054,444756,450458,456160,461862,467564,473266,478968,484670,490372,496074,501776,507478,513180,518882,524584,530286,535988,541690,547392,553094,558796,564498,570200],"measured_values":[131523.0,281252.0,369505.0,507538.0,544282.0,706444.0,767636.0,979428.0,1026473.0,1273541.0,1277210.0,1681427.0,1502110.0,1785300.0,1829759.0,2132306.0,1979309.0,2603679.0,2379274.0,2479098.0,2493762.0,2809355.0,2725096.0,2977167.0,2898365.0,3115288.0,3327667.0,3888573.0,3393310.0,3935510.0,3667255.0,4135287.0,3868212.0,4151622.0,4031492.0,4421360.0,4303231.0,4780946.0,4572708.0,5306362.0,4799963.0,5238656.0,4856109.0,5601657.0,5470655.0,5853665.0,5242280.0,6060171.0,5682044.0,6641499.0,6603440.0,6726410.0,6677900.0,6944637.0,6392476.0,6641423.0,6226145.0,6862403.0,6657509.0,7586676.0,7261923.0,7858858.0,6893353.0,7961165.0,7415380.0,8102947.0,7941099.0,8320353.0,7787486.0,8428417.0,8253809.0,9019553.0,8621248.0,9746340.0,8575499.0,9952491.0,9129759.0,9902908.0,9139823.0,11237540.0,10475372.0,10576424.0,9743604.0,11070606.0,10135176.0,11219330.0,9981275.0,10309885.0,10244487.0,10594701.0,10439083.0,11521871.0,12157076.0,11807629.0,10816055.0,13195139.0,11925875.0,12966088.0,11818717.0,13402091.0],"unit":"ns","throughput":[],"typical":{"estimate":21.563865035184,"lower_bound":21.214518375584777,"upper_bound":21.918733875929593,"unit":"ns"},"mean":{"estimate":21.533944060281346,"lower_bound":21.271834225143774,"upper_bound":21.801765834182337,"unit":"ns"},"median":{"estimate":21.464980037963976,"lower_bound":20.82612617126823,"upper_bound":21.888648763014825,"unit":"ns"},"median_abs_dev":{"estimate":1.3915527351143837,"lower_bound":1.1052808705171036,"upper_bound":1.745115646371151,"unit":"ns"},"slope":{"estimate":21.563865035184,"lower_bound":21.214518375584777,"upper_bound":21.918733875929593,"unit":"ns"},"change":{"mean":{"estimate":0.14773048136866884,"lower_bound":0.1315775052557187,"upper_bound":0.16397632092262096,"unit":"%"},"median":{"estimate":0.15018969168920648,"lower_bound":0.11485871294270411,"upper_bound":0.1711573318340338,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"xor","benchmarks":["xor/xor"],"report_directory":"/root/fuel-core/target/criterion/reports/xor"} -{"reason":"benchmark-complete","id":"xori/xori","report_directory":"/root/fuel-core/target/criterion/reports/xori/xori","iteration_count":[5628,11256,16884,22512,28140,33768,39396,45024,50652,56280,61908,67536,73164,78792,84420,90048,95676,101304,106932,112560,118188,123816,129444,135072,140700,146328,151956,157584,163212,168840,174468,180096,185724,191352,196980,202608,208236,213864,219492,225120,230748,236376,242004,247632,253260,258888,264516,270144,275772,281400,287028,292656,298284,303912,309540,315168,320796,326424,332052,337680,343308,348936,354564,360192,365820,371448,377076,382704,388332,393960,399588,405216,410844,416472,422100,427728,433356,438984,444612,450240,455868,461496,467124,472752,478380,484008,489636,495264,500892,506520,512148,517776,523404,529032,534660,540288,545916,551544,557172,562800],"measured_values":[120218.0,223439.0,341433.0,508361.0,597156.0,695582.0,819758.0,859090.0,1085358.0,1100202.0,1226542.0,1243709.0,1381236.0,1827276.0,1895604.0,1788460.0,2006921.0,2367084.0,2407292.0,2508264.0,2452865.0,2724654.0,2726623.0,3022947.0,3234122.0,3289429.0,3254300.0,3534235.0,3576308.0,3898109.0,3639370.0,3934082.0,3811912.0,3989712.0,4084422.0,4128639.0,4251642.0,4287025.0,4322177.0,4664247.0,5004698.0,4401941.0,5418976.0,4886469.0,5434678.0,5131388.0,5462746.0,5451759.0,5785537.0,5259686.0,5523348.0,5600382.0,6476511.0,6090279.0,6700602.0,6217341.0,6530421.0,6064454.0,7185430.0,7068337.0,7746097.0,6560501.0,7210933.0,7322398.0,7726997.0,7897386.0,7710553.0,7561070.0,8227975.0,7755357.0,7942520.0,7730085.0,8393501.0,8193413.0,8437969.0,8093644.0,8793660.0,8570987.0,9505099.0,9975816.0,9996209.0,9277677.0,10020785.0,9553731.0,10594963.0,9634101.0,10256422.0,10103296.0,10247839.0,9739731.0,11511290.0,11375624.0,11205853.0,11465533.0,11307086.0,11820450.0,11139548.0,10913550.0,10836837.0,10908394.0],"unit":"ns","throughput":[],"typical":{"estimate":20.606966760069064,"lower_bound":20.337295096433014,"upper_bound":20.87946161514893,"unit":"ns"},"mean":{"estimate":20.75436607118289,"lower_bound":20.52408312839649,"upper_bound":20.985770524054313,"unit":"ns"},"median":{"estimate":20.68539563769299,"lower_bound":20.377472755271263,"upper_bound":21.02016724924882,"unit":"ns"},"median_abs_dev":{"estimate":1.3129808442073567,"lower_bound":1.004761767038342,"upper_bound":1.5723622896332772,"unit":"ns"},"slope":{"estimate":20.606966760069064,"lower_bound":20.337295096433014,"upper_bound":20.87946161514893,"unit":"ns"},"change":{"mean":{"estimate":0.1460238496360371,"lower_bound":0.12677896447188616,"upper_bound":0.1645067337545883,"unit":"%"},"median":{"estimate":0.15041598115230892,"lower_bound":0.1316070718796527,"upper_bound":0.17328362712654433,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"xori","benchmarks":["xori/xori"],"report_directory":"/root/fuel-core/target/criterion/reports/xori"} -{"reason":"benchmark-complete","id":"wdcm/wdcm","report_directory":"/root/fuel-core/target/criterion/reports/wdcm/wdcm","iteration_count":[4841,9682,14523,19364,24205,29046,33887,38728,43569,48410,53251,58092,62933,67774,72615,77456,82297,87138,91979,96820,101661,106502,111343,116184,121025,125866,130707,135548,140389,145230,150071,154912,159753,164594,169435,174276,179117,183958,188799,193640,198481,203322,208163,213004,217845,222686,227527,232368,237209,242050,246891,251732,256573,261414,266255,271096,275937,280778,285619,290460,295301,300142,304983,309824,314665,319506,324347,329188,334029,338870,343711,348552,353393,358234,363075,367916,372757,377598,382439,387280,392121,396962,401803,406644,411485,416326,421167,426008,430849,435690,440531,445372,450213,455054,459895,464736,469577,474418,479259,484100],"measured_values":[176151.0,292518.0,478287.0,570824.0,775840.0,895337.0,1114563.0,1172045.0,1370542.0,1541675.0,1759600.0,1796769.0,1982093.0,2131209.0,2357303.0,2415147.0,2726130.0,2706114.0,2977307.0,2925251.0,3303782.0,3298771.0,3461789.0,3353283.0,3783838.0,3988844.0,4252006.0,4206766.0,4874690.0,4495893.0,5020577.0,4789496.0,5262461.0,5174317.0,5355935.0,5430012.0,5994302.0,5629745.0,6107830.0,5926055.0,6427694.0,6277052.0,6764949.0,6879448.0,7177451.0,6909440.0,7217500.0,7057053.0,7786835.0,7549822.0,8015562.0,7767949.0,8406834.0,8127165.0,8825092.0,8331754.0,9144415.0,8821415.0,9287912.0,8993218.0,9636786.0,9452759.0,9891837.0,9580253.0,10212590.0,9966356.0,10327007.0,9888959.0,10721761.0,10762627.0,11190949.0,10811534.0,11131591.0,11157713.0,11734086.0,11182814.0,11931717.0,11856050.0,12711099.0,11840774.0,12774406.0,12424831.0,14054454.0,13248873.0,13780395.0,13099589.0,13672640.0,13112225.0,13979519.0,13656768.0,14577888.0,13747482.0,14793324.0,14262347.0,16790745.0,15132891.0,16459586.0,14971574.0,15329458.0,14904140.0],"unit":"ns","throughput":[],"typical":{"estimate":32.09474884174744,"lower_bound":31.742106320425805,"upper_bound":32.485102189612,"unit":"ns"},"mean":{"estimate":31.901375702139827,"lower_bound":31.65902057366918,"upper_bound":32.156353471960855,"unit":"ns"},"median":{"estimate":31.650877009790456,"lower_bound":31.41772724057923,"upper_bound":32.29727141274342,"unit":"ns"},"median_abs_dev":{"estimate":1.1775066517478407,"lower_bound":0.8705012014722208,"upper_bound":1.372999898004554,"unit":"ns"},"slope":{"estimate":32.09474884174744,"lower_bound":31.742106320425805,"upper_bound":32.485102189612,"unit":"ns"},"change":{"mean":{"estimate":-0.06995923477108457,"lower_bound":-0.12116378385715872,"upper_bound":-0.02201439691766656,"unit":"%"},"median":{"estimate":-0.011354718552838095,"lower_bound":-0.02001050461450271,"upper_bound":0.00975709636917621,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"wdcm","benchmarks":["wdcm/wdcm"],"report_directory":"/root/fuel-core/target/criterion/reports/wdcm"} -{"reason":"benchmark-complete","id":"wdop/wdop","report_directory":"/root/fuel-core/target/criterion/reports/wdop/wdop","iteration_count":[4602,9204,13806,18408,23010,27612,32214,36816,41418,46020,50622,55224,59826,64428,69030,73632,78234,82836,87438,92040,96642,101244,105846,110448,115050,119652,124254,128856,133458,138060,142662,147264,151866,156468,161070,165672,170274,174876,179478,184080,188682,193284,197886,202488,207090,211692,216294,220896,225498,230100,234702,239304,243906,248508,253110,257712,262314,266916,271518,276120,280722,285324,289926,294528,299130,303732,308334,312936,317538,322140,326742,331344,335946,340548,345150,349752,354354,358956,363558,368160,372762,377364,381966,386568,391170,395772,400374,404976,409578,414180,418782,423384,427986,432588,437190,441792,446394,450996,455598,460200],"measured_values":[183807.0,360652.0,549504.0,719407.0,924834.0,1068397.0,1289599.0,1423160.0,1603418.0,1753792.0,2092899.0,2152044.0,2436854.0,2500235.0,2771007.0,2867237.0,3154080.0,3211318.0,3465924.0,3597705.0,3907965.0,4032226.0,4227380.0,4324333.0,4667168.0,4656472.0,4960189.0,4993277.0,5332172.0,5377642.0,5653704.0,6323365.0,6452286.0,6368566.0,6940810.0,6617549.0,6952213.0,7020065.0,7324722.0,7289736.0,7732635.0,7642116.0,7934904.0,7847103.0,8260429.0,8229362.0,8690916.0,8724201.0,9139795.0,8958545.0,9404254.0,9340595.0,9778114.0,9586658.0,10529828.0,10144566.0,10598302.0,10531759.0,10844917.0,10869031.0,11301985.0,11114482.0,11718865.0,11468760.0,11890945.0,11855943.0,12522971.0,12213166.0,12691495.0,12948815.0,13460763.0,13114298.0,13543651.0,13181774.0,13822666.0,13551006.0,14166682.0,13918127.0,14457469.0,14514788.0,15108130.0,14754787.0,15566294.0,15371132.0,15793768.0,15548947.0,16209559.0,15943814.0,16374498.0,16093083.0,16898424.0,16545601.0,17390061.0,16919563.0,17460127.0,17295151.0,18305104.0,17540728.0,18167182.0,17947088.0],"unit":"ns","throughput":[],"typical":{"estimate":39.76741407784165,"lower_bound":39.58539736984722,"upper_bound":39.957911475609336,"unit":"ns"},"mean":{"estimate":39.80153763816464,"lower_bound":39.62990401357212,"upper_bound":39.981933799880814,"unit":"ns"},"median":{"estimate":39.81431986093003,"lower_bound":39.494608322468494,"upper_bound":39.95511328632121,"unit":"ns"},"median_abs_dev":{"estimate":0.9920963661507655,"lower_bound":0.7211217626385334,"upper_bound":1.1485515526144785,"unit":"ns"},"slope":{"estimate":39.76741407784165,"lower_bound":39.58539736984722,"upper_bound":39.957911475609336,"unit":"ns"},"change":{"mean":{"estimate":-0.005275449385933384,"lower_bound":-0.010177703007281547,"upper_bound":-0.000358856143270106,"unit":"%"},"median":{"estimate":-0.0052924879132276725,"lower_bound":-0.013662084094071214,"upper_bound":-0.0006194413966951196,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wdop","benchmarks":["wdop/wdop"],"report_directory":"/root/fuel-core/target/criterion/reports/wdop"} -{"reason":"benchmark-complete","id":"wdml/wdml","report_directory":"/root/fuel-core/target/criterion/reports/wdml/wdml","iteration_count":[4478,8956,13434,17912,22390,26868,31346,35824,40302,44780,49258,53736,58214,62692,67170,71648,76126,80604,85082,89560,94038,98516,102994,107472,111950,116428,120906,125384,129862,134340,138818,143296,147774,152252,156730,161208,165686,170164,174642,179120,183598,188076,192554,197032,201510,205988,210466,214944,219422,223900,228378,232856,237334,241812,246290,250768,255246,259724,264202,268680,273158,277636,282114,286592,291070,295548,300026,304504,308982,313460,317938,322416,326894,331372,335850,340328,344806,349284,353762,358240,362718,367196,371674,376152,380630,385108,389586,394064,398542,403020,407498,411976,416454,420932,425410,429888,434366,438844,443322,447800],"measured_values":[186819.0,362953.0,550646.0,734266.0,921015.0,1086017.0,1290198.0,1396739.0,1666542.0,1809530.0,2000900.0,2139501.0,2429688.0,2504179.0,2763777.0,2944085.0,3097206.0,3211155.0,3437563.0,3668305.0,3863272.0,4145058.0,4185746.0,4432268.0,4567225.0,4675199.0,4840029.0,4944132.0,5315694.0,5641932.0,5725934.0,5635790.0,5989319.0,6090390.0,6454252.0,6646685.0,6774177.0,7050861.0,7224467.0,7335677.0,7494186.0,7673633.0,7735201.0,8040789.0,8174078.0,8439695.0,8356453.0,8606988.0,8828613.0,8899986.0,9092016.0,9068818.0,9299681.0,9714535.0,9810973.0,10205608.0,10045042.0,10166979.0,10417301.0,10645677.0,10756760.0,11486809.0,11241808.0,11144033.0,11579146.0,12163151.0,11831451.0,11910334.0,12136068.0,12188214.0,13020797.0,13144432.0,13358997.0,13660774.0,13402498.0,13557281.0,13359064.0,13747715.0,13890368.0,14050819.0,14134179.0,14237597.0,14360567.0,15636435.0,15386204.0,15674397.0,15947503.0,16075772.0,15757444.0,15964654.0,16075946.0,16363866.0,16214540.0,16441492.0,16854156.0,17605423.0,17901475.0,17920688.0,18067907.0,18067693.0],"unit":"ns","throughput":[],"typical":{"estimate":40.03026641651453,"lower_bound":39.81074654435233,"upper_bound":40.25172199422018,"unit":"ns"},"mean":{"estimate":40.28668255687895,"lower_bound":40.119704239248584,"upper_bound":40.452444060147286,"unit":"ns"},"median":{"estimate":40.414898764329315,"lower_bound":39.98774697462728,"upper_bound":40.726564438489405,"unit":"ns"},"median_abs_dev":{"estimate":0.9957080006902235,"lower_bound":0.75269800376433,"upper_bound":1.2013800405527193,"unit":"ns"},"slope":{"estimate":40.03026641651453,"lower_bound":39.81074654435233,"upper_bound":40.25172199422018,"unit":"ns"},"change":{"mean":{"estimate":0.02320134629889381,"lower_bound":0.017403077040532136,"upper_bound":0.02849799923093607,"unit":"%"},"median":{"estimate":0.028482507457636252,"lower_bound":0.017174376177507167,"upper_bound":0.03786242130957018,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"wdml","benchmarks":["wdml/wdml"],"report_directory":"/root/fuel-core/target/criterion/reports/wdml"} -{"reason":"benchmark-complete","id":"wddv/wddv","report_directory":"/root/fuel-core/target/criterion/reports/wddv/wddv","iteration_count":[4181,8362,12543,16724,20905,25086,29267,33448,37629,41810,45991,50172,54353,58534,62715,66896,71077,75258,79439,83620,87801,91982,96163,100344,104525,108706,112887,117068,121249,125430,129611,133792,137973,142154,146335,150516,154697,158878,163059,167240,171421,175602,179783,183964,188145,192326,196507,200688,204869,209050,213231,217412,221593,225774,229955,234136,238317,242498,246679,250860,255041,259222,263403,267584,271765,275946,280127,284308,288489,292670,296851,301032,305213,309394,313575,317756,321937,326118,330299,334480,338661,342842,347023,351204,355385,359566,363747,367928,372109,376290,380471,384652,388833,393014,397195,401376,405557,409738,413919,418100],"measured_values":[346961.0,580553.0,881414.0,1144032.0,1432268.0,1735639.0,1986046.0,2269741.0,2581921.0,2904573.0,3149358.0,3367991.0,3724790.0,4002228.0,4236212.0,4508372.0,4931563.0,5205140.0,5397114.0,5553666.0,5878756.0,6419075.0,6547428.0,7031853.0,7213903.0,7537865.0,7612881.0,8091325.0,8436394.0,8643334.0,9010895.0,9172550.0,9530427.0,9695516.0,10113867.0,9991363.0,10504010.0,11214833.0,11152954.0,11433479.0,11674015.0,12249834.0,12249404.0,12641093.0,12826903.0,13252343.0,13688392.0,13605210.0,14225589.0,14644841.0,14326396.0,14520008.0,15000559.0,15737619.0,15429218.0,15758772.0,16099740.0,17006879.0,16890136.0,17011133.0,17347579.0,17867206.0,17965284.0,17968429.0,18816930.0,19149270.0,19135275.0,19485662.0,19703252.0,20084729.0,20131100.0,20632193.0,20900638.0,21159647.0,21796031.0,21669592.0,22246309.0,22714862.0,22519630.0,22841690.0,23180041.0,23824423.0,23352990.0,23635305.0,24461316.0,24788737.0,24617636.0,24796787.0,25463987.0,25932852.0,26032866.0,26415786.0,26674481.0,27197970.0,27392886.0,27491679.0,28235509.0,28503189.0,28537790.0,29099883.0],"unit":"ns","throughput":[],"typical":{"estimate":68.60009794284608,"lower_bound":68.40615226773089,"upper_bound":68.78468607448164,"unit":"ns"},"mean":{"estimate":68.69516087856915,"lower_bound":68.41844856353167,"upper_bound":69.07337111044751,"unit":"ns"},"median":{"estimate":68.52139532316524,"lower_bound":68.39827301774204,"upper_bound":68.83046836529398,"unit":"ns"},"median_abs_dev":{"estimate":0.9669323594579351,"lower_bound":0.6916183352856544,"upper_bound":1.1949947773535818,"unit":"ns"},"slope":{"estimate":68.60009794284608,"lower_bound":68.40615226773089,"upper_bound":68.78468607448164,"unit":"ns"},"change":{"mean":{"estimate":0.028527845850126576,"lower_bound":0.021729342899604463,"upper_bound":0.03543369152517648,"unit":"%"},"median":{"estimate":0.030941310555243184,"lower_bound":0.02372730505923637,"upper_bound":0.03592083463150053,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"wddv","benchmarks":["wddv/wddv"],"report_directory":"/root/fuel-core/target/criterion/reports/wddv"} -{"reason":"benchmark-complete","id":"wdmd/wdmd","report_directory":"/root/fuel-core/target/criterion/reports/wdmd/wdmd","iteration_count":[3200,6400,9600,12800,16000,19200,22400,25600,28800,32000,35200,38400,41600,44800,48000,51200,54400,57600,60800,64000,67200,70400,73600,76800,80000,83200,86400,89600,92800,96000,99200,102400,105600,108800,112000,115200,118400,121600,124800,128000,131200,134400,137600,140800,144000,147200,150400,153600,156800,160000,163200,166400,169600,172800,176000,179200,182400,185600,188800,192000,195200,198400,201600,204800,208000,211200,214400,217600,220800,224000,227200,230400,233600,236800,240000,243200,246400,249600,252800,256000,259200,262400,265600,268800,272000,275200,278400,281600,284800,288000,291200,294400,297600,300800,304000,307200,310400,313600,316800,320000],"measured_values":[437188.0,838744.0,1268491.0,1666456.0,2114517.0,2507269.0,3023586.0,3472286.0,3832831.0,4158613.0,4634428.0,5009221.0,5455040.0,5869435.0,6329277.0,6726730.0,7173959.0,7595016.0,7998580.0,8396337.0,8837848.0,9213267.0,9640231.0,10057859.0,10484523.0,10822954.0,11344593.0,11736744.0,12154066.0,12586328.0,13053720.0,13408888.0,13853879.0,14200198.0,14717759.0,15290276.0,15521059.0,15984825.0,16356962.0,16697560.0,17155869.0,17575632.0,18128621.0,18450133.0,18891139.0,19207687.0,19689972.0,20203506.0,20563821.0,20959182.0,21272635.0,21799594.0,22312921.0,22727430.0,22992630.0,23465996.0,24047265.0,24559766.0,24800211.0,25244273.0,25714101.0,26102294.0,26492331.0,26834513.0,27318752.0,27659570.0,28229800.0,28581669.0,29010744.0,29468920.0,30007967.0,30268870.0,30628730.0,31143882.0,31446269.0,31939574.0,32338330.0,32612109.0,33217324.0,33795230.0,34052985.0,34517996.0,34870657.0,35278730.0,35819416.0,36458331.0,36635984.0,36930382.0,37563798.0,37773290.0,38549378.0,38621774.0,39001016.0,39417334.0,39835573.0,40892666.0,40692226.0,40982123.0,41756045.0,41757551.0],"unit":"ns","throughput":[],"typical":{"estimate":131.38003422583864,"lower_bound":131.23268951044304,"upper_bound":131.54076755439658,"unit":"ns"},"mean":{"estimate":131.43351046861832,"lower_bound":131.26159365027908,"upper_bound":131.63418864045602,"unit":"ns"},"median":{"estimate":131.2676997723035,"lower_bound":131.13048057090597,"upper_bound":131.38954385878165,"unit":"ns"},"median_abs_dev":{"estimate":0.43315138595416364,"lower_bound":0.3309896418510168,"upper_bound":0.582694560539252,"unit":"ns"},"slope":{"estimate":131.38003422583864,"lower_bound":131.23268951044304,"upper_bound":131.54076755439658,"unit":"ns"},"change":{"mean":{"estimate":-0.007196785659154714,"lower_bound":-0.009620301797598855,"upper_bound":-0.00493180076289933,"unit":"%"},"median":{"estimate":-0.008173184376997322,"lower_bound":-0.010424599573624294,"upper_bound":-0.005696457920948417,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wdmd","benchmarks":["wdmd/wdmd"],"report_directory":"/root/fuel-core/target/criterion/reports/wdmd"} -{"reason":"benchmark-complete","id":"wdam/wdam","report_directory":"/root/fuel-core/target/criterion/reports/wdam/wdam","iteration_count":[3382,6764,10146,13528,16910,20292,23674,27056,30438,33820,37202,40584,43966,47348,50730,54112,57494,60876,64258,67640,71022,74404,77786,81168,84550,87932,91314,94696,98078,101460,104842,108224,111606,114988,118370,121752,125134,128516,131898,135280,138662,142044,145426,148808,152190,155572,158954,162336,165718,169100,172482,175864,179246,182628,186010,189392,192774,196156,199538,202920,206302,209684,213066,216448,219830,223212,226594,229976,233358,236740,240122,243504,246886,250268,253650,257032,260414,263796,267178,270560,273942,277324,280706,284088,287470,290852,294234,297616,300998,304380,307762,311144,314526,317908,321290,324672,328054,331436,334818,338200],"measured_values":[415273.0,757345.0,1161656.0,1523159.0,1940059.0,2275722.0,2734897.0,3059389.0,3492690.0,3821877.0,4258281.0,4617330.0,5010540.0,5269234.0,5752941.0,6031865.0,6524632.0,6810092.0,7213461.0,7524281.0,8032045.0,8251429.0,8737624.0,9055502.0,9598072.0,9833322.0,10297407.0,10565051.0,11085827.0,11296202.0,11886803.0,12112246.0,12510722.0,12785228.0,13338084.0,13651376.0,14106428.0,14414091.0,15619136.0,15251668.0,15926250.0,15902084.0,16585465.0,16646292.0,17409725.0,17586196.0,17946671.0,18132144.0,18797030.0,18815757.0,19476770.0,19773158.0,20328234.0,20623268.0,21034888.0,21205025.0,21862114.0,21916858.0,22401014.0,22678367.0,23391635.0,23453727.0,23991309.0,24101750.0,24769311.0,25003444.0,25557046.0,25707607.0,26362516.0,26982116.0,27561225.0,27519299.0,28359579.0,27833348.0,28479158.0,28736176.0,29315580.0,29507477.0,30211623.0,30348951.0,31029841.0,30991158.0,32036100.0,31638341.0,32392403.0,32472013.0,33103050.0,33374003.0,33996644.0,34194679.0,34989995.0,34630622.0,35230577.0,35444665.0,36582827.0,36737281.0,37508330.0,37554647.0,38371835.0,38269156.0],"unit":"ns","throughput":[],"typical":{"estimate":112.75080673445952,"lower_bound":112.48540038172733,"upper_bound":113.01974391036123,"unit":"ns"},"mean":{"estimate":112.87737215070497,"lower_bound":112.5996445743392,"upper_bound":113.2016840774986,"unit":"ns"},"median":{"estimate":112.6811366651924,"lower_bound":112.27738221959393,"upper_bound":112.97641396288347,"unit":"ns"},"median_abs_dev":{"estimate":1.0941538540225508,"lower_bound":0.8887486841576375,"upper_bound":1.4339836705795588,"unit":"ns"},"slope":{"estimate":112.75080673445952,"lower_bound":112.48540038172733,"upper_bound":113.01974391036123,"unit":"ns"},"change":{"mean":{"estimate":-0.01422278186208581,"lower_bound":-0.017564774908092065,"upper_bound":-0.010774436976568262,"unit":"%"},"median":{"estimate":-0.01433675021349412,"lower_bound":-0.018196504277619763,"upper_bound":-0.011374541282162975,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"wdam","benchmarks":["wdam/wdam"],"report_directory":"/root/fuel-core/target/criterion/reports/wdam"} -{"reason":"benchmark-complete","id":"wdmm/wdmm","report_directory":"/root/fuel-core/target/criterion/reports/wdmm/wdmm","iteration_count":[3308,6616,9924,13232,16540,19848,23156,26464,29772,33080,36388,39696,43004,46312,49620,52928,56236,59544,62852,66160,69468,72776,76084,79392,82700,86008,89316,92624,95932,99240,102548,105856,109164,112472,115780,119088,122396,125704,129012,132320,135628,138936,142244,145552,148860,152168,155476,158784,162092,165400,168708,172016,175324,178632,181940,185248,188556,191864,195172,198480,201788,205096,208404,211712,215020,218328,221636,224944,228252,231560,234868,238176,241484,244792,248100,251408,254716,258024,261332,264640,267948,271256,274564,277872,281180,284488,287796,291104,294412,297720,301028,304336,307644,310952,314260,317568,320876,324184,327492,330800],"measured_values":[446439.0,872036.0,1323645.0,1741537.0,2204548.0,2625101.0,3118414.0,3543249.0,3948258.0,4359968.0,4844525.0,5266617.0,5732802.0,6104058.0,6547348.0,6990775.0,7541885.0,8149602.0,8358228.0,8686786.0,9137666.0,9573207.0,10049340.0,10392786.0,10890326.0,11313527.0,11796401.0,12133099.0,12686319.0,13097084.0,13630284.0,14055375.0,14327508.0,14805569.0,15338477.0,15744947.0,16137884.0,16582875.0,16881143.0,17456399.0,17774929.0,18281930.0,18601870.0,19177286.0,19445623.0,19864665.0,20262246.0,20880355.0,21170781.0,21680666.0,22032538.0,22572125.0,23018894.0,23368465.0,23694074.0,24246340.0,24744413.0,25382102.0,25564836.0,26022103.0,26472424.0,27028741.0,27264317.0,27907129.0,28051531.0,28754975.0,29029873.0,29411936.0,29703537.0,30443445.0,30749588.0,31167096.0,31842186.0,31934825.0,32354268.0,32859188.0,33332405.0,33831451.0,34088439.0,34895191.0,35174262.0,35866322.0,36084677.0,36426482.0,36877618.0,37751904.0,38267240.0,38463079.0,38672100.0,38789073.0,39460496.0,39871611.0,40415976.0,41044696.0,41211354.0,41631613.0,42153357.0,42490990.0,42801492.0,43296412.0],"unit":"ns","throughput":[],"typical":{"estimate":131.26157935525003,"lower_bound":131.10690721050284,"upper_bound":131.42880739186305,"unit":"ns"},"mean":{"estimate":131.6633605173953,"lower_bound":131.46078595752365,"upper_bound":131.88474128392255,"unit":"ns"},"median":{"estimate":131.4482318200076,"lower_bound":131.21019841389904,"upper_bound":131.72014043091127,"unit":"ns"},"median_abs_dev":{"estimate":0.809637655587978,"lower_bound":0.6338348813236278,"upper_bound":1.0082926916921549,"unit":"ns"},"slope":{"estimate":131.26157935525003,"lower_bound":131.10690721050284,"upper_bound":131.42880739186305,"unit":"ns"},"change":{"mean":{"estimate":0.006348727315211189,"lower_bound":0.0038003429568641113,"upper_bound":0.008754577922519824,"unit":"%"},"median":{"estimate":0.004901418425563797,"lower_bound":0.002138007364190786,"upper_bound":0.009079676017719893,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wdmm","benchmarks":["wdmm/wdmm"],"report_directory":"/root/fuel-core/target/criterion/reports/wdmm"} -{"reason":"benchmark-complete","id":"wqcm/wqcm","report_directory":"/root/fuel-core/target/criterion/reports/wqcm/wqcm","iteration_count":[4770,9540,14310,19080,23850,28620,33390,38160,42930,47700,52470,57240,62010,66780,71550,76320,81090,85860,90630,95400,100170,104940,109710,114480,119250,124020,128790,133560,138330,143100,147870,152640,157410,162180,166950,171720,176490,181260,186030,190800,195570,200340,205110,209880,214650,219420,224190,228960,233730,238500,243270,248040,252810,257580,262350,267120,271890,276660,281430,286200,290970,295740,300510,305280,310050,314820,319590,324360,329130,333900,338670,343440,348210,352980,357750,362520,367290,372060,376830,381600,386370,391140,395910,400680,405450,410220,414990,419760,424530,429300,434070,438840,443610,448380,453150,457920,462690,467460,472230,477000],"measured_values":[226022.0,330938.0,478422.0,664161.0,802397.0,958365.0,1113439.0,1281600.0,1436947.0,1584958.0,1772778.0,1944271.0,2117869.0,2255959.0,2522044.0,2528309.0,2661701.0,2906279.0,3051431.0,3307706.0,3379360.0,3732718.0,3682702.0,3932546.0,4103588.0,4220442.0,4318153.0,4610341.0,4678872.0,4725591.0,4946801.0,5197176.0,5140239.0,5719861.0,5943511.0,5985272.0,6024098.0,5984502.0,6081363.0,6200412.0,6575505.0,6660545.0,6910265.0,7048801.0,7342257.0,7278901.0,7950464.0,7815921.0,7711135.0,7980344.0,8040706.0,8255302.0,8816518.0,8617028.0,8728628.0,8935419.0,9153820.0,9383263.0,9216404.0,9587814.0,9717494.0,9863238.0,10299764.0,10518209.0,10534672.0,10538608.0,10278812.0,10770218.0,10813819.0,11060138.0,11095478.0,11463838.0,11546422.0,11994803.0,11823335.0,12055000.0,11972140.0,12259502.0,12396473.0,12848813.0,13271368.0,12827502.0,13554595.0,13857311.0,13541228.0,14049444.0,14380171.0,14163963.0,14500654.0,14448403.0,14122702.0,14145996.0,14818030.0,14805989.0,15436648.0,15077692.0,15291289.0,15849905.0,15456622.0,16385409.0],"unit":"ns","throughput":[],"typical":{"estimate":33.507090046374394,"lower_bound":33.33039945945926,"upper_bound":33.68531680124838,"unit":"ns"},"mean":{"estimate":33.79743798619587,"lower_bound":33.55159691103874,"upper_bound":34.14547981086304,"unit":"ns"},"median":{"estimate":33.57625558290037,"lower_bound":33.4432102522486,"upper_bound":33.73624837775781,"unit":"ns"},"median_abs_dev":{"estimate":0.7506446587791099,"lower_bound":0.5434251432879391,"upper_bound":0.8894781253870615,"unit":"ns"},"slope":{"estimate":33.507090046374394,"lower_bound":33.33039945945926,"upper_bound":33.68531680124838,"unit":"ns"},"change":{"mean":{"estimate":0.010446283348512164,"lower_bound":0.0007591340640959128,"upper_bound":0.02343320579819061,"unit":"%"},"median":{"estimate":0.011117177884064855,"lower_bound":0.0042653223270272544,"upper_bound":0.015884354957855118,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wqcm","benchmarks":["wqcm/wqcm"],"report_directory":"/root/fuel-core/target/criterion/reports/wqcm"} -{"reason":"benchmark-complete","id":"wqop/wqop","report_directory":"/root/fuel-core/target/criterion/reports/wqop/wqop","iteration_count":[4464,8928,13392,17856,22320,26784,31248,35712,40176,44640,49104,53568,58032,62496,66960,71424,75888,80352,84816,89280,93744,98208,102672,107136,111600,116064,120528,124992,129456,133920,138384,142848,147312,151776,156240,160704,165168,169632,174096,178560,183024,187488,191952,196416,200880,205344,209808,214272,218736,223200,227664,232128,236592,241056,245520,249984,254448,258912,263376,267840,272304,276768,281232,285696,290160,294624,299088,303552,308016,312480,316944,321408,325872,330336,334800,339264,343728,348192,352656,357120,361584,366048,370512,374976,379440,383904,388368,392832,397296,401760,406224,410688,415152,419616,424080,428544,433008,437472,441936,446400],"measured_values":[230506.0,366247.0,565351.0,757016.0,939419.0,1153387.0,1298488.0,1466808.0,1700167.0,1886513.0,2099945.0,2211570.0,2442240.0,2659712.0,2788235.0,2996810.0,3225592.0,3343670.0,3537753.0,3766785.0,3938135.0,4055266.0,4324866.0,4436936.0,4670715.0,4949357.0,5037402.0,5224400.0,5465872.0,5577077.0,5810194.0,5980916.0,6208605.0,6257710.0,6604438.0,6693393.0,6937794.0,7147048.0,7317527.0,7451555.0,7643335.0,7745810.0,8046554.0,8359323.0,8392293.0,8605841.0,8789060.0,8895564.0,9107860.0,9268710.0,9650406.0,9648018.0,9869771.0,10262894.0,10447221.0,10687273.0,10821255.0,10860688.0,11042416.0,11221253.0,11433151.0,11847501.0,11835288.0,12159535.0,11994657.0,12478563.0,12520324.0,12773265.0,12881713.0,13032822.0,13275285.0,13482832.0,13593203.0,13669372.0,14322137.0,14347510.0,14403438.0,14506755.0,14802841.0,15059842.0,15184375.0,15398157.0,16099188.0,16113804.0,16630310.0,16240156.0,16273573.0,16467088.0,16704720.0,16791979.0,16932047.0,17141434.0,17438193.0,17734055.0,17856894.0,18145859.0,18087553.0,18236335.0,18612598.0,18614675.0],"unit":"ns","throughput":[],"typical":{"estimate":42.07159074411293,"lower_bound":41.95526731131489,"upper_bound":42.20621076744404,"unit":"ns"},"mean":{"estimate":42.11439140976398,"lower_bound":41.94880632934503,"upper_bound":42.354710647465886,"unit":"ns"},"median":{"estimate":41.96666209422213,"lower_bound":41.895359169653524,"upper_bound":42.06595036716496,"unit":"ns"},"median_abs_dev":{"estimate":0.3815538507921235,"lower_bound":0.2921102211767034,"upper_bound":0.4797622214839013,"unit":"ns"},"slope":{"estimate":42.07159074411293,"lower_bound":41.95526731131489,"upper_bound":42.20621076744404,"unit":"ns"},"change":{"mean":{"estimate":-0.012996381239784971,"lower_bound":-0.018204158861001796,"upper_bound":-0.006649660152267873,"unit":"%"},"median":{"estimate":-0.013354535961596081,"lower_bound":-0.01626691196424047,"upper_bound":-0.010316161818964442,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wqop","benchmarks":["wqop/wqop"],"report_directory":"/root/fuel-core/target/criterion/reports/wqop"} -{"reason":"benchmark-complete","id":"wqml/wqml","report_directory":"/root/fuel-core/target/criterion/reports/wqml/wqml","iteration_count":[4165,8330,12495,16660,20825,24990,29155,33320,37485,41650,45815,49980,54145,58310,62475,66640,70805,74970,79135,83300,87465,91630,95795,99960,104125,108290,112455,116620,120785,124950,129115,133280,137445,141610,145775,149940,154105,158270,162435,166600,170765,174930,179095,183260,187425,191590,195755,199920,204085,208250,212415,216580,220745,224910,229075,233240,237405,241570,245735,249900,254065,258230,262395,266560,270725,274890,279055,283220,287385,291550,295715,299880,304045,308210,312375,316540,320705,324870,329035,333200,337365,341530,345695,349860,354025,358190,362355,366520,370685,374850,379015,383180,387345,391510,395675,399840,404005,408170,412335,416500],"measured_values":[218286.0,397118.0,630874.0,817242.0,1032593.0,1229651.0,1448025.0,1627858.0,1872977.0,2094548.0,2328694.0,2475332.0,2694584.0,2872878.0,3095827.0,3236742.0,3560486.0,3662768.0,4053297.0,3969620.0,4362949.0,4592210.0,4849561.0,4810233.0,5271147.0,5351162.0,5710457.0,5643852.0,6088702.0,6295247.0,6588393.0,6450873.0,7077296.0,7064247.0,7276119.0,7264494.0,7608341.0,7799360.0,8348689.0,8097165.0,8653250.0,8686864.0,9136182.0,9034037.0,9668816.0,9591356.0,9917225.0,9899655.0,10288844.0,10342712.0,10703617.0,10456916.0,11187664.0,11226754.0,11908186.0,11375142.0,12199956.0,11931275.0,12388093.0,12356511.0,13043738.0,12783489.0,13049569.0,12912196.0,13780667.0,13719161.0,14271507.0,13682047.0,14339724.0,14516403.0,15011721.0,14500432.0,15296017.0,15386863.0,15781601.0,15294693.0,16160396.0,15932860.0,16690469.0,16320091.0,17330338.0,16776037.0,17729869.0,17006773.0,17885173.0,17921228.0,18668737.0,17897748.0,18979052.0,18690098.0,19264521.0,18597378.0,19467326.0,19867385.0,19945105.0,19494816.0,20440485.0,20335900.0,20627272.0,20245221.0],"unit":"ns","throughput":[],"typical":{"estimate":49.950300420212415,"lower_bound":49.698386678772636,"upper_bound":50.1990799574965,"unit":"ns"},"mean":{"estimate":49.89732523906409,"lower_bound":49.69817143054199,"upper_bound":50.09509167246932,"unit":"ns"},"median":{"estimate":49.91058704001081,"lower_bound":49.66643800377294,"upper_bound":50.28579902549255,"unit":"ns"},"median_abs_dev":{"estimate":1.0857108888370115,"lower_bound":0.8219304779285745,"upper_bound":1.346021547229377,"unit":"ns"},"slope":{"estimate":49.950300420212415,"lower_bound":49.698386678772636,"upper_bound":50.1990799574965,"unit":"ns"},"change":{"mean":{"estimate":0.02558240455561367,"lower_bound":0.020206619924474763,"upper_bound":0.030397999558893465,"unit":"%"},"median":{"estimate":0.028665259955890532,"lower_bound":0.024379693473267048,"upper_bound":0.035720209973672645,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"wqml","benchmarks":["wqml/wqml"],"report_directory":"/root/fuel-core/target/criterion/reports/wqml"} -{"reason":"benchmark-complete","id":"wqdv/wqdv","report_directory":"/root/fuel-core/target/criterion/reports/wqdv/wqdv","iteration_count":[3826,7652,11478,15304,19130,22956,26782,30608,34434,38260,42086,45912,49738,53564,57390,61216,65042,68868,72694,76520,80346,84172,87998,91824,95650,99476,103302,107128,110954,114780,118606,122432,126258,130084,133910,137736,141562,145388,149214,153040,156866,160692,164518,168344,172170,175996,179822,183648,187474,191300,195126,198952,202778,206604,210430,214256,218082,221908,225734,229560,233386,237212,241038,244864,248690,252516,256342,260168,263994,267820,271646,275472,279298,283124,286950,290776,294602,298428,302254,306080,309906,313732,317558,321384,325210,329036,332862,336688,340514,344340,348166,351992,355818,359644,363470,367296,371122,374948,378774,382600],"measured_values":[336956.0,634940.0,930996.0,1261936.0,1587407.0,1870769.0,2234438.0,2483571.0,2795908.0,3025239.0,3400430.0,3697022.0,4003504.0,4383436.0,4634571.0,5014547.0,5338427.0,5630302.0,5954683.0,6256911.0,6558963.0,6886656.0,7211873.0,7476372.0,7743071.0,8187453.0,8605719.0,8875694.0,9074925.0,9485189.0,9600684.0,9931519.0,10352209.0,10626629.0,10926952.0,11195892.0,11717617.0,11850467.0,12284741.0,12673264.0,13109898.0,13157651.0,13404361.0,13699949.0,13922300.0,14369895.0,14682586.0,15004378.0,15462556.0,15719526.0,15943241.0,16393144.0,16810275.0,17037982.0,17252061.0,17423026.0,17951279.0,18114202.0,18562122.0,19073667.0,19263249.0,19397416.0,19669403.0,20431262.0,20562867.0,20491632.0,20867143.0,21237664.0,21690977.0,21829667.0,22357789.0,22494432.0,22786257.0,23133725.0,23419431.0,23824654.0,24417465.0,24494825.0,24727776.0,25173513.0,25323627.0,25702094.0,26140256.0,26450070.0,26283330.0,26583102.0,27153477.0,27778521.0,28007627.0,28006127.0,28328763.0,28598245.0,29097381.0,29696588.0,29418396.0,29758770.0,30276293.0,30616724.0,30977252.0,31410848.0],"unit":"ns","throughput":[],"typical":{"estimate":81.840904855526,"lower_bound":81.69741065611919,"upper_bound":81.98851929388199,"unit":"ns"},"mean":{"estimate":81.90637891035685,"lower_bound":81.73106397617435,"upper_bound":82.10415286327948,"unit":"ns"},"median":{"estimate":81.77425678296207,"lower_bound":81.65422287966248,"upper_bound":81.9251799495144,"unit":"ns"},"median_abs_dev":{"estimate":0.675573648930087,"lower_bound":0.45261145368996925,"upper_bound":0.8325055228907612,"unit":"ns"},"slope":{"estimate":81.840904855526,"lower_bound":81.69741065611919,"upper_bound":81.98851929388199,"unit":"ns"},"change":{"mean":{"estimate":-0.0041560227721669785,"lower_bound":-0.008307693209039223,"upper_bound":-0.0005352241065638752,"unit":"%"},"median":{"estimate":-0.00442490513093452,"lower_bound":-0.00785440951431271,"upper_bound":-0.000055850846265581566,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wqdv","benchmarks":["wqdv/wqdv"],"report_directory":"/root/fuel-core/target/criterion/reports/wqdv"} -{"reason":"benchmark-complete","id":"wqmd/wqmd","report_directory":"/root/fuel-core/target/criterion/reports/wqmd/wqmd","iteration_count":[2540,5080,7620,10160,12700,15240,17780,20320,22860,25400,27940,30480,33020,35560,38100,40640,43180,45720,48260,50800,53340,55880,58420,60960,63500,66040,68580,71120,73660,76200,78740,81280,83820,86360,88900,91440,93980,96520,99060,101600,104140,106680,109220,111760,114300,116840,119380,121920,124460,127000,129540,132080,134620,137160,139700,142240,144780,147320,149860,152400,154940,157480,160020,162560,165100,167640,170180,172720,175260,177800,180340,182880,185420,187960,190500,193040,195580,198120,200660,203200,205740,208280,210820,213360,215900,218440,220980,223520,226060,228600,231140,233680,236220,238760,241300,243840,246380,248920,251460,254000],"measured_values":[523497.0,1038290.0,1568299.0,2097870.0,2585297.0,3119588.0,3604198.0,4128195.0,4661317.0,5188381.0,5666822.0,6191136.0,6702161.0,7203067.0,7736598.0,8258076.0,8766501.0,9289218.0,9786183.0,10370788.0,10898654.0,11339551.0,11899722.0,12421666.0,12921001.0,13518957.0,14014149.0,14437392.0,15022349.0,15480816.0,16007935.0,16509275.0,17219010.0,17518526.0,18206026.0,18638043.0,19057134.0,19608460.0,20236230.0,20631147.0,21115425.0,21663629.0,22170635.0,22857633.0,23206367.0,23753251.0,24227888.0,24736692.0,25295463.0,25771988.0,26442781.0,27167353.0,27492985.0,28257087.0,28500561.0,29199122.0,30193943.0,29908862.0,30511064.0,30985853.0,31414387.0,32288074.0,32602221.0,33281722.0,33823895.0,34333846.0,34762971.0,35526353.0,35922225.0,36447506.0,36761701.0,37440095.0,38107378.0,38634603.0,38848727.0,39254879.0,39980142.0,40229925.0,40750474.0,41218910.0,41832689.0,42319356.0,42787478.0,43306432.0,43841668.0,45022504.0,45015164.0,45656409.0,46168237.0,46425369.0,46850691.0,47445562.0,48164698.0,48593085.0,49151773.0,49486965.0,50654706.0,51135329.0,51013550.0,51614015.0],"unit":"ns","throughput":[],"typical":{"estimate":203.92656655911213,"lower_bound":203.66396199759478,"upper_bound":204.20945439379673,"unit":"ns"},"mean":{"estimate":203.89401235430017,"lower_bound":203.68860780323885,"upper_bound":204.11500837126874,"unit":"ns"},"median":{"estimate":203.58190511143732,"lower_bound":203.20478346456693,"upper_bound":203.91397739395478,"unit":"ns"},"median_abs_dev":{"estimate":0.9397233727797817,"lower_bound":0.562923688844715,"upper_bound":1.2613170908377,"unit":"ns"},"slope":{"estimate":203.92656655911213,"lower_bound":203.66396199759478,"upper_bound":204.20945439379673,"unit":"ns"},"change":{"mean":{"estimate":0.01846843162999723,"lower_bound":0.016714543560902323,"upper_bound":0.020118913057664306,"unit":"%"},"median":{"estimate":0.01857587309844222,"lower_bound":0.016480180745337858,"upper_bound":0.02040707073424548,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"wqmd","benchmarks":["wqmd/wqmd"],"report_directory":"/root/fuel-core/target/criterion/reports/wqmd"} -{"reason":"benchmark-complete","id":"wqam/wqam","report_directory":"/root/fuel-core/target/criterion/reports/wqam/wqam","iteration_count":[3123,6246,9369,12492,15615,18738,21861,24984,28107,31230,34353,37476,40599,43722,46845,49968,53091,56214,59337,62460,65583,68706,71829,74952,78075,81198,84321,87444,90567,93690,96813,99936,103059,106182,109305,112428,115551,118674,121797,124920,128043,131166,134289,137412,140535,143658,146781,149904,153027,156150,159273,162396,165519,168642,171765,174888,178011,181134,184257,187380,190503,193626,196749,199872,202995,206118,209241,212364,215487,218610,221733,224856,227979,231102,234225,237348,240471,243594,246717,249840,252963,256086,259209,262332,265455,268578,271701,274824,277947,281070,284193,287316,290439,293562,296685,299808,302931,306054,309177,312300],"measured_values":[484425.0,840114.0,1266793.0,1692967.0,2106705.0,2466815.0,2871186.0,3295931.0,3716507.0,4147391.0,4516999.0,4985950.0,5379293.0,5777355.0,6195712.0,6605981.0,6983049.0,7421502.0,7803137.0,8279842.0,8658676.0,9111543.0,9587087.0,10140698.0,10310970.0,10727383.0,11126929.0,11573575.0,11979431.0,12370185.0,12797037.0,13182887.0,13664741.0,14046783.0,14447161.0,14877864.0,15417524.0,15969183.0,16254615.0,16609174.0,16911416.0,17380359.0,17726056.0,18255007.0,18642302.0,18948590.0,19423955.0,19808856.0,20228525.0,20612689.0,21012546.0,21461461.0,21882133.0,22365756.0,22709930.0,23153580.0,23493553.0,23879468.0,24418009.0,24821284.0,25217038.0,25841831.0,26026245.0,26409223.0,26950855.0,27187363.0,27652057.0,28116777.0,28537979.0,28808998.0,29299938.0,29787355.0,30197581.0,30475815.0,31031036.0,31382170.0,31807359.0,32536229.0,32746986.0,33065161.0,33476494.0,33841036.0,34322761.0,34777123.0,35418532.0,36098221.0,36241292.0,36360835.0,36791364.0,37128296.0,37543942.0,38008905.0,38439816.0,38703863.0,39145117.0,39708169.0,40035425.0,40357058.0,40891016.0,41319526.0],"unit":"ns","throughput":[],"typical":{"estimate":132.40998818218094,"lower_bound":132.28437158895892,"upper_bound":132.55751290608933,"unit":"ns"},"mean":{"estimate":132.72785336557416,"lower_bound":132.3870600527789,"upper_bound":133.27616534580284,"unit":"ns"},"median":{"estimate":132.28961706847883,"lower_bound":132.2042307076529,"upper_bound":132.36827164891147,"unit":"ns"},"median_abs_dev":{"estimate":0.36200014580622836,"lower_bound":0.26044856666242594,"upper_bound":0.4837060300344764,"unit":"ns"},"slope":{"estimate":132.40998818218094,"lower_bound":132.28437158895892,"upper_bound":132.55751290608933,"unit":"ns"},"change":{"mean":{"estimate":0.005987853787372988,"lower_bound":0.002442709938231009,"upper_bound":0.009829973585019212,"unit":"%"},"median":{"estimate":0.004436483432421978,"lower_bound":0.0034622578334175813,"upper_bound":0.0058892424822727385,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wqam","benchmarks":["wqam/wqam"],"report_directory":"/root/fuel-core/target/criterion/reports/wqam"} -{"reason":"benchmark-complete","id":"wqmm/wqmm","report_directory":"/root/fuel-core/target/criterion/reports/wqmm/wqmm","iteration_count":[3209,6418,9627,12836,16045,19254,22463,25672,28881,32090,35299,38508,41717,44926,48135,51344,54553,57762,60971,64180,67389,70598,73807,77016,80225,83434,86643,89852,93061,96270,99479,102688,105897,109106,112315,115524,118733,121942,125151,128360,131569,134778,137987,141196,144405,147614,150823,154032,157241,160450,163659,166868,170077,173286,176495,179704,182913,186122,189331,192540,195749,198958,202167,205376,208585,211794,215003,218212,221421,224630,227839,231048,234257,237466,240675,243884,247093,250302,253511,256720,259929,263138,266347,269556,272765,275974,279183,282392,285601,288810,292019,295228,298437,301646,304855,308064,311273,314482,317691,320900],"measured_values":[473511.0,861192.0,1301157.0,1717961.0,2175050.0,2481469.0,2921464.0,3365154.0,3813694.0,4144471.0,4588576.0,5058566.0,5448557.0,5831792.0,6300588.0,6674922.0,7080812.0,7480157.0,7964402.0,8332688.0,8783886.0,9110838.0,9581831.0,10013550.0,10441706.0,10821755.0,11377241.0,11683772.0,12325427.0,12705338.0,13086662.0,13385198.0,13934099.0,14198995.0,14731992.0,15076621.0,15499205.0,15839324.0,16388598.0,16806631.0,17158644.0,17715703.0,18114481.0,18305422.0,18838216.0,19187899.0,19950862.0,20077944.0,20746361.0,20805419.0,21356578.0,21750414.0,22225712.0,22494386.0,23245337.0,23516384.0,24014269.0,24187442.0,24816250.0,25098723.0,25885502.0,25863019.0,26444814.0,26828752.0,27176045.0,27616924.0,28433142.0,28441207.0,29077659.0,29156978.0,29810626.0,30227873.0,30713555.0,30859059.0,31375682.0,31775085.0,32440868.0,32650588.0,33249738.0,33670736.0,33926117.0,34085862.0,34882463.0,35295351.0,35835376.0,35872639.0,36924241.0,36868042.0,37595810.0,37492984.0,38581583.0,38569043.0,38905671.0,39245738.0,39890045.0,40270982.0,40900887.0,41543981.0,41970902.0,42146898.0],"unit":"ns","throughput":[],"typical":{"estimate":130.86447120171428,"lower_bound":130.668816946283,"upper_bound":131.0612241004378,"unit":"ns"},"mean":{"estimate":131.01294526320066,"lower_bound":130.68352602094004,"upper_bound":131.46007104488956,"unit":"ns"},"median":{"estimate":130.62921511866296,"lower_bound":130.4155538158685,"upper_bound":130.8941103147398,"unit":"ns"},"median_abs_dev":{"estimate":0.9486955271494321,"lower_bound":0.7046148525069414,"upper_bound":1.1200216439729693,"unit":"ns"},"slope":{"estimate":130.86447120171428,"lower_bound":130.668816946283,"upper_bound":131.0612241004378,"unit":"ns"},"change":{"mean":{"estimate":-0.00593536872180811,"lower_bound":-0.009730409050152624,"upper_bound":-0.002083184669573024,"unit":"%"},"median":{"estimate":-0.007284698049811245,"lower_bound":-0.009108201034576324,"upper_bound":-0.0049472938306074354,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"wqmm","benchmarks":["wqmm/wqmm"],"report_directory":"/root/fuel-core/target/criterion/reports/wqmm"} -{"reason":"benchmark-complete","id":"eck1/eck1","report_directory":"/root/fuel-core/target/criterion/reports/eck1/eck1","iteration_count":[29,58,87,116,145,174,203,232,261,290,319,348,377,406,435,464,493,522,551,580,609,638,667,696,725,754,783,812,841,870,899,928,957,986,1015,1044,1073,1102,1131,1160,1189,1218,1247,1276,1305,1334,1363,1392,1421,1450,1479,1508,1537,1566,1595,1624,1653,1682,1711,1740,1769,1798,1827,1856,1885,1914,1943,1972,2001,2030,2059,2088,2117,2146,2175,2204,2233,2262,2291,2320,2349,2378,2407,2436,2465,2494,2523,2552,2581,2610,2639,2668,2697,2726,2755,2784,2813,2842,2871,2900],"measured_values":[1060514.0,1985886.0,2973619.0,3992343.0,4959295.0,5950065.0,6941419.0,7987204.0,8980714.0,10007980.0,10905353.0,11897507.0,13001383.0,13883364.0,14906870.0,15860126.0,16880467.0,17851604.0,18843205.0,19888495.0,20851401.0,21847074.0,22804513.0,23861904.0,24813059.0,25840229.0,26796416.0,27851246.0,28780186.0,29777083.0,30792090.0,31780642.0,32743558.0,33746415.0,34757153.0,35825137.0,36738601.0,37713031.0,38720578.0,39896031.0,40733023.0,41682178.0,42768561.0,43652471.0,44670314.0,45645071.0,46714706.0,47615658.0,48640142.0,49671817.0,50742952.0,51780026.0,52602713.0,53603780.0,54577528.0,55565757.0,56563727.0,57632355.0,58572415.0,59714450.0,60558245.0,61596914.0,62494001.0,63507249.0,64549806.0,65531142.0,66507631.0,67515512.0,68512448.0,69519155.0,70445648.0,71445057.0,72540634.0,73503294.0,74738993.0,75426028.0,76575617.0,77507269.0,78499248.0,79367416.0,80606565.0,81500121.0,82486735.0,83270843.0,84394918.0,85426524.0,86460014.0,87392846.0,88316166.0,89443281.0,90314147.0,91324509.0,92286654.0,93309817.0,94398628.0,95288320.0,96361343.0,97426624.0,98344432.0,99228684.0],"unit":"ns","throughput":[],"typical":{"estimate":34247.51391570655,"lower_bound":34239.57082098449,"upper_bound":34255.965358240595,"unit":"ns"},"mean":{"estimate":34275.987496150636,"lower_bound":34244.228292177686,"upper_bound":34329.91878633392,"unit":"ns"},"median":{"estimate":34238.27496641289,"lower_bound":34229.54830254856,"upper_bound":34245.88916256158,"unit":"ns"},"median_abs_dev":{"estimate":32.97852344510296,"lower_bound":23.793291337683137,"upper_bound":43.201452449203714,"unit":"ns"},"slope":{"estimate":34247.51391570655,"lower_bound":34239.57082098449,"upper_bound":34255.965358240595,"unit":"ns"},"change":{"mean":{"estimate":0.0005679789678998404,"lower_bound":-0.0026027965161150315,"upper_bound":0.003152655516886126,"unit":"%"},"median":{"estimate":0.0015645478312349415,"lower_bound":0.0010773634383345065,"upper_bound":0.0018488004334955566,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"eck1","benchmarks":["eck1/eck1"],"report_directory":"/root/fuel-core/target/criterion/reports/eck1"} -{"reason":"benchmark-complete","id":"ecr1/ecr1","report_directory":"/root/fuel-core/target/criterion/reports/ecr1/ecr1","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1425514.0,2815339.0,4224696.0,5634526.0,7069136.0,8449072.0,9856582.0,11294230.0,12702012.0,14112734.0,15518113.0,16934530.0,18334689.0,19722006.0,21153112.0,22531693.0,24194521.0,25407222.0,26813211.0,28197377.0,29604934.0,31059800.0,32419134.0,33828908.0,35619840.0,36702248.0,38053790.0,39439946.0,40941265.0,42312302.0,43715780.0,45099559.0,46555236.0,47910012.0,49373180.0,50782306.0,52131952.0,53598283.0,55009736.0,57092152.0,57906115.0,59262269.0,60639948.0,62007291.0,63871665.0,64892741.0,66512939.0,67684859.0,69172110.0,70497948.0,71904343.0,73326956.0,74723646.0,76104947.0,77268042.0,78983433.0,80307884.0,81777187.0,83562891.0,84876575.0,85793630.0,87288395.0,88776516.0,90240456.0,91808680.0,92951745.0,94419365.0,95867943.0,97334580.0,98921448.0,100228158.0,101408043.0,102924481.0,104241971.0,106401077.0,107062785.0,108797152.0,109848512.0,111641208.0,112698559.0,114199418.0,115516418.0,116952488.0,118387181.0,119736281.0,121229187.0,122578668.0,124304119.0,125475097.0,126862478.0,128245783.0,129661015.0,131210846.0,132582815.0,133817485.0,135538805.0,136774231.0,138563783.0,139605723.0,140917067.0],"unit":"ns","throughput":[],"typical":{"estimate":470157.7129156199,"lower_bound":469981.9989983388,"upper_bound":470355.3116232289,"unit":"ns"},"mean":{"estimate":470318.5972019735,"lower_bound":470099.0609017874,"upper_bound":470569.6763287982,"unit":"ns"},"median":{"estimate":470008.45725945017,"lower_bound":469931.88541109324,"upper_bound":470144.2575650118,"unit":"ns"},"median_abs_dev":{"estimate":541.220907886249,"lower_bound":381.06695401904267,"upper_bound":701.1252917294344,"unit":"ns"},"slope":{"estimate":470157.7129156199,"lower_bound":469981.9989983388,"upper_bound":470355.3116232289,"unit":"ns"},"change":{"mean":{"estimate":-0.0007926131534118364,"lower_bound":-0.0029513464034389763,"upper_bound":0.0006027611708421249,"unit":"%"},"median":{"estimate":0.00009361755329373445,"lower_bound":-0.00015466298576183313,"upper_bound":0.0004620218568294199,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"ecr1","benchmarks":["ecr1/ecr1"],"report_directory":"/root/fuel-core/target/criterion/reports/ecr1"} -{"reason":"benchmark-complete","id":"k256/1","report_directory":"/root/fuel-core/target/criterion/reports/k256/1","iteration_count":[1519,3038,4557,6076,7595,9114,10633,12152,13671,15190,16709,18228,19747,21266,22785,24304,25823,27342,28861,30380,31899,33418,34937,36456,37975,39494,41013,42532,44051,45570,47089,48608,50127,51646,53165,54684,56203,57722,59241,60760,62279,63798,65317,66836,68355,69874,71393,72912,74431,75950,77469,78988,80507,82026,83545,85064,86583,88102,89621,91140,92659,94178,95697,97216,98735,100254,101773,103292,104811,106330,107849,109368,110887,112406,113925,115444,116963,118482,120001,121520,123039,124558,126077,127596,129115,130634,132153,133672,135191,136710,138229,139748,141267,142786,144305,145824,147343,148862,150381,151900],"measured_values":[753781.0,1434468.0,2153794.0,2873919.0,3589041.0,4312398.0,5022373.0,5775750.0,6458880.0,7210377.0,7926597.0,8641443.0,9343064.0,10083955.0,10798924.0,11513880.0,12227129.0,12916925.0,13682809.0,14379999.0,15087808.0,15821881.0,16545594.0,17272850.0,18145848.0,18927324.0,19434659.0,20193408.0,20843594.0,21534098.0,22242611.0,23052885.0,23782227.0,24622555.0,25162761.0,25873922.0,26585399.0,27549074.0,28225405.0,28785595.0,29550718.0,30442519.0,30907870.0,31673192.0,32373672.0,33097690.0,33924062.0,34544867.0,35228557.0,35952790.0,36649827.0,37419572.0,38054849.0,38826794.0,39583948.0,40337281.0,40951980.0,41988811.0,42648035.0,43265098.0,43838551.0,44889266.0,45276658.0,46026229.0,46706509.0,47451058.0,48147072.0,48935045.0,49656141.0,50372465.0,51001376.0,51817665.0,52507769.0,53643158.0,54272674.0,54691869.0,55350579.0,56357691.0,57073822.0,57716784.0,58196279.0,58949984.0,59878155.0,60497213.0,61168889.0,61918297.0,62944459.0,63600054.0,63969888.0,64876750.0,65571082.0,66218331.0,66849515.0,67624980.0,68395561.0,69179594.0,69727132.0,71199348.0,71521342.0,71891589.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":474.31524330063615,"lower_bound":473.98302424349095,"upper_bound":474.687537796099,"unit":"ns"},"mean":{"estimate":474.34861767159526,"lower_bound":473.92340333088606,"upper_bound":474.93173756350154,"unit":"ns"},"median":{"estimate":473.7547738450219,"lower_bound":473.525020967291,"upper_bound":473.9073245068637,"unit":"ns"},"median_abs_dev":{"estimate":0.9236534690506404,"lower_bound":0.6709056192394385,"upper_bound":1.146191232589934,"unit":"ns"},"slope":{"estimate":474.31524330063615,"lower_bound":473.98302424349095,"upper_bound":474.687537796099,"unit":"ns"},"change":{"mean":{"estimate":0.0007254536505514331,"lower_bound":-0.0021794792239204974,"upper_bound":0.0028773079314244106,"unit":"%"},"median":{"estimate":0.00016260650225019546,"lower_bound":-0.0004930206812098215,"upper_bound":0.0008493812557683889,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/10","report_directory":"/root/fuel-core/target/criterion/reports/k256/10","iteration_count":[1534,3068,4602,6136,7670,9204,10738,12272,13806,15340,16874,18408,19942,21476,23010,24544,26078,27612,29146,30680,32214,33748,35282,36816,38350,39884,41418,42952,44486,46020,47554,49088,50622,52156,53690,55224,56758,58292,59826,61360,62894,64428,65962,67496,69030,70564,72098,73632,75166,76700,78234,79768,81302,82836,84370,85904,87438,88972,90506,92040,93574,95108,96642,98176,99710,101244,102778,104312,105846,107380,108914,110448,111982,113516,115050,116584,118118,119652,121186,122720,124254,125788,127322,128856,130390,131924,133458,134992,136526,138060,139594,141128,142662,144196,145730,147264,148798,150332,151866,153400],"measured_values":[751669.0,1463609.0,2169857.0,2884458.0,3604418.0,4399170.0,5028658.0,5763962.0,6479108.0,7209106.0,7890576.0,8680016.0,9373782.0,10114687.0,10817744.0,11519363.0,12449463.0,13081765.0,13614480.0,14449413.0,15233600.0,15835177.0,16519947.0,17345399.0,17980748.0,18678995.0,19437507.0,20131446.0,20947767.0,21711494.0,22327337.0,23048056.0,23684665.0,24601879.0,25149933.0,25928159.0,26594182.0,27429089.0,28091065.0,28878184.0,29499605.0,30338085.0,30843834.0,31727264.0,32264644.0,33195160.0,33867150.0,34565529.0,35170518.0,36028979.0,36647720.0,37404855.0,38348335.0,38940148.0,39419620.0,40465327.0,41119750.0,41809111.0,42434378.0,43254891.0,43760162.0,44823056.0,45294330.0,46077367.0,46665893.0,47628709.0,48244118.0,49157045.0,49506942.0,50521181.0,51143188.0,52022264.0,52441806.0,53491364.0,53831916.0,54776474.0,55318224.0,56277732.0,56803317.0,57638532.0,58322265.0,59134469.0,59765543.0,60735707.0,61556459.0,62216420.0,62587967.0,63600586.0,64329206.0,65085655.0,65445609.0,66603933.0,67097196.0,67969595.0,68683856.0,69478456.0,69947086.0,70863612.0,71504632.0,72362528.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":470.17166675882595,"lower_bound":469.82893508469476,"upper_bound":470.48616806463485,"unit":"ns"},"mean":{"estimate":470.3195335540276,"lower_bound":469.84471352256304,"upper_bound":470.9106235372274,"unit":"ns"},"median":{"estimate":469.9561440677966,"lower_bound":469.546100357704,"upper_bound":470.32283298986414,"unit":"ns"},"median_abs_dev":{"estimate":1.6508604543099072,"lower_bound":1.2589328892221374,"upper_bound":1.9832646067725233,"unit":"ns"},"slope":{"estimate":470.17166675882595,"lower_bound":469.82893508469476,"upper_bound":470.48616806463485,"unit":"ns"},"change":{"mean":{"estimate":-0.0006346456570731629,"lower_bound":-0.0021408228925188315,"upper_bound":0.0008445915258340152,"unit":"%"},"median":{"estimate":-0.000527870115451412,"lower_bound":-0.0014242693001591533,"upper_bound":0.0005220200064992575,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/100","report_directory":"/root/fuel-core/target/criterion/reports/k256/100","iteration_count":[1537,3074,4611,6148,7685,9222,10759,12296,13833,15370,16907,18444,19981,21518,23055,24592,26129,27666,29203,30740,32277,33814,35351,36888,38425,39962,41499,43036,44573,46110,47647,49184,50721,52258,53795,55332,56869,58406,59943,61480,63017,64554,66091,67628,69165,70702,72239,73776,75313,76850,78387,79924,81461,82998,84535,86072,87609,89146,90683,92220,93757,95294,96831,98368,99905,101442,102979,104516,106053,107590,109127,110664,112201,113738,115275,116812,118349,119886,121423,122960,124497,126034,127571,129108,130645,132182,133719,135256,136793,138330,139867,141404,142941,144478,146015,147552,149089,150626,152163,153700],"measured_values":[784174.0,1434521.0,2153717.0,2875183.0,3577954.0,4317182.0,5032021.0,5759596.0,6495414.0,7283008.0,7926964.0,8695158.0,9396519.0,10106935.0,10840073.0,11593121.0,12263149.0,13038434.0,13722010.0,14420997.0,15178504.0,15981031.0,16627694.0,17306634.0,17956974.0,18712029.0,19490054.0,20211853.0,20855832.0,21713084.0,22379588.0,23161348.0,23769129.0,24542579.0,25181464.0,25960477.0,26591042.0,27364062.0,28054319.0,28892754.0,29444255.0,30226547.0,30918457.0,31781198.0,32580097.0,33253777.0,33884219.0,34606609.0,35241118.0,36052841.0,36715021.0,37493683.0,38150207.0,39076604.0,39770395.0,40506408.0,41073454.0,41886264.0,42564191.0,43319721.0,43889598.0,44635804.0,45289591.0,46191446.0,46681208.0,47598992.0,48187158.0,49017042.0,49581386.0,50770889.0,51335475.0,51874297.0,52630904.0,53427205.0,54089198.0,54863481.0,55329937.0,56454256.0,57052960.0,57759775.0,58358019.0,59055894.0,59661300.0,60754193.0,61178989.0,62077337.0,62749707.0,63439535.0,63992908.0,64866084.0,65624886.0,66356286.0,67003868.0,67943066.0,68687933.0,69415265.0,69801886.0,70856252.0,71442379.0,72312110.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":469.27779684197844,"lower_bound":469.0165887013814,"upper_bound":469.53293932549127,"unit":"ns"},"mean":{"estimate":469.64934667851844,"lower_bound":469.0444515861666,"upper_bound":470.6375233533975,"unit":"ns"},"median":{"estimate":469.206864044652,"lower_bound":469.0239696579084,"upper_bound":469.635328562134,"unit":"ns"},"median_abs_dev":{"estimate":1.431855177822603,"lower_bound":1.001732377718369,"upper_bound":1.673996796039508,"unit":"ns"},"slope":{"estimate":469.27779684197844,"lower_bound":469.0165887013814,"upper_bound":469.53293932549127,"unit":"ns"},"change":{"mean":{"estimate":-0.002996571519617963,"lower_bound":-0.005100742581064799,"upper_bound":-0.00048471541011877497,"unit":"%"},"median":{"estimate":-0.0028513432073653533,"lower_bound":-0.003481258647377472,"upper_bound":-0.0018319434014464214,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/1000","report_directory":"/root/fuel-core/target/criterion/reports/k256/1000","iteration_count":[274,548,822,1096,1370,1644,1918,2192,2466,2740,3014,3288,3562,3836,4110,4384,4658,4932,5206,5480,5754,6028,6302,6576,6850,7124,7398,7672,7946,8220,8494,8768,9042,9316,9590,9864,10138,10412,10686,10960,11234,11508,11782,12056,12330,12604,12878,13152,13426,13700,13974,14248,14522,14796,15070,15344,15618,15892,16166,16440,16714,16988,17262,17536,17810,18084,18358,18632,18906,19180,19454,19728,20002,20276,20550,20824,21098,21372,21646,21920,22194,22468,22742,23016,23290,23564,23838,24112,24386,24660,24934,25208,25482,25756,26030,26304,26578,26852,27126,27400],"measured_values":[976642.0,1870697.0,2802522.0,3734676.0,4668965.0,5658677.0,6582480.0,7487185.0,8408487.0,9345498.0,10302965.0,11214696.0,12150151.0,13108651.0,14044022.0,15033907.0,15978684.0,16878399.0,17775381.0,18718002.0,19679244.0,20609249.0,21510090.0,22455507.0,23527498.0,24319049.0,25242571.0,26224653.0,27124707.0,28137296.0,28998906.0,29933076.0,30868507.0,31829411.0,32731056.0,33754928.0,34599110.0,35538936.0,36466423.0,37410921.0,38368231.0,39289945.0,40234827.0,41225262.0,42100980.0,43074832.0,43908373.0,44995745.0,45881181.0,46747053.0,47700762.0,48649553.0,49549004.0,50525822.0,51462439.0,52378190.0,53313050.0,54318369.0,55165778.0,56776357.0,57313560.0,58017664.0,59007500.0,59854919.0,60822170.0,61851038.0,62720384.0,63889160.0,64515614.0,65559650.0,66449214.0,67370039.0,68360382.0,69242129.0,70190675.0,71171703.0,72060856.0,73011466.0,73999493.0,74932088.0,75778854.0,76679641.0,77706533.0,78557902.0,79529508.0,80498885.0,81383014.0,82457298.0,83190201.0,84269846.0,85241544.0,86111020.0,87052012.0,87971947.0,88885759.0,89774914.0,90806915.0,91681093.0,92608606.0,93628575.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":3416.376427445773,"lower_bound":3415.4399834915976,"upper_bound":3417.5667354225416,"unit":"ns"},"mean":{"estimate":3418.2442988245975,"lower_bound":3415.8381165539863,"upper_bound":3421.941162129541,"unit":"ns"},"median":{"estimate":3415.1358877759867,"lower_bound":3414.515815085158,"upper_bound":3416.1808266847734,"unit":"ns"},"median_abs_dev":{"estimate":3.1345454674650233,"lower_bound":2.3296027227476785,"upper_bound":3.9096435379615144,"unit":"ns"},"slope":{"estimate":3416.376427445773,"lower_bound":3415.4399834915976,"upper_bound":3417.5667354225416,"unit":"ns"},"change":{"mean":{"estimate":0.00045669719483831805,"lower_bound":-0.0009296454480336918,"upper_bound":0.0018669019138054734,"unit":"%"},"median":{"estimate":0.0005088100840322518,"lower_bound":0.00023980255139988138,"upper_bound":0.0008336885412820738,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/10000","report_directory":"/root/fuel-core/target/criterion/reports/k256/10000","iteration_count":[32,64,96,128,160,192,224,256,288,320,352,384,416,448,480,512,544,576,608,640,672,704,736,768,800,832,864,896,928,960,992,1024,1056,1088,1120,1152,1184,1216,1248,1280,1312,1344,1376,1408,1440,1472,1504,1536,1568,1600,1632,1664,1696,1728,1760,1792,1824,1856,1888,1920,1952,1984,2016,2048,2080,2112,2144,2176,2208,2240,2272,2304,2336,2368,2400,2432,2464,2496,2528,2560,2592,2624,2656,2688,2720,2752,2784,2816,2848,2880,2912,2944,2976,3008,3040,3072,3104,3136,3168,3200],"measured_values":[1027543.0,1963131.0,2947605.0,3928499.0,4910014.0,5920828.0,6873406.0,7856448.0,8839753.0,9820508.0,10831035.0,11784210.0,12834261.0,13780139.0,14732060.0,15740693.0,16694538.0,17733246.0,18687407.0,19668182.0,20623161.0,21749897.0,22616113.0,23597541.0,24579036.0,25562181.0,26544705.0,27551761.0,28507756.0,29488031.0,30472260.0,31534839.0,32463366.0,33429862.0,34404730.0,35381513.0,36391858.0,37345399.0,38356648.0,39395693.0,40292214.0,41271349.0,42230937.0,43230453.0,44297833.0,45221928.0,46222675.0,47187079.0,48196589.0,49212216.0,50159536.0,51260902.0,52573394.0,53083062.0,54088515.0,55098606.0,56027885.0,57213049.0,58014217.0,59180244.0,59949400.0,60965178.0,61953240.0,62961527.0,63987628.0,64868622.0,66003699.0,66836628.0,67820012.0,68842077.0,69880785.0,70765986.0,71808097.0,72783348.0,73805653.0,74720652.0,75667058.0,76753273.0,77682666.0,78769726.0,79789525.0,80613674.0,81570049.0,82605122.0,83558011.0,84573831.0,85555326.0,86517984.0,87661176.0,88539767.0,89474753.0,90524760.0,91470876.0,92396324.0,93507310.0,94384957.0,95404355.0,96377275.0,97308544.0,98319800.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":30739.134941166692,"lower_bound":30732.663173027082,"upper_bound":30746.856753160682,"unit":"ns"},"mean":{"estimate":30751.757443889077,"lower_bound":30731.58747072852,"upper_bound":30784.581994574466,"unit":"ns"},"median":{"estimate":30728.65951025929,"lower_bound":30723.795,"upper_bound":30733.521507881997,"unit":"ns"},"median_abs_dev":{"estimate":21.24935944282573,"lower_bound":15.592215478475605,"upper_bound":30.20099314454689,"unit":"ns"},"slope":{"estimate":30739.134941166692,"lower_bound":30732.663173027082,"upper_bound":30746.856753160682,"unit":"ns"},"change":{"mean":{"estimate":-0.0003747460306656736,"lower_bound":-0.0023650341340209127,"upper_bound":0.0011534476574442064,"unit":"%"},"median":{"estimate":0.0002871397640025197,"lower_bound":-0.0001322536566439047,"upper_bound":0.0005180477503530234,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/19753","report_directory":"/root/fuel-core/target/criterion/reports/k256/19753","iteration_count":[17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1207,1224,1241,1258,1275,1292,1309,1326,1343,1360,1377,1394,1411,1428,1445,1462,1479,1496,1513,1530,1547,1564,1581,1598,1615,1632,1649,1666,1683,1700],"measured_values":[1043852.0,2056241.0,3080046.0,4108468.0,5137740.0,6162204.0,7217875.0,8216525.0,9246473.0,10270672.0,11326466.0,12354340.0,13381306.0,14379796.0,15412108.0,16490689.0,17462362.0,18514908.0,19515418.0,20568492.0,21598860.0,22625486.0,23653242.0,24677021.0,25785011.0,26763639.0,27736947.0,28867215.0,29923783.0,31248054.0,31867766.0,32867595.0,33950785.0,34950901.0,35996548.0,37023601.0,38048051.0,39058076.0,40084798.0,41110725.0,42205033.0,43196903.0,44255441.0,45289082.0,46247644.0,47337481.0,48301878.0,49384872.0,51174924.0,51410169.0,52488020.0,53460395.0,54913214.0,55758886.0,56604615.0,57587950.0,58603125.0,59695988.0,60651098.0,61703814.0,62766155.0,63762162.0,64758281.0,65849992.0,66843119.0,67843586.0,68904477.0,69977767.0,71319241.0,71951222.0,73024072.0,74032452.0,75047374.0,76088604.0,77172477.0,78210136.0,79167534.0,80230835.0,81254211.0,82379391.0,83271394.0,84754983.0,85428556.0,86389914.0,87425643.0,88408021.0,89491619.0,90457173.0,91578049.0,92517037.0,93750708.0,94572801.0,96028779.0,96674645.0,97656940.0,98721195.0,99735385.0,100865074.0,101859405.0,102772931.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":60531.706663305486,"lower_bound":60508.661497774185,"upper_bound":60559.28002364965,"unit":"ns"},"mean":{"estimate":60540.475460544854,"lower_bound":60510.08958008294,"upper_bound":60576.52103932067,"unit":"ns"},"median":{"estimate":60495.77093143906,"lower_bound":60484.029411764706,"upper_bound":60503.96368157779,"unit":"ns"},"median_abs_dev":{"estimate":47.62820568450389,"lower_bound":37.4284131890913,"upper_bound":63.121813581790924,"unit":"ns"},"slope":{"estimate":60531.706663305486,"lower_bound":60508.661497774185,"upper_bound":60559.28002364965,"unit":"ns"},"change":{"mean":{"estimate":-0.0005013320423737921,"lower_bound":-0.0016458296869495096,"upper_bound":0.0004914207828303817,"unit":"%"},"median":{"estimate":-0.0004386411014383196,"lower_bound":-0.0006577299083437849,"upper_bound":-0.0001089629622607117,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/29629","report_directory":"/root/fuel-core/target/criterion/reports/k256/29629","iteration_count":[11,22,33,44,55,66,77,88,99,110,121,132,143,154,165,176,187,198,209,220,231,242,253,264,275,286,297,308,319,330,341,352,363,374,385,396,407,418,429,440,451,462,473,484,495,506,517,528,539,550,561,572,583,594,605,616,627,638,649,660,671,682,693,704,715,726,737,748,759,770,781,792,803,814,825,836,847,858,869,880,891,902,913,924,935,946,957,968,979,990,1001,1012,1023,1034,1045,1056,1067,1078,1089,1100],"measured_values":[1034955.0,1982610.0,2976432.0,3966909.0,4975521.0,5949548.0,6972386.0,7933989.0,8926475.0,9945935.0,10936015.0,11900531.0,12922083.0,13883714.0,14904676.0,15895843.0,16860279.0,17884161.0,18957381.0,19863373.0,20884850.0,21844662.0,22811119.0,23830384.0,24823144.0,25784196.0,26805844.0,27810033.0,28816619.0,29780522.0,30773446.0,31776014.0,32755936.0,33796816.0,34877717.0,35911182.0,36823887.0,37739892.0,38704754.0,39742958.0,40721126.0,41713097.0,42675266.0,43699806.0,44672374.0,45677016.0,46641267.0,47659389.0,48837066.0,49678245.0,50635098.0,51597173.0,52750313.0,53610555.0,54620083.0,55591419.0,56598975.0,57719605.0,58568004.0,59576996.0,60583437.0,61541726.0,62547777.0,63594577.0,64518839.0,66552815.0,66603791.0,67552754.0,68515571.0,69556537.0,70767521.0,71515305.0,72601145.0,73501079.0,74465984.0,75497768.0,76461536.0,77452322.0,78432537.0,79460505.0,80404653.0,81378266.0,82468611.0,83409119.0,84351703.0,85519551.0,86339322.0,87374547.0,88354286.0,89394234.0,90349927.0,91451969.0,92534167.0,93277192.0,94409984.0,95769158.0,96434684.0,97273488.0,98339783.0,99331526.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":90331.86022730632,"lower_bound":90293.83365664154,"upper_bound":90381.79427714058,"unit":"ns"},"mean":{"estimate":90358.3315284112,"lower_bound":90295.81045070171,"upper_bound":90453.00616331815,"unit":"ns"},"median":{"estimate":90277.24451003542,"lower_bound":90266.60606060606,"upper_bound":90296.56534090909,"unit":"ns"},"median_abs_dev":{"estimate":70.05087954146232,"lower_bound":47.63028501362369,"upper_bound":99.70574695916156,"unit":"ns"},"slope":{"estimate":90331.86022730632,"lower_bound":90293.83365664154,"upper_bound":90381.79427714058,"unit":"ns"},"change":{"mean":{"estimate":-0.0005210195790200656,"lower_bound":-0.002397066517883286,"upper_bound":0.0009907822911332956,"unit":"%"},"median":{"estimate":-0.00021641087777346524,"lower_bound":-0.0004899678622227704,"upper_bound":0.00014588659488112832,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/44444","report_directory":"/root/fuel-core/target/criterion/reports/k256/44444","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1123656.0,2164176.0,3245803.0,4325587.0,5406737.0,6516948.0,7625569.0,8704313.0,9787923.0,10937672.0,11964663.0,13089400.0,14141155.0,15251659.0,16333068.0,17429531.0,18411993.0,19507037.0,20603749.0,21657191.0,22739210.0,23867481.0,25015904.0,25958685.0,27151552.0,28172342.0,29255435.0,30308677.0,31433550.0,32468220.0,33523520.0,34634028.0,35745256.0,36855438.0,37927000.0,38987891.0,40041007.0,41121475.0,42262232.0,43305672.0,44815589.0,45959787.0,46588339.0,47734077.0,48741384.0,49845514.0,50912828.0,52148459.0,53116653.0,54154924.0,55265918.0,56260689.0,57419092.0,58420267.0,59593119.0,60674328.0,61696462.0,62837642.0,63881002.0,65036516.0,66051952.0,67123186.0,68226025.0,69290643.0,70551344.0,71454279.0,72585326.0,73618446.0,74708993.0,75783742.0,76879205.0,78026528.0,78999609.0,80100699.0,81166977.0,82362412.0,83383001.0,84543845.0,85567282.0,86597741.0,87701742.0,88763764.0,89863630.0,91049428.0,92106955.0,93132021.0,94177857.0,95429521.0,96783623.0,97529430.0,98492649.0,99605302.0,100663972.0,101935580.0,102820167.0,104194183.0,105097751.0,106467135.0,107364323.0,108464600.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":135449.1588092951,"lower_bound":135405.51086038534,"upper_bound":135496.83547424534,"unit":"ns"},"mean":{"estimate":135568.09317598434,"lower_bound":135471.66952240656,"upper_bound":135699.5349393243,"unit":"ns"},"median":{"estimate":135424.16968932986,"lower_bound":135369.09722222222,"upper_bound":135453.57142857142,"unit":"ns"},"median_abs_dev":{"estimate":166.5779603501714,"lower_bound":109.33446003564998,"upper_bound":208.51809206247734,"unit":"ns"},"slope":{"estimate":135449.1588092951,"lower_bound":135405.51086038534,"upper_bound":135496.83547424534,"unit":"ns"},"change":{"mean":{"estimate":-0.0003317018618551604,"lower_bound":-0.0031278941364122894,"upper_bound":0.001596167545887499,"unit":"%"},"median":{"estimate":0.00032400233630647257,"lower_bound":-0.00012412819646090642,"upper_bound":0.0006432575903978499,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/66666","report_directory":"/root/fuel-core/target/criterion/reports/k256/66666","iteration_count":[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260,265,270,275,280,285,290,295,300,305,310,315,320,325,330,335,340,345,350,355,360,365,370,375,380,385,390,395,400,405,410,415,420,425,430,435,440,445,450,455,460,465,470,475,480,485,490,495,500],"measured_values":[1056701.0,2030936.0,3042168.0,4058091.0,5074047.0,6086237.0,7102322.0,8144252.0,9186702.0,10175240.0,11187770.0,12174648.0,13187901.0,14247700.0,15219023.0,16259815.0,17246336.0,18322855.0,19276357.0,20315400.0,21332827.0,22348006.0,23390026.0,24394494.0,25421855.0,26407114.0,27392440.0,28435312.0,29453838.0,30490370.0,31576858.0,32520962.0,33574273.0,34522031.0,35532696.0,36664174.0,37660185.0,38670746.0,39621839.0,40607701.0,41678422.0,42694098.0,43678921.0,44665747.0,45765111.0,46694044.0,47733345.0,48756902.0,49765142.0,50783931.0,51820847.0,52781032.0,53824096.0,54959823.0,55949770.0,56895256.0,57854552.0,59014654.0,59975877.0,60897630.0,61997521.0,62987358.0,63997394.0,65041110.0,66013985.0,67986452.0,68057059.0,69098943.0,70084276.0,71274207.0,72365242.0,73102718.0,74296062.0,75211966.0,76142312.0,77245131.0,78200852.0,79230500.0,80256204.0,81201355.0,82289536.0,83270997.0,84386294.0,85312691.0,86401818.0,87409515.0,88334588.0,89387751.0,90394340.0,91433877.0,92450086.0,93468180.0,94421769.0,95607006.0,96565446.0,97711138.0,98548656.0,99495859.0,100628868.0,101551595.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":203260.91636648442,"lower_bound":203193.40576385436,"upper_bound":203356.78767547282,"unit":"ns"},"mean":{"estimate":203331.74744591786,"lower_bound":203201.08318560285,"upper_bound":203535.40398499416,"unit":"ns"},"median":{"estimate":203182.15139865605,"lower_bound":203148.4042654809,"upper_bound":203232.18529411763,"unit":"ns"},"median_abs_dev":{"estimate":179.4857884801583,"lower_bound":136.56155965848777,"upper_bound":243.94798611568842,"unit":"ns"},"slope":{"estimate":203260.91636648442,"lower_bound":203193.40576385436,"upper_bound":203356.78767547282,"unit":"ns"},"change":{"mean":{"estimate":-0.000735109432430936,"lower_bound":-0.0029997466801985995,"upper_bound":0.0009587578227771951,"unit":"%"},"median":{"estimate":-0.00022579310652082185,"lower_bound":-0.000585367631456668,"upper_bound":0.000044897747140072094,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"k256/100000","report_directory":"/root/fuel-core/target/criterion/reports/k256/100000","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1277611.0,2490872.0,3666409.0,4895673.0,6081423.0,7299444.0,8515056.0,9734145.0,10975040.0,12164824.0,13411895.0,14635793.0,15814601.0,17057880.0,18245603.0,19506819.0,20709006.0,21895066.0,23145694.0,24328570.0,25630630.0,26853237.0,28005083.0,29510116.0,30783057.0,31654159.0,32870170.0,34145134.0,35304130.0,36716006.0,37775728.0,38982601.0,40231154.0,41587793.0,42632146.0,43991228.0,45063098.0,46340580.0,47497094.0,48755013.0,49903593.0,51238221.0,52334377.0,53591719.0,54800146.0,56068412.0,57229744.0,58519969.0,59715362.0,60874133.0,62127794.0,63397037.0,64556110.0,65901805.0,66988275.0,68236991.0,69406231.0,70636085.0,71838091.0,73056722.0,74436814.0,75474359.0,76734685.0,77935251.0,79178879.0,80359556.0,81726682.0,82844865.0,84021341.0,85239989.0,86524778.0,87637220.0,88932094.0,90120311.0,91394915.0,92562611.0,93941765.0,95277429.0,96268419.0,97408799.0,98712491.0,99875349.0,101071760.0,102307984.0,103480199.0,104883403.0,106007405.0,107313572.0,108372134.0,109621596.0,110826634.0,112082106.0,113246848.0,114547052.0,115758238.0,116933135.0,118377060.0,119285710.0,120561981.0,121822131.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":304605.79986921826,"lower_bound":304547.21190455614,"upper_bound":304672.0834989978,"unit":"ns"},"mean":{"estimate":304893.47440552316,"lower_bound":304628.0158529319,"upper_bound":305278.21611213934,"unit":"ns"},"median":{"estimate":304539.17794117646,"lower_bound":304487.21605861245,"upper_bound":304618.9798850575,"unit":"ns"},"median_abs_dev":{"estimate":233.830706027822,"lower_bound":171.09810288193307,"upper_bound":346.6756626536588,"unit":"ns"},"slope":{"estimate":304605.79986921826,"lower_bound":304547.21190455614,"upper_bound":304672.0834989978,"unit":"ns"},"change":{"mean":{"estimate":0.00020526409213328378,"lower_bound":-0.0010575058148549496,"upper_bound":0.001523906571823663,"unit":"%"},"median":{"estimate":-0.000029928318660998876,"lower_bound":-0.000467041783865918,"upper_bound":0.00027638120027373425,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"k256","benchmarks":["k256/1","k256/10","k256/100","k256/1000","k256/10000","k256/19753","k256/29629","k256/44444","k256/66666","k256/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/k256"} -{"reason":"benchmark-complete","id":"s256/1","report_directory":"/root/fuel-core/target/criterion/reports/s256/1","iteration_count":[2083,4166,6249,8332,10415,12498,14581,16664,18747,20830,22913,24996,27079,29162,31245,33328,35411,37494,39577,41660,43743,45826,47909,49992,52075,54158,56241,58324,60407,62490,64573,66656,68739,70822,72905,74988,77071,79154,81237,83320,85403,87486,89569,91652,93735,95818,97901,99984,102067,104150,106233,108316,110399,112482,114565,116648,118731,120814,122897,124980,127063,129146,131229,133312,135395,137478,139561,141644,143727,145810,147893,149976,152059,154142,156225,158308,160391,162474,164557,166640,168723,170806,172889,174972,177055,179138,181221,183304,185387,187470,189553,191636,193719,195802,197885,199968,202051,204134,206217,208300],"measured_values":[711290.0,1246394.0,1863775.0,2497762.0,3135640.0,3748675.0,4353384.0,4991084.0,5598052.0,6238656.0,6814730.0,7492149.0,8111031.0,8759923.0,9349486.0,10054269.0,10587353.0,11212152.0,11808998.0,12521121.0,13093695.0,13715469.0,14326884.0,15064651.0,15608210.0,16281771.0,16841894.0,17564433.0,18087308.0,18702407.0,19332933.0,20091508.0,20545896.0,21279883.0,21909124.0,22709985.0,23098408.0,23769727.0,24377536.0,25093854.0,25617921.0,26424583.0,26804034.0,27644761.0,27999127.0,28741681.0,29335681.0,30125831.0,30864957.0,31471091.0,31860413.0,32684849.0,33534097.0,33762392.0,34396020.0,35104629.0,35657049.0,36526158.0,36762243.0,37760327.0,38156262.0,38830899.0,39273206.0,40199717.0,40488125.0,41251155.0,41701240.0,42668334.0,43030829.0,43860109.0,44291477.0,45203790.0,45906374.0,46263809.0,46661679.0,47926769.0,48041756.0,48770989.0,49220402.0,50243102.0,50614664.0,51313627.0,51743038.0,52702549.0,52978150.0,54065911.0,54372291.0,55286461.0,55561408.0,56236409.0,56770070.0,57663437.0,57876240.0,58806980.0,59489344.0,60245465.0,60758207.0,61359909.0,61835484.0,63064409.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":300.4735119566227,"lower_bound":300.19743151709866,"upper_bound":300.7588660938504,"unit":"ns"},"mean":{"estimate":300.66423980504777,"lower_bound":300.0777901382604,"upper_bound":301.6419352565118,"unit":"ns"},"median":{"estimate":300.0678170045669,"lower_bound":299.7794047047528,"upper_bound":300.38827926753993,"unit":"ns"},"median_abs_dev":{"estimate":1.191729770929548,"lower_bound":0.9087381105930374,"upper_bound":1.5153820457218965,"unit":"ns"},"slope":{"estimate":300.4735119566227,"lower_bound":300.19743151709866,"upper_bound":300.7588660938504,"unit":"ns"},"change":{"mean":{"estimate":-0.005289496134864957,"lower_bound":-0.007616695136031989,"upper_bound":-0.0014722304354491914,"unit":"%"},"median":{"estimate":-0.006680118126810242,"lower_bound":-0.00827311924832255,"upper_bound":-0.004567735749754442,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/10","report_directory":"/root/fuel-core/target/criterion/reports/s256/10","iteration_count":[2093,4186,6279,8372,10465,12558,14651,16744,18837,20930,23023,25116,27209,29302,31395,33488,35581,37674,39767,41860,43953,46046,48139,50232,52325,54418,56511,58604,60697,62790,64883,66976,69069,71162,73255,75348,77441,79534,81627,83720,85813,87906,89999,92092,94185,96278,98371,100464,102557,104650,106743,108836,110929,113022,115115,117208,119301,121394,123487,125580,127673,129766,131859,133952,136045,138138,140231,142324,144417,146510,148603,150696,152789,154882,156975,159068,161161,163254,165347,167440,169533,171626,173719,175812,177905,179998,182091,184184,186277,188370,190463,192556,194649,196742,198835,200928,203021,205114,207207,209300],"measured_values":[637042.0,1243354.0,1855221.0,2485762.0,3103268.0,3749355.0,4319020.0,4936587.0,5582434.0,6201983.0,6811823.0,7424025.0,8076678.0,8675719.0,9308926.0,9919809.0,10519379.0,11129482.0,11760856.0,12408891.0,13026604.0,13671047.0,14198285.0,14878078.0,15491728.0,16121665.0,16689594.0,17375093.0,17978060.0,18605359.0,19229965.0,19893538.0,20488519.0,21097723.0,21686634.0,22344688.0,22944006.0,23777543.0,24159985.0,24787416.0,25430967.0,26069494.0,26819641.0,27364482.0,27965996.0,28646189.0,29134235.0,29784403.0,30356963.0,30985230.0,31601664.0,32276732.0,32844905.0,33406512.0,34082882.0,34742008.0,35711118.0,36041599.0,36794621.0,37232558.0,37921670.0,38609509.0,39383256.0,39706093.0,40371641.0,40982031.0,41504328.0,42236518.0,42776258.0,43483466.0,44025100.0,44531048.0,45206148.0,46127307.0,46489083.0,47092102.0,47997424.0,48418410.0,49078014.0,49622682.0,50210837.0,50857536.0,51432142.0,52069870.0,52723303.0,53436764.0,54225245.0,54603555.0,55457411.0,55821045.0,56398643.0,57140856.0,57711990.0,58429424.0,58929799.0,59570239.0,60290821.0,61001278.0,61356609.0,62214814.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":296.67072494598904,"lower_bound":296.51157076143943,"upper_bound":296.83745678293724,"unit":"ns"},"mean":{"estimate":296.6092181114718,"lower_bound":296.4136584782558,"upper_bound":296.8425163833104,"unit":"ns"},"median":{"estimate":296.3961900651943,"lower_bound":296.3192754400071,"upper_bound":296.4973005255614,"unit":"ns"},"median_abs_dev":{"estimate":0.5103954793622504,"lower_bound":0.3777354535222476,"upper_bound":0.6468590043846031,"unit":"ns"},"slope":{"estimate":296.67072494598904,"lower_bound":296.51157076143943,"upper_bound":296.83745678293724,"unit":"ns"},"change":{"mean":{"estimate":-0.00517539334928474,"lower_bound":-0.00831478084781543,"upper_bound":-0.0030810343780702638,"unit":"%"},"median":{"estimate":-0.00445143873532694,"lower_bound":-0.005423363558357708,"upper_bound":-0.0033491332274188383,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/100","report_directory":"/root/fuel-core/target/criterion/reports/s256/100","iteration_count":[1382,2764,4146,5528,6910,8292,9674,11056,12438,13820,15202,16584,17966,19348,20730,22112,23494,24876,26258,27640,29022,30404,31786,33168,34550,35932,37314,38696,40078,41460,42842,44224,45606,46988,48370,49752,51134,52516,53898,55280,56662,58044,59426,60808,62190,63572,64954,66336,67718,69100,70482,71864,73246,74628,76010,77392,78774,80156,81538,82920,84302,85684,87066,88448,89830,91212,92594,93976,95358,96740,98122,99504,100886,102268,103650,105032,106414,107796,109178,110560,111942,113324,114706,116088,117470,118852,120234,121616,122998,124380,125762,127144,128526,129908,131290,132672,134054,135436,136818,138200],"measured_values":[765166.0,1502542.0,2253885.0,2985400.0,3778540.0,4492692.0,5259217.0,6023744.0,6789565.0,7501983.0,8235666.0,9017126.0,9771037.0,10479284.0,11284870.0,11983260.0,12767074.0,13529751.0,14313473.0,15015119.0,15785914.0,16552238.0,17302653.0,17982187.0,18753158.0,19483384.0,20276490.0,20989235.0,21889969.0,22499694.0,23252269.0,24005036.0,24905706.0,25488666.0,26222862.0,27054622.0,27747690.0,28456798.0,29191951.0,29961380.0,30732703.0,31530939.0,32252325.0,33028606.0,33760853.0,34520517.0,35489622.0,36062180.0,36816514.0,37483010.0,38225123.0,39021841.0,39725220.0,40592414.0,41277069.0,41965901.0,42773666.0,43533134.0,44358635.0,45010388.0,45805822.0,46520939.0,47374448.0,47959460.0,48903566.0,49671131.0,50257160.0,51387525.0,51992423.0,52595832.0,53254580.0,54095723.0,54863790.0,55811865.0,56312571.0,56947805.0,57924040.0,58556530.0,59358286.0,60069750.0,60878634.0,61471074.0,62237495.0,62999854.0,63801446.0,64435950.0,65409418.0,65920414.0,66884446.0,67482086.0,68285353.0,69199841.0,69772913.0,70493701.0,71318920.0,71925343.0,72837934.0,73648772.0,74290475.0,75011670.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":543.2706687814385,"lower_bound":543.056225208892,"upper_bound":543.5045513662822,"unit":"ns"},"mean":{"estimate":543.4208497349857,"lower_bound":543.1378829141097,"upper_bound":543.7502799629939,"unit":"ns"},"median":{"estimate":543.145941903929,"lower_bound":542.870026298181,"upper_bound":543.4016722945811,"unit":"ns"},"median_abs_dev":{"estimate":1.014571362982537,"lower_bound":0.7768526864541448,"upper_bound":1.1938767555834433,"unit":"ns"},"slope":{"estimate":543.2706687814385,"lower_bound":543.056225208892,"upper_bound":543.5045513662822,"unit":"ns"},"change":{"mean":{"estimate":-0.0041545757076033585,"lower_bound":-0.005989151837678604,"upper_bound":-0.002662238953406785,"unit":"%"},"median":{"estimate":-0.002472186995589154,"lower_bound":-0.003769176215729697,"upper_bound":-0.0015935398509748788,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/1000","report_directory":"/root/fuel-core/target/criterion/reports/s256/1000","iteration_count":[236,472,708,944,1180,1416,1652,1888,2124,2360,2596,2832,3068,3304,3540,3776,4012,4248,4484,4720,4956,5192,5428,5664,5900,6136,6372,6608,6844,7080,7316,7552,7788,8024,8260,8496,8732,8968,9204,9440,9676,9912,10148,10384,10620,10856,11092,11328,11564,11800,12036,12272,12508,12744,12980,13216,13452,13688,13924,14160,14396,14632,14868,15104,15340,15576,15812,16048,16284,16520,16756,16992,17228,17464,17700,17936,18172,18408,18644,18880,19116,19352,19588,19824,20060,20296,20532,20768,21004,21240,21476,21712,21948,22184,22420,22656,22892,23128,23364,23600],"measured_values":[965004.0,1888730.0,2836606.0,3781266.0,4728948.0,5701999.0,6619707.0,7590186.0,8513221.0,9473717.0,10432260.0,11340184.0,12295290.0,13259629.0,14214517.0,15149628.0,16090046.0,17011711.0,17973547.0,18894230.0,19971753.0,20811481.0,21739160.0,22705239.0,23683459.0,24589144.0,25546516.0,26478119.0,27458062.0,28382226.0,29301725.0,30251601.0,31238574.0,32177631.0,33101796.0,34111828.0,35024515.0,35928073.0,36912207.0,37808375.0,38893120.0,39717156.0,40661658.0,41641406.0,42544798.0,43545598.0,44490813.0,45370781.0,46479580.0,47277020.0,48286527.0,49147114.0,50153943.0,51557398.0,52339927.0,52950346.0,53964658.0,54845875.0,55899797.0,56831306.0,57877680.0,58835325.0,59604813.0,60558886.0,61525542.0,62440527.0,63478979.0,64327557.0,65256870.0,66221774.0,67199974.0,68075245.0,69274483.0,69961862.0,70986983.0,71978936.0,72826799.0,73814661.0,74751305.0,75685083.0,76634699.0,77541413.0,78518907.0,79492015.0,80399472.0,81455255.0,82282934.0,83404607.0,84226917.0,85225598.0,86144956.0,87003431.0,88155363.0,88926940.0,89941730.0,90777549.0,91846613.0,92712151.0,93805333.0,94588651.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":4010.9437471477986,"lower_bound":4009.874593105305,"upper_bound":4012.154352834562,"unit":"ns"},"mean":{"estimate":4011.7203946739146,"lower_bound":4010.0230181151846,"upper_bound":4013.9110041712624,"unit":"ns"},"median":{"estimate":4009.293029432565,"lower_bound":4008.5639921749744,"upper_bound":4010.4800598205384,"unit":"ns"},"median_abs_dev":{"estimate":3.605425317630676,"lower_bound":2.762543471834193,"upper_bound":4.942660484379418,"unit":"ns"},"slope":{"estimate":4010.9437471477986,"lower_bound":4009.874593105305,"upper_bound":4012.154352834562,"unit":"ns"},"change":{"mean":{"estimate":-0.0008833190927924894,"lower_bound":-0.002828430014394678,"upper_bound":0.0004997746808820474,"unit":"%"},"median":{"estimate":-0.00008285468780400151,"lower_bound":-0.0004046202695016099,"upper_bound":0.00031457207231433415,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/10000","report_directory":"/root/fuel-core/target/criterion/reports/s256/10000","iteration_count":[26,52,78,104,130,156,182,208,234,260,286,312,338,364,390,416,442,468,494,520,546,572,598,624,650,676,702,728,754,780,806,832,858,884,910,936,962,988,1014,1040,1066,1092,1118,1144,1170,1196,1222,1248,1274,1300,1326,1352,1378,1404,1430,1456,1482,1508,1534,1560,1586,1612,1638,1664,1690,1716,1742,1768,1794,1820,1846,1872,1898,1924,1950,1976,2002,2028,2054,2080,2106,2132,2158,2184,2210,2236,2262,2288,2314,2340,2366,2392,2418,2444,2470,2496,2522,2548,2574,2600],"measured_values":[1063926.0,1979816.0,2965885.0,3956089.0,5222757.0,6192339.0,7039478.0,8039581.0,8960414.0,9923133.0,10947113.0,11902143.0,12892378.0,13846558.0,14871360.0,15826406.0,16813809.0,17832702.0,18849114.0,19811919.0,20830508.0,21760828.0,22777275.0,23795319.0,24733197.0,25740960.0,26762408.0,27758244.0,28870908.0,29706144.0,30693958.0,31681570.0,32702875.0,33669933.0,34674398.0,35676881.0,36625941.0,37617683.0,38604395.0,39624353.0,40610166.0,41967967.0,42615035.0,43610355.0,44624112.0,45651870.0,46578065.0,47584744.0,48550672.0,49538105.0,50474097.0,51516193.0,52465034.0,53495186.0,54434565.0,55517888.0,56436206.0,57420699.0,58442451.0,59401442.0,60894455.0,61390896.0,62371714.0,63423384.0,64381655.0,65335971.0,66527261.0,67339644.0,68330144.0,69349371.0,70315365.0,71280298.0,72340307.0,73296527.0,74250518.0,75742118.0,76274057.0,77303864.0,78310677.0,79230539.0,80194756.0,81197519.0,82200426.0,83166509.0,84257637.0,85168098.0,86126799.0,87521783.0,88118247.0,89188027.0,90117609.0,91105684.0,92131273.0,93088254.0,94052172.0,95102724.0,96026641.0,97435536.0,98034796.0,99149751.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":38114.39103170363,"lower_bound":38100.31944259207,"upper_bound":38130.98587787108,"unit":"ns"},"mean":{"estimate":38190.78175477973,"lower_bound":38125.54450934895,"upper_bound":38275.53634897642,"unit":"ns"},"median":{"estimate":38099.386900599406,"lower_bound":38089.08862876254,"upper_bound":38106.45591313449,"unit":"ns"},"median_abs_dev":{"estimate":32.30938740696463,"lower_bound":21.610636988129077,"upper_bound":41.048592769111416,"unit":"ns"},"slope":{"estimate":38114.39103170363,"lower_bound":38100.31944259207,"upper_bound":38130.98587787108,"unit":"ns"},"change":{"mean":{"estimate":0.006373522559094624,"lower_bound":0.0037728253661214466,"upper_bound":0.00914260104102757,"unit":"%"},"median":{"estimate":0.0052468283745037425,"lower_bound":0.004845482089574249,"upper_bound":0.005504059983302723,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/19753","report_directory":"/root/fuel-core/target/criterion/reports/s256/19753","iteration_count":[14,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252,266,280,294,308,322,336,350,364,378,392,406,420,434,448,462,476,490,504,518,532,546,560,574,588,602,616,630,644,658,672,686,700,714,728,742,756,770,784,798,812,826,840,854,868,882,896,910,924,938,952,966,980,994,1008,1022,1036,1050,1064,1078,1092,1106,1120,1134,1148,1162,1176,1190,1204,1218,1232,1246,1260,1274,1288,1302,1316,1330,1344,1358,1372,1386,1400],"measured_values":[1088557.0,2094102.0,3139427.0,4185095.0,5235936.0,6306612.0,7371424.0,8369807.0,9470530.0,10490243.0,11508249.0,12555891.0,13628857.0,14717949.0,15725750.0,16770708.0,17791910.0,18888603.0,19937697.0,20954767.0,22027317.0,23019040.0,24203788.0,25182616.0,26159115.0,27231606.0,28336281.0,29322161.0,30373716.0,31414664.0,32462754.0,33538802.0,34589523.0,35629558.0,36648979.0,37691684.0,38767980.0,40385962.0,40826024.0,41899156.0,43319151.0,44111661.0,45067072.0,46070169.0,47158177.0,48262618.0,49467526.0,50258443.0,51319766.0,52375893.0,53499649.0,54456334.0,55532759.0,56587922.0,57634154.0,58643233.0,59692918.0,60737918.0,61754366.0,63232695.0,63931846.0,65019742.0,66026787.0,67059336.0,68117141.0,69134588.0,70208089.0,71199800.0,72247759.0,73503602.0,74398784.0,75440789.0,76450097.0,77838422.0,78547650.0,79905328.0,80671194.0,81771107.0,82706370.0,83751791.0,84904752.0,85853946.0,86920748.0,87965184.0,89096726.0,90429882.0,91278528.0,92231914.0,93187584.0,94313595.0,95301468.0,96321110.0,97373532.0,98496089.0,99559336.0,100987684.0,101672094.0,102756104.0,103861224.0,104731478.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":74878.87064388102,"lower_bound":74851.65605389953,"upper_bound":74909.7095231956,"unit":"ns"},"mean":{"estimate":74917.12919917896,"lower_bound":74864.83941385502,"upper_bound":74991.08135313798,"unit":"ns"},"median":{"estimate":74846.46182948755,"lower_bound":74816.54552918347,"upper_bound":74860.30272108843,"unit":"ns"},"median_abs_dev":{"estimate":75.81268848087403,"lower_bound":53.0725256286537,"upper_bound":100.22725566255932,"unit":"ns"},"slope":{"estimate":74878.87064388102,"lower_bound":74851.65605389953,"upper_bound":74909.7095231956,"unit":"ns"},"change":{"mean":{"estimate":0.006650491469290198,"lower_bound":0.005023420782284871,"upper_bound":0.008118127073934637,"unit":"%"},"median":{"estimate":0.007123734545691152,"lower_bound":0.00661882623403497,"upper_bound":0.00737759180552337,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/29629","report_directory":"/root/fuel-core/target/criterion/reports/s256/29629","iteration_count":[9,18,27,36,45,54,63,72,81,90,99,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900],"measured_values":[1039188.0,2021649.0,3029548.0,4039463.0,5048277.0,6058213.0,7096716.0,8078661.0,9089341.0,10154131.0,11175600.0,12157505.0,13153981.0,14165802.0,15148427.0,16185077.0,17193611.0,18205619.0,19303368.0,20255334.0,21206258.0,22272595.0,23377658.0,24268035.0,25385233.0,26285973.0,27296050.0,28302175.0,29309018.0,30378583.0,31340839.0,32370281.0,33388553.0,34358198.0,35368936.0,36381011.0,37410228.0,38427210.0,39406976.0,40417609.0,41483256.0,42436395.0,43445736.0,44457727.0,45593525.0,46607842.0,47615602.0,48552218.0,49504990.0,50667703.0,51617152.0,52547006.0,53579625.0,54571505.0,55636908.0,56607443.0,57640856.0,58674983.0,59626972.0,61246666.0,61682967.0,62701698.0,63730408.0,64932458.0,65705175.0,66736701.0,67864593.0,68768451.0,69792480.0,70826896.0,71822533.0,72766043.0,73855780.0,74794248.0,75850219.0,76820575.0,77945375.0,78847535.0,79863922.0,81002439.0,81920688.0,82867667.0,83934546.0,84921035.0,85945584.0,86930067.0,87962751.0,88954817.0,90084278.0,91080107.0,92327883.0,93046992.0,94032741.0,95075702.0,95995170.0,97140876.0,98047922.0,99070034.0,100029440.0,101405820.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":112399.4027620971,"lower_bound":112365.06691959105,"upper_bound":112440.00193948371,"unit":"ns"},"mean":{"estimate":112437.39486117437,"lower_bound":112380.03682133734,"upper_bound":112517.99955922322,"unit":"ns"},"median":{"estimate":112360.30311890837,"lower_bound":112331.32090851536,"upper_bound":112383.80528717124,"unit":"ns"},"median_abs_dev":{"estimate":99.2688152960241,"lower_bound":72.44446893750565,"upper_bound":132.48092686982264,"unit":"ns"},"slope":{"estimate":112399.4027620971,"lower_bound":112365.06691959105,"upper_bound":112440.00193948371,"unit":"ns"},"change":{"mean":{"estimate":0.0035296408737419682,"lower_bound":0.00010859352496406375,"upper_bound":0.00598576346734147,"unit":"%"},"median":{"estimate":0.0068721404043352585,"lower_bound":0.006514962954254688,"upper_bound":0.007187227339154001,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/44444","report_directory":"/root/fuel-core/target/criterion/reports/s256/44444","iteration_count":[6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,96,102,108,114,120,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,222,228,234,240,246,252,258,264,270,276,282,288,294,300,306,312,318,324,330,336,342,348,354,360,366,372,378,384,390,396,402,408,414,420,426,432,438,444,450,456,462,468,474,480,486,492,498,504,510,516,522,528,534,540,546,552,558,564,570,576,582,588,594,600],"measured_values":[1069144.0,2014753.0,3025537.0,4032559.0,5038808.0,6047735.0,7061533.0,8119257.0,9070936.0,10105676.0,11085239.0,12123028.0,13102082.0,14108926.0,15145629.0,16154208.0,17261063.0,18139446.0,19175446.0,20186897.0,21194482.0,22226529.0,23186868.0,24217025.0,25227786.0,26245314.0,27243967.0,28277641.0,29255745.0,30264660.0,31272638.0,32278651.0,33300418.0,34295913.0,35304987.0,36375891.0,37319645.0,38356216.0,39359054.0,40376099.0,41490139.0,42384357.0,43397256.0,44383863.0,45413006.0,46415298.0,47455583.0,48433483.0,49473184.0,50425877.0,51482859.0,52484988.0,53470627.0,54464143.0,55557652.0,56540726.0,57564444.0,58622296.0,59560897.0,60622955.0,61635600.0,62540886.0,63568653.0,64554579.0,65606429.0,66802339.0,67591594.0,68642570.0,69611412.0,70600076.0,71669065.0,72694914.0,73626129.0,74755891.0,75817599.0,76666049.0,77703355.0,78764813.0,79712984.0,80796394.0,81724251.0,82734067.0,83725726.0,84800149.0,85833986.0,86910520.0,87974199.0,88776603.0,89828778.0,90870613.0,91774763.0,92876757.0,93803702.0,94855135.0,95859044.0,96947714.0,97915046.0,99025287.0,99846219.0,100952898.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":168240.3117747894,"lower_bound":168209.37314961661,"upper_bound":168273.41414803427,"unit":"ns"},"mean":{"estimate":168328.56047911302,"lower_bound":168201.07533002106,"upper_bound":168553.3894343838,"unit":"ns"},"median":{"estimate":168198.70199430198,"lower_bound":168171.81597222222,"upper_bound":168233.74583333332,"unit":"ns"},"median_abs_dev":{"estimate":116.94525015979728,"lower_bound":91.9033809110847,"upper_bound":150.34263603552517,"unit":"ns"},"slope":{"estimate":168240.3117747894,"lower_bound":168209.37314961661,"upper_bound":168273.41414803427,"unit":"ns"},"change":{"mean":{"estimate":0.005505823921935216,"lower_bound":0.0030681614610592045,"upper_bound":0.007735184332607162,"unit":"%"},"median":{"estimate":0.00781903990120325,"lower_bound":0.007343515588640104,"upper_bound":0.008126988765962517,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/66666","report_directory":"/root/fuel-core/target/criterion/reports/s256/66666","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1048932.0,2015293.0,3059064.0,4056546.0,5034028.0,6041495.0,7076932.0,8110426.0,9145719.0,10124419.0,11159287.0,12166593.0,13172177.0,14208944.0,15215077.0,16221112.0,17227591.0,18182632.0,19188271.0,20139158.0,21202475.0,22153499.0,23185732.0,24224624.0,25174942.0,26212136.0,27268159.0,28226177.0,29236338.0,30238260.0,31381321.0,32279977.0,33284702.0,34294407.0,35296525.0,36281245.0,37340731.0,38352943.0,39394199.0,40306165.0,41368117.0,42349317.0,43333523.0,44399808.0,45368716.0,46349406.0,47354498.0,48455769.0,49383609.0,50742490.0,51696770.0,52446814.0,53411072.0,54625440.0,55548046.0,56475988.0,57461675.0,58613368.0,59742215.0,60513600.0,61573482.0,62501450.0,63596930.0,64567457.0,65520277.0,66621083.0,67534562.0,68541025.0,69572614.0,70716101.0,71559853.0,72739574.0,73710777.0,74649722.0,75611887.0,76653869.0,77704451.0,78631854.0,79767709.0,80674797.0,81687587.0,82733323.0,83815856.0,84866769.0,85771355.0,86822462.0,87702669.0,88791714.0,89750567.0,90705621.0,91786222.0,92733863.0,93773769.0,94867673.0,95783906.0,96913036.0,97854612.0,98803918.0,99986141.0,100812612.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":252240.57866188858,"lower_bound":252183.2947825654,"upper_bound":252304.13474393438,"unit":"ns"},"mean":{"estimate":252498.72992572704,"lower_bound":252316.19157512506,"upper_bound":252754.85957829433,"unit":"ns"},"median":{"estimate":252209.61857683634,"lower_bound":252124.94642857142,"upper_bound":252323.73714539007,"unit":"ns"},"median_abs_dev":{"estimate":319.062846186765,"lower_bound":234.0830132695762,"upper_bound":421.11897650974805,"unit":"ns"},"slope":{"estimate":252240.57866188858,"lower_bound":252183.2947825654,"upper_bound":252304.13474393438,"unit":"ns"},"change":{"mean":{"estimate":0.008874830818862645,"lower_bound":0.007537207166465677,"upper_bound":0.01018029072233381,"unit":"%"},"median":{"estimate":0.008730749826927786,"lower_bound":0.008370520650678781,"upper_bound":0.009258380301317981,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"s256/100000","report_directory":"/root/fuel-core/target/criterion/reports/s256/100000","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1183888.0,2266125.0,3397357.0,4529074.0,5688539.0,6794486.0,7926084.0,9057918.0,10220977.0,11323390.0,12484044.0,13620735.0,14720662.0,15881418.0,17013799.0,18145899.0,19278897.0,20409535.0,21517653.0,22676210.0,23834749.0,24937789.0,26160368.0,27232610.0,28335980.0,29438990.0,30602174.0,31760864.0,32893254.0,33999199.0,35161101.0,36330134.0,37393044.0,38558347.0,39772376.0,40850181.0,42035317.0,43111445.0,44189434.0,45349683.0,46589075.0,47613761.0,48747922.0,49903658.0,51010314.0,52173785.0,53276626.0,54461035.0,55538987.0,56702794.0,57776447.0,59019507.0,60110594.0,61198851.0,62360075.0,63605132.0,64683027.0,65757538.0,66896701.0,68052363.0,69162383.0,70743723.0,71648612.0,72642438.0,73684998.0,74789742.0,76219368.0,77075327.0,78246257.0,79545517.0,80478300.0,81823494.0,82717589.0,83847469.0,85122870.0,86114770.0,87349867.0,88370512.0,89633566.0,90715211.0,92002568.0,93049437.0,94049491.0,95313778.0,96337294.0,97555745.0,98596080.0,99765683.0,100900826.0,102061469.0,103236584.0,104472080.0,105543161.0,106858236.0,107653188.0,108949982.0,109960086.0,111080380.0,112260428.0,113344843.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":378114.6841899414,"lower_bound":378015.5440875343,"upper_bound":378226.0510283836,"unit":"ns"},"mean":{"estimate":378246.38528337755,"lower_bound":378013.22605172766,"upper_bound":378635.2441974193,"unit":"ns"},"median":{"estimate":378003.34114331723,"lower_bound":377914.025,"upper_bound":378077.1425537231,"unit":"ns"},"median_abs_dev":{"estimate":346.27554849006634,"lower_bound":252.14133471555837,"upper_bound":425.41681082053907,"unit":"ns"},"slope":{"estimate":378114.6841899414,"lower_bound":378015.5440875343,"upper_bound":378226.0510283836,"unit":"ns"},"change":{"mean":{"estimate":0.007926085483910938,"lower_bound":0.006383574166620776,"upper_bound":0.009275260449695188,"unit":"%"},"median":{"estimate":0.008365408406625585,"lower_bound":0.007972416204169663,"upper_bound":0.008661358581929512,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"s256","benchmarks":["s256/1","s256/10","s256/100","s256/1000","s256/10000","s256/19753","s256/29629","s256/44444","s256/66666","s256/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/s256"} -{"reason":"benchmark-complete","id":"ed19/ed19","report_directory":"/root/fuel-core/target/criterion/reports/ed19/ed19","iteration_count":[26,52,78,104,130,156,182,208,234,260,286,312,338,364,390,416,442,468,494,520,546,572,598,624,650,676,702,728,754,780,806,832,858,884,910,936,962,988,1014,1040,1066,1092,1118,1144,1170,1196,1222,1248,1274,1300,1326,1352,1378,1404,1430,1456,1482,1508,1534,1560,1586,1612,1638,1664,1690,1716,1742,1768,1794,1820,1846,1872,1898,1924,1950,1976,2002,2028,2054,2080,2106,2132,2158,2184,2210,2236,2262,2288,2314,2340,2366,2392,2418,2444,2470,2496,2522,2548,2574,2600],"measured_values":[1013385.0,1932790.0,2903170.0,3869142.0,4863696.0,5802546.0,6769521.0,7736149.0,8703971.0,9698690.0,10641829.0,11602550.0,12641824.0,13539122.0,14511370.0,15531006.0,16471418.0,17476099.0,18444759.0,19451027.0,20314001.0,21375468.0,22334854.0,23329187.0,24213341.0,25203478.0,26225495.0,27192469.0,28135636.0,29093559.0,30015019.0,31001551.0,31951026.0,32906954.0,33882112.0,34837845.0,35875309.0,36783731.0,37766141.0,38716416.0,39725968.0,40677652.0,41680039.0,42617241.0,44493020.0,44552919.0,45636411.0,46666554.0,47540821.0,48446965.0,49749740.0,50408861.0,51506277.0,52312417.0,53320764.0,54266330.0,55262470.0,56183224.0,57315562.0,58167690.0,59171776.0,60121107.0,61037676.0,61969640.0,62921185.0,64011292.0,64896830.0,65901106.0,66885457.0,68014487.0,68802560.0,69834496.0,70838179.0,71794841.0,72781060.0,73598231.0,74611479.0,75543007.0,76489059.0,77538094.0,78402899.0,79467121.0,80692466.0,81331772.0,82451573.0,83301191.0,84386236.0,85226083.0,86169157.0,87211048.0,88115762.0,89211960.0,90092294.0,91167737.0,92276429.0,92912318.0,93990227.0,94915491.0,96062515.0,96811374.0],"unit":"ns","throughput":[],"typical":{"estimate":37286.40029123234,"lower_bound":37273.28646742104,"upper_bound":37302.06860937771,"unit":"ns"},"mean":{"estimate":37305.463281645396,"lower_bound":37275.34711045854,"upper_bound":37349.725877507255,"unit":"ns"},"median":{"estimate":37270.25483821734,"lower_bound":37258.16805432754,"upper_bound":37286.980769230766,"unit":"ns"},"median_abs_dev":{"estimate":52.546639918565525,"lower_bound":41.23946454208481,"upper_bound":68.77695743280941,"unit":"ns"},"slope":{"estimate":37286.40029123234,"lower_bound":37273.28646742104,"upper_bound":37302.06860937771,"unit":"ns"},"change":{"mean":{"estimate":0.07662509828719188,"lower_bound":0.07435795139260296,"upper_bound":0.0785752771501616,"unit":"%"},"median":{"estimate":0.07778172642813441,"lower_bound":0.07729320065755574,"upper_bound":0.07833518379882487,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"ed19","benchmarks":["ed19/ed19"],"report_directory":"/root/fuel-core/target/criterion/reports/ed19"} -{"reason":"benchmark-complete","id":"jmp/jmp","report_directory":"/root/fuel-core/target/criterion/reports/jmp/jmp","iteration_count":[5759,11518,17277,23036,28795,34554,40313,46072,51831,57590,63349,69108,74867,80626,86385,92144,97903,103662,109421,115180,120939,126698,132457,138216,143975,149734,155493,161252,167011,172770,178529,184288,190047,195806,201565,207324,213083,218842,224601,230360,236119,241878,247637,253396,259155,264914,270673,276432,282191,287950,293709,299468,305227,310986,316745,322504,328263,334022,339781,345540,351299,357058,362817,368576,374335,380094,385853,391612,397371,403130,408889,414648,420407,426166,431925,437684,443443,449202,454961,460720,466479,472238,477997,483756,489515,495274,501033,506792,512551,518310,524069,529828,535587,541346,547105,552864,558623,564382,570141,575900],"measured_values":[144349.0,215717.0,339670.0,492059.0,568756.0,689744.0,825533.0,957921.0,1031260.0,1129577.0,1241095.0,1522382.0,1467715.0,1639732.0,1651445.0,1852453.0,1907864.0,2068225.0,2266497.0,2304694.0,2504819.0,2514264.0,2658485.0,2614693.0,2800335.0,3065236.0,3071925.0,3058474.0,3132650.0,3374230.0,3522864.0,3686313.0,3668727.0,3935727.0,4119287.0,4302813.0,4134412.0,4364779.0,4431520.0,4760816.0,4551900.0,4704479.0,4717861.0,4923262.0,5134431.0,5361152.0,5459332.0,5816602.0,5668412.0,5624142.0,5815676.0,6144059.0,6285863.0,6039437.0,6260410.0,6482679.0,6519889.0,6759047.0,6696098.0,7332566.0,7348165.0,7111769.0,7163399.0,7353046.0,7389384.0,7447014.0,7379815.0,7761181.0,7772525.0,7953748.0,8100365.0,8532090.0,8401261.0,8443020.0,8457989.0,8742014.0,8702105.0,9036813.0,8978089.0,8855776.0,9144960.0,9686636.0,9581583.0,9447125.0,9490675.0,9730226.0,9774549.0,9861816.0,10522654.0,10162802.0,10989142.0,11761873.0,11181034.0,10839596.0,10588579.0,10996065.0,11335298.0,11690791.0,11339217.0,11266211.0],"unit":"ns","throughput":[],"typical":{"estimate":19.986749222431268,"lower_bound":19.828930798906537,"upper_bound":20.1646687492896,"unit":"ns"},"mean":{"estimate":20.002440677291418,"lower_bound":19.858471714062436,"upper_bound":20.169158452600172,"unit":"ns"},"median":{"estimate":19.83154557897288,"lower_bound":19.740029652583914,"upper_bound":19.96248384171635,"unit":"ns"},"median_abs_dev":{"estimate":0.4457027419992101,"lower_bound":0.34362661728051747,"upper_bound":0.6500008349136039,"unit":"ns"},"slope":{"estimate":19.986749222431268,"lower_bound":19.828930798906537,"upper_bound":20.1646687492896,"unit":"ns"},"change":{"mean":{"estimate":-0.026939286724783407,"lower_bound":-0.03882349226827497,"upper_bound":-0.014350991837438194,"unit":"%"},"median":{"estimate":-0.029770592828383347,"lower_bound":-0.04095919360197975,"upper_bound":-0.012209721176876243,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"jmp","benchmarks":["jmp/jmp"],"report_directory":"/root/fuel-core/target/criterion/reports/jmp"} -{"reason":"benchmark-complete","id":"ji/ji","report_directory":"/root/fuel-core/target/criterion/reports/ji/ji","iteration_count":[5651,11302,16953,22604,28255,33906,39557,45208,50859,56510,62161,67812,73463,79114,84765,90416,96067,101718,107369,113020,118671,124322,129973,135624,141275,146926,152577,158228,163879,169530,175181,180832,186483,192134,197785,203436,209087,214738,220389,226040,231691,237342,242993,248644,254295,259946,265597,271248,276899,282550,288201,293852,299503,305154,310805,316456,322107,327758,333409,339060,344711,350362,356013,361664,367315,372966,378617,384268,389919,395570,401221,406872,412523,418174,423825,429476,435127,440778,446429,452080,457731,463382,469033,474684,480335,485986,491637,497288,502939,508590,514241,519892,525543,531194,536845,542496,548147,553798,559449,565100],"measured_values":[116375.0,217369.0,331937.0,480812.0,569718.0,703317.0,770838.0,957238.0,983653.0,1209696.0,1264007.0,1509210.0,1418053.0,1632903.0,1685633.0,1842687.0,1836126.0,1976167.0,2137194.0,2472091.0,2400821.0,2643767.0,2488250.0,2738203.0,3145701.0,3421777.0,3602653.0,3676672.0,3399949.0,3686361.0,3485789.0,3813797.0,3633628.0,4133789.0,3923968.0,4018695.0,4230680.0,4693574.0,4220340.0,4779789.0,4478662.0,5143626.0,4726080.0,5201826.0,4903798.0,5266766.0,5290904.0,5861436.0,5370682.0,6146637.0,5707088.0,6522572.0,6170614.0,5951490.0,6188211.0,6801999.0,6654031.0,6381960.0,6581290.0,6977117.0,6733672.0,7560470.0,7068007.0,7902563.0,7304710.0,8140799.0,7443499.0,8239538.0,8247734.0,8506821.0,8005322.0,8629198.0,8124837.0,8668572.0,8116466.0,8999895.0,8338355.0,9628388.0,8470914.0,9561513.0,8865129.0,10297766.0,11080892.0,10898993.0,9871527.0,10704312.0,9713854.0,10493123.0,9781705.0,11384583.0,10231722.0,10611274.0,10359180.0,11503349.0,12419911.0,12183350.0,11355334.0,12294316.0,10874866.0,11711602.0],"unit":"ns","throughput":[],"typical":{"estimate":20.83655570794562,"lower_bound":20.512225706939425,"upper_bound":21.16491985362945,"unit":"ns"},"mean":{"estimate":20.68266092500838,"lower_bound":20.457724742672955,"upper_bound":20.91460292274972,"unit":"ns"},"median":{"estimate":20.585762107001713,"lower_bound":20.07103218467295,"upper_bound":20.920778301507376,"unit":"ns"},"median_abs_dev":{"estimate":1.3680814285519058,"lower_bound":1.0278309423514949,"upper_bound":1.620167184923322,"unit":"ns"},"slope":{"estimate":20.83655570794562,"lower_bound":20.512225706939425,"upper_bound":21.16491985362945,"unit":"ns"},"change":{"mean":{"estimate":0.014214772331438974,"lower_bound":-0.0012545227486698088,"upper_bound":0.02991416186871445,"unit":"%"},"median":{"estimate":0.01900212648810129,"lower_bound":-0.017650907688809947,"upper_bound":0.04146506792764959,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"ji","benchmarks":["ji/ji"],"report_directory":"/root/fuel-core/target/criterion/reports/ji"} -{"reason":"benchmark-complete","id":"jne/jne","report_directory":"/root/fuel-core/target/criterion/reports/jne/jne","iteration_count":[5683,11366,17049,22732,28415,34098,39781,45464,51147,56830,62513,68196,73879,79562,85245,90928,96611,102294,107977,113660,119343,125026,130709,136392,142075,147758,153441,159124,164807,170490,176173,181856,187539,193222,198905,204588,210271,215954,221637,227320,233003,238686,244369,250052,255735,261418,267101,272784,278467,284150,289833,295516,301199,306882,312565,318248,323931,329614,335297,340980,346663,352346,358029,363712,369395,375078,380761,386444,392127,397810,403493,409176,414859,420542,426225,431908,437591,443274,448957,454640,460323,466006,471689,477372,483055,488738,494421,500104,505787,511470,517153,522836,528519,534202,539885,545568,551251,556934,562617,568300],"measured_values":[138910.0,249189.0,384965.0,487453.0,613033.0,740046.0,838957.0,981600.0,1086537.0,1169824.0,1361258.0,1422146.0,1555755.0,1724175.0,1807338.0,1897846.0,2087105.0,2183451.0,2348288.0,2347858.0,2498647.0,2697205.0,2794024.0,2900057.0,3086554.0,3161098.0,3544551.0,3738094.0,3524013.0,3630899.0,3834340.0,3793942.0,4085915.0,4028818.0,4261006.0,4510790.0,4481110.0,4584560.0,4785637.0,4954331.0,4979968.0,4998498.0,5335519.0,5321829.0,5539278.0,5742161.0,5963852.0,5752116.0,6027804.0,6084735.0,6247395.0,6287195.0,6538719.0,6685656.0,6930960.0,6749124.0,6945178.0,7031645.0,7249638.0,7348827.0,7550648.0,7571582.0,7769975.0,7803031.0,7915520.0,8203876.0,8385252.0,8247436.0,8496540.0,8842934.0,9611201.0,8659816.0,8853063.0,9160313.0,9324194.0,9120526.0,9378790.0,9328620.0,9583531.0,9863008.0,9871732.0,9913503.0,10192262.0,10180745.0,10627203.0,10666027.0,11175515.0,10524284.0,10757923.0,11065817.0,11104974.0,11044602.0,11481929.0,11452422.0,12537190.0,11771310.0,11887897.0,12067005.0,12253007.0,12022403.0],"unit":"ns","throughput":[],"typical":{"estimate":21.631382080820377,"lower_bound":21.506001763048697,"upper_bound":21.778549250535058,"unit":"ns"},"mean":{"estimate":21.607071284387672,"lower_bound":21.496556788943554,"upper_bound":21.72978023638639,"unit":"ns"},"median":{"estimate":21.55361527155293,"lower_bound":21.427546727423554,"upper_bound":21.621666335704717,"unit":"ns"},"median_abs_dev":{"estimate":0.3415049921979554,"lower_bound":0.2829723045857208,"upper_bound":0.4438409622892414,"unit":"ns"},"slope":{"estimate":21.631382080820377,"lower_bound":21.506001763048697,"upper_bound":21.778549250535058,"unit":"ns"},"change":{"mean":{"estimate":-0.01739998025164413,"lower_bound":-0.02807781746225778,"upper_bound":-0.007126916570173779,"unit":"%"},"median":{"estimate":-0.008895860688813428,"lower_bound":-0.02677812608861574,"upper_bound":0.0002936524417416777,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"jne","benchmarks":["jne/jne"],"report_directory":"/root/fuel-core/target/criterion/reports/jne"} -{"reason":"benchmark-complete","id":"jnei/jnei","report_directory":"/root/fuel-core/target/criterion/reports/jnei/jnei","iteration_count":[5695,11390,17085,22780,28475,34170,39865,45560,51255,56950,62645,68340,74035,79730,85425,91120,96815,102510,108205,113900,119595,125290,130985,136680,142375,148070,153765,159460,165155,170850,176545,182240,187935,193630,199325,205020,210715,216410,222105,227800,233495,239190,244885,250580,256275,261970,267665,273360,279055,284750,290445,296140,301835,307530,313225,318920,324615,330310,336005,341700,347395,353090,358785,364480,370175,375870,381565,387260,392955,398650,404345,410040,415735,421430,427125,432820,438515,444210,449905,455600,461295,466990,472685,478380,484075,489770,495465,501160,506855,512550,518245,523940,529635,535330,541025,546720,552415,558110,563805,569500],"measured_values":[128181.0,237456.0,388187.0,483928.0,595951.0,693315.0,813058.0,932804.0,1066830.0,1152758.0,1246892.0,1444554.0,1519600.0,1685668.0,1867653.0,1981397.0,2031874.0,2095617.0,2598706.0,2644567.0,2727823.0,2580287.0,2844212.0,3019140.0,3141035.0,3200258.0,3329559.0,3711433.0,3735116.0,3597449.0,3602789.0,3785442.0,3862321.0,4245534.0,4343433.0,4261738.0,4482039.0,4582128.0,5087826.0,4891451.0,5076694.0,4997586.0,5156424.0,5169608.0,5520835.0,5468128.0,5780110.0,5533295.0,6021220.0,6078208.0,6126447.0,6149894.0,6483771.0,6647848.0,7060280.0,6419401.0,6986096.0,7091941.0,7417256.0,7086095.0,7532162.0,7578171.0,7904457.0,7757040.0,8083713.0,8148328.0,8485999.0,8875033.0,9047524.0,8666926.0,9285508.0,9508602.0,9637005.0,9012092.0,9636621.0,9166792.0,9686434.0,9881005.0,10634195.0,9469146.0,9767816.0,9802527.0,10076254.0,10151587.0,10874763.0,10413945.0,10792201.0,10860990.0,10802592.0,10577980.0,11094285.0,11149135.0,12760836.0,11656709.0,13266506.0,12355377.0,12463378.0,12020915.0,12323835.0,12889294.0],"unit":"ns","throughput":[],"typical":{"estimate":21.895387383876177,"lower_bound":21.652278836245486,"upper_bound":22.155924711404957,"unit":"ns"},"mean":{"estimate":21.64128913917213,"lower_bound":21.464522442305828,"upper_bound":21.82575120107704,"unit":"ns"},"median":{"estimate":21.529893387048457,"lower_bound":21.299771782476704,"upper_bound":21.696304342042403,"unit":"ns"},"median_abs_dev":{"estimate":0.8185172443661659,"lower_bound":0.5810372969199755,"upper_bound":1.1647645620822316,"unit":"ns"},"slope":{"estimate":21.895387383876177,"lower_bound":21.652278836245486,"upper_bound":22.155924711404957,"unit":"ns"},"change":{"mean":{"estimate":0.034076185685033566,"lower_bound":0.020419973197612646,"upper_bound":0.047739823490396405,"unit":"%"},"median":{"estimate":0.04284514208689805,"lower_bound":0.018731331597480638,"upper_bound":0.057689552762073104,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"jnei","benchmarks":["jnei/jnei"],"report_directory":"/root/fuel-core/target/criterion/reports/jnei"} -{"reason":"benchmark-complete","id":"jnzi/jnzi","report_directory":"/root/fuel-core/target/criterion/reports/jnzi/jnzi","iteration_count":[5739,11478,17217,22956,28695,34434,40173,45912,51651,57390,63129,68868,74607,80346,86085,91824,97563,103302,109041,114780,120519,126258,131997,137736,143475,149214,154953,160692,166431,172170,177909,183648,189387,195126,200865,206604,212343,218082,223821,229560,235299,241038,246777,252516,258255,263994,269733,275472,281211,286950,292689,298428,304167,309906,315645,321384,327123,332862,338601,344340,350079,355818,361557,367296,373035,378774,384513,390252,395991,401730,407469,413208,418947,424686,430425,436164,441903,447642,453381,459120,464859,470598,476337,482076,487815,493554,499293,505032,510771,516510,522249,527988,533727,539466,545205,550944,556683,562422,568161,573900],"measured_values":[124204.0,239574.0,360304.0,502535.0,558275.0,653345.0,792242.0,935876.0,1013075.0,1137739.0,1267631.0,1366748.0,1478777.0,1516114.0,1712973.0,1850533.0,1973547.0,2086396.0,2209241.0,2206925.0,2382686.0,2543565.0,2633356.0,2777412.0,2911595.0,2892351.0,3099521.0,3061765.0,3543629.0,3591603.0,3710808.0,3770024.0,3700136.0,3935770.0,3934015.0,4135090.0,4204837.0,4493657.0,4498022.0,4613316.0,4702174.0,5234776.0,5576395.0,4954086.0,5264177.0,5129770.0,5382518.0,5434767.0,5489089.0,5714062.0,5809188.0,6101276.0,6118188.0,6217839.0,6296698.0,6367816.0,6412597.0,6619718.0,6684025.0,6946888.0,7129131.0,7136404.0,7768102.0,7151509.0,7343171.0,7536283.0,7859424.0,7708646.0,7960054.0,8233680.0,8469027.0,8207507.0,8243656.0,8424108.0,9139246.0,8653796.0,8877492.0,8940819.0,9127195.0,9159959.0,10106738.0,9943340.0,9905065.0,9691563.0,9823412.0,9784565.0,10057249.0,10211952.0,10297123.0,10675575.0,11736845.0,10536740.0,10544472.0,10599019.0,11017559.0,11170679.0,10928576.0,11242177.0,11496853.0,11826190.0],"unit":"ns","throughput":[],"typical":{"estimate":20.231923989849268,"lower_bound":20.080219104846076,"upper_bound":20.405647550481685,"unit":"ns"},"mean":{"estimate":20.174160823156548,"lower_bound":20.048886192405615,"upper_bound":20.307744309151673,"unit":"ns"},"median":{"estimate":20.07181987148009,"lower_bound":19.951121711099496,"upper_bound":20.142980173965988,"unit":"ns"},"median_abs_dev":{"estimate":0.41679643514852777,"lower_bound":0.2927799942997847,"upper_bound":0.54578010117325,"unit":"ns"},"slope":{"estimate":20.231923989849268,"lower_bound":20.080219104846076,"upper_bound":20.405647550481685,"unit":"ns"},"change":{"mean":{"estimate":0.031243234514108487,"lower_bound":0.01899378299487375,"upper_bound":0.0432720940317881,"unit":"%"},"median":{"estimate":0.03595520314532097,"lower_bound":0.017233256356258497,"upper_bound":0.05287439702918806,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"jnzi","benchmarks":["jnzi/jnzi"],"report_directory":"/root/fuel-core/target/criterion/reports/jnzi"} -{"reason":"benchmark-complete","id":"ret_script/ret_script","report_directory":"/root/fuel-core/target/criterion/reports/ret_script/ret_script","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2976.0,2035.0,1958.0,1890.0,1876.0,1865.0,1987.0,1871.0,1845.0,1955.0,1906.0,1838.0,1833.0,1821.0,1865.0,1854.0,1890.0,1839.0,1954.0,1922.0,2017.0,1906.0,2029.0,1908.0,1886.0,1883.0,1824.0,1850.0,1836.0,1927.0,1908.0,1908.0,1902.0,1921.0,1922.0,1869.0,1851.0,1853.0,1858.0,1940.0,1866.0,1849.0,1993.0,1975.0,1932.0,1885.0,2273.0,1906.0,1862.0,2155.0,1928.0,1987.0,2050.0,1956.0,1965.0,2354.0,2030.0,1884.0,2039.0,2079.0,1867.0,1864.0,1940.0,1920.0,1900.0,1953.0,1981.0,1911.0,1985.0,1983.0,1895.0,1913.0,2179.0,2038.0,1924.0,1889.0,1951.0,1908.0,1953.0,2057.0,1910.0,1947.0,2033.0,1921.0,1906.0,2123.0,1930.0,2039.0,2122.0,1915.0,1909.0,2194.0,1914.0,1879.0,1968.0,1992.0,1890.0,1935.0,2024.0,1871.0],"unit":"ns","throughput":[],"typical":{"estimate":1953.79,"lower_bound":1929.57,"upper_bound":1983.93,"unit":"ns"},"mean":{"estimate":1953.79,"lower_bound":1929.57,"upper_bound":1983.93,"unit":"ns"},"median":{"estimate":1920.5,"lower_bound":1908.0,"upper_bound":1935.0,"unit":"ns"},"median_abs_dev":{"estimate":71.90609872341156,"lower_bound":51.149699091911316,"upper_bound":88.21469843387604,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.001507609595551851,"lower_bound":-0.018633204961343106,"upper_bound":0.01699702106496268,"unit":"%"},"median":{"estimate":0.0013034410844630084,"lower_bound":-0.010616261004660843,"upper_bound":0.01041666666666674,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"ret_script","benchmarks":["ret_script/ret_script"],"report_directory":"/root/fuel-core/target/criterion/reports/ret_script"} -{"reason":"benchmark-complete","id":"ret_contract/ret_contract","report_directory":"/root/fuel-core/target/criterion/reports/ret_contract/ret_contract","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1046.0,777.0,996.0,931.0,1155.0,734.0,812.0,828.0,804.0,825.0,866.0,792.0,825.0,808.0,844.0,776.0,801.0,773.0,801.0,803.0,911.0,825.0,888.0,864.0,890.0,931.0,882.0,823.0,883.0,864.0,852.0,869.0,835.0,855.0,795.0,811.0,853.0,854.0,823.0,790.0,840.0,831.0,818.0,888.0,874.0,890.0,824.0,784.0,802.0,893.0,821.0,814.0,872.0,818.0,1001.0,837.0,1194.0,1164.0,816.0,888.0,866.0,875.0,818.0,831.0,787.0,790.0,822.0,802.0,871.0,875.0,883.0,848.0,833.0,834.0,919.0,818.0,811.0,928.0,881.0,906.0,816.0,796.0,818.0,850.0,881.0,866.0,886.0,881.0,859.0,790.0,1102.0,1037.0,784.0,820.0,878.0,868.0,861.0,835.0,838.0,816.0],"unit":"ns","throughput":[],"typical":{"estimate":860.44,"lower_bound":845.79,"upper_bound":876.85025,"unit":"ns"},"mean":{"estimate":860.44,"lower_bound":845.79,"upper_bound":876.85025,"unit":"ns"},"median":{"estimate":839.0,"lower_bound":825.0,"upper_bound":861.5,"unit":"ns"},"median_abs_dev":{"estimate":50.40839910507202,"lower_bound":38.54759931564331,"upper_bound":58.56269896030426,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.011532628757509267,"lower_bound":-0.014963305947012631,"upper_bound":0.03905626650806488,"unit":"%"},"median":{"estimate":0.00962695547533099,"lower_bound":-0.00600240096038418,"upper_bound":0.04019196160767846,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"ret_contract","benchmarks":["ret_contract/ret_contract"],"report_directory":"/root/fuel-core/target/criterion/reports/ret_contract"} -{"reason":"benchmark-complete","id":"retd_contract/1","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2145.0,1408.0,1274.0,1253.0,1260.0,1273.0,1366.0,1266.0,1339.0,1277.0,1232.0,1268.0,1253.0,1236.0,1367.0,1298.0,1272.0,1271.0,1309.0,1434.0,1312.0,1568.0,1240.0,1267.0,1281.0,1289.0,1267.0,1280.0,1279.0,1247.0,1285.0,1265.0,1441.0,1345.0,1274.0,1360.0,1392.0,1264.0,1282.0,1370.0,1693.0,1479.0,1250.0,1564.0,1312.0,1279.0,1314.0,1534.0,1420.0,1423.0,1365.0,1371.0,1283.0,1348.0,1455.0,1421.0,1324.0,1308.0,1244.0,1560.0,1275.0,1287.0,1257.0,1232.0,1352.0,1211.0,1268.0,1305.0,1263.0,1357.0,1405.0,1350.0,1261.0,1347.0,1396.0,1245.0,1548.0,1302.0,1366.0,1414.0,1575.0,1371.0,1273.0,1293.0,1283.0,1263.0,1218.0,1540.0,1329.0,1302.0,1323.0,1313.0,1372.0,1429.0,1395.0,1352.0,1351.0,1328.0,1282.0,1397.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":1344.86,"lower_bound":1322.87,"upper_bound":1370.52,"unit":"ns"},"mean":{"estimate":1344.86,"lower_bound":1322.87,"upper_bound":1370.52,"unit":"ns"},"median":{"estimate":1310.5,"lower_bound":1285.0,"upper_bound":1345.0,"unit":"ns"},"median_abs_dev":{"estimate":69.68219876289368,"lower_bound":46.70189917087555,"upper_bound":97.85159826278687,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.013115371577083756,"lower_bound":-0.010274318565004523,"upper_bound":0.03689687638961996,"unit":"%"},"median":{"estimate":0.004599463395937198,"lower_bound":-0.01980198019801982,"upper_bound":0.0315870570107859,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/10","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1863.0,1504.0,1305.0,1733.0,1319.0,1287.0,1344.0,1347.0,1247.0,1408.0,1309.0,1341.0,1597.0,1351.0,1384.0,1980.0,1483.0,1272.0,1432.0,1361.0,1504.0,1436.0,1404.0,1305.0,1393.0,1277.0,1308.0,1334.0,1630.0,1702.0,1359.0,1387.0,1378.0,1269.0,1366.0,1390.0,1396.0,1431.0,1456.0,1637.0,1551.0,1290.0,1204.0,1340.0,1388.0,1382.0,1422.0,1632.0,1442.0,1400.0,1689.0,1695.0,1552.0,1599.0,1360.0,1389.0,1288.0,1334.0,1371.0,1289.0,1342.0,1283.0,1399.0,1450.0,1371.0,1401.0,1325.0,1319.0,1340.0,1377.0,1286.0,1353.0,1352.0,1814.0,1810.0,1418.0,1634.0,1273.0,1282.0,1905.0,1484.0,1777.0,1455.0,1473.0,1503.0,1395.0,1287.0,1396.0,1625.0,2127.0,1638.0,1436.0,1374.0,1376.0,2050.0,1390.0,1445.0,1457.0,1488.0,1409.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":1451.65,"lower_bound":1418.04975,"upper_bound":1487.98,"unit":"ns"},"mean":{"estimate":1451.65,"lower_bound":1418.04975,"upper_bound":1487.98,"unit":"ns"},"median":{"estimate":1394.0,"lower_bound":1377.0,"upper_bound":1418.0,"unit":"ns"},"median_abs_dev":{"estimate":97.85159826278687,"lower_bound":73.38869869709015,"upper_bound":141.58829748630524,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.11381789443800794,"lower_bound":0.0753747220740149,"upper_bound":0.15051803241600545,"unit":"%"},"median":{"estimate":0.09763779527559047,"lower_bound":0.08170445660672399,"upper_bound":0.1231372549019607,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"retd_contract/100","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[16002.0,1687.0,1559.0,1481.0,1619.0,1482.0,1630.0,1640.0,1439.0,1547.0,1633.0,1538.0,1642.0,1698.0,1500.0,1552.0,1577.0,1581.0,1459.0,1494.0,1475.0,1668.0,1548.0,1544.0,1488.0,1524.0,1460.0,1488.0,1559.0,1506.0,1466.0,1534.0,1483.0,1472.0,1526.0,1517.0,1540.0,1600.0,1537.0,1655.0,1539.0,1509.0,1495.0,1590.0,1505.0,1503.0,1707.0,1630.0,1670.0,1628.0,1563.0,1519.0,1504.0,1514.0,1491.0,1547.0,1467.0,1527.0,1553.0,1567.0,1600.0,1552.0,1975.0,1543.0,1522.0,1522.0,1511.0,1619.0,1735.0,1523.0,1583.0,1631.0,1507.0,1533.0,1505.0,1447.0,1483.0,1805.0,1504.0,1535.0,1472.0,1647.0,1560.0,1522.0,1629.0,1740.0,1527.0,1582.0,1604.0,1520.0,1554.0,1587.0,1689.0,1620.0,1660.0,1585.0,1515.0,1551.0,1679.0,1536.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1707.92,"lower_bound":1551.48,"upper_bound":2007.65,"unit":"ns"},"mean":{"estimate":1707.92,"lower_bound":1551.48,"upper_bound":2007.65,"unit":"ns"},"median":{"estimate":1543.5,"lower_bound":1527.0,"upper_bound":1559.0,"unit":"ns"},"median_abs_dev":{"estimate":63.01049888134003,"lower_bound":46.70189917087555,"upper_bound":88.95599842071533,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.13017469560614092,"lower_bound":0.019894236474722993,"upper_bound":0.4188932837142914,"unit":"%"},"median":{"estimate":0.032441471571906355,"lower_bound":0.017964071856287456,"upper_bound":0.04758690516368547,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/1000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[6558.0,18050.0,5536.0,5343.0,5239.0,5449.0,5283.0,5128.0,5356.0,5351.0,5237.0,5545.0,5263.0,5268.0,5309.0,5317.0,5300.0,5501.0,5992.0,5400.0,5415.0,5278.0,5345.0,5780.0,5368.0,5198.0,5231.0,5377.0,5248.0,5332.0,5344.0,5296.0,5285.0,5265.0,5098.0,5280.0,5239.0,5113.0,6262.0,5417.0,5276.0,5768.0,5733.0,5176.0,5311.0,5350.0,5332.0,5868.0,5576.0,5763.0,5384.0,5591.0,5217.0,5549.0,5344.0,5219.0,5289.0,5340.0,5207.0,5323.0,5408.0,5381.0,5375.0,5370.0,5179.0,5283.0,5340.0,5182.0,5253.0,5298.0,5289.0,5400.0,5328.0,5286.0,5274.0,5612.0,5161.0,5350.0,5675.0,5222.0,5276.0,5424.0,5211.0,5798.0,5367.0,5252.0,5389.0,5319.0,5299.0,5295.0,5289.0,5342.0,5509.0,5483.0,5407.0,5407.0,5377.0,5569.0,5619.0,5295.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":5518.05,"lower_bound":5359.51,"upper_bound":5797.8907500000005,"unit":"ns"},"mean":{"estimate":5518.05,"lower_bound":5359.51,"upper_bound":5797.8907500000005,"unit":"ns"},"median":{"estimate":5340.0,"lower_bound":5300.0,"upper_bound":5359.0,"unit":"ns"},"median_abs_dev":{"estimate":100.07549822330475,"lower_bound":77.83649861812592,"upper_bound":144.55349743366241,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.02237229725974088,"lower_bound":-0.012999664704994146,"upper_bound":0.07468773473980768,"unit":"%"},"median":{"estimate":0.0005621135469364713,"lower_bound":-0.008016405667412352,"upper_bound":0.005449591280654031,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/10000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[46440.0,39771.0,39991.0,39738.0,39658.0,39668.0,39768.0,39694.0,39710.0,39667.0,39548.0,39689.0,39647.0,39738.0,39688.0,39761.0,39637.0,39669.0,39654.0,39648.0,39734.0,39736.0,39665.0,39690.0,39781.0,39703.0,39694.0,39764.0,39725.0,39624.0,39679.0,39513.0,39637.0,39775.0,40231.0,39765.0,39961.0,39628.0,39657.0,39857.0,39590.0,39679.0,39612.0,39667.0,39614.0,39718.0,39589.0,39949.0,39695.0,39551.0,39639.0,39808.0,39554.0,39685.0,39751.0,39622.0,39664.0,40095.0,39606.0,39696.0,39795.0,39761.0,39713.0,39756.0,39672.0,39631.0,39781.0,39623.0,39717.0,39676.0,39718.0,39648.0,39705.0,39538.0,39657.0,39955.0,39673.0,39646.0,39808.0,41847.0,39760.0,39768.0,39839.0,39638.0,39865.0,39670.0,39846.0,39983.0,39950.0,39662.0,39756.0,40010.0,39682.0,39772.0,39630.0,39598.0,39834.0,39720.0,39806.0,39961.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":39814.57,"lower_bound":39715.41,"upper_bound":39978.780249999996,"unit":"ns"},"mean":{"estimate":39814.57,"lower_bound":39715.41,"upper_bound":39978.780249999996,"unit":"ns"},"median":{"estimate":39695.5,"lower_bound":39677.5,"upper_bound":39727.0,"unit":"ns"},"median_abs_dev":{"estimate":92.6624983549118,"lower_bound":66.7169988155365,"upper_bound":109.71239805221558,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.015885409907989256,"lower_bound":-0.053582864503715466,"upper_bound":0.006292485698563081,"unit":"%"},"median":{"estimate":0.000151173484170819,"lower_bound":-0.0007929415614655877,"upper_bound":0.0016392202355433039,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/19753","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[79186.0,77078.0,76662.0,76753.0,76842.0,76763.0,77075.0,76802.0,76801.0,77119.0,76867.0,76734.0,91692.0,76870.0,76930.0,77035.0,76802.0,76792.0,76815.0,76799.0,77258.0,76894.0,77134.0,76819.0,76868.0,76788.0,76725.0,89699.0,76915.0,76680.0,76740.0,76725.0,76639.0,76771.0,76869.0,76836.0,89881.0,76743.0,76915.0,76717.0,76918.0,76698.0,76793.0,76691.0,76690.0,76787.0,76809.0,76753.0,76666.0,76840.0,76716.0,78960.0,77015.0,76844.0,76668.0,77823.0,77151.0,77026.0,76870.0,76799.0,76826.0,76859.0,77421.0,76813.0,76758.0,76902.0,79013.0,76737.0,76954.0,76786.0,76632.0,76859.0,76811.0,76637.0,76626.0,76821.0,76624.0,76676.0,76632.0,76844.0,76726.0,76656.0,76993.0,76806.0,76831.0,76629.0,76746.0,76784.0,76545.0,76850.0,76671.0,76628.0,76696.0,76635.0,76544.0,76538.0,76559.0,76549.0,76532.0,76630.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":77283.29,"lower_bound":76877.63,"upper_bound":77804.97025,"unit":"ns"},"mean":{"estimate":77283.29,"lower_bound":76877.63,"upper_bound":77804.97025,"unit":"ns"},"median":{"estimate":76800.0,"lower_bound":76763.0,"upper_bound":76822.5,"unit":"ns"},"median_abs_dev":{"estimate":151.22519731521606,"lower_bound":100.81679821014404,"upper_bound":189.77279663085938,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.019162450141611442,"lower_bound":-0.06579191188545101,"upper_bound":0.01416765226597449,"unit":"%"},"median":{"estimate":0.0067575982014695946,"lower_bound":0.00621236050039653,"upper_bound":0.007429069759817386,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/29629","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[189205.0,114099.0,114170.0,114176.0,114266.0,114132.0,114252.0,114190.0,114248.0,114220.0,114223.0,114720.0,114178.0,114185.0,114303.0,114286.0,114219.0,114175.0,114224.0,114276.0,114506.0,114334.0,114249.0,114277.0,114240.0,114316.0,114264.0,114283.0,114215.0,114218.0,114132.0,114134.0,114162.0,114134.0,114148.0,114289.0,114206.0,114399.0,114185.0,115816.0,114962.0,114878.0,114514.0,114497.0,114571.0,114555.0,114517.0,114684.0,114534.0,114602.0,114597.0,114555.0,114496.0,114466.0,116974.0,114539.0,114642.0,114491.0,114792.0,114546.0,114520.0,128733.0,114880.0,114393.0,114593.0,114572.0,114601.0,117410.0,114589.0,114484.0,114460.0,114485.0,114613.0,114568.0,132400.0,114509.0,114587.0,114580.0,114843.0,114375.0,114514.0,114479.0,114459.0,114485.0,114589.0,114502.0,114591.0,114798.0,114639.0,114590.0,114921.0,114469.0,114513.0,114481.0,114502.0,114451.0,114883.0,114534.0,114698.0,115153.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":115591.12,"lower_bound":114523.9695,"upper_bound":117381.61875,"unit":"ns"},"mean":{"estimate":115591.12,"lower_bound":114523.9695,"upper_bound":117381.61875,"unit":"ns"},"median":{"estimate":114496.5,"lower_bound":114460.0,"upper_bound":114525.5,"unit":"ns"},"median_abs_dev":{"estimate":282.4352949857712,"lower_bound":146.7773973941803,"upper_bound":349.893593788147,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007118768202608816,"lower_bound":-0.007390039314692276,"upper_bound":0.024847755786452874,"unit":"%"},"median":{"estimate":0.007457170762611209,"lower_bound":0.006958434132394942,"upper_bound":0.007842067278072129,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/44444","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[195654.0,170507.0,170540.0,170513.0,170417.0,170229.0,170385.0,170464.0,170465.0,170387.0,170345.0,170271.0,170205.0,170662.0,170326.0,170291.0,172377.0,279632.0,170548.0,170455.0,170367.0,170392.0,170155.0,170207.0,170387.0,170779.0,170517.0,170375.0,170534.0,170395.0,170465.0,170301.0,170423.0,170317.0,170200.0,170259.0,170167.0,170935.0,170526.0,172508.0,170242.0,170193.0,170547.0,170618.0,170223.0,170642.0,170854.0,170474.0,170529.0,170605.0,183294.0,170435.0,170328.0,170242.0,170258.0,170397.0,200111.0,170384.0,170418.0,170289.0,170555.0,170425.0,170345.0,170340.0,170345.0,170176.0,170232.0,170471.0,172470.0,170195.0,170245.0,170649.0,170343.0,170192.0,172483.0,170450.0,170583.0,170354.0,170354.0,170231.0,170212.0,170434.0,170332.0,170681.0,170958.0,170304.0,170452.0,170382.0,170325.0,170241.0,170785.0,170376.0,170292.0,170615.0,170366.0,170781.0,170390.0,170465.0,170326.0,170397.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":172265.17,"lower_bound":170616.25775000002,"upper_bound":174929.9565,"unit":"ns"},"mean":{"estimate":172265.17,"lower_bound":170616.25775000002,"upper_bound":174929.9565,"unit":"ns"},"median":{"estimate":170393.5,"lower_bound":170367.0,"upper_bound":170450.0,"unit":"ns"},"median_abs_dev":{"estimate":182.35979676246643,"lower_bound":119.3492978811264,"upper_bound":227.5790959596634,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006958772980458328,"lower_bound":-0.01101880726178325,"upper_bound":0.025661562642489803,"unit":"%"},"median":{"estimate":0.007509305330128502,"lower_bound":0.007302291204730249,"upper_bound":0.007882839596337066,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/66666","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[294769.0,254734.0,254683.0,254614.0,254499.0,254961.0,254411.0,254541.0,254523.0,254899.0,254856.0,254606.0,255087.0,254453.0,254752.0,254741.0,254710.0,254547.0,254528.0,256838.0,254484.0,254677.0,254770.0,254826.0,254765.0,254563.0,254649.0,254531.0,254679.0,254657.0,254681.0,254614.0,255448.0,254601.0,254823.0,254629.0,254678.0,254554.0,254896.0,254819.0,254474.0,254524.0,254507.0,254710.0,254557.0,254811.0,254454.0,254526.0,254415.0,254526.0,254604.0,254727.0,254561.0,254788.0,254566.0,254654.0,254597.0,254580.0,254767.0,254513.0,254458.0,254505.0,254474.0,254603.0,254617.0,254598.0,254458.0,254741.0,254539.0,254501.0,254550.0,254550.0,254671.0,254720.0,254469.0,255107.0,254639.0,254672.0,254868.0,284411.0,254534.0,254545.0,254857.0,254751.0,256717.0,254506.0,254528.0,255124.0,254771.0,256729.0,254677.0,254660.0,254623.0,254939.0,254463.0,254710.0,254627.0,254933.0,254485.0,254580.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":255418.67,"lower_bound":254685.52825,"upper_bound":256531.41825,"unit":"ns"},"mean":{"estimate":255418.67,"lower_bound":254685.52825,"upper_bound":256531.41825,"unit":"ns"},"median":{"estimate":254628.0,"lower_bound":254598.0,"upper_bound":254677.5,"unit":"ns"},"median_abs_dev":{"estimate":154.93169724941254,"lower_bound":117.12539792060852,"upper_bound":206.82269632816315,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0014377461973731354,"lower_bound":-0.013769688373529203,"upper_bound":0.011913748637133808,"unit":"%"},"median":{"estimate":0.008327888327888333,"lower_bound":0.008118750334074498,"upper_bound":0.008556503417848749,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_contract/100000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[446139.0,381236.0,381171.0,410796.0,381150.0,380952.0,381158.0,380969.0,380963.0,381051.0,381047.0,380957.0,381116.0,381158.0,381002.0,381141.0,381021.0,383239.0,381046.0,381410.0,381209.0,381153.0,381109.0,381009.0,381170.0,381264.0,381169.0,381004.0,381136.0,381007.0,383301.0,381208.0,381160.0,380971.0,381082.0,383218.0,381213.0,380971.0,381116.0,380922.0,394098.0,380993.0,381005.0,382557.0,381435.0,381042.0,381241.0,381045.0,381065.0,381335.0,381141.0,380985.0,381148.0,381144.0,381036.0,381003.0,383670.0,381059.0,381051.0,381138.0,381506.0,381018.0,381157.0,381143.0,381389.0,516376.0,381130.0,381170.0,381074.0,381046.0,381394.0,381159.0,380840.0,381081.0,380984.0,380998.0,381047.0,381097.0,380984.0,381076.0,381158.0,381138.0,380945.0,398074.0,381007.0,380967.0,381086.0,381063.0,383038.0,381018.0,380891.0,381004.0,380896.0,458430.0,381282.0,380964.0,381023.0,383271.0,381182.0,381141.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":384615.52,"lower_bound":381845.46674999996,"upper_bound":388357.30475,"unit":"ns"},"mean":{"estimate":384615.52,"lower_bound":381845.46674999996,"upper_bound":388357.30475,"unit":"ns"},"median":{"estimate":381116.0,"lower_bound":381063.0,"upper_bound":381145.5,"unit":"ns"},"median_abs_dev":{"estimate":145.2947974205017,"lower_bound":106.7471981048584,"upper_bound":198.6683964729309,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007469828007007795,"lower_bound":-0.002715691066351435,"upper_bound":0.018412356296863355,"unit":"%"},"median":{"estimate":0.007759501720734585,"lower_bound":0.007584410777081496,"upper_bound":0.007908122452271682,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"retd_contract","benchmarks":["retd_contract/1","retd_contract/10","retd_contract/100","retd_contract/1000","retd_contract/10000","retd_contract/19753","retd_contract/29629","retd_contract/44444","retd_contract/66666","retd_contract/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/retd_contract"} -{"reason":"benchmark-complete","id":"retd_script/1","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1515.0,1308.0,1436.0,1290.0,1270.0,1294.0,1246.0,1240.0,1260.0,1274.0,1348.0,1300.0,1415.0,1302.0,1655.0,1283.0,1312.0,1302.0,1254.0,1293.0,1232.0,1580.0,1272.0,1258.0,1286.0,1264.0,1302.0,1279.0,1272.0,1304.0,1250.0,1257.0,1291.0,1262.0,1281.0,1285.0,1282.0,1215.0,1239.0,1255.0,1288.0,1317.0,1271.0,1274.0,1250.0,1236.0,1217.0,1216.0,1245.0,1248.0,1264.0,1231.0,1271.0,1257.0,1231.0,1212.0,1255.0,1241.0,1261.0,1281.0,1541.0,1301.0,1242.0,1347.0,1337.0,1227.0,1338.0,1263.0,1274.0,1257.0,1306.0,1245.0,1296.0,3239.0,1251.0,1274.0,1277.0,1291.0,1264.0,1276.0,1177.0,1229.0,1507.0,1319.0,1250.0,1257.0,1270.0,1321.0,1231.0,1238.0,1347.0,1283.0,1258.0,1280.0,1291.0,1220.0,1251.0,1334.0,1247.0,1223.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":1307.08,"lower_bound":1276.95,"upper_bound":1354.78,"unit":"ns"},"mean":{"estimate":1307.08,"lower_bound":1276.95,"upper_bound":1354.78,"unit":"ns"},"median":{"estimate":1272.0,"lower_bound":1262.0,"upper_bound":1281.0,"unit":"ns"},"median_abs_dev":{"estimate":35.58239936828613,"lower_bound":27.428099513053894,"upper_bound":45.21929919719696,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.04722750697952427,"lower_bound":-0.07940528177883148,"upper_bound":-0.00973272587950771,"unit":"%"},"median":{"estimate":-0.03963759909399778,"lower_bound":-0.05708955223880596,"upper_bound":-0.020705521472392685,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/10","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2201.0,1463.0,1401.0,1218.0,1286.0,1276.0,1202.0,1261.0,1233.0,1211.0,1633.0,1330.0,1242.0,1296.0,1369.0,1199.0,1559.0,1296.0,1306.0,1294.0,1375.0,1409.0,1243.0,1213.0,1293.0,1283.0,1222.0,1259.0,1214.0,1236.0,1255.0,1198.0,1328.0,1304.0,1324.0,1422.0,1260.0,1284.0,1370.0,1295.0,1312.0,1265.0,1280.0,1270.0,1253.0,1378.0,1396.0,1340.0,1335.0,1267.0,1302.0,1318.0,1262.0,1472.0,1298.0,1237.0,1304.0,1370.0,1273.0,1254.0,1274.0,1265.0,1286.0,1257.0,1274.0,1304.0,1284.0,1246.0,1290.0,1279.0,1260.0,1248.0,1399.0,1269.0,1248.0,1380.0,1288.0,1271.0,1295.0,1253.0,1270.0,1269.0,1358.0,1409.0,1251.0,1257.0,1369.0,1247.0,1280.0,1319.0,1290.0,1304.0,1266.0,1305.0,1226.0,1319.0,1299.0,1236.0,1281.0,1231.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":1307.05,"lower_bound":1287.74,"upper_bound":1331.9102500000001,"unit":"ns"},"mean":{"estimate":1307.05,"lower_bound":1287.74,"upper_bound":1331.9102500000001,"unit":"ns"},"median":{"estimate":1283.5,"lower_bound":1271.0,"upper_bound":1295.0,"unit":"ns"},"median_abs_dev":{"estimate":44.477999210357666,"lower_bound":32.617199420928955,"upper_bound":59.303998947143555,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.024713282643246792,"lower_bound":-0.05344090542965235,"upper_bound":0.006249339101117557,"unit":"%"},"median":{"estimate":0.00391083300743067,"lower_bound":-0.010861132660977546,"upper_bound":0.02130177514792897,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/100","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1949.0,1714.0,1549.0,1613.0,1640.0,1588.0,1598.0,1677.0,1553.0,1508.0,1600.0,1525.0,1495.0,1592.0,1582.0,1611.0,1603.0,1535.0,1518.0,1750.0,1537.0,1508.0,1660.0,1520.0,1551.0,1705.0,1545.0,1726.0,1728.0,1736.0,1796.0,1638.0,1767.0,1609.0,1726.0,1574.0,1578.0,1570.0,1700.0,1572.0,1644.0,1593.0,12498.0,1704.0,1512.0,1572.0,1583.0,1668.0,1611.0,1673.0,1612.0,1615.0,1716.0,1554.0,1516.0,1584.0,1530.0,1732.0,1676.0,1780.0,1627.0,1663.0,1515.0,1447.0,1803.0,1704.0,1632.0,1746.0,1887.0,1798.0,1723.0,1621.0,1619.0,2281.0,2208.0,1520.0,1648.0,1649.0,1518.0,1659.0,1507.0,1833.0,1567.0,1530.0,1593.0,1614.0,1742.0,1520.0,1847.0,1579.0,1531.0,1612.0,1591.0,1565.0,1730.0,1602.0,1649.0,1630.0,1541.0,1515.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1748.85,"lower_bound":1621.76,"upper_bound":1981.8704999999998,"unit":"ns"},"mean":{"estimate":1748.85,"lower_bound":1621.76,"upper_bound":1981.8704999999998,"unit":"ns"},"median":{"estimate":1612.0,"lower_bound":1593.0,"upper_bound":1638.0,"unit":"ns"},"median_abs_dev":{"estimate":97.85159826278687,"lower_bound":71.90609872341156,"upper_bound":132.6926976442337,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.08764739539280542,"lower_bound":-0.004589858971361167,"upper_bound":0.24573623549044674,"unit":"%"},"median":{"estimate":0.04777380565485867,"lower_bound":0.028737487891507874,"upper_bound":0.06701370551779007,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/1000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[6998.0,5908.0,5415.0,5542.0,5688.0,5211.0,6636.0,5713.0,6170.0,5708.0,5833.0,5310.0,5616.0,6124.0,5353.0,5456.0,5750.0,5326.0,6121.0,6428.0,5228.0,5368.0,5523.0,5537.0,5422.0,5496.0,5347.0,5980.0,5531.0,5227.0,5455.0,5586.0,5197.0,5633.0,5714.0,5292.0,5523.0,5843.0,5184.0,5306.0,5552.0,5261.0,5942.0,5864.0,5281.0,5394.0,5844.0,5325.0,5772.0,5318.0,5249.0,5358.0,5788.0,5274.0,5363.0,5327.0,5490.0,5787.0,5388.0,5280.0,5593.0,5385.0,5230.0,5340.0,5361.0,5216.0,5381.0,5785.0,5223.0,5580.0,5320.0,5490.0,5725.0,6039.0,5291.0,5575.0,5572.0,5314.0,5377.0,5479.0,5189.0,5823.0,5467.0,5195.0,5345.0,5303.0,5573.0,5244.0,5282.0,5130.0,5417.0,5465.0,5294.0,5370.0,10584.0,5385.0,5755.0,5359.0,5386.0,5369.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":5577.66,"lower_bound":5481.15,"upper_bound":5709.08,"unit":"ns"},"mean":{"estimate":5577.66,"lower_bound":5481.15,"upper_bound":5709.08,"unit":"ns"},"median":{"estimate":5419.5,"lower_bound":5370.0,"upper_bound":5523.0,"unit":"ns"},"median_abs_dev":{"estimate":211.2704962491989,"lower_bound":154.93169724941254,"upper_bound":313.56989443302155,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.03485664562070134,"lower_bound":0.007814377587597699,"upper_bound":0.06649000975419862,"unit":"%"},"median":{"estimate":0.018798759281887456,"lower_bound":0.008430123641813392,"upper_bound":0.03861693131635824,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/10000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[41107.0,40010.0,39808.0,39751.0,39678.0,39630.0,39734.0,39559.0,39772.0,39748.0,39639.0,39714.0,39895.0,39653.0,39982.0,39977.0,39714.0,39712.0,39859.0,39670.0,39708.0,39857.0,39750.0,39645.0,39740.0,39714.0,39933.0,39900.0,39682.0,39935.0,39710.0,39665.0,39733.0,39856.0,39742.0,39769.0,39638.0,40630.0,40231.0,39849.0,39763.0,39828.0,40091.0,39675.0,39943.0,40160.0,39727.0,39819.0,40070.0,39712.0,39688.0,47174.0,39614.0,40017.0,39747.0,40138.0,39787.0,39665.0,39606.0,39976.0,39814.0,39660.0,39843.0,39803.0,39655.0,39861.0,39758.0,39748.0,39619.0,39782.0,39654.0,39930.0,39685.0,39951.0,39659.0,39640.0,39786.0,39685.0,39732.0,39759.0,39712.0,39661.0,39664.0,39776.0,39992.0,39849.0,39686.0,39760.0,39718.0,39684.0,39712.0,39637.0,39659.0,39702.0,39670.0,39697.0,39781.0,39619.0,39694.0,39757.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":39869.53,"lower_bound":39766.67,"upper_bound":40044.17,"unit":"ns"},"mean":{"estimate":39869.53,"lower_bound":39766.67,"upper_bound":40044.17,"unit":"ns"},"median":{"estimate":39744.5,"lower_bound":39713.0,"upper_bound":39764.5,"unit":"ns"},"median_abs_dev":{"estimate":114.16019797325134,"lower_bound":77.09519863128662,"upper_bound":141.58829748630524,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.010455245592167706,"lower_bound":-0.032410961195937435,"upper_bound":0.005556513845250007,"unit":"%"},"median":{"estimate":0.0032183153696645483,"lower_bound":0.0017648912700913844,"upper_bound":0.0043967150979153935,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/19753","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[124103.0,77138.0,76823.0,76697.0,76698.0,81039.0,76722.0,76731.0,76816.0,76732.0,76784.0,203131.0,77222.0,77357.0,77014.0,76864.0,76812.0,76800.0,76746.0,76624.0,76766.0,76704.0,76735.0,76694.0,76772.0,76656.0,76766.0,76680.0,76613.0,76736.0,76754.0,76650.0,76752.0,76679.0,76709.0,76844.0,76761.0,76659.0,77630.0,76947.0,79095.0,76887.0,76608.0,76681.0,76703.0,77108.0,76705.0,76754.0,76695.0,76681.0,76760.0,76917.0,76646.0,76737.0,76774.0,76649.0,76703.0,76817.0,76720.0,76780.0,76762.0,76755.0,76739.0,76773.0,76806.0,76884.0,76911.0,76930.0,76880.0,76841.0,76785.0,76787.0,76845.0,76722.0,76825.0,76918.0,76669.0,76844.0,79060.0,76617.0,76833.0,76942.0,76816.0,77093.0,76941.0,76628.0,76674.0,76925.0,76718.0,76769.0,76843.0,76659.0,76721.0,79881.0,76633.0,77272.0,79011.0,76810.0,76857.0,76891.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":78680.5,"lower_bound":76887.74925,"upper_bound":81725.75125,"unit":"ns"},"mean":{"estimate":78680.5,"lower_bound":76887.74925,"upper_bound":81725.75125,"unit":"ns"},"median":{"estimate":76772.5,"lower_bound":76753.0,"upper_bound":76813.0,"unit":"ns"},"median_abs_dev":{"estimate":111.19499802589417,"lower_bound":88.95599842071533,"upper_bound":157.15559720993042,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.014643633835132563,"lower_bound":-0.024548171667858658,"upper_bound":0.0570680010341651,"unit":"%"},"median":{"estimate":0.005224325191329537,"lower_bound":0.004404507912407318,"upper_bound":0.006291204110253412,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/29629","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[143015.0,114500.0,114216.0,117227.0,114121.0,114200.0,114160.0,114210.0,114130.0,114115.0,114288.0,114195.0,114113.0,114183.0,114027.0,114253.0,114186.0,114260.0,114162.0,114134.0,114099.0,114142.0,114287.0,114123.0,114392.0,114112.0,114152.0,114139.0,114071.0,114414.0,114145.0,114244.0,114157.0,114197.0,114077.0,114155.0,114182.0,114114.0,114181.0,114165.0,114105.0,114067.0,114114.0,114124.0,114195.0,114179.0,114053.0,114107.0,114019.0,114132.0,114079.0,114199.0,114077.0,114073.0,114241.0,114128.0,116964.0,114119.0,114136.0,114105.0,114113.0,114087.0,114026.0,114087.0,114032.0,114114.0,114085.0,114155.0,114110.0,114153.0,114114.0,116304.0,114240.0,114151.0,114058.0,114158.0,114179.0,114107.0,114120.0,114104.0,114088.0,114082.0,114672.0,114279.0,114097.0,114172.0,114142.0,114075.0,114267.0,114123.0,114187.0,114113.0,114130.0,115607.0,114409.0,114553.0,114299.0,114223.0,114236.0,114185.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":114548.95,"lower_bound":114193.31,"upper_bound":115185.9725,"unit":"ns"},"mean":{"estimate":114548.95,"lower_bound":114193.31,"upper_bound":115185.9725,"unit":"ns"},"median":{"estimate":114143.5,"lower_bound":114124.0,"upper_bound":114162.5,"unit":"ns"},"median_abs_dev":{"estimate":65.23439884185791,"lower_bound":50.40839910507202,"upper_bound":93.4037983417511,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.002169202120908653,"lower_bound":-0.01992904516416247,"upper_bound":0.009614004498932748,"unit":"%"},"median":{"estimate":0.003454929868440093,"lower_bound":0.003195140924613149,"upper_bound":0.0037413336029790134,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/44444","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[203795.0,170372.0,170469.0,170164.0,170270.0,170238.0,170298.0,170281.0,170193.0,170190.0,170404.0,170362.0,170128.0,170233.0,170215.0,170188.0,170114.0,170252.0,170223.0,170237.0,170193.0,170251.0,170103.0,170223.0,170444.0,174383.0,170229.0,170201.0,170190.0,170177.0,170560.0,170195.0,170149.0,172374.0,170153.0,170160.0,170128.0,170128.0,170161.0,170253.0,170096.0,170131.0,170169.0,170258.0,170156.0,170179.0,170251.0,170157.0,170240.0,170267.0,170141.0,170143.0,170138.0,170089.0,170233.0,170179.0,170253.0,170616.0,170148.0,170232.0,170236.0,170280.0,170231.0,170175.0,170230.0,170147.0,170200.0,170251.0,170209.0,170258.0,170052.0,170358.0,170143.0,170248.0,170222.0,170139.0,170218.0,170094.0,170162.0,170223.0,170180.0,171164.0,170591.0,170460.0,170332.0,170097.0,170115.0,170288.0,170190.0,170142.0,172204.0,170116.0,170103.0,170126.0,170128.0,170201.0,170162.0,170152.0,170367.0,170208.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":170647.59,"lower_bound":170241.55975,"upper_bound":171382.44225,"unit":"ns"},"mean":{"estimate":170647.59,"lower_bound":170241.55975,"upper_bound":171382.44225,"unit":"ns"},"median":{"estimate":170204.5,"lower_bound":170185.0,"upper_bound":170230.0,"unit":"ns"},"median_abs_dev":{"estimate":78.57779860496521,"lower_bound":63.01049888134003,"upper_bound":105.26459813117981,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0018326412647570178,"lower_bound":-0.014142057236142503,"upper_bound":0.007006999441036792,"unit":"%"},"median":{"estimate":0.0037388578791712757,"lower_bound":0.0030438216019990083,"upper_bound":0.004598013233306331,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/66666","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[328629.0,254624.0,254582.0,254548.0,254771.0,254665.0,254568.0,254440.0,257403.0,254331.0,254405.0,254749.0,254716.0,254374.0,254575.0,254385.0,254617.0,254444.0,254981.0,254364.0,254683.0,254442.0,254586.0,254504.0,254752.0,254375.0,254605.0,254547.0,254949.0,254367.0,254815.0,254461.0,254747.0,254481.0,254788.0,254913.0,254867.0,254555.0,254601.0,254648.0,254535.0,254859.0,254825.0,254371.0,254552.0,256544.0,254574.0,254480.0,254427.0,254486.0,254470.0,254444.0,254656.0,254391.0,254473.0,254648.0,271414.0,254532.0,254466.0,254561.0,254937.0,254438.0,255004.0,254504.0,254574.0,254374.0,254648.0,254368.0,254693.0,254429.0,255059.0,254608.0,254599.0,254384.0,254512.0,254497.0,254589.0,254434.0,254533.0,254451.0,254496.0,254361.0,255321.0,254364.0,256750.0,254811.0,254610.0,254481.0,254404.0,254421.0,254908.0,254571.0,254529.0,260831.0,254380.0,254439.0,254611.0,254612.0,254681.0,254450.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":255622.31,"lower_bound":254646.97,"upper_bound":257328.563,"unit":"ns"},"mean":{"estimate":255622.31,"lower_bound":254646.97,"upper_bound":257328.563,"unit":"ns"},"median":{"estimate":254564.5,"lower_bound":254512.0,"upper_bound":254602.0,"unit":"ns"},"median_abs_dev":{"estimate":180.13589680194855,"lower_bound":133.433997631073,"upper_bound":235.73339581489563,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0036672670083393033,"lower_bound":-0.009150744422366339,"upper_bound":0.014092526979720143,"unit":"%"},"median":{"estimate":0.007523840998007181,"lower_bound":0.007247695893565886,"upper_bound":0.00768296013648051,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"retd_script/100000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[411675.0,381267.0,381318.0,381370.0,381132.0,381238.0,381194.0,381117.0,381214.0,381472.0,381201.0,383394.0,381134.0,381330.0,381092.0,383531.0,381140.0,381126.0,381030.0,381164.0,381093.0,381213.0,381225.0,381260.0,383305.0,381162.0,381312.0,381133.0,381365.0,393795.0,381107.0,381452.0,381205.0,381044.0,381215.0,381156.0,381238.0,381269.0,414466.0,381082.0,381065.0,381116.0,381103.0,384013.0,381356.0,381257.0,381275.0,381116.0,381140.0,381244.0,381208.0,381031.0,381248.0,380990.0,381176.0,381128.0,381414.0,381036.0,381325.0,381105.0,381114.0,383421.0,381097.0,381267.0,381415.0,381133.0,383378.0,381140.0,381101.0,381176.0,381077.0,381131.0,381096.0,381183.0,381100.0,381080.0,381222.0,381207.0,381170.0,381107.0,383460.0,381015.0,381369.0,381227.0,381190.0,383526.0,381119.0,382032.0,381160.0,383593.0,380955.0,381337.0,380945.0,381204.0,381188.0,381332.0,381273.0,381330.0,411072.0,381338.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":382468.62,"lower_bound":381536.05975,"upper_bound":383651.3615,"unit":"ns"},"mean":{"estimate":382468.62,"lower_bound":381536.05975,"upper_bound":383651.3615,"unit":"ns"},"median":{"estimate":381204.5,"lower_bound":381164.0,"upper_bound":381238.0,"unit":"ns"},"median_abs_dev":{"estimate":146.036097407341,"lower_bound":101.55809819698334,"upper_bound":176.42939686775208,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.003108975002886316,"lower_bound":-0.00944681260664776,"upper_bound":0.01130328766260291,"unit":"%"},"median":{"estimate":0.008292126183148785,"lower_bound":0.008110752631300677,"upper_bound":0.00846137159666882,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"retd_script","benchmarks":["retd_script/1","retd_script/10","retd_script/100","retd_script/1000","retd_script/10000","retd_script/19753","retd_script/29629","retd_script/44444","retd_script/66666","retd_script/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/retd_script"} -{"reason":"benchmark-complete","id":"rvrt_script/rvrt_script","report_directory":"/root/fuel-core/target/criterion/reports/rvrt_script/rvrt_script","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2462.0,1904.0,1882.0,1994.0,1898.0,1861.0,1858.0,2034.0,1845.0,1941.0,1904.0,1850.0,1962.0,1864.0,1825.0,2218.0,2003.0,1910.0,1983.0,1917.0,1891.0,1894.0,1922.0,1907.0,1928.0,1854.0,1977.0,1962.0,1909.0,1863.0,1921.0,1893.0,1944.0,1909.0,1935.0,1857.0,1928.0,1881.0,1820.0,1879.0,1831.0,1900.0,1917.0,1946.0,1924.0,1987.0,1947.0,1839.0,1984.0,1838.0,1858.0,2045.0,1985.0,1854.0,1897.0,1944.0,1839.0,1968.0,1866.0,1996.0,1959.0,1841.0,1875.0,1889.0,1886.0,1862.0,1958.0,1845.0,2382.0,2022.0,1861.0,1890.0,1997.0,1930.0,1936.0,1932.0,1928.0,1938.0,1966.0,1868.0,1952.0,1899.0,2037.0,1841.0,2000.0,1870.0,1975.0,1877.0,1834.0,1903.0,1924.0,1961.0,1896.0,1862.0,1964.0,1872.0,1889.0,1905.0,1940.0,1933.0],"unit":"ns","throughput":[],"typical":{"estimate":1926.53,"lower_bound":1909.76,"upper_bound":1946.1702500000001,"unit":"ns"},"mean":{"estimate":1926.53,"lower_bound":1909.76,"upper_bound":1946.1702500000001,"unit":"ns"},"median":{"estimate":1909.0,"lower_bound":1897.0,"upper_bound":1928.0,"unit":"ns"},"median_abs_dev":{"estimate":63.75179886817932,"lower_bound":47.443199157714844,"upper_bound":75.61259865760803,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.023590293975442655,"lower_bound":0.010531497388891732,"upper_bound":0.03695966180954263,"unit":"%"},"median":{"estimate":0.027172450901264522,"lower_bound":0.017094017094017033,"upper_bound":0.03831624392876409,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"rvrt_script","benchmarks":["rvrt_script/rvrt_script"],"report_directory":"/root/fuel-core/target/criterion/reports/rvrt_script"} -{"reason":"benchmark-complete","id":"rvrt_contract/rvrt_contract","report_directory":"/root/fuel-core/target/criterion/reports/rvrt_contract/rvrt_contract","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1052.0,852.0,1131.0,862.0,852.0,835.0,874.0,1024.0,806.0,814.0,782.0,1047.0,823.0,889.0,795.0,833.0,873.0,1140.0,882.0,887.0,987.0,853.0,944.0,830.0,818.0,943.0,839.0,881.0,824.0,805.0,885.0,1194.0,843.0,854.0,809.0,1021.0,782.0,850.0,792.0,935.0,1022.0,925.0,931.0,1029.0,1024.0,1398.0,1072.0,820.0,787.0,762.0,926.0,811.0,785.0,808.0,894.0,931.0,826.0,781.0,778.0,827.0,939.0,795.0,809.0,859.0,915.0,804.0,808.0,889.0,789.0,911.0,813.0,829.0,862.0,1030.0,862.0,765.0,817.0,814.0,815.0,909.0,780.0,855.0,977.0,838.0,1082.0,850.0,784.0,801.0,801.0,809.0,806.0,794.0,785.0,945.0,811.0,806.0,833.0,789.0,1046.0,885.0],"unit":"ns","throughput":[],"typical":{"estimate":879.9,"lower_bound":859.9,"upper_bound":901.74,"unit":"ns"},"mean":{"estimate":879.9,"lower_bound":859.9,"upper_bound":901.74,"unit":"ns"},"median":{"estimate":846.5,"lower_bound":825.5,"upper_bound":862.0,"unit":"ns"},"median_abs_dev":{"estimate":63.01049888134003,"lower_bound":45.21929919719696,"upper_bound":91.92119836807251,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.021289375333689242,"lower_bound":-0.058285008785144685,"upper_bound":0.013876813704825805,"unit":"%"},"median":{"estimate":-0.0005903187721369996,"lower_bound":-0.040462427745664775,"upper_bound":0.023381294964028854,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"rvrt_contract","benchmarks":["rvrt_contract/rvrt_contract"],"report_directory":"/root/fuel-core/target/criterion/reports/rvrt_contract"} -{"reason":"benchmark-complete","id":"log/log","report_directory":"/root/fuel-core/target/criterion/reports/log/log","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2082.0,1950.0,1821.0,1969.0,1796.0,1825.0,1952.0,1838.0,1789.0,1949.0,1833.0,1865.0,1979.0,1796.0,1879.0,1932.0,1930.0,1908.0,1833.0,1861.0,1945.0,1919.0,1873.0,1902.0,1850.0,1804.0,1836.0,1803.0,1835.0,1810.0,1887.0,1789.0,1930.0,1892.0,1869.0,1859.0,1849.0,1821.0,1783.0,1894.0,1868.0,1861.0,1831.0,1859.0,1886.0,1947.0,1881.0,1835.0,1868.0,1915.0,1817.0,1823.0,1819.0,1859.0,1888.0,1817.0,1813.0,1923.0,1835.0,1771.0,1849.0,1883.0,1936.0,1859.0,1895.0,1852.0,1914.0,1861.0,1870.0,1828.0,1922.0,1993.0,1851.0,1892.0,1878.0,1938.0,1832.0,1848.0,1770.0,1892.0,1803.0,1860.0,1861.0,1836.0,1851.0,1847.0,1783.0,1892.0,1882.0,1869.0,1821.0,1811.0,1859.0,1803.0,1913.0,1879.0,1871.0,1881.0,1798.0,1866.0],"unit":"ns","throughput":[],"typical":{"estimate":1866.02,"lower_bound":1855.78,"upper_bound":1876.72,"unit":"ns"},"mean":{"estimate":1866.02,"lower_bound":1855.78,"upper_bound":1876.72,"unit":"ns"},"median":{"estimate":1861.0,"lower_bound":1850.5,"upper_bound":1870.0,"unit":"ns"},"median_abs_dev":{"estimate":45.960599184036255,"lower_bound":37.806299328804016,"upper_bound":63.75179886817932,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.01784204526239419,"lower_bound":0.0064823903474467495,"upper_bound":0.029086795286457533,"unit":"%"},"median":{"estimate":0.026475455046883534,"lower_bound":0.01675363911013461,"upper_bound":0.03777777777777769,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"log","benchmarks":["log/log"],"report_directory":"/root/fuel-core/target/criterion/reports/log"} -{"reason":"benchmark-complete","id":"logd/1","report_directory":"/root/fuel-core/target/criterion/reports/logd/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[3204.0,3062.0,2648.0,2524.0,2471.0,2574.0,2501.0,4004.0,2872.0,2947.0,2685.0,3544.0,2843.0,2766.0,2660.0,2723.0,2617.0,2673.0,2754.0,2704.0,2624.0,2513.0,2650.0,2521.0,2456.0,3098.0,2780.0,2495.0,2675.0,2484.0,2705.0,2538.0,2535.0,2551.0,2509.0,2505.0,2413.0,2461.0,2524.0,2583.0,2454.0,2475.0,2442.0,2600.0,2523.0,2456.0,2457.0,2491.0,2472.0,3003.0,2545.0,2512.0,2486.0,2641.0,2433.0,2641.0,2443.0,2452.0,2552.0,2499.0,2512.0,2550.0,3906.0,2753.0,2657.0,2635.0,3081.0,2750.0,2640.0,2603.0,2598.0,2601.0,2573.0,2561.0,2558.0,2522.0,2560.0,2834.0,2565.0,2557.0,2672.0,2538.0,2533.0,2483.0,2564.0,2507.0,2772.0,2534.0,3079.0,2629.0,2678.0,2583.0,2948.0,3393.0,2715.0,2786.0,3049.0,2555.0,2847.0,2791.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":2676.45,"lower_bound":2626.02,"upper_bound":2733.74025,"unit":"ns"},"mean":{"estimate":2676.45,"lower_bound":2626.02,"upper_bound":2733.74025,"unit":"ns"},"median":{"estimate":2583.0,"lower_bound":2555.0,"upper_bound":2640.0,"unit":"ns"},"median_abs_dev":{"estimate":132.6926976442337,"lower_bound":99.33419823646545,"upper_bound":186.8075966835022,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.06915588436202968,"lower_bound":0.04605039442137377,"upper_bound":0.09305929424969679,"unit":"%"},"median":{"estimate":0.04405820533548899,"lower_bound":0.03203707435019143,"upper_bound":0.06738162687171179,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"logd/10","report_directory":"/root/fuel-core/target/criterion/reports/logd/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2976.0,2718.0,2531.0,2457.0,2494.0,2461.0,2419.0,2486.0,2453.0,2472.0,2466.0,2457.0,2440.0,2431.0,2446.0,2487.0,2455.0,2508.0,2452.0,2468.0,2553.0,2548.0,2520.0,2459.0,2943.0,2465.0,2502.0,2530.0,2430.0,2454.0,2459.0,2552.0,2513.0,2454.0,2544.0,2489.0,2478.0,2606.0,2454.0,2519.0,2551.0,2455.0,2463.0,2429.0,2468.0,2500.0,2424.0,2484.0,2522.0,2513.0,2480.0,2637.0,2485.0,2438.0,2548.0,2581.0,2510.0,2532.0,2443.0,2512.0,2526.0,2716.0,2471.0,2517.0,2493.0,4180.0,3279.0,3345.0,2849.0,2693.0,2955.0,2746.0,2719.0,2721.0,2601.0,2525.0,2505.0,2501.0,2520.0,2478.0,2497.0,2576.0,2492.0,2444.0,2488.0,2494.0,2577.0,2506.0,2429.0,2554.0,2534.0,2597.0,2654.0,2513.0,2533.0,2523.0,2604.0,2527.0,2742.0,2730.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":2568.78,"lower_bound":2530.2197499999997,"upper_bound":2617.24,"unit":"ns"},"mean":{"estimate":2568.78,"lower_bound":2530.2197499999997,"upper_bound":2617.24,"unit":"ns"},"median":{"estimate":2509.0,"lower_bound":2493.0,"upper_bound":2522.0,"unit":"ns"},"median_abs_dev":{"estimate":65.23439884185791,"lower_bound":48.92579913139343,"upper_bound":87.47339844703674,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.020876304023845105,"lower_bound":0.005043762870467605,"upper_bound":0.04203451818435714,"unit":"%"},"median":{"estimate":-0.00019924287706718502,"lower_bound":-0.007352941176470562,"upper_bound":0.007195682590445784,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/100","report_directory":"/root/fuel-core/target/criterion/reports/logd/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[3502.0,2801.0,2676.0,3026.0,3466.0,2869.0,2798.0,2803.0,2812.0,2890.0,2741.0,2885.0,3058.0,2724.0,2735.0,2784.0,2740.0,2704.0,2770.0,2735.0,2705.0,2694.0,2722.0,2748.0,2724.0,2692.0,2681.0,2673.0,2842.0,2687.0,3140.0,2754.0,2699.0,2708.0,2715.0,2721.0,2699.0,2743.0,2699.0,2721.0,3537.0,2993.0,2920.0,2818.0,2818.0,2736.0,2775.0,2769.0,2766.0,2784.0,2820.0,2869.0,2787.0,2760.0,2721.0,2776.0,2789.0,2775.0,2763.0,2775.0,3249.0,2748.0,2723.0,2785.0,3075.0,3532.0,2996.0,3300.0,2817.0,2800.0,2813.0,2823.0,2818.0,2851.0,2814.0,2815.0,2788.0,2809.0,2760.0,2785.0,2789.0,2806.0,2888.0,2784.0,2865.0,2803.0,2807.0,2828.0,2760.0,2825.0,2819.0,2772.0,2813.0,2803.0,2795.0,2792.0,2776.0,2806.0,2782.0,3006.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":2834.57,"lower_bound":2802.45,"upper_bound":2871.01,"unit":"ns"},"mean":{"estimate":2834.57,"lower_bound":2802.45,"upper_bound":2871.01,"unit":"ns"},"median":{"estimate":2788.5,"lower_bound":2775.5,"upper_bound":2804.5,"unit":"ns"},"median_abs_dev":{"estimate":59.303998947143555,"lower_bound":41.51279926300049,"upper_bound":92.6624983549118,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.017630840148485483,"lower_bound":0.0026176217630449693,"upper_bound":0.03207103777337405,"unit":"%"},"median":{"estimate":0.012159709618874803,"lower_bound":0.004510193036261878,"upper_bound":0.020594131583743458,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/1000","report_directory":"/root/fuel-core/target/criterion/reports/logd/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[7084.0,6625.0,6391.0,6423.0,6700.0,6413.0,6483.0,6426.0,6333.0,6403.0,6368.0,6407.0,6394.0,6452.0,6393.0,6373.0,6529.0,6475.0,6440.0,6419.0,6393.0,6425.0,7838.0,6855.0,6784.0,6648.0,6634.0,7241.0,6580.0,6494.0,6517.0,6530.0,6548.0,6550.0,6467.0,6451.0,6654.0,6547.0,6483.0,6463.0,6455.0,6916.0,6723.0,6574.0,6711.0,6577.0,6475.0,6492.0,6433.0,6514.0,6379.0,6408.0,6496.0,6500.0,6529.0,6485.0,6537.0,6589.0,6471.0,6389.0,193970.0,6621.0,6600.0,6595.0,6682.0,6472.0,6451.0,6579.0,6500.0,6544.0,6380.0,13026.0,6324.0,6628.0,6369.0,6412.0,6447.0,6675.0,6358.0,6328.0,6401.0,7533.0,6768.0,6545.0,6616.0,6567.0,6620.0,6565.0,6473.0,6519.0,6524.0,6505.0,6555.0,6705.0,6526.0,6521.0,6531.0,6433.0,6359.0,6483.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":8489.96,"lower_bound":6531.3395,"upper_bound":12322.70075,"unit":"ns"},"mean":{"estimate":8489.96,"lower_bound":6531.3395,"upper_bound":12322.70075,"unit":"ns"},"median":{"estimate":6509.5,"lower_bound":6479.0,"upper_bound":6533.5,"unit":"ns"},"median_abs_dev":{"estimate":124.53839778900146,"lower_bound":90.43859839439392,"upper_bound":154.19039726257324,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.16177641788022012,"lower_bound":-0.255709376333435,"upper_bound":0.8937541863733263,"unit":"%"},"median":{"estimate":0.012678904791536993,"lower_bound":0.006841859741875345,"upper_bound":0.017214519395544414,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/10000","report_directory":"/root/fuel-core/target/criterion/reports/logd/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[42299.0,41029.0,40890.0,41112.0,40950.0,41097.0,40973.0,40883.0,41066.0,41030.0,40925.0,40879.0,40978.0,40998.0,40978.0,40991.0,40939.0,41136.0,41020.0,40804.0,40847.0,41045.0,42480.0,41042.0,41059.0,41017.0,40993.0,41045.0,40920.0,41123.0,40940.0,41036.0,40953.0,71136.0,40912.0,41239.0,41909.0,41450.0,41152.0,40865.0,41212.0,41187.0,40959.0,40897.0,41098.0,43211.0,41087.0,40958.0,40988.0,40961.0,41043.0,41167.0,41047.0,40991.0,40870.0,40921.0,41117.0,41184.0,41059.0,40976.0,41156.0,40800.0,41011.0,41143.0,40984.0,41047.0,41043.0,40846.0,40925.0,41084.0,41009.0,41096.0,40846.0,40973.0,40880.0,41019.0,41133.0,41055.0,40834.0,40982.0,41108.0,41001.0,40949.0,43121.0,40887.0,40983.0,40810.0,40860.0,41309.0,41030.0,40981.0,40989.0,40897.0,41076.0,41065.0,40827.0,41004.0,41026.0,40925.0,40874.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":41386.61,"lower_bound":41032.30975,"upper_bound":42032.962,"unit":"ns"},"mean":{"estimate":41386.61,"lower_bound":41032.30975,"upper_bound":42032.962,"unit":"ns"},"median":{"estimate":41006.5,"lower_bound":40983.0,"upper_bound":41036.0,"unit":"ns"},"median_abs_dev":{"estimate":120.0905978679657,"lower_bound":80.0603985786438,"upper_bound":148.2599973678589,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.03499080263210963,"lower_bound":-0.11384083800284905,"upper_bound":0.018885572303897268,"unit":"%"},"median":{"estimate":-0.0036446247858783476,"lower_bound":-0.004479568795979327,"upper_bound":-0.002407470453771654,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/19753","report_directory":"/root/fuel-core/target/criterion/reports/logd/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[135761.0,78132.0,78183.0,77970.0,78199.0,78210.0,78092.0,78107.0,78191.0,78045.0,78051.0,78541.0,77982.0,78008.0,78070.0,77968.0,77931.0,78126.0,78026.0,77935.0,78130.0,78180.0,77932.0,77998.0,78094.0,78063.0,78024.0,78282.0,77977.0,78063.0,78042.0,78209.0,78053.0,78079.0,78069.0,78074.0,79616.0,78565.0,78220.0,78198.0,78262.0,78051.0,78325.0,78146.0,78164.0,78067.0,78176.0,78010.0,78141.0,78122.0,78049.0,78036.0,78079.0,78096.0,78134.0,78069.0,78414.0,78039.0,78533.0,78527.0,78697.0,78176.0,78199.0,78268.0,78005.0,78228.0,78127.0,77997.0,78074.0,78015.0,78013.0,78132.0,78087.0,78130.0,78117.0,78284.0,77965.0,78244.0,77985.0,77942.0,85012.0,78031.0,83286.0,77965.0,77788.0,77993.0,77857.0,77915.0,77977.0,78082.0,77944.0,77912.0,77803.0,77950.0,78363.0,77919.0,77928.0,77963.0,78120.0,78829.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":78821.58,"lower_bound":78124.66975,"upper_bound":80083.82025,"unit":"ns"},"mean":{"estimate":78821.58,"lower_bound":78124.66975,"upper_bound":80083.82025,"unit":"ns"},"median":{"estimate":78079.0,"lower_bound":78053.0,"upper_bound":78122.0,"unit":"ns"},"median_abs_dev":{"estimate":143.81219744682312,"lower_bound":97.85159826278687,"upper_bound":169.75769698619843,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.010070775298997914,"lower_bound":-0.008171385132011962,"upper_bound":0.0305950418689879,"unit":"%"},"median":{"estimate":0.007405973808141342,"lower_bound":0.0067594587273125395,"upper_bound":0.007989372457027187,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/29629","report_directory":"/root/fuel-core/target/criterion/reports/logd/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[118842.0,115649.0,208868.0,116077.0,115839.0,115671.0,118160.0,115494.0,115580.0,115853.0,115557.0,115431.0,115641.0,115641.0,115636.0,116136.0,115933.0,115513.0,137870.0,117186.0,116193.0,116817.0,116214.0,116209.0,115970.0,115677.0,117605.0,117282.0,116532.0,116586.0,116869.0,116032.0,116193.0,118400.0,116208.0,116075.0,115818.0,116650.0,116402.0,116181.0,116000.0,115793.0,116267.0,145781.0,116506.0,116156.0,116549.0,116720.0,116593.0,116130.0,116599.0,116087.0,116239.0,116363.0,116326.0,117855.0,115733.0,115729.0,115748.0,115779.0,115699.0,115722.0,118522.0,115779.0,115526.0,115513.0,115600.0,115697.0,115652.0,117854.0,115484.0,115658.0,115585.0,115555.0,115737.0,115624.0,115729.0,116228.0,115635.0,115615.0,115651.0,115868.0,115653.0,115761.0,115570.0,115542.0,115654.0,115564.0,116152.0,115615.0,115606.0,115823.0,115676.0,115914.0,115585.0,115544.0,115669.0,115558.0,115573.0,115500.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":117533.35,"lower_bound":116093.38,"upper_bound":119836.3845,"unit":"ns"},"mean":{"estimate":117533.35,"lower_bound":116093.38,"upper_bound":119836.3845,"unit":"ns"},"median":{"estimate":115820.5,"lower_bound":115725.5,"upper_bound":116075.0,"unit":"ns"},"median_abs_dev":{"estimate":389.9237930774689,"lower_bound":241.64526320994062,"upper_bound":627.1397888660431,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.012924349815988778,"lower_bound":-0.012962201428683933,"upper_bound":0.036596483039816434,"unit":"%"},"median":{"estimate":0.008160476310681286,"lower_bound":0.007275828756929892,"upper_bound":0.010419568245125355,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/44444","report_directory":"/root/fuel-core/target/criterion/reports/logd/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[202052.0,171571.0,171572.0,171410.0,171429.0,171490.0,171306.0,171563.0,171485.0,171622.0,171468.0,172180.0,173967.0,171653.0,171786.0,171790.0,171548.0,171549.0,171594.0,172055.0,171555.0,171601.0,171607.0,171582.0,171474.0,171585.0,171399.0,171611.0,171449.0,173709.0,171508.0,171553.0,171454.0,171563.0,171527.0,171480.0,171528.0,171602.0,171504.0,171473.0,171420.0,171915.0,171550.0,171529.0,171703.0,171661.0,171633.0,171542.0,171733.0,172970.0,171890.0,171832.0,171582.0,171891.0,171860.0,171550.0,171579.0,171506.0,171482.0,171704.0,171608.0,171598.0,171679.0,173659.0,171545.0,171512.0,172056.0,171649.0,171551.0,173783.0,175853.0,171863.0,171608.0,171634.0,171603.0,171712.0,171556.0,171620.0,171546.0,171571.0,171554.0,171585.0,171518.0,171674.0,171499.0,171625.0,171676.0,171553.0,171510.0,171504.0,171652.0,171568.0,171559.0,171800.0,171519.0,171599.0,171446.0,172419.0,171601.0,171771.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":172062.24,"lower_bound":171671.78975,"upper_bound":172742.163,"unit":"ns"},"mean":{"estimate":172062.24,"lower_bound":171671.78975,"upper_bound":172742.163,"unit":"ns"},"median":{"estimate":171583.5,"lower_bound":171559.0,"upper_bound":171607.0,"unit":"ns"},"median_abs_dev":{"estimate":107.48849809169769,"lower_bound":73.38869869709015,"upper_bound":146.036097407341,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0036375115690086,"lower_bound":-0.005708927518318212,"upper_bound":0.010973492555333812,"unit":"%"},"median":{"estimate":0.006534893338691061,"lower_bound":0.006370061882277067,"upper_bound":0.006723360060793359,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/66666","report_directory":"/root/fuel-core/target/criterion/reports/logd/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[322014.0,255757.0,255719.0,255572.0,255657.0,255785.0,257769.0,255806.0,255657.0,255758.0,255786.0,255699.0,255583.0,255626.0,255865.0,255592.0,255633.0,285834.0,255523.0,255638.0,255576.0,255632.0,255735.0,255603.0,255630.0,255644.0,255597.0,255649.0,255549.0,255630.0,255585.0,255628.0,257871.0,255765.0,255703.0,255649.0,255594.0,257654.0,255750.0,255643.0,255728.0,255611.0,255620.0,255634.0,255678.0,255660.0,255618.0,255723.0,255517.0,255570.0,255749.0,255581.0,255906.0,255673.0,255519.0,255535.0,255610.0,255575.0,255533.0,255452.0,255411.0,255533.0,255528.0,255554.0,255723.0,255607.0,255532.0,255575.0,255495.0,255564.0,255988.0,255732.0,255844.0,255639.0,257832.0,255630.0,255611.0,255799.0,255689.0,255586.0,255581.0,255799.0,255604.0,255733.0,255535.0,257842.0,255564.0,255613.0,255565.0,255697.0,255494.0,255565.0,255719.0,255581.0,255640.0,255749.0,255510.0,255696.0,255566.0,255577.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":256713.54,"lower_bound":255706.0395,"upper_bound":258371.126,"unit":"ns"},"mean":{"estimate":256713.54,"lower_bound":255706.0395,"upper_bound":258371.126,"unit":"ns"},"median":{"estimate":255631.0,"lower_bound":255611.0,"upper_bound":255653.0,"unit":"ns"},"median_abs_dev":{"estimate":98.59289824962616,"lower_bound":70.42349874973297,"upper_bound":134.9165976047516,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004083945908270659,"lower_bound":-0.0082846358203818,"upper_bound":0.014004606721235425,"unit":"%"},"median":{"estimate":0.006510419230049802,"lower_bound":0.0064098904452079,"upper_bound":0.006667871490858332,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"logd/100000","report_directory":"/root/fuel-core/target/criterion/reports/logd/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[454599.0,382397.0,382276.0,382190.0,382325.0,382215.0,382298.0,382208.0,382379.0,384333.0,382259.0,382221.0,382352.0,382170.0,382418.0,382225.0,382332.0,382585.0,382438.0,382320.0,382337.0,382171.0,382453.0,382156.0,382382.0,382115.0,382410.0,382469.0,382381.0,382385.0,382272.0,412276.0,382450.0,382129.0,382569.0,384357.0,382694.0,382123.0,382344.0,382198.0,382339.0,382151.0,382387.0,382620.0,412166.0,382457.0,382186.0,382135.0,382200.0,395169.0,382157.0,382120.0,382276.0,382274.0,382133.0,382082.0,382142.0,382099.0,382208.0,382170.0,382368.0,382153.0,382243.0,382246.0,382160.0,382046.0,382209.0,382116.0,384373.0,382118.0,382322.0,382118.0,382254.0,412001.0,382145.0,382178.0,382233.0,382254.0,382160.0,382112.0,382289.0,382134.0,382162.0,382070.0,382406.0,382170.0,382256.0,382259.0,382240.0,382406.0,382344.0,382154.0,382926.0,382321.0,382199.0,382265.0,382249.0,412298.0,382407.0,382274.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":384383.2,"lower_bound":382858.93425,"upper_bound":386439.734,"unit":"ns"},"mean":{"estimate":384383.2,"lower_bound":382858.93425,"upper_bound":386439.734,"unit":"ns"},"median":{"estimate":382259.0,"lower_bound":382225.0,"upper_bound":382320.0,"unit":"ns"},"median_abs_dev":{"estimate":156.41429722309113,"lower_bound":123.05579781532288,"upper_bound":191.25539660453796,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007390253807133318,"lower_bound":-0.0006978075115929391,"upper_bound":0.014235244656502919,"unit":"%"},"median":{"estimate":0.007324506330381508,"lower_bound":0.007191875117745772,"upper_bound":0.0075478659621288635,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"logd","benchmarks":["logd/1","logd/10","logd/100","logd/1000","logd/10000","logd/19753","logd/29629","logd/44444","logd/66666","logd/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/logd"} -{"reason":"benchmark-complete","id":"lb/lb","report_directory":"/root/fuel-core/target/criterion/reports/lb/lb","iteration_count":[5615,11230,16845,22460,28075,33690,39305,44920,50535,56150,61765,67380,72995,78610,84225,89840,95455,101070,106685,112300,117915,123530,129145,134760,140375,145990,151605,157220,162835,168450,174065,179680,185295,190910,196525,202140,207755,213370,218985,224600,230215,235830,241445,247060,252675,258290,263905,269520,275135,280750,286365,291980,297595,303210,308825,314440,320055,325670,331285,336900,342515,348130,353745,359360,364975,370590,376205,381820,387435,393050,398665,404280,409895,415510,421125,426740,432355,437970,443585,449200,454815,460430,466045,471660,477275,482890,488505,494120,499735,505350,510965,516580,522195,527810,533425,539040,544655,550270,555885,561500],"measured_values":[137965.0,256268.0,407736.0,523737.0,626038.0,713299.0,778614.0,1001485.0,1143288.0,1190771.0,1394734.0,1543731.0,1624874.0,1645521.0,1666966.0,1985880.0,2052704.0,2121826.0,2366633.0,2645840.0,2583713.0,2625470.0,2820026.0,3089168.0,3056093.0,3078294.0,3240109.0,3625750.0,3614059.0,3565869.0,3753309.0,4075743.0,4080053.0,4065209.0,4313486.0,4579684.0,4546517.0,4522922.0,4659307.0,4764124.0,4847333.0,5001111.0,5154607.0,5560764.0,5692056.0,5814122.0,6451204.0,6166366.0,6099816.0,5857056.0,6244940.0,6852701.0,6524532.0,6453174.0,6918522.0,7287744.0,7520700.0,6934322.0,6992477.0,7664282.0,7692241.0,7312028.0,7816401.0,8144477.0,8012856.0,7936448.0,8181765.0,8560628.0,8482090.0,8525635.0,9418125.0,8716719.0,8629506.0,8881474.0,9197633.0,9980378.0,9447790.0,9356140.0,9349586.0,10100369.0,10252893.0,9865690.0,10234276.0,10990905.0,10238894.0,10164228.0,12176514.0,11220494.0,11017959.0,10637612.0,11385154.0,11820466.0,11660333.0,11203639.0,12130930.0,12745128.0,12922044.0,11853715.0,12563645.0,12986631.0],"unit":"ns","throughput":[],"typical":{"estimate":22.22533449992572,"lower_bound":21.98137797734456,"upper_bound":22.47491502823905,"unit":"ns"},"mean":{"estimate":22.112113566136767,"lower_bound":21.92718682466953,"upper_bound":22.300749018298504,"unit":"ns"},"median":{"estimate":21.98953693833051,"lower_bound":21.824123827981772,"upper_bound":22.294857524487977,"unit":"ns"},"median_abs_dev":{"estimate":1.0141778664578975,"lower_bound":0.7995575592689509,"upper_bound":1.19780419189528,"unit":"ns"},"slope":{"estimate":22.22533449992572,"lower_bound":21.98137797734456,"upper_bound":22.47491502823905,"unit":"ns"},"change":{"mean":{"estimate":0.0679009518627427,"lower_bound":0.05256776559890209,"upper_bound":0.0824505908658615,"unit":"%"},"median":{"estimate":0.07025570351412358,"lower_bound":0.05758804011098562,"upper_bound":0.08960455303233061,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"lb","benchmarks":["lb/lb"],"report_directory":"/root/fuel-core/target/criterion/reports/lb"} -{"reason":"benchmark-complete","id":"lw/lw","report_directory":"/root/fuel-core/target/criterion/reports/lw/lw","iteration_count":[5687,11374,17061,22748,28435,34122,39809,45496,51183,56870,62557,68244,73931,79618,85305,90992,96679,102366,108053,113740,119427,125114,130801,136488,142175,147862,153549,159236,164923,170610,176297,181984,187671,193358,199045,204732,210419,216106,221793,227480,233167,238854,244541,250228,255915,261602,267289,272976,278663,284350,290037,295724,301411,307098,312785,318472,324159,329846,335533,341220,346907,352594,358281,363968,369655,375342,381029,386716,392403,398090,403777,409464,415151,420838,426525,432212,437899,443586,449273,454960,460647,466334,472021,477708,483395,489082,494769,500456,506143,511830,517517,523204,528891,534578,540265,545952,551639,557326,563013,568700],"measured_values":[139207.0,232158.0,426874.0,530187.0,647875.0,738303.0,841734.0,978406.0,1116858.0,1170583.0,1323443.0,1507256.0,1662667.0,1739775.0,1836051.0,1919370.0,2106717.0,2200175.0,2585921.0,2386390.0,2590909.0,2706905.0,2801438.0,2934718.0,3049016.0,3196263.0,3415752.0,3882792.0,3772030.0,3666367.0,3800224.0,4190605.0,4118423.0,4186220.0,4255831.0,4453376.0,4507248.0,5068293.0,5440001.0,5017847.0,5069487.0,5247064.0,5309638.0,5436923.0,5457345.0,5697008.0,5855400.0,6020779.0,6008339.0,6123618.0,6225232.0,6494938.0,6810140.0,7123819.0,7544859.0,6917766.0,7503952.0,7515831.0,8159156.0,7796682.0,7990075.0,7676096.0,8177346.0,7947347.0,8150063.0,8090522.0,9057615.0,8383975.0,8383887.0,8711404.0,8650160.0,8895318.0,9876998.0,9809582.0,10034498.0,9392059.0,9505144.0,9422109.0,9860482.0,9862099.0,10123035.0,9880958.0,11272963.0,11789535.0,11164099.0,10364155.0,10983970.0,11163635.0,11137717.0,11535389.0,12480451.0,11513751.0,11490489.0,11708579.0,12019989.0,11771877.0,11881967.0,12868039.0,12347462.0,12429728.0],"unit":"ns","throughput":[],"typical":{"estimate":22.283885148525247,"lower_bound":22.06722675199063,"upper_bound":22.52075777970296,"unit":"ns"},"mean":{"estimate":22.20515515180479,"lower_bound":22.020066920386828,"upper_bound":22.39966977190816,"unit":"ns"},"median":{"estimate":21.853958401366526,"lower_bound":21.727876176926642,"upper_bound":21.984536771360837,"unit":"ns"},"median_abs_dev":{"estimate":0.5593728181703915,"lower_bound":0.37362205054249137,"upper_bound":0.8302425220655217,"unit":"ns"},"slope":{"estimate":22.283885148525247,"lower_bound":22.06722675199063,"upper_bound":22.52075777970296,"unit":"ns"},"change":{"mean":{"estimate":-0.013211929194112071,"lower_bound":-0.026100868252279762,"upper_bound":0.00048187573745342893,"unit":"%"},"median":{"estimate":-0.023765108903878618,"lower_bound":-0.034199908231152154,"upper_bound":-0.010460069272884231,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"lw","benchmarks":["lw/lw"],"report_directory":"/root/fuel-core/target/criterion/reports/lw"} -{"reason":"benchmark-complete","id":"sb/sb","report_directory":"/root/fuel-core/target/criterion/reports/sb/sb","iteration_count":[5072,10144,15216,20288,25360,30432,35504,40576,45648,50720,55792,60864,65936,71008,76080,81152,86224,91296,96368,101440,106512,111584,116656,121728,126800,131872,136944,142016,147088,152160,157232,162304,167376,172448,177520,182592,187664,192736,197808,202880,207952,213024,218096,223168,228240,233312,238384,243456,248528,253600,258672,263744,268816,273888,278960,284032,289104,294176,299248,304320,309392,314464,319536,324608,329680,334752,339824,344896,349968,355040,360112,365184,370256,375328,380400,385472,390544,395616,400688,405760,410832,415904,420976,426048,431120,436192,441264,446336,451408,456480,461552,466624,471696,476768,481840,486912,491984,497056,502128,507200],"measured_values":[145844.0,264787.0,434309.0,530274.0,708593.0,795328.0,996104.0,1058494.0,1268362.0,1288601.0,1434772.0,1541417.0,1742437.0,1804410.0,2051795.0,2071643.0,2325799.0,2332005.0,2561889.0,2573255.0,2877289.0,2849120.0,3190570.0,3311271.0,3553184.0,3506244.0,3815649.0,3767320.0,4106354.0,4041913.0,4393880.0,4276290.0,4662383.0,4502716.0,5004867.0,4894258.0,5499405.0,5320814.0,5822938.0,5559070.0,5979040.0,5671064.0,6033267.0,5910344.0,6459311.0,6226756.0,6745331.0,6482401.0,7030366.0,6725389.0,7208864.0,6953843.0,7619508.0,7346153.0,8031480.0,7640303.0,8189171.0,7812445.0,8495942.0,8086221.0,8716695.0,8361895.0,8970723.0,8688598.0,9515329.0,9188992.0,9746710.0,9137686.0,9808938.0,9495563.0,10248096.0,9660374.0,10549085.0,10073579.0,11393238.0,10533275.0,11216702.0,10440030.0,11383247.0,10724844.0,11595144.0,11039833.0,11949493.0,11281348.0,12197498.0,11578242.0,12524027.0,12698722.0,12670170.0,11998727.0,13114861.0,12469854.0,13312065.0,12645398.0,13415887.0,12962390.0,13899235.0,13197369.0,14788302.0,13318010.0],"unit":"ns","throughput":[],"typical":{"estimate":27.540015052637614,"lower_bound":27.275575917605952,"upper_bound":27.808644505509783,"unit":"ns"},"mean":{"estimate":27.31408632477566,"lower_bound":27.104269682458607,"upper_bound":27.523552211000034,"unit":"ns"},"median":{"estimate":27.10798372483852,"lower_bound":26.716794249759978,"upper_bound":27.85574395373291,"unit":"ns"},"median_abs_dev":{"estimate":1.2384149412050691,"lower_bound":0.856906208161182,"upper_bound":1.544750452661947,"unit":"ns"},"slope":{"estimate":27.540015052637614,"lower_bound":27.275575917605952,"upper_bound":27.808644505509783,"unit":"ns"},"change":{"mean":{"estimate":-0.007800339845679849,"lower_bound":-0.02028062229368093,"upper_bound":0.0044655161143454655,"unit":"%"},"median":{"estimate":-0.003488580098877647,"lower_bound":-0.020046545885965217,"upper_bound":0.026037614437423005,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"sb","benchmarks":["sb/sb"],"report_directory":"/root/fuel-core/target/criterion/reports/sb"} -{"reason":"benchmark-complete","id":"sw/sw","report_directory":"/root/fuel-core/target/criterion/reports/sw/sw","iteration_count":[5127,10254,15381,20508,25635,30762,35889,41016,46143,51270,56397,61524,66651,71778,76905,82032,87159,92286,97413,102540,107667,112794,117921,123048,128175,133302,138429,143556,148683,153810,158937,164064,169191,174318,179445,184572,189699,194826,199953,205080,210207,215334,220461,225588,230715,235842,240969,246096,251223,256350,261477,266604,271731,276858,281985,287112,292239,297366,302493,307620,312747,317874,323001,328128,333255,338382,343509,348636,353763,358890,364017,369144,374271,379398,384525,389652,394779,399906,405033,410160,415287,420414,425541,430668,435795,440922,446049,451176,456303,461430,466557,471684,476811,481938,487065,492192,497319,502446,507573,512700],"measured_values":[149507.0,274717.0,411363.0,542136.0,704153.0,847423.0,966739.0,1076675.0,1263750.0,1344537.0,1517775.0,1650406.0,1779456.0,1954325.0,2072120.0,2153605.0,2348334.0,2456755.0,2593290.0,2705889.0,2908063.0,3024336.0,3160054.0,3252769.0,3514107.0,3548612.0,3669432.0,3758920.0,4047698.0,4084783.0,4295554.0,4308781.0,4594315.0,4638481.0,4820367.0,4841330.0,5090089.0,5172338.0,5445056.0,5422942.0,5718326.0,5696588.0,5908042.0,6455897.0,6267795.0,6227109.0,6456191.0,6496111.0,6777855.0,6797092.0,7066388.0,6992097.0,7299738.0,7414195.0,7683429.0,7557790.0,7813410.0,7993524.0,8079393.0,8110086.0,8568043.0,8578661.0,8648577.0,8651877.0,8980260.0,8995710.0,9234971.0,9190108.0,9527146.0,9530194.0,10208965.0,9690231.0,10073145.0,10217646.0,10280462.0,10225254.0,10680702.0,10603494.0,10950945.0,10754551.0,11261009.0,11270494.0,11501838.0,11306263.0,11702007.0,11667128.0,14914031.0,11890178.0,12251757.0,12189470.0,12543386.0,12390116.0,12866439.0,12821507.0,13157443.0,12936972.0,13413050.0,13331828.0,13632397.0,13472105.0],"unit":"ns","throughput":[],"typical":{"estimate":26.871992736351267,"lower_bound":26.653376640315727,"upper_bound":27.232429287592986,"unit":"ns"},"mean":{"estimate":26.85624230345516,"lower_bound":26.721518845466715,"upper_bound":27.03696004986116,"unit":"ns"},"median":{"estimate":26.795340172748183,"lower_bound":26.62160081303317,"upper_bound":26.862643149711612,"unit":"ns"},"median_abs_dev":{"estimate":0.37538634507319435,"lower_bound":0.2949893524376222,"upper_bound":0.5156679007307166,"unit":"ns"},"slope":{"estimate":26.871992736351267,"lower_bound":26.653376640315727,"upper_bound":27.232429287592986,"unit":"ns"},"change":{"mean":{"estimate":-0.008604806769102802,"lower_bound":-0.015929491804679462,"upper_bound":0.00044098292188017867,"unit":"%"},"median":{"estimate":-0.007881236575296158,"lower_bound":-0.014346437154653557,"upper_bound":-0.0023598293614286447,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"sw","benchmarks":["sw/sw"],"report_directory":"/root/fuel-core/target/criterion/reports/sw"} -{"reason":"benchmark-complete","id":"cfei/cfei","report_directory":"/root/fuel-core/target/criterion/reports/cfei/cfei","iteration_count":[5692,11384,17076,22768,28460,34152,39844,45536,51228,56920,62612,68304,73996,79688,85380,91072,96764,102456,108148,113840,119532,125224,130916,136608,142300,147992,153684,159376,165068,170760,176452,182144,187836,193528,199220,204912,210604,216296,221988,227680,233372,239064,244756,250448,256140,261832,267524,273216,278908,284600,290292,295984,301676,307368,313060,318752,324444,330136,335828,341520,347212,352904,358596,364288,369980,375672,381364,387056,392748,398440,404132,409824,415516,421208,426900,432592,438284,443976,449668,455360,461052,466744,472436,478128,483820,489512,495204,500896,506588,512280,517972,523664,529356,535048,540740,546432,552124,557816,563508,569200],"measured_values":[126318.0,260786.0,355671.0,516461.0,608219.0,718050.0,815538.0,1002604.0,1089521.0,1288433.0,1267300.0,1502743.0,1509794.0,1747665.0,1797475.0,2110656.0,2122747.0,2317745.0,2290094.0,2412485.0,2564345.0,2822115.0,2786708.0,3072591.0,3121250.0,3372735.0,3392259.0,3591957.0,3585634.0,3833749.0,3595411.0,4125739.0,4025359.0,4241546.0,4307454.0,4481979.0,4448451.0,4844752.0,4690507.0,5112987.0,4743153.0,5291485.0,5064035.0,5648232.0,5428270.0,5668821.0,5671997.0,5826117.0,5469868.0,5757716.0,5631424.0,6020457.0,5831590.0,6183917.0,6285257.0,6665569.0,6697301.0,7388821.0,6939540.0,7620970.0,7494488.0,7863297.0,7652735.0,8225255.0,8132529.0,8303982.0,7863696.0,8720214.0,8429230.0,8648865.0,8578576.0,9037007.0,8615281.0,9553493.0,9180809.0,9679526.0,8975968.0,9141694.0,9223690.0,9509457.0,9451199.0,9348867.0,9823878.0,9592455.0,9914000.0,9835810.0,9766438.0,10128906.0,10211298.0,10533488.0,10771283.0,10609043.0,10934233.0,10506556.0,11087115.0,11698663.0,12057050.0,11510671.0,11554564.0,11513997.0],"unit":"ns","throughput":[],"typical":{"estimate":20.926787756423245,"lower_bound":20.733018734443487,"upper_bound":21.141199503643467,"unit":"ns"},"mean":{"estimate":21.288041257742815,"lower_bound":21.106505124819265,"upper_bound":21.46932249574458,"unit":"ns"},"median":{"estimate":21.247619727107864,"lower_bound":20.911457810460796,"upper_bound":21.523472649295663,"unit":"ns"},"median_abs_dev":{"estimate":1.1191505942541249,"lower_bound":0.9130104494363862,"upper_bound":1.3558683624021906,"unit":"ns"},"slope":{"estimate":20.926787756423245,"lower_bound":20.733018734443487,"upper_bound":21.141199503643467,"unit":"ns"},"change":{"mean":{"estimate":0.12601397965108063,"lower_bound":0.11226220946416157,"upper_bound":0.13899993188436086,"unit":"%"},"median":{"estimate":0.13296432211891607,"lower_bound":0.11087003103023774,"upper_bound":0.15035184175002386,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"cfei","benchmarks":["cfei/cfei"],"report_directory":"/root/fuel-core/target/criterion/reports/cfei"} -{"reason":"benchmark-complete","id":"mcl/1","report_directory":"/root/fuel-core/target/criterion/reports/mcl/1","iteration_count":[5144,10288,15432,20576,25720,30864,36008,41152,46296,51440,56584,61728,66872,72016,77160,82304,87448,92592,97736,102880,108024,113168,118312,123456,128600,133744,138888,144032,149176,154320,159464,164608,169752,174896,180040,185184,190328,195472,200616,205760,210904,216048,221192,226336,231480,236624,241768,246912,252056,257200,262344,267488,272632,277776,282920,288064,293208,298352,303496,308640,313784,318928,324072,329216,334360,339504,344648,349792,354936,360080,365224,370368,375512,380656,385800,390944,396088,401232,406376,411520,416664,421808,426952,432096,437240,442384,447528,452672,457816,462960,468104,473248,478392,483536,488680,493824,498968,504112,509256,514400],"measured_values":[179729.0,318164.0,500010.0,632763.0,823005.0,923386.0,1176790.0,1228862.0,1458728.0,1543589.0,1783986.0,1836617.0,2099640.0,2118820.0,2410218.0,2457521.0,2727100.0,2762402.0,3085297.0,3103987.0,3386195.0,3320414.0,3672993.0,3626180.0,4024276.0,3970403.0,4311349.0,4288826.0,4588589.0,4603248.0,5114216.0,4959780.0,5326086.0,5136357.0,5529482.0,5444342.0,5800471.0,5775633.0,6170486.0,6066708.0,6589139.0,6384253.0,6862173.0,6780624.0,6971790.0,6964149.0,7483208.0,7362265.0,7835418.0,7565434.0,8085863.0,7906344.0,8497288.0,8232156.0,9062238.0,8495518.0,9196086.0,8816366.0,9505868.0,9139325.0,9729491.0,9320477.0,10129069.0,9818201.0,10549483.0,10185689.0,10826363.0,10549678.0,11464154.0,10650822.0,11385736.0,11080899.0,11693706.0,11611645.0,12170352.0,11467890.0,12108621.0,12219728.0,12968761.0,12743109.0,13219605.0,13189461.0,13638532.0,12979090.0,13442814.0,13207818.0,14217785.0,13682452.0,14539946.0,17148142.0,14828130.0,14413667.0,15330179.0,14632228.0,14798404.0,14486555.0,15536863.0,14740139.0,16017656.0,15636291.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":30.81797727961673,"lower_bound":30.48662855716642,"upper_bound":31.21863134385285,"unit":"ns"},"mean":{"estimate":30.7140688452796,"lower_bound":30.494905830286047,"upper_bound":30.954522366113487,"unit":"ns"},"median":{"estimate":30.728611288994603,"lower_bound":30.21591660186625,"upper_bound":31.024440615436333,"unit":"ns"},"median_abs_dev":{"estimate":1.1931082715775303,"lower_bound":0.9105876393548336,"upper_bound":1.3476299137729282,"unit":"ns"},"slope":{"estimate":30.81797727961673,"lower_bound":30.48662855716642,"upper_bound":31.21863134385285,"unit":"ns"},"change":{"mean":{"estimate":0.03889283295790702,"lower_bound":0.026208280005349555,"upper_bound":0.05074510270794922,"unit":"%"},"median":{"estimate":0.05341218983300999,"lower_bound":0.03338012763731668,"upper_bound":0.06645632060582662,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcl/10","report_directory":"/root/fuel-core/target/criterion/reports/mcl/10","iteration_count":[5164,10328,15492,20656,25820,30984,36148,41312,46476,51640,56804,61968,67132,72296,77460,82624,87788,92952,98116,103280,108444,113608,118772,123936,129100,134264,139428,144592,149756,154920,160084,165248,170412,175576,180740,185904,191068,196232,201396,206560,211724,216888,222052,227216,232380,237544,242708,247872,253036,258200,263364,268528,273692,278856,284020,289184,294348,299512,304676,309840,315004,320168,325332,330496,335660,340824,345988,351152,356316,361480,366644,371808,376972,382136,387300,392464,397628,402792,407956,413120,418284,423448,428612,433776,438940,444104,449268,454432,459596,464760,469924,475088,480252,485416,490580,495744,500908,506072,511236,516400],"measured_values":[172432.0,310392.0,489529.0,615350.0,836841.0,921881.0,1096769.0,1239676.0,1484290.0,1523285.0,1758379.0,1843682.0,2085615.0,2116641.0,2471097.0,2490489.0,2700244.0,2695431.0,2866721.0,2945940.0,3208932.0,3200125.0,3476645.0,3551594.0,3843030.0,4066416.0,4302374.0,4286617.0,4608849.0,4614794.0,4953788.0,4893551.0,5118285.0,5017741.0,5457420.0,5299650.0,5513683.0,5562354.0,5890778.0,5925484.0,6263909.0,6240804.0,6545040.0,6533305.0,6884207.0,6768686.0,7147940.0,7107514.0,7417254.0,7270423.0,7829651.0,8617596.0,8634163.0,8292648.0,8989287.0,8665955.0,9364095.0,8828479.0,9340233.0,8825621.0,9253634.0,9082398.0,9648532.0,9385227.0,10068772.0,9703293.0,10169146.0,9982143.0,11674809.0,11088498.0,11388286.0,10785954.0,11698017.0,11023475.0,12292749.0,11619957.0,12277748.0,11518066.0,12040711.0,11782107.0,12377704.0,12318331.0,13661275.0,12687479.0,12847028.0,12678636.0,13220231.0,12939813.0,13364377.0,13264744.0,13596426.0,13994441.0,15202108.0,14857781.0,15449513.0,14795084.0,16014788.0,14693375.0,15102688.0,14750063.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":29.741900412731077,"lower_bound":29.443809118690105,"upper_bound":30.056670811688743,"unit":"ns"},"mean":{"estimate":29.832259086317716,"lower_bound":29.60823455100688,"upper_bound":30.065117108035917,"unit":"ns"},"median":{"estimate":29.59115474516972,"lower_bound":29.42119754983508,"upper_bound":29.76000839142783,"unit":"ns"},"median_abs_dev":{"estimate":1.1614342357708134,"lower_bound":0.7792847590633382,"upper_bound":1.557240269174222,"unit":"ns"},"slope":{"estimate":29.741900412731077,"lower_bound":29.443809118690105,"upper_bound":30.056670811688743,"unit":"ns"},"change":{"mean":{"estimate":0.027845361826651427,"lower_bound":0.017000648505730177,"upper_bound":0.03887628884578445,"unit":"%"},"median":{"estimate":0.03089462170073176,"lower_bound":0.015471212271706225,"upper_bound":0.03818228783201914,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcl/100","report_directory":"/root/fuel-core/target/criterion/reports/mcl/100","iteration_count":[5099,10198,15297,20396,25495,30594,35693,40792,45891,50990,56089,61188,66287,71386,76485,81584,86683,91782,96881,101980,107079,112178,117277,122376,127475,132574,137673,142772,147871,152970,158069,163168,168267,173366,178465,183564,188663,193762,198861,203960,209059,214158,219257,224356,229455,234554,239653,244752,249851,254950,260049,265148,270247,275346,280445,285544,290643,295742,300841,305940,311039,316138,321237,326336,331435,336534,341633,346732,351831,356930,362029,367128,372227,377326,382425,387524,392623,397722,402821,407920,413019,418118,423217,428316,433415,438514,443613,448712,453811,458910,464009,469108,474207,479306,484405,489504,494603,499702,504801,509900],"measured_values":[166619.0,320903.0,462149.0,598265.0,743151.0,887041.0,1030552.0,1176090.0,1357480.0,1484085.0,1648036.0,1737910.0,1949158.0,2105298.0,2229696.0,2334527.0,2496380.0,2682065.0,2796778.0,2947959.0,3097601.0,3297070.0,3405789.0,3579994.0,3730528.0,3861643.0,4021892.0,4117847.0,4300987.0,4459393.0,4595500.0,4699205.0,5009127.0,5104781.0,5202668.0,5350398.0,5516516.0,5674335.0,5775784.0,5981252.0,6040029.0,6275340.0,6391206.0,6553411.0,6733486.0,6900869.0,7007371.0,7011257.0,7338403.0,7482373.0,7647983.0,7653993.0,7879963.0,8033432.0,8112589.0,8258918.0,8460507.0,8668337.0,8778396.0,8809279.0,9066246.0,9262414.0,9401349.0,9422392.0,9674987.0,9837741.0,10169590.0,10126202.0,10383816.0,10463268.0,10531046.0,10572070.0,10907478.0,11035058.0,11108158.0,11173258.0,11516592.0,11637161.0,11760385.0,11723713.0,12134181.0,12231384.0,12443715.0,12447181.0,12759367.0,12904394.0,13038668.0,12981068.0,13218849.0,13435417.0,13542057.0,13589247.0,13900356.0,13977766.0,14132758.0,14307411.0,14503378.0,14649779.0,14705645.0,14761620.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":29.186100954898247,"lower_bound":29.136485730557606,"upper_bound":29.234295642524984,"unit":"ns"},"mean":{"estimate":29.229249721575666,"lower_bound":29.145031645639484,"upper_bound":29.334630824386597,"unit":"ns"},"median":{"estimate":29.193134610467368,"lower_bound":29.150848677905053,"upper_bound":29.247052725406324,"unit":"ns"},"median_abs_dev":{"estimate":0.20655695541471145,"lower_bound":0.1511584107808762,"upper_bound":0.2953075134864047,"unit":"ns"},"slope":{"estimate":29.186100954898247,"lower_bound":29.136485730557606,"upper_bound":29.234295642524984,"unit":"ns"},"change":{"mean":{"estimate":-0.00034537417018276617,"lower_bound":-0.006165331808754115,"upper_bound":0.005521905343209642,"unit":"%"},"median":{"estimate":0.0009206376532411298,"lower_bound":-0.0018311421347452228,"upper_bound":0.005356586098506533,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcl/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/1000","iteration_count":[4524,9048,13572,18096,22620,27144,31668,36192,40716,45240,49764,54288,58812,63336,67860,72384,76908,81432,85956,90480,95004,99528,104052,108576,113100,117624,122148,126672,131196,135720,140244,144768,149292,153816,158340,162864,167388,171912,176436,180960,185484,190008,194532,199056,203580,208104,212628,217152,221676,226200,230724,235248,239772,244296,248820,253344,257868,262392,266916,271440,275964,280488,285012,289536,294060,298584,303108,307632,312156,316680,321204,325728,330252,334776,339300,343824,348348,352872,357396,361920,366444,370968,375492,380016,384540,389064,393588,398112,402636,407160,411684,416208,420732,425256,429780,434304,438828,443352,447876,452400],"measured_values":[145818.0,304422.0,441003.0,564466.0,714366.0,895595.0,1003246.0,1145912.0,1299009.0,1433381.0,1566278.0,1720147.0,1898820.0,2014551.0,2165836.0,2358616.0,2470345.0,2625992.0,2846480.0,2877645.0,3006355.0,3204294.0,3321049.0,3466264.0,3628255.0,3786961.0,3917607.0,4096264.0,4194489.0,4397359.0,4506933.0,4635488.0,4733078.0,4927596.0,5159086.0,5202144.0,5331615.0,5556322.0,5659731.0,5774989.0,5835028.0,6080540.0,6202690.0,6380673.0,6547598.0,6635403.0,6818601.0,6943061.0,7060440.0,7225527.0,7397952.0,7485576.0,7608827.0,7858080.0,7978018.0,8553631.0,8213344.0,8397600.0,8453489.0,8687465.0,8801044.0,9130812.0,9046436.0,9324480.0,9353736.0,9632710.0,9559563.0,9925156.0,9978205.0,10213609.0,10170370.0,10496870.0,10466546.0,10793757.0,10909550.0,11036212.0,11106162.0,11326301.0,11349607.0,11571555.0,11569425.0,11849084.0,11990946.0,12165441.0,12344259.0,12444659.0,12598724.0,12726680.0,12908089.0,13022342.0,13164049.0,13404776.0,13406744.0,13749989.0,13748427.0,14005570.0,14006336.0,14141490.0,14232605.0,14534926.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":32.014805843801454,"lower_bound":31.95873808226861,"upper_bound":32.07576398822849,"unit":"ns"},"mean":{"estimate":32.040287301776196,"lower_bound":31.97035590175949,"upper_bound":32.11699699311095,"unit":"ns"},"median":{"estimate":31.98780077584313,"lower_bound":31.94164456233422,"upper_bound":32.05903715537336,"unit":"ns"},"median_abs_dev":{"estimate":0.24698235295722556,"lower_bound":0.1698313704783063,"upper_bound":0.3203196642218221,"unit":"ns"},"slope":{"estimate":32.014805843801454,"lower_bound":31.95873808226861,"upper_bound":32.07576398822849,"unit":"ns"},"change":{"mean":{"estimate":0.022942470406595916,"lower_bound":0.018335329982577836,"upper_bound":0.026728370496012607,"unit":"%"},"median":{"estimate":0.02471888109110676,"lower_bound":0.023229025131521475,"upper_bound":0.027049907787262795,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcl/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/10000","iteration_count":[1371,2742,4113,5484,6855,8226,9597,10968,12339,13710,15081,16452,17823,19194,20565,21936,23307,24678,26049,27420,28791,30162,31533,32904,34275,35646,37017,38388,39759,41130,42501,43872,45243,46614,47985,49356,50727,52098,53469,54840,56211,57582,58953,60324,61695,63066,64437,65808,67179,68550,69921,71292,72663,74034,75405,76776,78147,79518,80889,82260,83631,85002,86373,87744,89115,90486,91857,93228,94599,95970,97341,98712,100083,101454,102825,104196,105567,106938,108309,109680,111051,112422,113793,115164,116535,117906,119277,120648,122019,123390,124761,126132,127503,128874,130245,131616,132987,134358,135729,137100],"measured_values":[208382.0,410057.0,613276.0,812962.0,1020625.0,1223129.0,1432718.0,1625628.0,1844864.0,2066492.0,2248624.0,2436388.0,2655187.0,2867009.0,3067886.0,3247206.0,3482859.0,3674232.0,3885049.0,4064156.0,4291153.0,4501225.0,4699699.0,4883848.0,5107471.0,5315345.0,5525452.0,5693682.0,5942846.0,6149428.0,6351066.0,6491828.0,6740644.0,6942916.0,7173020.0,7304915.0,7585359.0,7773317.0,7983243.0,8117871.0,8409310.0,8580257.0,8807191.0,8978472.0,9215277.0,9405329.0,9634965.0,9744292.0,10072778.0,10280551.0,10473438.0,10587291.0,10896387.0,11048066.0,11276998.0,11381120.0,11661546.0,11926064.0,12083892.0,12173639.0,12755465.0,12789120.0,12963038.0,13019884.0,13319200.0,13473649.0,13738095.0,13833096.0,14163157.0,14273240.0,14545358.0,14636878.0,14965907.0,15152985.0,15370535.0,15452024.0,15770476.0,15928246.0,16378094.0,16551360.0,16636039.0,16763970.0,17019155.0,17050478.0,17411054.0,17561069.0,17835709.0,17868883.0,18212512.0,18396705.0,18655737.0,18690706.0,19046499.0,19181092.0,19446103.0,19500507.0,19855076.0,20019311.0,20266277.0,20371000.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":149.19330802925813,"lower_bound":149.01203784895208,"upper_bound":149.38725602302563,"unit":"ns"},"mean":{"estimate":149.18212209067508,"lower_bound":149.03445235957543,"upper_bound":149.3396039095501,"unit":"ns"},"median":{"estimate":149.2276955253845,"lower_bound":149.07402723704695,"upper_bound":149.35818203323674,"unit":"ns"},"median_abs_dev":{"estimate":0.45407259006165446,"lower_bound":0.359892790065309,"upper_bound":0.6664445076213977,"unit":"ns"},"slope":{"estimate":149.19330802925813,"lower_bound":149.01203784895208,"upper_bound":149.38725602302563,"unit":"ns"},"change":{"mean":{"estimate":-0.005894977416314284,"lower_bound":-0.008073632644670857,"upper_bound":-0.004094017285387515,"unit":"%"},"median":{"estimate":-0.004678577220399882,"lower_bound":-0.005813004285237344,"upper_bound":-0.003473406772743437,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcl/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcl/19753","iteration_count":[836,1672,2508,3344,4180,5016,5852,6688,7524,8360,9196,10032,10868,11704,12540,13376,14212,15048,15884,16720,17556,18392,19228,20064,20900,21736,22572,23408,24244,25080,25916,26752,27588,28424,29260,30096,30932,31768,32604,33440,34276,35112,35948,36784,37620,38456,39292,40128,40964,41800,42636,43472,44308,45144,45980,46816,47652,48488,49324,50160,50996,51832,52668,53504,54340,55176,56012,56848,57684,58520,59356,60192,61028,61864,62700,63536,64372,65208,66044,66880,67716,68552,69388,70224,71060,71896,72732,73568,74404,75240,76076,76912,77748,78584,79420,80256,81092,81928,82764,83600],"measured_values":[264194.0,503460.0,758152.0,1005659.0,1255621.0,1506853.0,1761432.0,2027740.0,2254545.0,2515332.0,2777780.0,3022335.0,3252652.0,3521622.0,3764418.0,4030502.0,4263343.0,4530604.0,4784592.0,5036640.0,5267926.0,5549559.0,5754468.0,6045660.0,6291190.0,6541096.0,6787283.0,7032438.0,7294044.0,7552244.0,7799819.0,8047324.0,8310834.0,8573372.0,8788505.0,9057379.0,9323961.0,9553767.0,9793828.0,10082970.0,10318448.0,10601546.0,10814966.0,11091474.0,11271890.0,11573726.0,11857619.0,12076028.0,12269793.0,12589259.0,12827353.0,13114231.0,13337143.0,13588745.0,13836364.0,14117924.0,14323529.0,14604596.0,14833919.0,15169332.0,15373435.0,15638502.0,15828324.0,16110556.0,16312207.0,16624071.0,16858968.0,17132018.0,17331731.0,17662569.0,17808013.0,18154867.0,18321214.0,18677933.0,18924406.0,19193561.0,19348249.0,19678835.0,19857763.0,20181361.0,20338675.0,20653427.0,20837078.0,21156339.0,21312052.0,21663095.0,21832039.0,22220555.0,22340892.0,22669486.0,22793491.0,23203151.0,23257166.0,23682628.0,23819735.0,24203254.0,24339200.0,24692152.0,24856746.0,25242333.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":300.9555993270183,"lower_bound":300.74125618188447,"upper_bound":301.1650549446775,"unit":"ns"},"mean":{"estimate":301.11752805040845,"lower_bound":300.8580471572487,"upper_bound":301.49192856582766,"unit":"ns"},"median":{"estimate":301.0093501633348,"lower_bound":300.8904647983595,"upper_bound":301.22085117098965,"unit":"ns"},"median_abs_dev":{"estimate":0.793126520376521,"lower_bound":0.5169589450308211,"upper_bound":0.9453181734830938,"unit":"ns"},"slope":{"estimate":300.9555993270183,"lower_bound":300.74125618188447,"upper_bound":301.1650549446775,"unit":"ns"},"change":{"mean":{"estimate":0.021133524026830663,"lower_bound":0.019524940737309527,"upper_bound":0.02290691362185503,"unit":"%"},"median":{"estimate":0.02148883614544772,"lower_bound":0.01985941597128793,"upper_bound":0.02246936237038266,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcl/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcl/29629","iteration_count":[668,1336,2004,2672,3340,4008,4676,5344,6012,6680,7348,8016,8684,9352,10020,10688,11356,12024,12692,13360,14028,14696,15364,16032,16700,17368,18036,18704,19372,20040,20708,21376,22044,22712,23380,24048,24716,25384,26052,26720,27388,28056,28724,29392,30060,30728,31396,32064,32732,33400,34068,34736,35404,36072,36740,37408,38076,38744,39412,40080,40748,41416,42084,42752,43420,44088,44756,45424,46092,46760,47428,48096,48764,49432,50100,50768,51436,52104,52772,53440,54108,54776,55444,56112,56780,57448,58116,58784,59452,60120,60788,61456,62124,62792,63460,64128,64796,65464,66132,66800],"measured_values":[354065.0,655646.0,971529.0,1307378.0,1620536.0,1961067.0,2264781.0,2615344.0,2916507.0,3269017.0,3570490.0,3925831.0,4209514.0,4587622.0,4854414.0,5225616.0,5501701.0,5878805.0,6165215.0,6530706.0,6828683.0,7190401.0,7478503.0,7870964.0,8112160.0,8492942.0,8735180.0,9159763.0,9373309.0,9861311.0,10075190.0,10463725.0,10666354.0,11106831.0,11319338.0,11765436.0,12026856.0,12445846.0,12604146.0,13058316.0,13239506.0,13779566.0,13929254.0,14421792.0,14547694.0,15038439.0,15219618.0,15693714.0,15871932.0,16346470.0,16521884.0,17024711.0,17195491.0,17657048.0,17810904.0,18321476.0,18436198.0,18966192.0,19104817.0,19673112.0,19724959.0,20224632.0,20642871.0,20904571.0,21038270.0,21565917.0,21695794.0,22288524.0,22310690.0,22886425.0,23004885.0,23521283.0,23627361.0,24208291.0,24257991.0,24845737.0,24906950.0,25467799.0,25544840.0,26136496.0,26268917.0,26826818.0,26846969.0,27525927.0,27516005.0,28146763.0,28212460.0,28742629.0,28872170.0,29438355.0,29450133.0,30065799.0,30086032.0,30732364.0,30770988.0,31374430.0,31350074.0,32035790.0,32079747.0,32718539.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":487.21170606474357,"lower_bound":486.5551976462325,"upper_bound":487.8619911048207,"unit":"ns"},"mean":{"estimate":487.72883097940127,"lower_bound":486.9206847033248,"upper_bound":488.84398633755217,"unit":"ns"},"median":{"estimate":488.74861047136494,"lower_bound":485.6934527172071,"upper_bound":489.10239842285125,"unit":"ns"},"median_abs_dev":{"estimate":3.1461280117935266,"lower_bound":1.8313019634958851,"upper_bound":3.87840247605476,"unit":"ns"},"slope":{"estimate":487.21170606474357,"lower_bound":486.5551976462325,"upper_bound":487.8619911048207,"unit":"ns"},"change":{"mean":{"estimate":0.01009025534953456,"lower_bound":0.007858910832837018,"upper_bound":0.012571111778024733,"unit":"%"},"median":{"estimate":0.014092654884522604,"lower_bound":0.00737942516565826,"upper_bound":0.015276630261607194,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcl/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcl/44444","iteration_count":[354,708,1062,1416,1770,2124,2478,2832,3186,3540,3894,4248,4602,4956,5310,5664,6018,6372,6726,7080,7434,7788,8142,8496,8850,9204,9558,9912,10266,10620,10974,11328,11682,12036,12390,12744,13098,13452,13806,14160,14514,14868,15222,15576,15930,16284,16638,16992,17346,17700,18054,18408,18762,19116,19470,19824,20178,20532,20886,21240,21594,21948,22302,22656,23010,23364,23718,24072,24426,24780,25134,25488,25842,26196,26550,26904,27258,27612,27966,28320,28674,29028,29382,29736,30090,30444,30798,31152,31506,31860,32214,32568,32922,33276,33630,33984,34338,34692,35046,35400],"measured_values":[305335.0,534520.0,792929.0,1069230.0,1320538.0,1603723.0,1848647.0,2161145.0,2379662.0,2670008.0,2921916.0,3205938.0,3437029.0,3740020.0,3983610.0,4288916.0,4522788.0,4805797.0,5026228.0,5354400.0,5558871.0,5890320.0,6080522.0,6411915.0,6606205.0,6966647.0,7132269.0,7498906.0,7677973.0,8018286.0,8224958.0,8577299.0,8717227.0,9085172.0,9255365.0,9648877.0,9785967.0,10167050.0,10319580.0,10703151.0,10843546.0,11258902.0,11413446.0,11773971.0,11892302.0,12317840.0,12457189.0,12836239.0,12951963.0,13376258.0,13505966.0,13914455.0,14008035.0,14431215.0,14599164.0,15008726.0,15095288.0,15538914.0,15623727.0,16048701.0,16140553.0,16634106.0,16687441.0,17088691.0,17227947.0,17731607.0,17714329.0,18199969.0,18241447.0,18723348.0,18847886.0,19248761.0,19303719.0,19761670.0,19775023.0,20272359.0,20349481.0,20816185.0,20787154.0,21415304.0,21379582.0,21885170.0,22009566.0,22469297.0,22409877.0,22966220.0,22994370.0,23489195.0,23452005.0,24019776.0,23964740.0,24548254.0,24627572.0,25047543.0,25037725.0,25585257.0,25570921.0,26134866.0,26129670.0,26704831.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":750.6943299194579,"lower_bound":749.5354252492848,"upper_bound":751.8694183599206,"unit":"ns"},"mean":{"estimate":752.490014253433,"lower_bound":750.7057395917803,"upper_bound":755.225692423125,"unit":"ns"},"median":{"estimate":752.7914084099652,"lower_bound":748.7191369154947,"upper_bound":754.2395480225989,"unit":"ns"},"median_abs_dev":{"estimate":6.040137891973914,"lower_bound":3.717505232020587,"upper_bound":6.6600065357963505,"unit":"ns"},"slope":{"estimate":750.6943299194579,"lower_bound":749.5354252492848,"upper_bound":751.8694183599206,"unit":"ns"},"change":{"mean":{"estimate":-0.00348937631095958,"lower_bound":-0.010739325021475293,"upper_bound":0.0022363701224671724,"unit":"%"},"median":{"estimate":0.0012528375613847231,"lower_bound":-0.0058947832410410905,"upper_bound":0.0035469165702308736,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcl/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcl/66666","iteration_count":[213,426,639,852,1065,1278,1491,1704,1917,2130,2343,2556,2769,2982,3195,3408,3621,3834,4047,4260,4473,4686,4899,5112,5325,5538,5751,5964,6177,6390,6603,6816,7029,7242,7455,7668,7881,8094,8307,8520,8733,8946,9159,9372,9585,9798,10011,10224,10437,10650,10863,11076,11289,11502,11715,11928,12141,12354,12567,12780,12993,13206,13419,13632,13845,14058,14271,14484,14697,14910,15123,15336,15549,15762,15975,16188,16401,16614,16827,17040,17253,17466,17679,17892,18105,18318,18531,18744,18957,19170,19383,19596,19809,20022,20235,20448,20661,20874,21087,21300],"measured_values":[258250.0,483527.0,726533.0,966423.0,1207981.0,1443047.0,1701950.0,1932644.0,2179639.0,2409677.0,2666331.0,2897604.0,3143914.0,3371904.0,3637548.0,3881970.0,4107354.0,4351575.0,4593475.0,4862914.0,5077843.0,5294469.0,5581347.0,5802581.0,6060081.0,6264043.0,6532826.0,6784331.0,7028611.0,7239387.0,7522008.0,7746716.0,7986358.0,8329093.0,8496666.0,8711958.0,8943192.0,9149531.0,9455617.0,9685554.0,9952831.0,10206304.0,10405380.0,10675952.0,10885655.0,11067079.0,11385933.0,11638523.0,11856061.0,12156350.0,12367912.0,12629579.0,12811690.0,13064933.0,13320126.0,13552510.0,13801352.0,13977968.0,14236397.0,14524566.0,14772186.0,14929035.0,15265564.0,15483967.0,15729837.0,15900024.0,16166645.0,16453110.0,16736295.0,16857817.0,17220640.0,17399829.0,17640828.0,17859370.0,18242641.0,18417791.0,18657993.0,18800418.0,19185596.0,19378623.0,19700445.0,19789180.0,20030656.0,20337114.0,20648366.0,20793579.0,21012608.0,21448663.0,21523218.0,21659098.0,22036699.0,22221161.0,22529934.0,22653882.0,22928725.0,23184478.0,23399787.0,23587580.0,23970471.0,24220857.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1135.6743072949296,"lower_bound":1134.7970242652416,"upper_bound":1136.6080268711298,"unit":"ns"},"mean":{"estimate":1136.7292772541878,"lower_bound":1135.4446724072511,"upper_bound":1138.629001540408,"unit":"ns"},"median":{"estimate":1136.1105016503313,"lower_bound":1135.2208808405992,"upper_bound":1136.832182931145,"unit":"ns"},"median_abs_dev":{"estimate":3.192668555044927,"lower_bound":2.3494114328386972,"upper_bound":4.13559455567091,"unit":"ns"},"slope":{"estimate":1135.6743072949296,"lower_bound":1134.7970242652416,"upper_bound":1136.6080268711298,"unit":"ns"},"change":{"mean":{"estimate":-0.016648194636169178,"lower_bound":-0.01885998692329089,"upper_bound":-0.014004087833021707,"unit":"%"},"median":{"estimate":-0.017178944068117596,"lower_bound":-0.019227390812422085,"upper_bound":-0.015594200355020793,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcl/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/100000","iteration_count":[194,388,582,776,970,1164,1358,1552,1746,1940,2134,2328,2522,2716,2910,3104,3298,3492,3686,3880,4074,4268,4462,4656,4850,5044,5238,5432,5626,5820,6014,6208,6402,6596,6790,6984,7178,7372,7566,7760,7954,8148,8342,8536,8730,8924,9118,9312,9506,9700,9894,10088,10282,10476,10670,10864,11058,11252,11446,11640,11834,12028,12222,12416,12610,12804,12998,13192,13386,13580,13774,13968,14162,14356,14550,14744,14938,15132,15326,15520,15714,15908,16102,16296,16490,16684,16878,17072,17266,17460,17654,17848,18042,18236,18430,18624,18818,19012,19206,19400],"measured_values":[302443.0,570534.0,862424.0,1134919.0,1451526.0,1717357.0,2005009.0,2279417.0,2603202.0,2841402.0,3172027.0,3411752.0,3736977.0,3977731.0,4323809.0,4551015.0,4924713.0,5117000.0,5476560.0,5675746.0,6074094.0,6410428.0,6654021.0,6845973.0,7218441.0,7416566.0,7732431.0,8003366.0,8346130.0,8567511.0,8906819.0,9107573.0,9550687.0,9675107.0,10146193.0,10299171.0,10640501.0,10844534.0,11237072.0,11433353.0,11832567.0,11939902.0,12367936.0,12504725.0,12955860.0,13123777.0,13564491.0,13707179.0,14122504.0,14191355.0,14660422.0,14804267.0,15271713.0,15351183.0,15884952.0,15937449.0,16460787.0,16561564.0,16995393.0,17146666.0,17560077.0,17637315.0,18117193.0,18271823.0,18651411.0,18794294.0,19311637.0,19437155.0,19811912.0,20009924.0,20449501.0,20497843.0,20964303.0,21108101.0,21546430.0,21621157.0,22153834.0,22147403.0,22661621.0,22634734.0,22908610.0,23626040.0,23606623.0,23977719.0,24281821.0,24756484.0,24858901.0,25380349.0,25274160.0,26031786.0,25951778.0,26569614.0,26367901.0,27337550.0,27061269.0,28011688.0,27591754.0,28574945.0,28292531.0,29141335.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1477.899959125471,"lower_bound":1474.4259750327105,"upper_bound":1481.5591042340125,"unit":"ns"},"mean":{"estimate":1478.3233661116933,"lower_bound":1475.812679960788,"upper_bound":1481.119883278953,"unit":"ns"},"median":{"estimate":1475.805412371134,"lower_bound":1472.4695728166844,"upper_bound":1481.7884576511017,"unit":"ns"},"median_abs_dev":{"estimate":13.356918500725794,"lower_bound":10.458632432361759,"upper_bound":14.88756955961798,"unit":"ns"},"slope":{"estimate":1477.899959125471,"lower_bound":1474.4259750327105,"upper_bound":1481.5591042340125,"unit":"ns"},"change":{"mean":{"estimate":0.0042334732241251505,"lower_bound":0.000040106186372612796,"upper_bound":0.007742781100058254,"unit":"%"},"median":{"estimate":0.0008694498591566013,"lower_bound":-0.0017177862306470004,"upper_bound":0.01062094385562462,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"mcl","benchmarks":["mcl/1","mcl/10","mcl/100","mcl/1000","mcl/10000","mcl/19753","mcl/29629","mcl/44444","mcl/66666","mcl/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcl"} -{"reason":"benchmark-complete","id":"mcli/1","report_directory":"/root/fuel-core/target/criterion/reports/mcli/1","iteration_count":[5167,10334,15501,20668,25835,31002,36169,41336,46503,51670,56837,62004,67171,72338,77505,82672,87839,93006,98173,103340,108507,113674,118841,124008,129175,134342,139509,144676,149843,155010,160177,165344,170511,175678,180845,186012,191179,196346,201513,206680,211847,217014,222181,227348,232515,237682,242849,248016,253183,258350,263517,268684,273851,279018,284185,289352,294519,299686,304853,310020,315187,320354,325521,330688,335855,341022,346189,351356,356523,361690,366857,372024,377191,382358,387525,392692,397859,403026,408193,413360,418527,423694,428861,434028,439195,444362,449529,454696,459863,465030,470197,475364,480531,485698,490865,496032,501199,506366,511533,516700],"measured_values":[172816.0,301784.0,476491.0,582549.0,751113.0,888430.0,1126956.0,1184634.0,1432168.0,1486351.0,1726909.0,1790981.0,1979856.0,2174320.0,2417453.0,2362955.0,2764310.0,2728826.0,3021649.0,2984364.0,3310758.0,3344108.0,3573479.0,3546389.0,3897080.0,3936122.0,4342294.0,4122609.0,4516613.0,4501993.0,4953993.0,4734024.0,5198283.0,5114779.0,5573503.0,5348341.0,5783021.0,5725360.0,6319498.0,5900286.0,6473220.0,6382211.0,6885741.0,6570291.0,7211868.0,6954797.0,7518629.0,7369449.0,7724928.0,7560086.0,8186267.0,7702500.0,8518081.0,8168893.0,8615381.0,8261180.0,8855489.0,8794352.0,9440463.0,8878861.0,9489429.0,9375857.0,10048935.0,9517213.0,10376224.0,9968091.0,10765540.0,10027911.0,11131230.0,10619015.0,11396543.0,11012401.0,11651260.0,11327470.0,12099293.0,11304608.0,12408680.0,11747380.0,12708014.0,11868887.0,12795387.0,12400719.0,13167916.0,12326615.0,13152617.0,12827536.0,13796302.0,13049008.0,14120539.0,13603691.0,14572757.0,13637016.0,14609716.0,14084306.0,15073194.0,14204969.0,15185479.0,14728517.0,15648392.0,14971083.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":29.840090321520417,"lower_bound":29.598341037061864,"upper_bound":30.085200896232212,"unit":"ns"},"mean":{"estimate":29.864609346940803,"lower_bound":29.669106004085954,"upper_bound":30.06580388393589,"unit":"ns"},"median":{"estimate":29.669450979187044,"lower_bound":29.27729752202367,"upper_bound":30.29830267019687,"unit":"ns"},"median_abs_dev":{"estimate":1.349171519820963,"lower_bound":0.972705282758975,"upper_bound":1.4787470300532695,"unit":"ns"},"slope":{"estimate":29.840090321520417,"lower_bound":29.598341037061864,"upper_bound":30.085200896232212,"unit":"ns"},"change":{"mean":{"estimate":0.04962794642330315,"lower_bound":0.040069238794361514,"upper_bound":0.05932727327102639,"unit":"%"},"median":{"estimate":0.04992134294247341,"lower_bound":0.031062202109309656,"upper_bound":0.07230482703894925,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcli/10","report_directory":"/root/fuel-core/target/criterion/reports/mcli/10","iteration_count":[5167,10334,15501,20668,25835,31002,36169,41336,46503,51670,56837,62004,67171,72338,77505,82672,87839,93006,98173,103340,108507,113674,118841,124008,129175,134342,139509,144676,149843,155010,160177,165344,170511,175678,180845,186012,191179,196346,201513,206680,211847,217014,222181,227348,232515,237682,242849,248016,253183,258350,263517,268684,273851,279018,284185,289352,294519,299686,304853,310020,315187,320354,325521,330688,335855,341022,346189,351356,356523,361690,366857,372024,377191,382358,387525,392692,397859,403026,408193,413360,418527,423694,428861,434028,439195,444362,449529,454696,459863,465030,470197,475364,480531,485698,490865,496032,501199,506366,511533,516700],"measured_values":[156679.0,292289.0,435608.0,572226.0,737839.0,909476.0,1045944.0,1164434.0,1293133.0,1459461.0,1590161.0,1730451.0,1900357.0,2103309.0,2171208.0,2338219.0,2539499.0,2660584.0,2811924.0,2874108.0,3149007.0,3290513.0,3444430.0,3419042.0,3686501.0,3912578.0,4001558.0,4050062.0,4318403.0,4566615.0,4522027.0,4672996.0,4820870.0,5141898.0,5194636.0,5201321.0,5430153.0,5578594.0,5831702.0,5763500.0,6177359.0,6233604.0,6387405.0,6340488.0,6601692.0,6962491.0,6981419.0,6945077.0,7197911.0,7619001.0,7662866.0,7442539.0,7849961.0,8058184.0,8156211.0,8038397.0,8318043.0,8720970.0,8643794.0,8684201.0,9115829.0,9231968.0,9413938.0,9220695.0,9612092.0,9965652.0,9805572.0,9909103.0,10357851.0,10545453.0,10434223.0,10328656.0,10805745.0,11011451.0,11065334.0,10986280.0,11465692.0,11456399.0,11791046.0,11494196.0,11992761.0,12328647.0,12359726.0,12063284.0,12418098.0,13095359.0,12931686.0,12698086.0,13081038.0,13626888.0,13345493.0,13142515.0,13814759.0,14453669.0,14016063.0,13791561.0,14233442.0,14723049.0,14811406.0,14686442.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":28.57552165704483,"lower_bound":28.43648713816862,"upper_bound":28.713252335639524,"unit":"ns"},"mean":{"estimate":28.553977431031882,"lower_bound":28.451364330738443,"upper_bound":28.658876389395164,"unit":"ns"},"median":{"estimate":28.55676278949745,"lower_bound":28.403501430596457,"upper_bound":28.724244518786808,"unit":"ns"},"median_abs_dev":{"estimate":0.5397014407023951,"lower_bound":0.43411133554063874,"upper_bound":0.720374829606378,"unit":"ns"},"slope":{"estimate":28.57552165704483,"lower_bound":28.43648713816862,"upper_bound":28.713252335639524,"unit":"ns"},"change":{"mean":{"estimate":0.028961092198222405,"lower_bound":0.017883695100065006,"upper_bound":0.037685811324565804,"unit":"%"},"median":{"estimate":0.03526457377213932,"lower_bound":0.024630654377977734,"upper_bound":0.04598293140135734,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcli/100","report_directory":"/root/fuel-core/target/criterion/reports/mcli/100","iteration_count":[5141,10282,15423,20564,25705,30846,35987,41128,46269,51410,56551,61692,66833,71974,77115,82256,87397,92538,97679,102820,107961,113102,118243,123384,128525,133666,138807,143948,149089,154230,159371,164512,169653,174794,179935,185076,190217,195358,200499,205640,210781,215922,221063,226204,231345,236486,241627,246768,251909,257050,262191,267332,272473,277614,282755,287896,293037,298178,303319,308460,313601,318742,323883,329024,334165,339306,344447,349588,354729,359870,365011,370152,375293,380434,385575,390716,395857,400998,406139,411280,416421,421562,426703,431844,436985,442126,447267,452408,457549,462690,467831,472972,478113,483254,488395,493536,498677,503818,508959,514100],"measured_values":[178532.0,291635.0,459989.0,588435.0,728453.0,885139.0,1022526.0,1159203.0,1353148.0,1456225.0,1638465.0,1798099.0,1911110.0,2057077.0,2224907.0,2318369.0,2539453.0,2639415.0,2838061.0,2960848.0,3120402.0,3220002.0,3443418.0,3519440.0,3794642.0,3842960.0,4015897.0,4102756.0,4362286.0,4539670.0,4587292.0,4787921.0,4934627.0,5134157.0,5206931.0,5551671.0,5532578.0,5682325.0,5839938.0,5943562.0,6131536.0,6282985.0,6442093.0,6533210.0,6758602.0,6747875.0,6975861.0,7109417.0,7330003.0,7601952.0,7566726.0,8049705.0,7957476.0,8295971.0,8263233.0,8502269.0,8383159.0,8623262.0,8715769.0,8815958.0,9004924.0,9075348.0,9367152.0,9507260.0,9673663.0,9724149.0,9985730.0,9999219.0,10351469.0,10414783.0,10860232.0,10750520.0,10844008.0,10952070.0,11106952.0,11511350.0,11573576.0,11478366.0,11701278.0,11849426.0,12005286.0,12171692.0,12279962.0,12356488.0,12552240.0,12737925.0,12851370.0,12999431.0,13184089.0,13371579.0,13607128.0,13627502.0,13821482.0,13982432.0,14135390.0,14106242.0,14480625.0,14370224.0,14703135.0,14665546.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":28.902586633699297,"lower_bound":28.839073270201993,"upper_bound":28.97375756195423,"unit":"ns"},"mean":{"estimate":28.979819118592232,"lower_bound":28.86839525714289,"upper_bound":29.132179465164487,"unit":"ns"},"median":{"estimate":28.89505857756473,"lower_bound":28.81249207141226,"upper_bound":28.93784422152444,"unit":"ns"},"median_abs_dev":{"estimate":0.29829808984961914,"lower_bound":0.23750918063493792,"upper_bound":0.40335046248659895,"unit":"ns"},"slope":{"estimate":28.902586633699297,"lower_bound":28.839073270201993,"upper_bound":28.97375756195423,"unit":"ns"},"change":{"mean":{"estimate":0.013182226114759388,"lower_bound":0.005379335473981517,"upper_bound":0.021000393853369277,"unit":"%"},"median":{"estimate":0.016456664233347018,"lower_bound":0.009716903764764862,"upper_bound":0.02036508282580741,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcli/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/1000","iteration_count":[4563,9126,13689,18252,22815,27378,31941,36504,41067,45630,50193,54756,59319,63882,68445,73008,77571,82134,86697,91260,95823,100386,104949,109512,114075,118638,123201,127764,132327,136890,141453,146016,150579,155142,159705,164268,168831,173394,177957,182520,187083,191646,196209,200772,205335,209898,214461,219024,223587,228150,232713,237276,241839,246402,250965,255528,260091,264654,269217,273780,278343,282906,287469,292032,296595,301158,305721,310284,314847,319410,323973,328536,333099,337662,342225,346788,351351,355914,360477,365040,369603,374166,378729,383292,387855,392418,396981,401544,406107,410670,415233,419796,424359,428922,433485,438048,442611,447174,451737,456300],"measured_values":[189205.0,283978.0,439281.0,587730.0,758775.0,911235.0,1054173.0,1273982.0,1335678.0,1526836.0,1647489.0,1738672.0,1908892.0,2004618.0,2277908.0,2339320.0,2553044.0,2599601.0,2855707.0,2927209.0,3117821.0,3230050.0,3391980.0,3646864.0,3876249.0,3893736.0,3969457.0,4295065.0,4290610.0,4432737.0,4685528.0,4775811.0,4857991.0,4940760.0,5188719.0,5449994.0,5524481.0,5551360.0,5746643.0,6025261.0,6171540.0,6122021.0,6351446.0,6409719.0,6757775.0,6846995.0,7146672.0,7070031.0,7384482.0,7195419.0,7464679.0,7840715.0,7939104.0,7923811.0,8165600.0,8341983.0,8572496.0,8420606.0,8658582.0,9058325.0,9306978.0,9431050.0,9458756.0,9463571.0,9627885.0,9839809.0,9908720.0,10092783.0,10657695.0,10312998.0,10406895.0,10928825.0,10846436.0,10770902.0,11308981.0,11508954.0,11486816.0,11520326.0,11861678.0,11977499.0,12106608.0,12309257.0,12273527.0,12549787.0,13048512.0,12619668.0,12899545.0,13251420.0,13245097.0,13330301.0,13580701.0,13808225.0,13821993.0,13873238.0,13973816.0,14278009.0,14358942.0,14583051.0,14799395.0,14912474.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":32.65108948782364,"lower_bound":32.5579877937225,"upper_bound":32.749140372125105,"unit":"ns"},"mean":{"estimate":32.72181323396453,"lower_bound":32.54809357759887,"upper_bound":32.954766646774175,"unit":"ns"},"median":{"estimate":32.61318841375021,"lower_bound":32.47774927418538,"upper_bound":32.74210523569498,"unit":"ns"},"median_abs_dev":{"estimate":0.5383104058493726,"lower_bound":0.4163081278017283,"upper_bound":0.6420806724239762,"unit":"ns"},"slope":{"estimate":32.65108948782364,"lower_bound":32.5579877937225,"upper_bound":32.749140372125105,"unit":"ns"},"change":{"mean":{"estimate":0.017634010377147513,"lower_bound":0.010274569506069059,"upper_bound":0.026156445380314884,"unit":"%"},"median":{"estimate":0.01740716541892917,"lower_bound":0.01193214660165176,"upper_bound":0.022672808474197614,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcli/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/10000","iteration_count":[1385,2770,4155,5540,6925,8310,9695,11080,12465,13850,15235,16620,18005,19390,20775,22160,23545,24930,26315,27700,29085,30470,31855,33240,34625,36010,37395,38780,40165,41550,42935,44320,45705,47090,48475,49860,51245,52630,54015,55400,56785,58170,59555,60940,62325,63710,65095,66480,67865,69250,70635,72020,73405,74790,76175,77560,78945,80330,81715,83100,84485,85870,87255,88640,90025,91410,92795,94180,95565,96950,98335,99720,101105,102490,103875,105260,106645,108030,109415,110800,112185,113570,114955,116340,117725,119110,120495,121880,123265,124650,126035,127420,128805,130190,131575,132960,134345,135730,137115,138500],"measured_values":[222206.0,431146.0,632730.0,821566.0,1046373.0,1239866.0,1447509.0,1642476.0,1871690.0,2066398.0,2275673.0,2462125.0,2688379.0,2894738.0,3110705.0,3300065.0,3527754.0,3719134.0,3951909.0,4128080.0,4350541.0,4544006.0,4749051.0,4930708.0,5176217.0,5402775.0,5579092.0,5764948.0,6003226.0,6202028.0,6410202.0,6577184.0,6867424.0,7024532.0,7240644.0,7394212.0,7640258.0,7855857.0,8055759.0,8249539.0,8472344.0,8688522.0,8897814.0,9047346.0,9310933.0,9527055.0,9748820.0,9858790.0,10159732.0,10392189.0,10542787.0,10671560.0,10948597.0,11189090.0,11395537.0,11523315.0,11793344.0,12036353.0,12211532.0,12338297.0,12620847.0,12823975.0,13081923.0,13160609.0,13412409.0,13645863.0,13875187.0,13990267.0,14290316.0,14511377.0,14684041.0,14781825.0,15138927.0,15321154.0,15483737.0,15643672.0,15964029.0,16192632.0,16354303.0,16464116.0,16762521.0,16954036.0,17204092.0,17264432.0,17566946.0,17854903.0,18006788.0,18094384.0,18407580.0,18662215.0,18873843.0,18912721.0,19268589.0,19452677.0,19666799.0,19757155.0,20097487.0,20271701.0,20522944.0,20568247.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":149.24213437157067,"lower_bound":149.1088516672643,"upper_bound":149.36812517486703,"unit":"ns"},"mean":{"estimate":149.45012551277654,"lower_bound":149.21437840747672,"upper_bound":149.76578274390204,"unit":"ns"},"median":{"estimate":149.33756246377135,"lower_bound":149.26576097282918,"upper_bound":149.41759735770796,"unit":"ns"},"median_abs_dev":{"estimate":0.43419377761321926,"lower_bound":0.30666735306860576,"upper_bound":0.6159510467570027,"unit":"ns"},"slope":{"estimate":149.24213437157067,"lower_bound":149.1088516672643,"upper_bound":149.36812517486703,"unit":"ns"},"change":{"mean":{"estimate":-0.011244019053242682,"lower_bound":-0.013816995554461574,"upper_bound":-0.008630723695963285,"unit":"%"},"median":{"estimate":-0.009875057373233798,"lower_bound":-0.011097053596323847,"upper_bound":-0.008921022258404557,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcli/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcli/19753","iteration_count":[817,1634,2451,3268,4085,4902,5719,6536,7353,8170,8987,9804,10621,11438,12255,13072,13889,14706,15523,16340,17157,17974,18791,19608,20425,21242,22059,22876,23693,24510,25327,26144,26961,27778,28595,29412,30229,31046,31863,32680,33497,34314,35131,35948,36765,37582,38399,39216,40033,40850,41667,42484,43301,44118,44935,45752,46569,47386,48203,49020,49837,50654,51471,52288,53105,53922,54739,55556,56373,57190,58007,58824,59641,60458,61275,62092,62909,63726,64543,65360,66177,66994,67811,68628,69445,70262,71079,71896,72713,73530,74347,75164,75981,76798,77615,78432,79249,80066,80883,81700],"measured_values":[240119.0,473695.0,716455.0,956781.0,1193347.0,1430011.0,1684124.0,1915682.0,2149292.0,2374530.0,2623892.0,2897865.0,3101591.0,3341684.0,3659459.0,3853106.0,4134583.0,4270535.0,4558293.0,4782595.0,5041165.0,5225752.0,5534910.0,5758932.0,5962270.0,6164530.0,6445624.0,6719007.0,6922037.0,7145953.0,7410697.0,7668805.0,7930411.0,8107965.0,8408482.0,8649061.0,8874646.0,9074177.0,9355306.0,9567859.0,9808797.0,9983357.0,10321408.0,10519749.0,10740343.0,10926936.0,11308060.0,11515229.0,11789167.0,11921476.0,12183375.0,12443057.0,12660507.0,12863233.0,13128094.0,13422058.0,13598787.0,13848304.0,14093644.0,14355133.0,14566859.0,14798687.0,15048364.0,15319246.0,15517695.0,15708011.0,15995670.0,16294014.0,16533518.0,16635671.0,16946363.0,17233744.0,17464099.0,17647780.0,17931335.0,18208145.0,18490719.0,18584787.0,18858089.0,19175595.0,19415493.0,19509754.0,19864583.0,20172301.0,20313520.0,20479924.0,20891901.0,21050102.0,21308507.0,21476853.0,21788801.0,22063609.0,22293681.0,22333526.0,22724942.0,22975630.0,23265687.0,23326334.0,23670279.0,23965715.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":292.667413068569,"lower_bound":292.43590740143696,"upper_bound":292.88693046784215,"unit":"ns"},"mean":{"estimate":292.76025874404223,"lower_bound":292.50976912076794,"upper_bound":293.0242143872205,"unit":"ns"},"median":{"estimate":292.6704267274953,"lower_bound":292.3113015095879,"upper_bound":292.93693900448795,"unit":"ns"},"median_abs_dev":{"estimate":1.0379749370635307,"lower_bound":0.7647248790242579,"upper_bound":1.319862464711302,"unit":"ns"},"slope":{"estimate":292.667413068569,"lower_bound":292.43590740143696,"upper_bound":292.88693046784215,"unit":"ns"},"change":{"mean":{"estimate":-0.018223806148831123,"lower_bound":-0.027201846176410284,"upper_bound":-0.010141062571227414,"unit":"%"},"median":{"estimate":-0.005081181978334404,"lower_bound":-0.0063855362496515545,"upper_bound":-0.0038940663236313178,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcli/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcli/29629","iteration_count":[691,1382,2073,2764,3455,4146,4837,5528,6219,6910,7601,8292,8983,9674,10365,11056,11747,12438,13129,13820,14511,15202,15893,16584,17275,17966,18657,19348,20039,20730,21421,22112,22803,23494,24185,24876,25567,26258,26949,27640,28331,29022,29713,30404,31095,31786,32477,33168,33859,34550,35241,35932,36623,37314,38005,38696,39387,40078,40769,41460,42151,42842,43533,44224,44915,45606,46297,46988,47679,48370,49061,49752,50443,51134,51825,52516,53207,53898,54589,55280,55971,56662,57353,58044,58735,59426,60117,60808,61499,62190,62881,63572,64263,64954,65645,66336,67027,67718,68409,69100],"measured_values":[349687.0,660936.0,1007747.0,1324933.0,1659088.0,1978641.0,2324270.0,2646054.0,2999485.0,3303228.0,3650563.0,3982641.0,4320599.0,4620230.0,4993987.0,5296142.0,5660747.0,5944411.0,6336273.0,6630943.0,7016930.0,7278794.0,7637280.0,7960250.0,8309770.0,8579491.0,9009523.0,9264945.0,9632813.0,9902425.0,10321022.0,10595017.0,10972069.0,11239332.0,11622275.0,11924546.0,12285538.0,12590504.0,12961532.0,13272214.0,13634584.0,13882194.0,14301564.0,14568616.0,14946609.0,15184730.0,15632021.0,15908332.0,16302263.0,16674417.0,16969593.0,17247355.0,17644870.0,17874759.0,18384573.0,18553471.0,18952323.0,19173259.0,19636532.0,19870065.0,20349579.0,20492028.0,20964475.0,21214092.0,21594069.0,21885945.0,22277267.0,22519602.0,22930660.0,23114817.0,23878610.0,23855754.0,24288995.0,24452216.0,24968932.0,25138655.0,25701919.0,25801691.0,26315278.0,26688966.0,26895727.0,27115162.0,27576443.0,27842737.0,28258915.0,28387108.0,28910087.0,29193782.0,29701857.0,29962882.0,30430716.0,30621807.0,31024941.0,31109764.0,31686387.0,31772253.0,32237685.0,32375397.0,32916633.0,33109210.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":480.629581366284,"lower_bound":480.1568330906301,"upper_bound":481.10656321037936,"unit":"ns"},"mean":{"estimate":480.69650967444164,"lower_bound":480.1657007685535,"upper_bound":481.38967677212264,"unit":"ns"},"median":{"estimate":480.5264688228991,"lower_bound":479.8917905538745,"upper_bound":480.96523062080223,"unit":"ns"},"median_abs_dev":{"estimate":1.883188047821094,"lower_bound":1.4898156294178058,"upper_bound":2.352716788064674,"unit":"ns"},"slope":{"estimate":480.629581366284,"lower_bound":480.1568330906301,"upper_bound":481.10656321037936,"unit":"ns"},"change":{"mean":{"estimate":-0.00013176914894819092,"lower_bound":-0.0016323726814068877,"upper_bound":0.0015264208627907725,"unit":"%"},"median":{"estimate":-0.0005382760352591331,"lower_bound":-0.0018122334943390106,"upper_bound":0.0015920717458739464,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcli/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcli/44444","iteration_count":[363,726,1089,1452,1815,2178,2541,2904,3267,3630,3993,4356,4719,5082,5445,5808,6171,6534,6897,7260,7623,7986,8349,8712,9075,9438,9801,10164,10527,10890,11253,11616,11979,12342,12705,13068,13431,13794,14157,14520,14883,15246,15609,15972,16335,16698,17061,17424,17787,18150,18513,18876,19239,19602,19965,20328,20691,21054,21417,21780,22143,22506,22869,23232,23595,23958,24321,24684,25047,25410,25773,26136,26499,26862,27225,27588,27951,28314,28677,29040,29403,29766,30129,30492,30855,31218,31581,31944,32307,32670,33033,33396,33759,34122,34485,34848,35211,35574,35937,36300],"measured_values":[273919.0,537423.0,813753.0,1082244.0,1363351.0,1612778.0,1906718.0,2167803.0,2449691.0,2686770.0,2994788.0,3250290.0,3535170.0,3779489.0,4078536.0,4352338.0,4659961.0,4836416.0,5176843.0,5437483.0,5743811.0,5954140.0,6308273.0,6506412.0,6828034.0,7011558.0,7365784.0,7592397.0,7914877.0,8056763.0,8486525.0,8691039.0,8980460.0,9193428.0,9542765.0,9758878.0,10076770.0,10208007.0,10664783.0,10852831.0,11203795.0,11296941.0,11721045.0,11949794.0,12265947.0,12352506.0,12818327.0,13028405.0,13351849.0,13419492.0,13924756.0,14105968.0,14455536.0,14512888.0,14986295.0,15275401.0,15523654.0,15601611.0,16123221.0,16342250.0,16629619.0,16641813.0,17241763.0,17396091.0,17691610.0,17742564.0,18291769.0,18470455.0,18800501.0,18803634.0,19381741.0,19638557.0,19939765.0,19889289.0,20474269.0,20625011.0,21007075.0,20948589.0,21560940.0,21720801.0,22065449.0,22056251.0,22658913.0,22788723.0,23240102.0,23145998.0,23793222.0,23878255.0,24213821.0,24196443.0,24838810.0,25045969.0,25313518.0,25266491.0,25861748.0,26131300.0,26380746.0,26387237.0,27034361.0,27170524.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":748.0707722414032,"lower_bound":746.8785201102517,"upper_bound":749.1916079714127,"unit":"ns"},"mean":{"estimate":748.0347073553488,"lower_bound":747.126857835624,"upper_bound":748.91208826528,"unit":"ns"},"median":{"estimate":749.587542712856,"lower_bound":748.1955061983471,"upper_bound":750.2970252766904,"unit":"ns"},"median_abs_dev":{"estimate":3.544491456559769,"lower_bound":2.7376348007456643,"upper_bound":5.087196189864568,"unit":"ns"},"slope":{"estimate":748.0707722414032,"lower_bound":746.8785201102517,"upper_bound":749.1916079714127,"unit":"ns"},"change":{"mean":{"estimate":-0.002698277175625874,"lower_bound":-0.004605211162874656,"upper_bound":-0.0007821755547077289,"unit":"%"},"median":{"estimate":0.0005436975597690186,"lower_bound":-0.004023116947095673,"upper_bound":0.0024435358348662284,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcli/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcli/66666","iteration_count":[208,416,624,832,1040,1248,1456,1664,1872,2080,2288,2496,2704,2912,3120,3328,3536,3744,3952,4160,4368,4576,4784,4992,5200,5408,5616,5824,6032,6240,6448,6656,6864,7072,7280,7488,7696,7904,8112,8320,8528,8736,8944,9152,9360,9568,9776,9984,10192,10400,10608,10816,11024,11232,11440,11648,11856,12064,12272,12480,12688,12896,13104,13312,13520,13728,13936,14144,14352,14560,14768,14976,15184,15392,15600,15808,16016,16224,16432,16640,16848,17056,17264,17472,17680,17888,18096,18304,18512,18720,18928,19136,19344,19552,19760,19968,20176,20384,20592,20800],"measured_values":[270533.0,479445.0,725632.0,959915.0,1206952.0,1451917.0,1689524.0,1913731.0,2172911.0,2395156.0,2652262.0,3130781.0,3138122.0,3367574.0,3622705.0,3829692.0,4099533.0,4316735.0,4601791.0,4783820.0,5074761.0,5265043.0,5569302.0,5741183.0,6030754.0,6225270.0,6509694.0,6726651.0,7060361.0,7196581.0,7481754.0,7654317.0,7979128.0,8155821.0,8462753.0,8615456.0,9057285.0,9106310.0,9418247.0,9578201.0,9884425.0,10069592.0,10553286.0,10566011.0,10889284.0,11055973.0,11455626.0,11507818.0,11867249.0,11978755.0,12311252.0,12606749.0,12785916.0,12937696.0,13273847.0,13447301.0,13747452.0,13890884.0,14243197.0,14408850.0,14804298.0,14840932.0,15188003.0,15351919.0,15767745.0,15814377.0,16176641.0,16284595.0,16666168.0,16790975.0,17132797.0,17255087.0,17616493.0,17748104.0,18108026.0,18226097.0,18601442.0,18726898.0,19167519.0,19177310.0,19572757.0,19648439.0,20046995.0,20122052.0,20567681.0,20627642.0,21038233.0,21083905.0,21508191.0,21568454.0,22013659.0,22067304.0,22470740.0,22550497.0,22923516.0,22996805.0,23382450.0,23499365.0,23889303.0,23975113.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1157.410557868502,"lower_bound":1156.15355414314,"upper_bound":1158.7173687578388,"unit":"ns"},"mean":{"estimate":1160.1339915579085,"lower_bound":1157.2045268892034,"upper_bound":1164.1871679547494,"unit":"ns"},"median":{"estimate":1159.0945056806338,"lower_bound":1154.1084735576924,"upper_bound":1160.2155594405594,"unit":"ns"},"median_abs_dev":{"estimate":7.914718527248763,"lower_bound":4.762614819292809,"upper_bound":9.273172107927369,"unit":"ns"},"slope":{"estimate":1157.410557868502,"lower_bound":1156.15355414314,"upper_bound":1158.7173687578388,"unit":"ns"},"change":{"mean":{"estimate":0.010889078073827552,"lower_bound":0.008131314640092691,"upper_bound":0.014284214401401114,"unit":"%"},"median":{"estimate":0.010880362754801975,"lower_bound":0.00608398208880323,"upper_bound":0.01213047025499514,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcli/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/100000","iteration_count":[197,394,591,788,985,1182,1379,1576,1773,1970,2167,2364,2561,2758,2955,3152,3349,3546,3743,3940,4137,4334,4531,4728,4925,5122,5319,5516,5713,5910,6107,6304,6501,6698,6895,7092,7289,7486,7683,7880,8077,8274,8471,8668,8865,9062,9259,9456,9653,9850,10047,10244,10441,10638,10835,11032,11229,11426,11623,11820,12017,12214,12411,12608,12805,13002,13199,13396,13593,13790,13987,14184,14381,14578,14775,14972,15169,15366,15563,15760,15957,16154,16351,16548,16745,16942,17139,17336,17533,17730,17927,18124,18321,18518,18715,18912,19109,19306,19503,19700],"measured_values":[302531.0,573273.0,859397.0,1137842.0,1428441.0,1715950.0,2018122.0,2289355.0,2572900.0,2875458.0,3139155.0,3429705.0,3748926.0,4041097.0,4303515.0,4538381.0,4851908.0,5210661.0,5472136.0,5742448.0,6051386.0,6307252.0,6559787.0,6905417.0,7147753.0,7470255.0,7713270.0,7981391.0,8364038.0,8597935.0,8855896.0,9085113.0,9448044.0,9767224.0,10022728.0,10248533.0,10584630.0,10903847.0,11140784.0,11417514.0,11725008.0,12093669.0,12293976.0,12492138.0,12861882.0,13192334.0,13434731.0,13711366.0,14006137.0,14421534.0,14579304.0,14797142.0,15141616.0,15490958.0,15762076.0,16071754.0,16294060.0,16707304.0,16858322.0,17076801.0,17436732.0,17787627.0,18014293.0,18256794.0,18618117.0,18967515.0,19172755.0,19346707.0,19750030.0,20092757.0,20307897.0,20527477.0,20860353.0,21351484.0,21432930.0,21746496.0,22076106.0,22428115.0,22636114.0,22907091.0,23168879.0,23474201.0,23954365.0,24084192.0,24291226.0,24671050.0,24845299.0,25086093.0,25458717.0,25858593.0,25983999.0,26211746.0,26551667.0,27103963.0,27147172.0,27301258.0,27776282.0,28362277.0,28319682.0,28539868.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1453.1992866246242,"lower_bound":1451.6759451548555,"upper_bound":1454.8686559090172,"unit":"ns"},"mean":{"estimate":1454.2432680360223,"lower_bound":1452.5293767825087,"upper_bound":1456.487679974717,"unit":"ns"},"median":{"estimate":1452.1027284783631,"lower_bound":1451.1562323745065,"upper_bound":1453.771553074065,"unit":"ns"},"median_abs_dev":{"estimate":4.857101870640607,"lower_bound":3.4080368919640898,"upper_bound":6.365848650073097,"unit":"ns"},"slope":{"estimate":1453.1992866246242,"lower_bound":1451.6759451548555,"upper_bound":1454.8686559090172,"unit":"ns"},"change":{"mean":{"estimate":-0.023821967261537624,"lower_bound":-0.029014480906626346,"upper_bound":-0.01993188868650963,"unit":"%"},"median":{"estimate":-0.027558117637927704,"lower_bound":-0.029902843744066376,"upper_bound":-0.015099526190052948,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"mcli","benchmarks":["mcli/1","mcli/10","mcli/100","mcli/1000","mcli/10000","mcli/19753","mcli/29629","mcli/44444","mcli/66666","mcli/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcli"} -{"reason":"benchmark-complete","id":"mcp/1","report_directory":"/root/fuel-core/target/criterion/reports/mcp/1","iteration_count":[4652,9304,13956,18608,23260,27912,32564,37216,41868,46520,51172,55824,60476,65128,69780,74432,79084,83736,88388,93040,97692,102344,106996,111648,116300,120952,125604,130256,134908,139560,144212,148864,153516,158168,162820,167472,172124,176776,181428,186080,190732,195384,200036,204688,209340,213992,218644,223296,227948,232600,237252,241904,246556,251208,255860,260512,265164,269816,274468,279120,283772,288424,293076,297728,302380,307032,311684,316336,320988,325640,330292,334944,339596,344248,348900,353552,358204,362856,367508,372160,376812,381464,386116,390768,395420,400072,404724,409376,414028,418680,423332,427984,432636,437288,441940,446592,451244,455896,460548,465200],"measured_values":[226634.0,429592.0,657143.0,852162.0,1051328.0,1259786.0,1470983.0,1676112.0,1886146.0,2130492.0,2284508.0,2476856.0,2716634.0,2946087.0,3209470.0,3357225.0,3657878.0,3831547.0,3937926.0,4183406.0,4429388.0,4658391.0,4794718.0,4980232.0,5195109.0,5464942.0,5659487.0,5841135.0,6107513.0,6265732.0,6473553.0,6632672.0,6890964.0,7110973.0,7289598.0,7563942.0,7766496.0,7992110.0,8173640.0,8352517.0,8555036.0,8874955.0,9073185.0,9072045.0,9426230.0,9562106.0,9801529.0,9945138.0,10178160.0,10382321.0,10674175.0,10822941.0,11087518.0,11216254.0,11401829.0,11680510.0,11913891.0,11996760.0,12473572.0,12342336.0,12910742.0,12741722.0,13423082.0,13207433.0,13818384.0,13565990.0,14218236.0,13992387.0,14623162.0,14406220.0,15219875.0,14822625.0,15642552.0,15242116.0,16000170.0,15652127.0,16274536.0,16035512.0,16740414.0,16455736.0,17154254.0,16860603.0,17944160.0,17308254.0,18224983.0,17749368.0,18400129.0,18097047.0,18910279.0,18654858.0,19264331.0,18964148.0,19936253.0,19401505.0,20148292.0,19814304.0,20561303.0,20247018.0,21294975.0,20603744.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":44.994233985525575,"lower_bound":44.79864230308952,"upper_bound":45.19125728878057,"unit":"ns"},"mean":{"estimate":45.07920772702412,"lower_bound":44.94270220418805,"upper_bound":45.227385969809816,"unit":"ns"},"median":{"estimate":44.96654695079414,"lower_bound":44.84350049134013,"upper_bound":45.14346488578002,"unit":"ns"},"median_abs_dev":{"estimate":0.7417853657555713,"lower_bound":0.5309136758830681,"upper_bound":0.8755611248859481,"unit":"ns"},"slope":{"estimate":44.994233985525575,"lower_bound":44.79864230308952,"upper_bound":45.19125728878057,"unit":"ns"},"change":{"mean":{"estimate":0.005895408595563589,"lower_bound":0.0003226439192436981,"upper_bound":0.01144512232731929,"unit":"%"},"median":{"estimate":0.008277213649963144,"lower_bound":0.0032188217201725156,"upper_bound":0.013282104382426078,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcp/10","report_directory":"/root/fuel-core/target/criterion/reports/mcp/10","iteration_count":[4707,9414,14121,18828,23535,28242,32949,37656,42363,47070,51777,56484,61191,65898,70605,75312,80019,84726,89433,94140,98847,103554,108261,112968,117675,122382,127089,131796,136503,141210,145917,150624,155331,160038,164745,169452,174159,178866,183573,188280,192987,197694,202401,207108,211815,216522,221229,225936,230643,235350,240057,244764,249471,254178,258885,263592,268299,273006,277713,282420,287127,291834,296541,301248,305955,310662,315369,320076,324783,329490,334197,338904,343611,348318,353025,357732,362439,367146,371853,376560,381267,385974,390681,395388,400095,404802,409509,414216,418923,423630,428337,433044,437751,442458,447165,451872,456579,461286,465993,470700],"measured_values":[217532.0,395383.0,592867.0,784596.0,983610.0,1180652.0,1394893.0,1578180.0,1786199.0,1985071.0,2188787.0,2356455.0,2610884.0,2783012.0,2974749.0,3142473.0,3375942.0,3565760.0,3732344.0,3908621.0,4121378.0,4331205.0,4538876.0,4699631.0,4915196.0,5124574.0,5323808.0,5492629.0,5745766.0,5906619.0,6085939.0,6257184.0,6487897.0,6660585.0,6883477.0,7046785.0,7263719.0,7503066.0,7692931.0,7840989.0,8073270.0,8256731.0,8487260.0,8629606.0,8881119.0,9100599.0,9268260.0,9400253.0,9642746.0,9903072.0,10004414.0,10180835.0,10437102.0,10610685.0,10799457.0,10978412.0,11187105.0,11370493.0,11563083.0,11790687.0,12171020.0,12152851.0,12910201.0,12644959.0,13050768.0,13042397.0,13178452.0,13341024.0,13700436.0,13743751.0,14051761.0,14198103.0,14543394.0,14657085.0,14842766.0,14963011.0,15261755.0,15362526.0,15732634.0,15705027.0,15999590.0,16183564.0,16432157.0,16525689.0,16911156.0,16969093.0,17330014.0,17276329.0,17551075.0,17750288.0,17934911.0,18029015.0,18309264.0,18554496.0,18814636.0,18993255.0,19437735.0,19346701.0,19549981.0,19729014.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":41.95858228247413,"lower_bound":41.89194920417944,"upper_bound":42.03193596785327,"unit":"ns"},"mean":{"estimate":41.96454560396865,"lower_bound":41.879727134475196,"upper_bound":42.079334446278914,"unit":"ns"},"median":{"estimate":41.892282671985775,"lower_bound":41.81692597678887,"upper_bound":41.928659443382195,"unit":"ns"},"median_abs_dev":{"estimate":0.2596889352610192,"lower_bound":0.17820480354581011,"upper_bound":0.293765576220391,"unit":"ns"},"slope":{"estimate":41.95858228247413,"lower_bound":41.89194920417944,"upper_bound":42.03193596785327,"unit":"ns"},"change":{"mean":{"estimate":0.005746525128807134,"lower_bound":0.000017151551014443897,"upper_bound":0.01115319907678039,"unit":"%"},"median":{"estimate":0.012087211143906096,"lower_bound":0.00281927993849429,"upper_bound":0.018956085052380223,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcp/100","report_directory":"/root/fuel-core/target/criterion/reports/mcp/100","iteration_count":[4666,9332,13998,18664,23330,27996,32662,37328,41994,46660,51326,55992,60658,65324,69990,74656,79322,83988,88654,93320,97986,102652,107318,111984,116650,121316,125982,130648,135314,139980,144646,149312,153978,158644,163310,167976,172642,177308,181974,186640,191306,195972,200638,205304,209970,214636,219302,223968,228634,233300,237966,242632,247298,251964,256630,261296,265962,270628,275294,279960,284626,289292,293958,298624,303290,307956,312622,317288,321954,326620,331286,335952,340618,345284,349950,354616,359282,363948,368614,373280,377946,382612,387278,391944,396610,401276,405942,410608,415274,419940,424606,429272,433938,438604,443270,447936,452602,457268,461934,466600],"measured_values":[207666.0,416204.0,617486.0,830099.0,1027318.0,1218271.0,1428406.0,1644442.0,1844762.0,2039575.0,2252931.0,2441955.0,2678018.0,2849533.0,3092990.0,3297409.0,3509491.0,3701926.0,3904438.0,4119970.0,4331970.0,4523852.0,4720877.0,4960549.0,5141862.0,5364756.0,5597647.0,5761286.0,5968997.0,6166172.0,6374868.0,6555860.0,6785057.0,6982315.0,7191880.0,7399593.0,7662659.0,7863393.0,8085992.0,8222560.0,8443124.0,8707981.0,8826760.0,9024658.0,9271362.0,9479357.0,9659778.0,9836823.0,10099656.0,10218909.0,10475786.0,10632705.0,10881184.0,11116255.0,11513167.0,11512949.0,11690627.0,11940494.0,12117314.0,12299320.0,12535090.0,12858106.0,12915535.0,13132970.0,13390595.0,13688627.0,13695545.0,13913553.0,14107518.0,14335727.0,14540177.0,14706145.0,14984741.0,15234561.0,15372975.0,15693930.0,15791199.0,16038386.0,16183771.0,16451483.0,16596953.0,16879107.0,17029035.0,17421453.0,17413353.0,17651118.0,18012468.0,18104987.0,18422034.0,18639466.0,18691868.0,18897137.0,19165864.0,19442925.0,19724931.0,19837706.0,20040110.0,20187188.0,20461185.0,20617948.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":44.12123080092106,"lower_bound":44.06952508948614,"upper_bound":44.172017336813404,"unit":"ns"},"mean":{"estimate":44.09568987760746,"lower_bound":44.05294182773094,"upper_bound":44.13949911277868,"unit":"ns"},"median":{"estimate":44.06879229500318,"lower_bound":44.03975809648425,"upper_bound":44.115466843695444,"unit":"ns"},"median_abs_dev":{"estimate":0.17459688081877064,"lower_bound":0.13030328333091576,"upper_bound":0.24105809774728348,"unit":"ns"},"slope":{"estimate":44.12123080092106,"lower_bound":44.06952508948614,"upper_bound":44.172017336813404,"unit":"ns"},"change":{"mean":{"estimate":0.012350716430706843,"lower_bound":0.008619002243761591,"upper_bound":0.01586226258043161,"unit":"%"},"median":{"estimate":0.016491609921327255,"lower_bound":0.012779528184113653,"upper_bound":0.01855361366261743,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcp/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/1000","iteration_count":[3409,6818,10227,13636,17045,20454,23863,27272,30681,34090,37499,40908,44317,47726,51135,54544,57953,61362,64771,68180,71589,74998,78407,81816,85225,88634,92043,95452,98861,102270,105679,109088,112497,115906,119315,122724,126133,129542,132951,136360,139769,143178,146587,149996,153405,156814,160223,163632,167041,170450,173859,177268,180677,184086,187495,190904,194313,197722,201131,204540,207949,211358,214767,218176,221585,224994,228403,231812,235221,238630,242039,245448,248857,252266,255675,259084,262493,265902,269311,272720,276129,279538,282947,286356,289765,293174,296583,299992,303401,306810,310219,313628,317037,320446,323855,327264,330673,334082,337491,340900],"measured_values":[213205.0,399716.0,634701.0,866779.0,1070797.0,1197423.0,1485716.0,1735483.0,1912905.0,2024624.0,2333537.0,2605679.0,2769241.0,2800224.0,3176944.0,3463094.0,3604142.0,3596382.0,4025551.0,4327361.0,4447700.0,4403101.0,4869398.0,5196801.0,5318749.0,5220075.0,5745161.0,6062875.0,6224919.0,6035960.0,6585980.0,6946316.0,7006268.0,6856862.0,7461257.0,7820727.0,7880244.0,7681101.0,8303569.0,8732544.0,8764239.0,8510684.0,9123242.0,9537588.0,9534573.0,9212082.0,9978766.0,10453041.0,10438341.0,10023910.0,10814933.0,11252965.0,11295016.0,10895997.0,11683376.0,12186572.0,12125502.0,11678114.0,12540037.0,13051991.0,12968987.0,12389474.0,13340426.0,13869327.0,13803824.0,13194318.0,14162341.0,14715422.0,14615389.0,14064631.0,15032278.0,15671839.0,15485634.0,14832001.0,15942601.0,16511599.0,16318444.0,15636661.0,16735655.0,17373743.0,17187916.0,16392204.0,17644679.0,18184230.0,18050259.0,17209531.0,18439502.0,19101329.0,18889793.0,18039067.0,19310123.0,19945789.0,19708237.0,18833757.0,20129446.0,20908402.0,20576614.0,19622767.0,20992687.0,21720278.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":61.780229749370825,"lower_bound":61.29152558796532,"upper_bound":62.24206347291804,"unit":"ns"},"mean":{"estimate":61.78461395915491,"lower_bound":61.42816522877013,"upper_bound":62.12838976970553,"unit":"ns"},"median":{"estimate":62.26019478229425,"lower_bound":62.18768587341128,"upper_bound":62.35494670969003,"unit":"ns"},"median_abs_dev":{"estimate":1.4200648906938873,"lower_bound":0.3071681781306693,"upper_bound":2.0090982894663036,"unit":"ns"},"slope":{"estimate":61.780229749370825,"lower_bound":61.29152558796532,"upper_bound":62.24206347291804,"unit":"ns"},"change":{"mean":{"estimate":0.002445970064304248,"lower_bound":-0.0065333158524716346,"upper_bound":0.011348061980822154,"unit":"%"},"median":{"estimate":-0.007469965214351726,"lower_bound":-0.015996417787844552,"upper_bound":0.01998745008439884,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcp/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/10000","iteration_count":[836,1672,2508,3344,4180,5016,5852,6688,7524,8360,9196,10032,10868,11704,12540,13376,14212,15048,15884,16720,17556,18392,19228,20064,20900,21736,22572,23408,24244,25080,25916,26752,27588,28424,29260,30096,30932,31768,32604,33440,34276,35112,35948,36784,37620,38456,39292,40128,40964,41800,42636,43472,44308,45144,45980,46816,47652,48488,49324,50160,50996,51832,52668,53504,54340,55176,56012,56848,57684,58520,59356,60192,61028,61864,62700,63536,64372,65208,66044,66880,67716,68552,69388,70224,71060,71896,72732,73568,74404,75240,76076,76912,77748,78584,79420,80256,81092,81928,82764,83600],"measured_values":[374638.0,623626.0,962561.0,1254758.0,1596791.0,1885052.0,2257911.0,2456760.0,2836770.0,3103794.0,3478611.0,3692999.0,4087784.0,4300098.0,4714483.0,4932802.0,5316253.0,5537971.0,5937227.0,6134889.0,6548027.0,6761432.0,7167812.0,7348229.0,7848724.0,7949612.0,8401363.0,8561270.0,9042611.0,9180949.0,9721131.0,9834169.0,10286591.0,10397092.0,10952902.0,11075584.0,11610015.0,11656565.0,12170950.0,12246926.0,12847854.0,12951347.0,13506509.0,13530425.0,14181817.0,14191949.0,14838512.0,14788862.0,15385772.0,15408860.0,16052297.0,15996986.0,16711231.0,16639328.0,17292477.0,17204703.0,17943977.0,17760771.0,18393387.0,18340856.0,19120851.0,18991899.0,19686325.0,19619180.0,20288936.0,20205206.0,20927692.0,20856139.0,21532551.0,21412045.0,22209085.0,22009082.0,22779091.0,22625126.0,23392232.0,23252791.0,23996531.0,23891566.0,24644691.0,24512472.0,25334038.0,25120975.0,25925968.0,25698926.0,26559449.0,26295150.0,27145703.0,26902682.0,27806381.0,27547328.0,28344526.0,28152169.0,29021384.0,28745661.0,29620327.0,29364878.0,30403391.0,30053765.0,30933345.0,30684532.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":370.1534149224035,"lower_bound":369.16873108906134,"upper_bound":371.15869806926247,"unit":"ns"},"mean":{"estimate":371.94456117799996,"lower_bound":370.5076435688775,"upper_bound":373.95090954433704,"unit":"ns"},"median":{"estimate":372.77946156714097,"lower_bound":368.3526437621832,"upper_bound":373.22915635483696,"unit":"ns"},"median_abs_dev":{"estimate":6.2210543845037085,"lower_bound":3.787982551809802,"upper_bound":6.936224482053642,"unit":"ns"},"slope":{"estimate":370.1534149224035,"lower_bound":369.16873108906134,"upper_bound":371.15869806926247,"unit":"ns"},"change":{"mean":{"estimate":0.01752902321513372,"lower_bound":0.011407277366290509,"upper_bound":0.024658136018825463,"unit":"%"},"median":{"estimate":0.023122835742340975,"lower_bound":0.00971871055636142,"upper_bound":0.02594416198201932,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"mcp/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcp/19753","iteration_count":[427,854,1281,1708,2135,2562,2989,3416,3843,4270,4697,5124,5551,5978,6405,6832,7259,7686,8113,8540,8967,9394,9821,10248,10675,11102,11529,11956,12383,12810,13237,13664,14091,14518,14945,15372,15799,16226,16653,17080,17507,17934,18361,18788,19215,19642,20069,20496,20923,21350,21777,22204,22631,23058,23485,23912,24339,24766,25193,25620,26047,26474,26901,27328,27755,28182,28609,29036,29463,29890,30317,30744,31171,31598,32025,32452,32879,33306,33733,34160,34587,35014,35441,35868,36295,36722,37149,37576,38003,38430,38857,39284,39711,40138,40565,40992,41419,41846,42273,42700],"measured_values":[387711.0,716442.0,1092821.0,1448291.0,1825857.0,2162108.0,2588166.0,2914757.0,3286790.0,3579081.0,4006935.0,4346826.0,4754463.0,4989833.0,5485779.0,5776044.0,6215383.0,6444104.0,6935603.0,7222472.0,7679736.0,7840070.0,8426334.0,8692034.0,9104561.0,9343911.0,9846430.0,10127697.0,10610506.0,10727807.0,11342550.0,11561344.0,12028517.0,12468752.0,12805850.0,13054494.0,13560668.0,13546053.0,14312547.0,14471461.0,14963292.0,15063672.0,15781113.0,15934536.0,16480876.0,16370210.0,17219093.0,17364701.0,17890506.0,17957601.0,18616271.0,18822681.0,19433493.0,19278937.0,20144774.0,20259120.0,20806767.0,20810610.0,21477975.0,21728063.0,22385075.0,22054105.0,23054957.0,23179478.0,23711639.0,23702077.0,24385679.0,24686011.0,25257887.0,24910454.0,26024334.0,26020898.0,26594115.0,26533492.0,27379586.0,27484601.0,28224833.0,27805543.0,28945530.0,28900024.0,29580138.0,29393721.0,30277585.0,30363245.0,31140504.0,30658408.0,31836491.0,31824013.0,32483920.0,32237538.0,33188831.0,33260091.0,34097477.0,33467296.0,34861266.0,34678597.0,35335290.0,35211327.0,36048878.0,36153134.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":849.160405383752,"lower_bound":847.0799810285213,"upper_bound":851.1738869720955,"unit":"ns"},"mean":{"estimate":850.1293293702931,"lower_bound":848.2659388889385,"upper_bound":852.1418262868941,"unit":"ns"},"median":{"estimate":852.6505332369461,"lower_bound":847.9028313216838,"upper_bound":854.1274673803948,"unit":"ns"},"median_abs_dev":{"estimate":8.036162709016057,"lower_bound":6.383241885356741,"upper_bound":11.975542604156562,"unit":"ns"},"slope":{"estimate":849.160405383752,"lower_bound":847.0799810285213,"upper_bound":851.1738869720955,"unit":"ns"},"change":{"mean":{"estimate":0.01352771832519939,"lower_bound":0.009317046376398692,"upper_bound":0.017948697458522306,"unit":"%"},"median":{"estimate":0.011484172170212359,"lower_bound":0.0038267825808542266,"upper_bound":0.01602913936913879,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcp/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcp/29629","iteration_count":[306,612,918,1224,1530,1836,2142,2448,2754,3060,3366,3672,3978,4284,4590,4896,5202,5508,5814,6120,6426,6732,7038,7344,7650,7956,8262,8568,8874,9180,9486,9792,10098,10404,10710,11016,11322,11628,11934,12240,12546,12852,13158,13464,13770,14076,14382,14688,14994,15300,15606,15912,16218,16524,16830,17136,17442,17748,18054,18360,18666,18972,19278,19584,19890,20196,20502,20808,21114,21420,21726,22032,22338,22644,22950,23256,23562,23868,24174,24480,24786,25092,25398,25704,26010,26316,26622,26928,27234,27540,27846,28152,28458,28764,29070,29376,29682,29988,30294,30600],"measured_values":[383494.0,763991.0,1141484.0,1524814.0,1905308.0,2278992.0,2672027.0,3061638.0,3429517.0,3838004.0,4200545.0,4587676.0,4970125.0,5355295.0,5726978.0,6107859.0,6477370.0,6849421.0,7236438.0,7605952.0,7997095.0,8370070.0,8834264.0,9121740.0,9550896.0,9941637.0,10294783.0,10635032.0,11054528.0,11475424.0,11830985.0,12182059.0,12582097.0,12842239.0,13407751.0,13724073.0,14113084.0,14471047.0,14900538.0,15211511.0,15636818.0,15952531.0,16542630.0,16611643.0,17175969.0,17522892.0,17931220.0,18397045.0,18725166.0,18990221.0,19500480.0,19831271.0,20320702.0,20918643.0,21101719.0,21435669.0,21763594.0,22122966.0,22536689.0,23001947.0,23355296.0,23706978.0,24102043.0,24319087.0,24821141.0,25242881.0,25568743.0,25972975.0,26367019.0,26563430.0,27132768.0,27265637.0,27884013.0,28263879.0,28669187.0,28771771.0,29448473.0,29805564.0,30176371.0,30573526.0,31009545.0,31216665.0,31767300.0,32131860.0,32440247.0,32849116.0,33354267.0,33705290.0,34054880.0,34071759.0,34791181.0,34970486.0,35641555.0,35643352.0,36417526.0,36425779.0,37171150.0,37460254.0,37915358.0,38233638.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":1247.7708528315518,"lower_bound":1246.4507683528016,"upper_bound":1248.9892345831945,"unit":"ns"},"mean":{"estimate":1247.3840989644386,"lower_bound":1246.4424144025159,"upper_bound":1248.3159906821907,"unit":"ns"},"median":{"estimate":1248.2023292756426,"lower_bound":1247.1780956807656,"upper_bound":1248.7931704082598,"unit":"ns"},"median_abs_dev":{"estimate":3.6680524112144655,"lower_bound":2.7336971278101925,"upper_bound":4.956323629342189,"unit":"ns"},"slope":{"estimate":1247.7708528315518,"lower_bound":1246.4507683528016,"upper_bound":1248.9892345831945,"unit":"ns"},"change":{"mean":{"estimate":-0.043977139661113385,"lower_bound":-0.04714068808853881,"upper_bound":-0.04078840388326895,"unit":"%"},"median":{"estimate":-0.0489479785417255,"lower_bound":-0.05258199397400665,"upper_bound":-0.03541070649024282,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcp/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcp/44444","iteration_count":[166,332,498,664,830,996,1162,1328,1494,1660,1826,1992,2158,2324,2490,2656,2822,2988,3154,3320,3486,3652,3818,3984,4150,4316,4482,4648,4814,4980,5146,5312,5478,5644,5810,5976,6142,6308,6474,6640,6806,6972,7138,7304,7470,7636,7802,7968,8134,8300,8466,8632,8798,8964,9130,9296,9462,9628,9794,9960,10126,10292,10458,10624,10790,10956,11122,11288,11454,11620,11786,11952,12118,12284,12450,12616,12782,12948,13114,13280,13446,13612,13778,13944,14110,14276,14442,14608,14774,14940,15106,15272,15438,15604,15770,15936,16102,16268,16434,16600],"measured_values":[407357.0,771897.0,1171144.0,1545384.0,1950043.0,2318829.0,2726012.0,3117355.0,3506487.0,3876387.0,4284932.0,4626743.0,5066017.0,5400744.0,5898784.0,6171396.0,6672381.0,6957188.0,7400558.0,7692737.0,8203454.0,8450417.0,9005518.0,9245400.0,9755355.0,9998298.0,10498086.0,10754838.0,11305149.0,11523544.0,12094433.0,12337618.0,12857172.0,13085267.0,13660768.0,13857922.0,14392534.0,14616651.0,15186517.0,15387138.0,15973725.0,16101418.0,16722605.0,16906044.0,17574160.0,17730409.0,18299346.0,18511584.0,19095005.0,19204861.0,19930804.0,19987011.0,20705762.0,20800604.0,21357372.0,21557729.0,22197016.0,22297163.0,23341455.0,23133137.0,23759769.0,23943044.0,24507986.0,24700313.0,25340331.0,25379007.0,26163616.0,26151231.0,26777095.0,26878918.0,27642658.0,27665334.0,28411351.0,28483017.0,29170138.0,29198108.0,29900949.0,30015977.0,30754188.0,30780967.0,31503385.0,31412438.0,32641498.0,32353946.0,33126298.0,33176235.0,33858234.0,33772616.0,34715236.0,34603744.0,35496479.0,35360619.0,36187854.0,36240884.0,37044503.0,36929763.0,37753764.0,37693588.0,38540302.0,38494898.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":2332.5109618613365,"lower_bound":2328.3588631477232,"upper_bound":2336.7882118986386,"unit":"ns"},"mean":{"estimate":2335.386519442054,"lower_bound":2331.6092711126325,"upper_bound":2339.5638017114393,"unit":"ns"},"median":{"estimate":2338.5231780878453,"lower_bound":2323.7422422247128,"upper_bound":2344.4283340257584,"unit":"ns"},"median_abs_dev":{"estimate":21.667806240457566,"lower_bound":12.109311950524951,"upper_bound":25.785121747626775,"unit":"ns"},"slope":{"estimate":2332.5109618613365,"lower_bound":2328.3588631477232,"upper_bound":2336.7882118986386,"unit":"ns"},"change":{"mean":{"estimate":-0.05445934624914417,"lower_bound":-0.05815371772400236,"upper_bound":-0.05154215970525098,"unit":"%"},"median":{"estimate":-0.05204249374364467,"lower_bound":-0.05811188210471585,"upper_bound":-0.04945026848624101,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcp/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcp/66666","iteration_count":[101,202,303,404,505,606,707,808,909,1010,1111,1212,1313,1414,1515,1616,1717,1818,1919,2020,2121,2222,2323,2424,2525,2626,2727,2828,2929,3030,3131,3232,3333,3434,3535,3636,3737,3838,3939,4040,4141,4242,4343,4444,4545,4646,4747,4848,4949,5050,5151,5252,5353,5454,5555,5656,5757,5858,5959,6060,6161,6262,6363,6464,6565,6666,6767,6868,6969,7070,7171,7272,7373,7474,7575,7676,7777,7878,7979,8080,8181,8282,8383,8484,8585,8686,8787,8888,8989,9090,9191,9292,9393,9494,9595,9696,9797,9898,9999,10100],"measured_values":[401562.0,724399.0,1088499.0,1452263.0,1809462.0,2215055.0,2565741.0,2899644.0,3313969.0,3624631.0,3986596.0,4346630.0,4746865.0,5096290.0,5471096.0,5832852.0,6164276.0,6559526.0,7008445.0,7256571.0,7665854.0,7946283.0,8349432.0,8670232.0,9172476.0,9633312.0,9823457.0,10155663.0,10473260.0,10894803.0,11213075.0,11566266.0,11927599.0,12362241.0,12679618.0,13079360.0,13464235.0,13884146.0,14079232.0,14531094.0,14904433.0,15230809.0,15615546.0,16008636.0,16326068.0,16680187.0,16997912.0,17398416.0,17777333.0,18101008.0,18505042.0,18796029.0,19216689.0,19582056.0,19908019.0,20293304.0,20674128.0,21053652.0,21419739.0,21664753.0,22069780.0,22477906.0,22853863.0,23201158.0,23603836.0,23962158.0,24283375.0,24682191.0,24980983.0,25435767.0,25723056.0,26105117.0,26479592.0,26824059.0,27198171.0,27536927.0,27959152.0,28226944.0,28639360.0,29038273.0,30048071.0,29890557.0,30787503.0,30500495.0,31584689.0,30700187.0,32312515.0,31413114.0,33082546.0,32185567.0,33846228.0,32825526.0,34436270.0,33567549.0,34951048.0,34263955.0,35216365.0,34202051.0,35384664.0,34884528.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":3588.528226088458,"lower_bound":3571.8371511838964,"upper_bound":3604.7976360120315,"unit":"ns"},"mean":{"estimate":3598.688873225362,"lower_bound":3589.097058307563,"upper_bound":3609.884028993933,"unit":"ns"},"median":{"estimate":3591.5537977476806,"lower_bound":3589.7322213049056,"upper_bound":3594.2453723633234,"unit":"ns"},"median_abs_dev":{"estimate":11.440785671180361,"lower_bound":6.742703007921139,"upper_bound":17.46736587801147,"unit":"ns"},"slope":{"estimate":3588.528226088458,"lower_bound":3571.8371511838964,"upper_bound":3604.7976360120315,"unit":"ns"},"change":{"mean":{"estimate":-0.020454698548711403,"lower_bound":-0.02489106536558633,"upper_bound":-0.016128516134507716,"unit":"%"},"median":{"estimate":-0.019754235025334355,"lower_bound":-0.0207453779157023,"upper_bound":-0.01888008195691715,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcp/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/100000","iteration_count":[77,154,231,308,385,462,539,616,693,770,847,924,1001,1078,1155,1232,1309,1386,1463,1540,1617,1694,1771,1848,1925,2002,2079,2156,2233,2310,2387,2464,2541,2618,2695,2772,2849,2926,3003,3080,3157,3234,3311,3388,3465,3542,3619,3696,3773,3850,3927,4004,4081,4158,4235,4312,4389,4466,4543,4620,4697,4774,4851,4928,5005,5082,5159,5236,5313,5390,5467,5544,5621,5698,5775,5852,5929,6006,6083,6160,6237,6314,6391,6468,6545,6622,6699,6776,6853,6930,7007,7084,7161,7238,7315,7392,7469,7546,7623,7700],"measured_values":[441608.0,842621.0,1240551.0,1710722.0,2070507.0,2528746.0,2899520.0,3401624.0,3725416.0,4221051.0,4552844.0,5089539.0,5387719.0,5920909.0,6245104.0,6797424.0,7083943.0,7588117.0,7865708.0,8422381.0,8694030.0,9260580.0,9507867.0,10106984.0,10393774.0,10940088.0,11173171.0,12083549.0,12030369.0,12623695.0,12819173.0,13657518.0,13652711.0,14366284.0,14452686.0,15145161.0,15318325.0,15981172.0,16158280.0,16801709.0,16980357.0,17641467.0,17877878.0,18487686.0,18633102.0,19389844.0,19422253.0,20175779.0,20279506.0,21046222.0,21107218.0,21854644.0,22223740.0,22714756.0,22782046.0,23604091.0,23565626.0,24403307.0,24427291.0,25255831.0,25470802.0,26180900.0,26078942.0,26933341.0,26911825.0,27804038.0,27849251.0,28614623.0,28605284.0,29463549.0,29341148.0,30338202.0,30149472.0,31101262.0,31043815.0,32011259.0,31805010.0,32811549.0,32692939.0,33678496.0,33494954.0,34486284.0,34436312.0,35396279.0,35152700.0,36166126.0,36014789.0,37082397.0,36853577.0,37852426.0,37756927.0,38703880.0,38429679.0,39621255.0,39313836.0,40421190.0,40148563.0,41228533.0,41024839.0,41744255.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":5422.603177797524,"lower_bound":5410.958113727007,"upper_bound":5434.251615637781,"unit":"ns"},"mean":{"estimate":5431.657180074491,"lower_bound":5420.19111022897,"upper_bound":5443.997691397361,"unit":"ns"},"median":{"estimate":5450.329724857353,"lower_bound":5388.250977937725,"upper_bound":5462.390056194934,"unit":"ns"},"median_abs_dev":{"estimate":76.43433394312424,"lower_bound":25.295229256426566,"upper_bound":95.47215769508738,"unit":"ns"},"slope":{"estimate":5422.603177797524,"lower_bound":5410.958113727007,"upper_bound":5434.251615637781,"unit":"ns"},"change":{"mean":{"estimate":0.016739343008886243,"lower_bound":0.010172612277505683,"upper_bound":0.021865283069788112,"unit":"%"},"median":{"estimate":0.025410124401346046,"lower_bound":0.013057867314544946,"upper_bound":0.028384065349557216,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"mcp","benchmarks":["mcp/1","mcp/10","mcp/100","mcp/1000","mcp/10000","mcp/19753","mcp/29629","mcp/44444","mcp/66666","mcp/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcp"} -{"reason":"benchmark-complete","id":"mcpi/1","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/1","iteration_count":[4668,9336,14004,18672,23340,28008,32676,37344,42012,46680,51348,56016,60684,65352,70020,74688,79356,84024,88692,93360,98028,102696,107364,112032,116700,121368,126036,130704,135372,140040,144708,149376,154044,158712,163380,168048,172716,177384,182052,186720,191388,196056,200724,205392,210060,214728,219396,224064,228732,233400,238068,242736,247404,252072,256740,261408,266076,270744,275412,280080,284748,289416,294084,298752,303420,308088,312756,317424,322092,326760,331428,336096,340764,345432,350100,354768,359436,364104,368772,373440,378108,382776,387444,392112,396780,401448,406116,410784,415452,420120,424788,429456,434124,438792,443460,448128,452796,457464,462132,466800],"measured_values":[234264.0,408765.0,627784.0,823329.0,1099827.0,1222080.0,1599853.0,1638079.0,1885978.0,2039408.0,2325023.0,2452156.0,2789816.0,2859459.0,3241902.0,3258417.0,3636607.0,3666656.0,4064734.0,4069578.0,4308554.0,4449418.0,4731534.0,4851983.0,5181889.0,5278138.0,5609556.0,5662295.0,6051856.0,6083082.0,6410264.0,6467853.0,6889925.0,6878859.0,7198926.0,7283372.0,7675864.0,7679874.0,8105328.0,8070796.0,8490751.0,8511328.0,8991110.0,8921541.0,9308237.0,9311351.0,9759178.0,9689147.0,10115909.0,10125289.0,10662999.0,10512109.0,11021119.0,10906696.0,11387141.0,11339129.0,11825909.0,11772322.0,12148592.0,12104801.0,12730056.0,12588874.0,12995906.0,12959228.0,13507613.0,13349072.0,13981776.0,13793459.0,14299926.0,14165024.0,14823326.0,14547892.0,15187548.0,14972406.0,15508836.0,15389691.0,15976692.0,15753828.0,16333267.0,16198876.0,16785607.0,16657776.0,17253643.0,16983150.0,17596875.0,17363003.0,18015599.0,17806564.0,18423925.0,18199476.0,18877241.0,18629063.0,19294566.0,19060802.0,19784940.0,19405369.0,20056096.0,19881458.0,20521833.0,20230581.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":43.89700978297193,"lower_bound":43.75557720253555,"upper_bound":44.04126534595277,"unit":"ns"},"mean":{"estimate":44.1399957166238,"lower_bound":43.946372068172536,"upper_bound":44.36689361909065,"unit":"ns"},"median":{"estimate":44.00737340351736,"lower_bound":43.57269411483479,"upper_bound":44.3051007699797,"unit":"ns"},"median_abs_dev":{"estimate":0.8450220585937135,"lower_bound":0.4373328910316175,"upper_bound":1.0178584554665824,"unit":"ns"},"slope":{"estimate":43.89700978297193,"lower_bound":43.75557720253555,"upper_bound":44.04126534595277,"unit":"ns"},"change":{"mean":{"estimate":-0.005887234440609346,"lower_bound":-0.01273140051371539,"upper_bound":0.00022583115494071947,"unit":"%"},"median":{"estimate":-0.005282221750563587,"lower_bound":-0.01665746510339905,"upper_bound":0.0028067401438831574,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcpi/10","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/10","iteration_count":[4651,9302,13953,18604,23255,27906,32557,37208,41859,46510,51161,55812,60463,65114,69765,74416,79067,83718,88369,93020,97671,102322,106973,111624,116275,120926,125577,130228,134879,139530,144181,148832,153483,158134,162785,167436,172087,176738,181389,186040,190691,195342,199993,204644,209295,213946,218597,223248,227899,232550,237201,241852,246503,251154,255805,260456,265107,269758,274409,279060,283711,288362,293013,297664,302315,306966,311617,316268,320919,325570,330221,334872,339523,344174,348825,353476,358127,362778,367429,372080,376731,381382,386033,390684,395335,399986,404637,409288,413939,418590,423241,427892,432543,437194,441845,446496,451147,455798,460449,465100],"measured_values":[229790.0,380684.0,579463.0,756934.0,954558.0,1152843.0,1350736.0,1509767.0,1717509.0,1892094.0,2114592.0,2263520.0,2488492.0,2659067.0,2892319.0,3050039.0,3318288.0,3409420.0,3735474.0,3770361.0,4072656.0,4169017.0,4644061.0,4559872.0,4913174.0,4984592.0,5175809.0,5284160.0,5775029.0,5699218.0,5949086.0,6040181.0,6649299.0,6451713.0,6912744.0,6786785.0,7324826.0,7213532.0,7723276.0,7532572.0,8177145.0,7962392.0,8548697.0,8293743.0,8854793.0,8750729.0,9478276.0,9037299.0,9504405.0,9476754.0,9932111.0,9808119.0,10516593.0,10245515.0,10709676.0,10557757.0,11128257.0,11033540.0,11570338.0,11491002.0,11930365.0,11774234.0,12403225.0,12068657.0,12893166.0,12513336.0,12875222.0,12828331.0,13765398.0,13265510.0,14089211.0,13607634.0,14314341.0,14056238.0,14689724.0,14344094.0,15134363.0,14858649.0,15146268.0,15235689.0,15535356.0,15699134.0,16039092.0,16013395.0,16695399.0,16413691.0,16918599.0,16762561.0,17466299.0,17096954.0,17968888.0,17660491.0,17900019.0,17924608.0,18174591.0,18230414.0,18924291.0,18749968.0,19130777.0,19039319.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":41.42174577150543,"lower_bound":41.26899423975349,"upper_bound":41.58599390289898,"unit":"ns"},"mean":{"estimate":41.4920588610953,"lower_bound":41.296001598925706,"upper_bound":41.72584526289796,"unit":"ns"},"median":{"estimate":41.17066799167239,"lower_bound":40.977313145152536,"upper_bound":41.34764407495003,"unit":"ns"},"median_abs_dev":{"estimate":0.7214810357985812,"lower_bound":0.45904079815149285,"upper_bound":0.9908561903550117,"unit":"ns"},"slope":{"estimate":41.42174577150543,"lower_bound":41.26899423975349,"upper_bound":41.58599390289898,"unit":"ns"},"change":{"mean":{"estimate":0.00764780385275543,"lower_bound":0.0010451191994280005,"upper_bound":0.013976320123696585,"unit":"%"},"median":{"estimate":0.004694388485488643,"lower_bound":0.00003654320922175103,"upper_bound":0.008877947698794797,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcpi/100","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/100","iteration_count":[4614,9228,13842,18456,23070,27684,32298,36912,41526,46140,50754,55368,59982,64596,69210,73824,78438,83052,87666,92280,96894,101508,106122,110736,115350,119964,124578,129192,133806,138420,143034,147648,152262,156876,161490,166104,170718,175332,179946,184560,189174,193788,198402,203016,207630,212244,216858,221472,226086,230700,235314,239928,244542,249156,253770,258384,262998,267612,272226,276840,281454,286068,290682,295296,299910,304524,309138,313752,318366,322980,327594,332208,336822,341436,346050,350664,355278,359892,364506,369120,373734,378348,382962,387576,392190,396804,401418,406032,410646,415260,419874,424488,429102,433716,438330,442944,447558,452172,456786,461400],"measured_values":[210159.0,401270.0,610676.0,800699.0,1015347.0,1240030.0,1416349.0,1616166.0,1925392.0,1962804.0,2264576.0,2375479.0,2611920.0,2790909.0,3063869.0,3172076.0,3369980.0,3558417.0,3813112.0,3973399.0,4228260.0,4347040.0,4677628.0,4779654.0,5012816.0,5156077.0,5481809.0,5603525.0,5828872.0,6020581.0,6292535.0,6417587.0,6504193.0,6712286.0,7071516.0,7227254.0,7459393.0,7661806.0,7856638.0,7970812.0,8298270.0,8278190.0,8798957.0,8747280.0,8974007.0,9144816.0,9305450.0,9562143.0,9836454.0,9901936.0,10238082.0,10301532.0,10627838.0,10706184.0,11101677.0,11105812.0,11635411.0,11579226.0,11844579.0,11842597.0,12159726.0,12332273.0,12665675.0,12721344.0,13173598.0,13271527.0,13491744.0,13524170.0,14009182.0,14078975.0,14108568.0,14313209.0,14917018.0,14756429.0,15155326.0,15073916.0,15382116.0,15606757.0,15940426.0,16094397.0,16265238.0,16335053.0,16757884.0,16884599.0,17031150.0,17071791.0,17661688.0,17547771.0,18101039.0,17825178.0,18242162.0,18496001.0,18764837.0,18679667.0,19043262.0,19247557.0,19720526.0,19491811.0,20775605.0,19897390.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":43.494596306728084,"lower_bound":43.362797897452744,"upper_bound":43.65264381247856,"unit":"ns"},"mean":{"estimate":43.515061571314625,"lower_bound":43.40325675030458,"upper_bound":43.63736074534458,"unit":"ns"},"median":{"estimate":43.46281307249879,"lower_bound":43.2959991893672,"upper_bound":43.54506351905572,"unit":"ns"},"median_abs_dev":{"estimate":0.5130473908837754,"lower_bound":0.4010533876163662,"upper_bound":0.6252394315964301,"unit":"ns"},"slope":{"estimate":43.494596306728084,"lower_bound":43.362797897452744,"upper_bound":43.65264381247856,"unit":"ns"},"change":{"mean":{"estimate":0.003152925984284849,"lower_bound":-0.00275653577220605,"upper_bound":0.008075567860158794,"unit":"%"},"median":{"estimate":0.007440952213335406,"lower_bound":0.0032257056886904056,"upper_bound":0.00997353442966964,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"mcpi/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/1000","iteration_count":[3501,7002,10503,14004,17505,21006,24507,28008,31509,35010,38511,42012,45513,49014,52515,56016,59517,63018,66519,70020,73521,77022,80523,84024,87525,91026,94527,98028,101529,105030,108531,112032,115533,119034,122535,126036,129537,133038,136539,140040,143541,147042,150543,154044,157545,161046,164547,168048,171549,175050,178551,182052,185553,189054,192555,196056,199557,203058,206559,210060,213561,217062,220563,224064,227565,231066,234567,238068,241569,245070,248571,252072,255573,259074,262575,266076,269577,273078,276579,280080,283581,287082,290583,294084,297585,301086,304587,308088,311589,315090,318591,322092,325593,329094,332595,336096,339597,343098,346599,350100],"measured_values":[224748.0,401631.0,619964.0,820195.0,1024665.0,1203655.0,1443463.0,1648166.0,1853048.0,2001944.0,2280113.0,2474646.0,2670041.0,2807824.0,3080831.0,3295219.0,3497771.0,3635141.0,3917070.0,4097957.0,4322714.0,4407583.0,4753990.0,4956861.0,5148759.0,5253752.0,5565647.0,5769432.0,5957172.0,6006015.0,6388837.0,6598314.0,6794698.0,6990050.0,7247144.0,7414472.0,7635205.0,7634130.0,8043792.0,8288204.0,8568010.0,8437846.0,8847073.0,9111761.0,9281098.0,9230352.0,9714459.0,9889815.0,10103006.0,10042234.0,10497482.0,10774103.0,10960248.0,10841080.0,11336641.0,11562362.0,11743263.0,11623313.0,12144744.0,12384255.0,12591777.0,12433820.0,12978397.0,13197211.0,13385990.0,13240580.0,13836902.0,14055693.0,14238478.0,14043259.0,14649043.0,14851967.0,15049416.0,14828320.0,15466755.0,15731690.0,15855493.0,15646461.0,16298027.0,16515997.0,16716102.0,16476166.0,17129457.0,17332928.0,17499803.0,17243310.0,17923252.0,18156714.0,18356051.0,18041843.0,18750835.0,18978950.0,19150608.0,18872400.0,19575391.0,19832151.0,19984140.0,19641550.0,20445441.0,20635648.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":58.528918160434394,"lower_bound":58.338370466268515,"upper_bound":58.703612530246154,"unit":"ns"},"mean":{"estimate":58.57945777078075,"lower_bound":58.41286700805246,"upper_bound":58.76266384850633,"unit":"ns"},"median":{"estimate":58.84889608608067,"lower_bound":58.817628143111186,"upper_bound":58.892829453975246,"unit":"ns"},"median_abs_dev":{"estimate":0.1720522916318733,"lower_bound":0.11110937575912853,"upper_bound":0.2685135565818393,"unit":"ns"},"slope":{"estimate":58.528918160434394,"lower_bound":58.338370466268515,"upper_bound":58.703612530246154,"unit":"ns"},"change":{"mean":{"estimate":-0.02453555607939284,"lower_bound":-0.029019724712751886,"upper_bound":-0.020292776890276566,"unit":"%"},"median":{"estimate":-0.012704769318751197,"lower_bound":-0.013926586064430202,"upper_bound":-0.01165355305339032,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"mcpi/4095","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/4095","iteration_count":[1793,3586,5379,7172,8965,10758,12551,14344,16137,17930,19723,21516,23309,25102,26895,28688,30481,32274,34067,35860,37653,39446,41239,43032,44825,46618,48411,50204,51997,53790,55583,57376,59169,60962,62755,64548,66341,68134,69927,71720,73513,75306,77099,78892,80685,82478,84271,86064,87857,89650,91443,93236,95029,96822,98615,100408,102201,103994,105787,107580,109373,111166,112959,114752,116545,118338,120131,121924,123717,125510,127303,129096,130889,132682,134475,136268,138061,139854,141647,143440,145233,147026,148819,150612,152405,154198,155991,157784,159577,161370,163163,164956,166749,168542,170335,172128,173921,175714,177507,179300],"measured_values":[244895.0,473516.0,729613.0,1018655.0,1201569.0,1408100.0,1780621.0,2003293.0,2203808.0,2341387.0,2643774.0,3136238.0,3202208.0,3333183.0,3621294.0,4009352.0,4098535.0,4186663.0,4571637.0,5054188.0,5058150.0,5232853.0,5532285.0,6042425.0,6017402.0,6009458.0,6511855.0,7045240.0,6987803.0,7020939.0,7478284.0,8104056.0,8000798.0,7946123.0,8408622.0,9045754.0,9029122.0,8990774.0,9432043.0,10075401.0,9867250.0,9830172.0,10358723.0,11335848.0,10878178.0,10772099.0,11369662.0,12053000.0,12044008.0,11826847.0,12367939.0,13201806.0,12973049.0,12828889.0,13494785.0,14303541.0,13935877.0,13600890.0,14254650.0,15176374.0,14764172.0,14349637.0,15191261.0,16146078.0,15918574.0,15475577.0,16234355.0,17155980.0,16608856.0,16406004.0,17142544.0,18393404.0,17761194.0,17552389.0,18085357.0,19107314.0,18626294.0,18465740.0,19103500.0,20267517.0,19639796.0,19310916.0,19991274.0,21227073.0,20589681.0,20292362.0,20982668.0,22452858.0,21458559.0,21266010.0,22035172.0,23483379.0,22393259.0,22118197.0,22879442.0,24303189.0,23453540.0,23049635.0,23828445.0,25271886.0],"unit":"ns","throughput":[{"per_iteration":4095,"unit":"bytes"}],"typical":{"estimate":135.69763360806368,"lower_bound":134.74107543012963,"upper_bound":136.70340025912105,"unit":"ns"},"mean":{"estimate":135.68973532590033,"lower_bound":134.9491209899426,"upper_bound":136.44682075043096,"unit":"ns"},"median":{"estimate":134.78570166676644,"lower_bound":134.43004144794008,"upper_bound":135.1387651813437,"unit":"ns"},"median_abs_dev":{"estimate":3.4001661340064064,"lower_bound":1.9569787834649741,"upper_bound":5.232752391349081,"unit":"ns"},"slope":{"estimate":135.69763360806368,"lower_bound":134.74107543012963,"upper_bound":136.70340025912105,"unit":"ns"},"change":{"mean":{"estimate":-0.02111380278999886,"lower_bound":-0.029901574555291095,"upper_bound":-0.011998380928009648,"unit":"%"},"median":{"estimate":-0.031332588010288154,"lower_bound":-0.059097565239905836,"upper_bound":0.008245407933410442,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"mcpi","benchmarks":["mcpi/1","mcpi/10","mcpi/100","mcpi/1000","mcpi/4095"],"report_directory":"/root/fuel-core/target/criterion/reports/mcpi"} -{"reason":"benchmark-complete","id":"meq/1","report_directory":"/root/fuel-core/target/criterion/reports/meq/1","iteration_count":[5407,10814,16221,21628,27035,32442,37849,43256,48663,54070,59477,64884,70291,75698,81105,86512,91919,97326,102733,108140,113547,118954,124361,129768,135175,140582,145989,151396,156803,162210,167617,173024,178431,183838,189245,194652,200059,205466,210873,216280,221687,227094,232501,237908,243315,248722,254129,259536,264943,270350,275757,281164,286571,291978,297385,302792,308199,313606,319013,324420,329827,335234,340641,346048,351455,356862,362269,367676,373083,378490,383897,389304,394711,400118,405525,410932,416339,421746,427153,432560,437967,443374,448781,454188,459595,465002,470409,475816,481223,486630,492037,497444,502851,508258,513665,519072,524479,529886,535293,540700],"measured_values":[180678.0,285262.0,452961.0,600511.0,734328.0,867019.0,1022168.0,1184668.0,1304231.0,1514294.0,1615171.0,1765961.0,1919491.0,2112220.0,2194205.0,2384906.0,2574545.0,2657242.0,2859718.0,2937998.0,3102360.0,3241270.0,3477800.0,3657622.0,3831468.0,3922774.0,4130149.0,4179209.0,4388069.0,4506933.0,4641235.0,4800506.0,4914004.0,5103622.0,5229373.0,5443178.0,5641165.0,5645066.0,5779976.0,5887624.0,6014427.0,6230322.0,6549891.0,6349607.0,6781978.0,6868397.0,7090101.0,7207969.0,7474104.0,7484828.0,7584426.0,7716005.0,7943915.0,7991042.0,8696017.0,8516709.0,8946274.0,8559378.0,9192432.0,9356139.0,9888313.0,9107752.0,9269776.0,9455129.0,9578393.0,10201963.0,10206977.0,10374679.0,10279837.0,10420105.0,10636791.0,10764980.0,10804856.0,10885183.0,11648628.0,11320528.0,11430864.0,11725102.0,11608050.0,12130438.0,11849658.0,12165353.0,12539628.0,12842706.0,13827961.0,12718691.0,13168314.0,12936338.0,13203558.0,13264377.0,13406146.0,13581522.0,13754333.0,14050838.0,14217943.0,14241363.0,15639754.0,14463838.0,15277816.0,15011155.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":27.815729798072212,"lower_bound":27.635648563080977,"upper_bound":28.023754576774063,"unit":"ns"},"mean":{"estimate":27.780271208195558,"lower_bound":27.627096563619688,"upper_bound":27.95974589362188,"unit":"ns"},"median":{"estimate":27.623787257603727,"lower_bound":27.455664734747405,"upper_bound":27.761518293279952,"unit":"ns"},"median_abs_dev":{"estimate":0.4968377227066137,"lower_bound":0.3745075555873374,"upper_bound":0.6295110631849142,"unit":"ns"},"slope":{"estimate":27.815729798072212,"lower_bound":27.635648563080977,"upper_bound":28.023754576774063,"unit":"ns"},"change":{"mean":{"estimate":0.008445916274616438,"lower_bound":0.0011424105896615645,"upper_bound":0.017048738406940867,"unit":"%"},"median":{"estimate":0.0040718709160623145,"lower_bound":-0.0030591414371303207,"upper_bound":0.01371511564599115,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"meq/10","report_directory":"/root/fuel-core/target/criterion/reports/meq/10","iteration_count":[5404,10808,16212,21616,27020,32424,37828,43232,48636,54040,59444,64848,70252,75656,81060,86464,91868,97272,102676,108080,113484,118888,124292,129696,135100,140504,145908,151312,156716,162120,167524,172928,178332,183736,189140,194544,199948,205352,210756,216160,221564,226968,232372,237776,243180,248584,253988,259392,264796,270200,275604,281008,286412,291816,297220,302624,308028,313432,318836,324240,329644,335048,340452,345856,351260,356664,362068,367472,372876,378280,383684,389088,394492,399896,405300,410704,416108,421512,426916,432320,437724,443128,448532,453936,459340,464744,470148,475552,480956,486360,491764,497168,502572,507976,513380,518784,524188,529592,534996,540400],"measured_values":[178550.0,308865.0,456951.0,589555.0,748783.0,931074.0,1063607.0,1230091.0,1324823.0,1539331.0,1747469.0,1846324.0,2008099.0,2126882.0,2361148.0,2422654.0,2691039.0,2721756.0,2774372.0,3023858.0,3195009.0,3274463.0,3402218.0,3504641.0,3753972.0,4075483.0,4199784.0,4180574.0,4399108.0,4477206.0,4644293.0,4845848.0,5096720.0,5216609.0,5408508.0,5368814.0,5542893.0,5814762.0,5915281.0,5865872.0,6233795.0,6307945.0,6427022.0,6802407.0,6744619.0,6848499.0,7035267.0,7091196.0,7198531.0,7531343.0,7734829.0,8293752.0,8587957.0,8276642.0,8521097.0,8698411.0,8939856.0,9013146.0,9255409.0,9255822.0,9766120.0,9412660.0,9480626.0,9607502.0,10209126.0,9931894.0,10105929.0,10163544.0,10710322.0,10593557.0,11394884.0,11007989.0,11546091.0,11295191.0,11754964.0,11684117.0,12010434.0,11876132.0,11929672.0,11862562.0,12074726.0,12327260.0,12521490.0,12755113.0,12677164.0,13129082.0,12959356.0,13273449.0,13481200.0,13651053.0,14052484.0,14171321.0,14280114.0,14278062.0,15044446.0,14740403.0,14809362.0,14765083.0,15120887.0,15350740.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":28.26289595401203,"lower_bound":28.134018395764567,"upper_bound":28.397702781387306,"unit":"ns"},"mean":{"estimate":28.26084054390701,"lower_bound":28.11707023673956,"upper_bound":28.42213614915743,"unit":"ns"},"median":{"estimate":28.11472982975574,"lower_bound":28.02234455958549,"upper_bound":28.29177204128629,"unit":"ns"},"median_abs_dev":{"estimate":0.589786319174911,"lower_bound":0.4703284809634722,"upper_bound":0.7245230466227072,"unit":"ns"},"slope":{"estimate":28.26289595401203,"lower_bound":28.134018395764567,"upper_bound":28.397702781387306,"unit":"ns"},"change":{"mean":{"estimate":0.016928300497092597,"lower_bound":0.008830895777813402,"upper_bound":0.025016629268432813,"unit":"%"},"median":{"estimate":0.018066854000865495,"lower_bound":0.011871933077568952,"upper_bound":0.027563350938899944,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"meq/100","report_directory":"/root/fuel-core/target/criterion/reports/meq/100","iteration_count":[5347,10694,16041,21388,26735,32082,37429,42776,48123,53470,58817,64164,69511,74858,80205,85552,90899,96246,101593,106940,112287,117634,122981,128328,133675,139022,144369,149716,155063,160410,165757,171104,176451,181798,187145,192492,197839,203186,208533,213880,219227,224574,229921,235268,240615,245962,251309,256656,262003,267350,272697,278044,283391,288738,294085,299432,304779,310126,315473,320820,326167,331514,336861,342208,347555,352902,358249,363596,368943,374290,379637,384984,390331,395678,401025,406372,411719,417066,422413,427760,433107,438454,443801,449148,454495,459842,465189,470536,475883,481230,486577,491924,497271,502618,507965,513312,518659,524006,529353,534700],"measured_values":[185670.0,294515.0,442455.0,619415.0,795516.0,883051.0,1076404.0,1199382.0,1443963.0,1512174.0,1709415.0,1823494.0,2024367.0,2117892.0,2301252.0,2396585.0,2565579.0,2725430.0,2913678.0,3082514.0,3269496.0,3368072.0,3645603.0,3637960.0,3680279.0,3965252.0,4298899.0,4349252.0,4679767.0,4537630.0,4804914.0,4877022.0,4891022.0,5195957.0,5287616.0,5457192.0,5761217.0,5792143.0,5936766.0,6121135.0,6276416.0,6337803.0,6610676.0,6647721.0,6823252.0,6979279.0,7239087.0,7545911.0,7682700.0,7498561.0,7844850.0,7967157.0,8315852.0,8273822.0,8313257.0,8524866.0,8488588.0,8848062.0,9029754.0,9068166.0,9466143.0,9595323.0,9630659.0,9679637.0,9941760.0,9948714.0,10130781.0,10369946.0,10998414.0,10638338.0,10857858.0,11016022.0,11056547.0,11291252.0,11662485.0,12010929.0,12289448.0,11712609.0,12356792.0,12342321.0,12885983.0,12598099.0,12674590.0,12718885.0,13115888.0,13067427.0,13517939.0,13443031.0,13815709.0,13536611.0,13883927.0,14136424.0,14613273.0,14233440.0,14927165.0,14679124.0,14748025.0,15045157.0,15574373.0,15295021.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":28.741466455006446,"lower_bound":28.62466628287548,"upper_bound":28.863269061912106,"unit":"ns"},"mean":{"estimate":28.73606529843656,"lower_bound":28.59414551051859,"upper_bound":28.910101912267567,"unit":"ns"},"median":{"estimate":28.602742782021934,"lower_bound":28.52247845664715,"upper_bound":28.67990904885179,"unit":"ns"},"median_abs_dev":{"estimate":0.4684691298425813,"lower_bound":0.3384804566880852,"upper_bound":0.5664907812159204,"unit":"ns"},"slope":{"estimate":28.741466455006446,"lower_bound":28.62466628287548,"upper_bound":28.863269061912106,"unit":"ns"},"change":{"mean":{"estimate":0.02229663404224924,"lower_bound":0.014941575818504754,"upper_bound":0.029800567096852,"unit":"%"},"median":{"estimate":0.021417692520184772,"lower_bound":0.01794037352866007,"upper_bound":0.024960953907559924,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"meq/1000","report_directory":"/root/fuel-core/target/criterion/reports/meq/1000","iteration_count":[4848,9696,14544,19392,24240,29088,33936,38784,43632,48480,53328,58176,63024,67872,72720,77568,82416,87264,92112,96960,101808,106656,111504,116352,121200,126048,130896,135744,140592,145440,150288,155136,159984,164832,169680,174528,179376,184224,189072,193920,198768,203616,208464,213312,218160,223008,227856,232704,237552,242400,247248,252096,256944,261792,266640,271488,276336,281184,286032,290880,295728,300576,305424,310272,315120,319968,324816,329664,334512,339360,344208,349056,353904,358752,363600,368448,373296,378144,382992,387840,392688,397536,402384,407232,412080,416928,421776,426624,431472,436320,441168,446016,450864,455712,460560,465408,470256,475104,479952,484800],"measured_values":[200655.0,377038.0,584321.0,752235.0,965019.0,1102639.0,1294184.0,1438040.0,1658881.0,1845378.0,2054255.0,2248874.0,2395895.0,2534753.0,2839068.0,3104151.0,3254210.0,3316603.0,3536825.0,3793016.0,3966421.0,4175146.0,4336667.0,4744712.0,4662701.0,4851823.0,4935215.0,5125635.0,5394290.0,5624179.0,5672304.0,5819808.0,6126706.0,6255649.0,6575579.0,6681245.0,6779698.0,7006127.0,7340513.0,7299859.0,7609324.0,7665076.0,8223480.0,8094119.0,8430257.0,8473998.0,8971544.0,8739854.0,9263816.0,9206215.0,9351174.0,9574778.0,9692789.0,9903367.0,10449650.0,9984374.0,10470422.0,10380577.0,10862348.0,11126228.0,11377666.0,11293647.0,11396053.0,12033393.0,11910526.0,12321283.0,12500879.0,13032112.0,13425856.0,12908831.0,13526221.0,13796505.0,13915805.0,13701398.0,13719623.0,13984241.0,13932291.0,14527409.0,14627923.0,14771786.0,14876800.0,15281700.0,15326319.0,15628970.0,15544780.0,16020452.0,15991663.0,16121710.0,16488733.0,16736897.0,16757722.0,16880167.0,17487019.0,17314248.0,17540997.0,17581862.0,17879660.0,18313241.0,18247136.0,18704743.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":38.2282788592329,"lower_bound":38.100215567045645,"upper_bound":38.36553413994297,"unit":"ns"},"mean":{"estimate":38.36707689033619,"lower_bound":38.2190357649689,"upper_bound":38.52302374236348,"unit":"ns"},"median":{"estimate":38.192822741904706,"lower_bound":38.01982489915658,"upper_bound":38.398102310231025,"unit":"ns"},"median_abs_dev":{"estimate":0.5823621597390686,"lower_bound":0.4277020851244689,"upper_bound":0.7512413504866801,"unit":"ns"},"slope":{"estimate":38.2282788592329,"lower_bound":38.100215567045645,"upper_bound":38.36553413994297,"unit":"ns"},"change":{"mean":{"estimate":0.01574794269285107,"lower_bound":0.010093799424291129,"upper_bound":0.021557189125210957,"unit":"%"},"median":{"estimate":0.010223048056797968,"lower_bound":0.0027666913552288896,"upper_bound":0.017451922510359763,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"meq/10000","report_directory":"/root/fuel-core/target/criterion/reports/meq/10000","iteration_count":[1708,3416,5124,6832,8540,10248,11956,13664,15372,17080,18788,20496,22204,23912,25620,27328,29036,30744,32452,34160,35868,37576,39284,40992,42700,44408,46116,47824,49532,51240,52948,54656,56364,58072,59780,61488,63196,64904,66612,68320,70028,71736,73444,75152,76860,78568,80276,81984,83692,85400,87108,88816,90524,92232,93940,95648,97356,99064,100772,102480,104188,105896,107604,109312,111020,112728,114436,116144,117852,119560,121268,122976,124684,126392,128100,129808,131516,133224,134932,136640,138348,140056,141764,143472,145180,146888,148596,150304,152012,153720,155428,157136,158844,160552,162260,163968,165676,167384,169092,170800],"measured_values":[306751.0,562658.0,846066.0,1143759.0,1407417.0,1690574.0,1971032.0,2255037.0,2535137.0,2833579.0,3118074.0,3409602.0,3662144.0,3945275.0,4238961.0,4515534.0,4798682.0,5090922.0,5349736.0,5634312.0,5934641.0,6220822.0,6507274.0,6769106.0,7115673.0,7358208.0,7613579.0,7907847.0,8179848.0,8444685.0,8762426.0,9051945.0,9312300.0,9626687.0,9880248.0,10208908.0,10470286.0,10889817.0,10988620.0,11259371.0,11588182.0,11890262.0,12156054.0,12417266.0,12688341.0,13009929.0,13253237.0,13533640.0,13806463.0,14122045.0,14379459.0,14667821.0,14926596.0,15155044.0,15546966.0,15867641.0,16064603.0,16409376.0,16693696.0,16940171.0,17220240.0,17488713.0,17764702.0,18050744.0,18313022.0,18628525.0,18906952.0,19175934.0,19451892.0,19760934.0,20083813.0,20347819.0,20602207.0,20866569.0,21154061.0,21468299.0,21708757.0,22040486.0,22257617.0,22572606.0,22860748.0,23161777.0,23445775.0,23694072.0,23997945.0,24349351.0,24546524.0,24838478.0,25093973.0,25361140.0,25666676.0,26008224.0,26261520.0,26524629.0,26823550.0,27136008.0,27385623.0,27650751.0,27988438.0,28213703.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":165.2831541189178,"lower_bound":165.22754693024766,"upper_bound":165.34219236809705,"unit":"ns"},"mean":{"estimate":165.4766129521577,"lower_bound":165.26726756629708,"upper_bound":165.81815427996574,"unit":"ns"},"median":{"estimate":165.2381353889794,"lower_bound":165.17170273337103,"upper_bound":165.30501247090726,"unit":"ns"},"median_abs_dev":{"estimate":0.32372496303899284,"lower_bound":0.21503381327846122,"upper_bound":0.3910256257509968,"unit":"ns"},"slope":{"estimate":165.2831541189178,"lower_bound":165.22754693024766,"upper_bound":165.34219236809705,"unit":"ns"},"change":{"mean":{"estimate":-0.0033501615155452358,"lower_bound":-0.010731068252134065,"upper_bound":0.0031202265286192506,"unit":"%"},"median":{"estimate":-0.011409733296380176,"lower_bound":-0.01242851145402113,"upper_bound":-0.010390712477612474,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"meq/19753","report_directory":"/root/fuel-core/target/criterion/reports/meq/19753","iteration_count":[1013,2026,3039,4052,5065,6078,7091,8104,9117,10130,11143,12156,13169,14182,15195,16208,17221,18234,19247,20260,21273,22286,23299,24312,25325,26338,27351,28364,29377,30390,31403,32416,33429,34442,35455,36468,37481,38494,39507,40520,41533,42546,43559,44572,45585,46598,47611,48624,49637,50650,51663,52676,53689,54702,55715,56728,57741,58754,59767,60780,61793,62806,63819,64832,65845,66858,67871,68884,69897,70910,71923,72936,73949,74962,75975,76988,78001,79014,80027,81040,82053,83066,84079,85092,86105,87118,88131,89144,90157,91170,92183,93196,94209,95222,96235,97248,98261,99274,100287,101300],"measured_values":[367773.0,718879.0,1080532.0,1462096.0,1819100.0,2182917.0,2526140.0,2926023.0,3252171.0,3592984.0,3970265.0,4391338.0,4747260.0,5061600.0,5480870.0,5861122.0,6157174.0,6562572.0,6880015.0,7299681.0,7586022.0,7909896.0,8323024.0,8727597.0,9024131.0,9336857.0,9753447.0,10172197.0,10470564.0,10771540.0,11217430.0,11595351.0,11948215.0,12252540.0,12694770.0,13067296.0,13349948.0,13663062.0,14089817.0,14546051.0,15157141.0,15113712.0,15545305.0,15958754.0,16269113.0,16536750.0,16990651.0,17466627.0,17725658.0,17952595.0,18402480.0,18880634.0,19146314.0,19461641.0,19848783.0,20659831.0,20595967.0,20858809.0,21335719.0,21759014.0,22142082.0,22304535.0,22758223.0,23226504.0,23501437.0,23738199.0,24250537.0,24702611.0,24915658.0,25175657.0,25651286.0,26174905.0,26403237.0,26644867.0,27096521.0,27603504.0,27816101.0,28080198.0,28557364.0,29077873.0,29289431.0,29489516.0,29986843.0,30484687.0,30704728.0,30902756.0,31471540.0,32007890.0,32166887.0,32390294.0,32892691.0,33367360.0,33563701.0,33872901.0,34275477.0,34822609.0,35004588.0,35222536.0,35817921.0,36275404.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":356.90393116469784,"lower_bound":356.55721462897355,"upper_bound":357.2697952235945,"unit":"ns"},"mean":{"estimate":357.30659529055066,"lower_bound":356.91989040021656,"upper_bound":357.716408142158,"unit":"ns"},"median":{"estimate":356.8716355854837,"lower_bound":356.6322437596392,"upper_bound":357.1573065617674,"unit":"ns"},"median_abs_dev":{"estimate":1.7451175954343638,"lower_bound":0.99066708652924,"upper_bound":2.2349341206209017,"unit":"ns"},"slope":{"estimate":356.90393116469784,"lower_bound":356.55721462897355,"upper_bound":357.2697952235945,"unit":"ns"},"change":{"mean":{"estimate":-0.002135603167249922,"lower_bound":-0.005485937195838628,"upper_bound":0.000204995779367739,"unit":"%"},"median":{"estimate":-0.0024928267354629163,"lower_bound":-0.0034690961724428426,"upper_bound":-0.0012164192020735324,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"meq/29629","report_directory":"/root/fuel-core/target/criterion/reports/meq/29629","iteration_count":[642,1284,1926,2568,3210,3852,4494,5136,5778,6420,7062,7704,8346,8988,9630,10272,10914,11556,12198,12840,13482,14124,14766,15408,16050,16692,17334,17976,18618,19260,19902,20544,21186,21828,22470,23112,23754,24396,25038,25680,26322,26964,27606,28248,28890,29532,30174,30816,31458,32100,32742,33384,34026,34668,35310,35952,36594,37236,37878,38520,39162,39804,40446,41088,41730,42372,43014,43656,44298,44940,45582,46224,46866,47508,48150,48792,49434,50076,50718,51360,52002,52644,53286,53928,54570,55212,55854,56496,57138,57780,58422,59064,59706,60348,60990,61632,62274,62916,63558,64200],"measured_values":[376570.0,670427.0,1007420.0,1337260.0,1674275.0,2013986.0,2344280.0,2674568.0,3029919.0,3354297.0,3687023.0,4004792.0,4385881.0,4706722.0,5043028.0,5377902.0,5700582.0,6057171.0,6370062.0,6728204.0,7056842.0,7385759.0,7706607.0,8041873.0,8395197.0,8740885.0,9112737.0,9387415.0,9756812.0,10061931.0,10542977.0,10763489.0,11073437.0,11401460.0,11749110.0,12081491.0,12417991.0,12753365.0,13088586.0,13542665.0,13742833.0,14210856.0,14432950.0,14749933.0,15104686.0,15470862.0,15758286.0,16107575.0,16448243.0,16823303.0,17104228.0,17505736.0,17822747.0,18124930.0,18488882.0,18822810.0,19142351.0,19452667.0,19832272.0,20208951.0,20468013.0,20853153.0,21125581.0,21523498.0,21822087.0,22227123.0,22513592.0,22902518.0,23247948.0,23551543.0,23974293.0,24396827.0,24515993.0,24836652.0,25173000.0,25590887.0,25862097.0,26191281.0,26519359.0,26864091.0,27188819.0,27689966.0,27773194.0,28224408.0,28471550.0,29212392.0,29579831.0,29932217.0,30160130.0,30418888.0,30418129.0,31121062.0,31558847.0,31855593.0,32267473.0,32516739.0,32600593.0,33151411.0,33262975.0,33807863.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":524.8038147285226,"lower_bound":524.0950265031458,"upper_bound":525.4895077745754,"unit":"ns"},"mean":{"estimate":524.506472026968,"lower_bound":523.5661535790586,"upper_bound":526.0184991807946,"unit":"ns"},"median":{"estimate":523.2562586254176,"lower_bound":522.8798397863818,"upper_bound":523.6571411454589,"unit":"ns"},"median_abs_dev":{"estimate":1.2622954581340868,"lower_bound":0.9483544995358643,"upper_bound":1.7386343590036688,"unit":"ns"},"slope":{"estimate":524.8038147285226,"lower_bound":524.0950265031458,"upper_bound":525.4895077745754,"unit":"ns"},"change":{"mean":{"estimate":-0.018313294030747773,"lower_bound":-0.021448736466393423,"upper_bound":-0.014795949247211825,"unit":"%"},"median":{"estimate":-0.02550407240949193,"lower_bound":-0.027561846322626038,"upper_bound":-0.018405730995329272,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"meq/44444","report_directory":"/root/fuel-core/target/criterion/reports/meq/44444","iteration_count":[442,884,1326,1768,2210,2652,3094,3536,3978,4420,4862,5304,5746,6188,6630,7072,7514,7956,8398,8840,9282,9724,10166,10608,11050,11492,11934,12376,12818,13260,13702,14144,14586,15028,15470,15912,16354,16796,17238,17680,18122,18564,19006,19448,19890,20332,20774,21216,21658,22100,22542,22984,23426,23868,24310,24752,25194,25636,26078,26520,26962,27404,27846,28288,28730,29172,29614,30056,30498,30940,31382,31824,32266,32708,33150,33592,34034,34476,34918,35360,35802,36244,36686,37128,37570,38012,38454,38896,39338,39780,40222,40664,41106,41548,41990,42432,42874,43316,43758,44200],"measured_values":[362800.0,737554.0,1039571.0,1425049.0,1749228.0,2132444.0,2421055.0,2824427.0,3119307.0,3531314.0,3818819.0,4247123.0,4529974.0,4947324.0,5194768.0,5659811.0,5904222.0,6378089.0,6583647.0,7106656.0,7274356.0,7794859.0,7975255.0,8503286.0,8692606.0,9193601.0,9366114.0,9907007.0,10058631.0,10655425.0,10760992.0,11358624.0,11455895.0,12017081.0,12196468.0,12749704.0,12837215.0,13482377.0,13530073.0,14152430.0,14224108.0,14838358.0,14905967.0,15565593.0,15588115.0,16341290.0,16340438.0,16991753.0,17007753.0,17691064.0,17720183.0,18654190.0,18469930.0,19138777.0,19131124.0,19838284.0,19802146.0,20583014.0,20553044.0,21272866.0,21198388.0,22014479.0,21868561.0,22693962.0,22596603.0,23433421.0,23258903.0,24056648.0,23948055.0,24762183.0,24627315.0,25537761.0,25382731.0,26223484.0,26039997.0,26903483.0,26789785.0,27643179.0,27436704.0,28376730.0,28119489.0,29035216.0,28787604.0,29780670.0,29501550.0,30511671.0,30302152.0,31176262.0,30861009.0,31855891.0,31582731.0,32589829.0,32256281.0,33277994.0,32946997.0,33424775.0,33003034.0,33659216.0,33704786.0,34239254.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":791.0896585104583,"lower_bound":788.2642819721536,"upper_bound":793.9333186321328,"unit":"ns"},"mean":{"estimate":793.4146612494053,"lower_bound":791.4349019228325,"upper_bound":795.454853640265,"unit":"ns"},"median":{"estimate":788.4160176116891,"lower_bound":786.5812072783286,"upper_bound":800.3291208791209,"unit":"ns"},"median_abs_dev":{"estimate":15.875691464073503,"lower_bound":3.738611752630895,"upper_bound":17.25186572529313,"unit":"ns"},"slope":{"estimate":791.0896585104583,"lower_bound":788.2642819721536,"upper_bound":793.9333186321328,"unit":"ns"},"change":{"mean":{"estimate":-0.02238449018354971,"lower_bound":-0.025385947189747817,"upper_bound":-0.019585265428015846,"unit":"%"},"median":{"estimate":-0.026717635460093203,"lower_bound":-0.030365515987466278,"upper_bound":-0.011396919784427114,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"meq/66666","report_directory":"/root/fuel-core/target/criterion/reports/meq/66666","iteration_count":[316,632,948,1264,1580,1896,2212,2528,2844,3160,3476,3792,4108,4424,4740,5056,5372,5688,6004,6320,6636,6952,7268,7584,7900,8216,8532,8848,9164,9480,9796,10112,10428,10744,11060,11376,11692,12008,12324,12640,12956,13272,13588,13904,14220,14536,14852,15168,15484,15800,16116,16432,16748,17064,17380,17696,18012,18328,18644,18960,19276,19592,19908,20224,20540,20856,21172,21488,21804,22120,22436,22752,23068,23384,23700,24016,24332,24648,24964,25280,25596,25912,26228,26544,26860,27176,27492,27808,28124,28440,28756,29072,29388,29704,30020,30336,30652,30968,31284,31600],"measured_values":[385117.0,752959.0,1147991.0,1501522.0,1920018.0,2262765.0,2718700.0,3017867.0,3440587.0,3784386.0,4209295.0,4520014.0,4980522.0,5249208.0,5751826.0,5998181.0,6541149.0,6777288.0,7261201.0,7529346.0,8045544.0,8281256.0,8789527.0,9038104.0,9571800.0,9811247.0,10350697.0,10560654.0,11139535.0,11299027.0,11887969.0,12035577.0,12648803.0,12823173.0,13478569.0,13543590.0,14154258.0,14317094.0,14959543.0,15052273.0,15722793.0,15877450.0,16505930.0,16557169.0,17284307.0,17338606.0,18037680.0,18097608.0,18818220.0,18788400.0,19626310.0,19587522.0,20293035.0,20315305.0,21131890.0,21190232.0,21860489.0,21848996.0,22626740.0,22605295.0,23432422.0,23313698.0,24183057.0,24204891.0,24896506.0,24934387.0,25857323.0,25585633.0,26478298.0,26437292.0,27148317.0,27215518.0,27969180.0,27933558.0,28625721.0,28594554.0,29571591.0,29359605.0,30263041.0,30234005.0,31021792.0,30882376.0,31794122.0,31660245.0,32430251.0,32487524.0,33368833.0,33167942.0,34129550.0,33910555.0,34935108.0,34733930.0,35799277.0,35515199.0,36545200.0,36176688.0,37229007.0,36921678.0,38021930.0,37784008.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1203.5116606745692,"lower_bound":1200.7504459776812,"upper_bound":1206.2785892956194,"unit":"ns"},"mean":{"estimate":1203.3206066239927,"lower_bound":1201.1376979121806,"upper_bound":1205.4985235555707,"unit":"ns"},"median":{"estimate":1202.485703648548,"lower_bound":1195.362883582662,"upper_bound":1211.620253164557,"unit":"ns"},"median_abs_dev":{"estimate":15.769960604968148,"lower_bound":6.414636929087095,"upper_bound":17.561822490694677,"unit":"ns"},"slope":{"estimate":1203.5116606745692,"lower_bound":1200.7504459776812,"upper_bound":1206.2785892956194,"unit":"ns"},"change":{"mean":{"estimate":-0.011213941958751361,"lower_bound":-0.013261738864638911,"upper_bound":-0.00923988362900365,"unit":"%"},"median":{"estimate":-0.010647897841541298,"lower_bound":-0.018553175532295074,"upper_bound":-0.002848030608636032,"unit":"%"},"change":"NoChange"}} -{"reason":"benchmark-complete","id":"meq/100000","report_directory":"/root/fuel-core/target/criterion/reports/meq/100000","iteration_count":[210,420,630,840,1050,1260,1470,1680,1890,2100,2310,2520,2730,2940,3150,3360,3570,3780,3990,4200,4410,4620,4830,5040,5250,5460,5670,5880,6090,6300,6510,6720,6930,7140,7350,7560,7770,7980,8190,8400,8610,8820,9030,9240,9450,9660,9870,10080,10290,10500,10710,10920,11130,11340,11550,11760,11970,12180,12390,12600,12810,13020,13230,13440,13650,13860,14070,14280,14490,14700,14910,15120,15330,15540,15750,15960,16170,16380,16590,16800,17010,17220,17430,17640,17850,18060,18270,18480,18690,18900,19110,19320,19530,19740,19950,20160,20370,20580,20790,21000],"measured_values":[405003.0,780116.0,1166255.0,1558982.0,1952235.0,2339673.0,2723586.0,3141709.0,3534217.0,3952407.0,4296203.0,4689668.0,5072997.0,5456855.0,5860510.0,6248708.0,6636685.0,7015180.0,7407243.0,7798993.0,8156573.0,8571084.0,8961191.0,9423716.0,9813914.0,10214044.0,10558449.0,10959118.0,11361126.0,11857508.0,12139075.0,12584311.0,12873327.0,13315015.0,13740804.0,14138405.0,14766457.0,14978390.0,15277583.0,15724087.0,16042220.0,16515719.0,16863882.0,17288604.0,17602462.0,18102456.0,18471365.0,18830974.0,19108900.0,19498203.0,19847180.0,20329929.0,20790366.0,21323776.0,21601662.0,22012599.0,22320303.0,22787626.0,22977163.0,23405312.0,23761853.0,24354543.0,24494404.0,24960228.0,25283592.0,25746442.0,26161073.0,26794883.0,26972816.0,27591376.0,27804581.0,28284022.0,28522103.0,29049846.0,29327511.0,29667823.0,29901877.0,30400061.0,30773686.0,31161991.0,31389267.0,32011866.0,32445944.0,32713688.0,33061504.0,33366681.0,33731568.0,34397879.0,34710883.0,35286963.0,35425613.0,35962996.0,36110312.0,36803832.0,37022043.0,37460624.0,37693405.0,38312586.0,38415516.0,38828993.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1859.3069906901137,"lower_bound":1857.3130628472134,"upper_bound":1861.4797169192555,"unit":"ns"},"mean":{"estimate":1862.658817172904,"lower_bound":1860.5899315799622,"upper_bound":1864.9797096446657,"unit":"ns"},"median":{"estimate":1860.7604914111764,"lower_bound":1858.2406593406592,"upper_bound":1862.6943915343916,"unit":"ns"},"median_abs_dev":{"estimate":8.66948612746005,"lower_bound":6.217503295864611,"upper_bound":11.537641872088768,"unit":"ns"},"slope":{"estimate":1859.3069906901137,"lower_bound":1857.3130628472134,"upper_bound":1861.4797169192555,"unit":"ns"},"change":{"mean":{"estimate":-0.012478091388950951,"lower_bound":-0.014317698994846934,"upper_bound":-0.010516448328043911,"unit":"%"},"median":{"estimate":-0.011891926861025026,"lower_bound":-0.014605519197321004,"upper_bound":-0.01066030824615273,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"meq","benchmarks":["meq/1","meq/10","meq/100","meq/1000","meq/10000","meq/19753","meq/29629","meq/44444","meq/66666","meq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/meq"} -{"reason":"benchmark-complete","id":"poph/poph","report_directory":"/root/fuel-core/target/criterion/reports/poph/poph","iteration_count":[4922,9844,14766,19688,24610,29532,34454,39376,44298,49220,54142,59064,63986,68908,73830,78752,83674,88596,93518,98440,103362,108284,113206,118128,123050,127972,132894,137816,142738,147660,152582,157504,162426,167348,172270,177192,182114,187036,191958,196880,201802,206724,211646,216568,221490,226412,231334,236256,241178,246100,251022,255944,260866,265788,270710,275632,280554,285476,290398,295320,300242,305164,310086,315008,319930,324852,329774,334696,339618,344540,349462,354384,359306,364228,369150,374072,378994,383916,388838,393760,398682,403604,408526,413448,418370,423292,428214,433136,438058,442980,447902,452824,457746,462668,467590,472512,477434,482356,487278,492200],"measured_values":[206694.0,395511.0,614244.0,816910.0,1007453.0,1207879.0,1489972.0,1657632.0,1920884.0,2015602.0,2379468.0,2575043.0,2792965.0,2995577.0,3221735.0,3264499.0,3505485.0,3848231.0,3899955.0,3989158.0,4443889.0,4720552.0,4816419.0,5052662.0,5214412.0,5365611.0,5376677.0,5628536.0,6018221.0,6267462.0,6592059.0,6704353.0,6801456.0,7201545.0,7173658.0,7633288.0,7537162.0,8057995.0,7902020.0,8290693.0,8683210.0,8970901.0,8834395.0,9211615.0,9297589.0,9657668.0,9413069.0,9827465.0,9952833.0,10150577.0,10429020.0,10802067.0,11198846.0,11614013.0,11444598.0,11452418.0,11792040.0,12050698.0,12339809.0,12611650.0,12740987.0,13005245.0,12961944.0,13219196.0,13630592.0,13915511.0,14208322.0,14355410.0,14619781.0,14542286.0,14320489.0,14867689.0,14933887.0,15616629.0,15197976.0,15329041.0,15675312.0,16238536.0,16015136.0,16640701.0,16626542.0,17181486.0,17345709.0,17869470.0,17211390.0,17554435.0,18238246.0,18519596.0,18210475.0,18502358.0,18845370.0,18456628.0,19142096.0,20097889.0,20205016.0,19772911.0,19967495.0,20708347.0,20624098.0,21246028.0],"unit":"ns","throughput":[],"typical":{"estimate":42.18301063428557,"lower_bound":41.98841142143185,"upper_bound":42.37417689735212,"unit":"ns"},"mean":{"estimate":42.198727817988335,"lower_bound":42.029633111633046,"upper_bound":42.36672818474234,"unit":"ns"},"median":{"estimate":42.2063186255029,"lower_bound":41.94632175397743,"upper_bound":42.46898670101034,"unit":"ns"},"median_abs_dev":{"estimate":0.9760923787465124,"lower_bound":0.7507086881655533,"upper_bound":1.1822389181463582,"unit":"ns"},"slope":{"estimate":42.18301063428557,"lower_bound":41.98841142143185,"upper_bound":42.37417689735212,"unit":"ns"},"change":{"mean":{"estimate":0.040362442881153315,"lower_bound":0.032785936795248244,"upper_bound":0.04703896306535033,"unit":"%"},"median":{"estimate":0.04750875703564783,"lower_bound":0.04093515337191911,"upper_bound":0.0548051823472151,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"poph","benchmarks":["poph/poph"],"report_directory":"/root/fuel-core/target/criterion/reports/poph"} -{"reason":"benchmark-complete","id":"popl/popl","report_directory":"/root/fuel-core/target/criterion/reports/popl/popl","iteration_count":[5025,10050,15075,20100,25125,30150,35175,40200,45225,50250,55275,60300,65325,70350,75375,80400,85425,90450,95475,100500,105525,110550,115575,120600,125625,130650,135675,140700,145725,150750,155775,160800,165825,170850,175875,180900,185925,190950,195975,201000,206025,211050,216075,221100,226125,231150,236175,241200,246225,251250,256275,261300,266325,271350,276375,281400,286425,291450,296475,301500,306525,311550,316575,321600,326625,331650,336675,341700,346725,351750,356775,361800,366825,371850,376875,381900,386925,391950,396975,402000,407025,412050,417075,422100,427125,432150,437175,442200,447225,452250,457275,462300,467325,472350,477375,482400,487425,492450,497475,502500],"measured_values":[218715.0,397769.0,633905.0,806265.0,992839.0,1211773.0,1409130.0,1585059.0,1788308.0,2043777.0,2174164.0,2431842.0,2616723.0,2790298.0,3055508.0,3243835.0,3396708.0,3626861.0,3831208.0,4027736.0,4269758.0,4438103.0,4615877.0,4785621.0,5302929.0,5295403.0,5526390.0,5589618.0,5832897.0,6051135.0,6219841.0,6383829.0,6690302.0,6859431.0,6999858.0,7299361.0,7486861.0,7548417.0,7814414.0,8129780.0,8234239.0,8442112.0,8733971.0,8998357.0,9026736.0,9311411.0,9486369.0,9680915.0,9794468.0,10122509.0,10320009.0,10530854.0,10738479.0,10890237.0,10946707.0,11258001.0,11524110.0,11642185.0,11838837.0,12104209.0,12284962.0,12541052.0,12740618.0,12864294.0,13246907.0,13332930.0,13568103.0,13738554.0,13955781.0,13963469.0,14262389.0,14550457.0,14543134.0,14727183.0,15074305.0,15322593.0,15496475.0,15815595.0,15742309.0,15948304.0,16326058.0,16420108.0,16629221.0,16914103.0,17174474.0,17329249.0,17604713.0,17865074.0,17990622.0,18110235.0,18178066.0,18480883.0,18685694.0,18933988.0,19131619.0,19315069.0,19566099.0,19508559.0,19670172.0,20215909.0],"unit":"ns","throughput":[],"typical":{"estimate":40.04729574824268,"lower_bound":39.98309718300702,"upper_bound":40.11061845362463,"unit":"ns"},"mean":{"estimate":40.13242130322134,"lower_bound":40.036330815413685,"upper_bound":40.244534628520775,"unit":"ns"},"median":{"estimate":40.099022201653234,"lower_bound":40.04474295190713,"upper_bound":40.145662596110355,"unit":"ns"},"median_abs_dev":{"estimate":0.2527184430479735,"lower_bound":0.2012388535144123,"upper_bound":0.35653972042101245,"unit":"ns"},"slope":{"estimate":40.04729574824268,"lower_bound":39.98309718300702,"upper_bound":40.11061845362463,"unit":"ns"},"change":{"mean":{"estimate":0.00199683362900549,"lower_bound":-0.0020202694635557145,"upper_bound":0.006122679668946074,"unit":"%"},"median":{"estimate":0.004024619753698611,"lower_bound":0.0008717128406049607,"upper_bound":0.007044210552815455,"unit":"%"},"change":"NoChange"}} -{"reason":"group-complete","group_name":"popl","benchmarks":["popl/popl"],"report_directory":"/root/fuel-core/target/criterion/reports/popl"} -{"reason":"benchmark-complete","id":"pshh/pshh","report_directory":"/root/fuel-core/target/criterion/reports/pshh/pshh","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[2462.0,4522.0,6793.0,8937.0,8894.0,10232.0,11631.0,13779.0,15795.0,17417.0,18599.0,20695.0,22444.0,23128.0,25256.0,26400.0,28832.0,29902.0,32131.0,33190.0,38378.0,37784.0,39818.0,40801.0,41969.0,44748.0,45275.0,47677.0,48369.0,50428.0,56478.0,55732.0,57766.0,59147.0,59938.0,63438.0,80745.0,63859.0,64145.0,67677.0,89004.0,70745.0,72610.0,73508.0,73786.0,76879.0,77749.0,80073.0,81141.0,85001.0,84617.0,85925.0,88423.0,90275.0,92753.0,93867.0,96130.0,97134.0,98068.0,102268.0,102320.0,105358.0,105102.0,103985.0,110981.0,113988.0,116012.0,115702.0,117030.0,119330.0,118847.0,122490.0,123571.0,129550.0,126275.0,131185.0,130439.0,137027.0,140449.0,139623.0,144592.0,148564.0,148697.0,145168.0,143078.0,147438.0,146339.0,150669.0,145822.0,148190.0,154983.0,157511.0,157703.0,161418.0,161545.0,164548.0,163445.0,167277.0,163435.0,164345.0],"unit":"ns","throughput":[],"typical":{"estimate":94.7405513685697,"lower_bound":94.0921691940935,"upper_bound":95.4459489009579,"unit":"ns"},"mean":{"estimate":96.36813028424571,"lower_bound":94.97251671198202,"upper_bound":98.0363796650457,"unit":"ns"},"median":{"estimate":94.42618279569894,"lower_bound":93.81136950904393,"upper_bound":94.7672902494331,"unit":"ns"},"median_abs_dev":{"estimate":2.2325429791628237,"lower_bound":1.6351480112259917,"upper_bound":2.822122394083872,"unit":"ns"},"slope":{"estimate":94.7405513685697,"lower_bound":94.0921691940935,"upper_bound":95.4459489009579,"unit":"ns"},"change":{"mean":{"estimate":0.13229224301622722,"lower_bound":0.10521456495187391,"upper_bound":0.15970990585378084,"unit":"%"},"median":{"estimate":0.16809148219029857,"lower_bound":0.13794399151148418,"upper_bound":0.17520773664323763,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"pshh","benchmarks":["pshh/pshh"],"report_directory":"/root/fuel-core/target/criterion/reports/pshh"} -{"reason":"benchmark-complete","id":"pshl/pshl","report_directory":"/root/fuel-core/target/criterion/reports/pshl/pshl","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1904.0,3419.0,5307.0,6704.0,8948.0,10227.0,12322.0,13118.0,15631.0,16844.0,19286.0,20667.0,23122.0,23439.0,26483.0,26931.0,29738.0,30112.0,33319.0,33583.0,37293.0,36419.0,40483.0,39716.0,43871.0,43522.0,47964.0,46479.0,50839.0,49389.0,54267.0,53463.0,57176.0,57030.0,60686.0,59647.0,66284.0,64668.0,67997.0,68490.0,76260.0,73989.0,79376.0,77652.0,83046.0,85417.0,87091.0,89340.0,90772.0,93107.0,94740.0,96577.0,97778.0,99814.0,101211.0,102823.0,107875.0,107309.0,109128.0,110606.0,112911.0,115551.0,116045.0,119267.0,121621.0,123319.0,125608.0,126887.0,129709.0,130246.0,132367.0,134583.0,136169.0,138783.0,140878.0,141265.0,140607.0,133151.0,137708.0,138928.0,138126.0,139544.0,141875.0,144172.0,147497.0,147965.0,150567.0,150360.0,153237.0,154727.0,156131.0,158323.0,161193.0,160715.0,163043.0,179905.0,177145.0,172546.0,169306.0,170827.0],"unit":"ns","throughput":[],"typical":{"estimate":98.94108861632432,"lower_bound":97.98752928421337,"upper_bound":99.98697513468652,"unit":"ns"},"mean":{"estimate":98.48932751961162,"lower_bound":97.68678803859729,"upper_bound":99.30477309773299,"unit":"ns"},"median":{"estimate":97.63806763285024,"lower_bound":96.44546114742192,"upper_bound":99.05679012345678,"unit":"ns"},"median_abs_dev":{"estimate":6.06972042303801,"lower_bound":3.281392577909236,"upper_bound":6.8988252752276225,"unit":"ns"},"slope":{"estimate":98.94108861632432,"lower_bound":97.98752928421337,"upper_bound":99.98697513468652,"unit":"ns"},"change":{"mean":{"estimate":0.15934560197171788,"lower_bound":0.1379505855423114,"upper_bound":0.18029572555046372,"unit":"%"},"median":{"estimate":0.18683915601517231,"lower_bound":0.16934958763300445,"upper_bound":0.21068408803561423,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"pshl","benchmarks":["pshl/pshl"],"report_directory":"/root/fuel-core/target/criterion/reports/pshl"} -{"reason":"benchmark-complete","id":"bal/bal","report_directory":"/root/fuel-core/target/criterion/reports/bal/bal","iteration_count":[1264,2528,3792,5056,6320,7584,8848,10112,11376,12640,13904,15168,16432,17696,18960,20224,21488,22752,24016,25280,26544,27808,29072,30336,31600,32864,34128,35392,36656,37920,39184,40448,41712,42976,44240,45504,46768,48032,49296,50560,51824,53088,54352,55616,56880,58144,59408,60672,61936,63200,64464,65728,66992,68256,69520,70784,72048,73312,74576,75840,77104,78368,79632,80896,82160,83424,84688,85952,87216,88480,89744,91008,92272,93536,94800,96064,97328,98592,99856,101120,102384,103648,104912,106176,107440,108704,109968,111232,112496,113760,115024,116288,117552,118816,120080,121344,122608,123872,125136,126400],"measured_values":[804311.0,1480242.0,2218989.0,3099530.0,3871155.0,4638463.0,5187640.0,6308252.0,6864512.0,7419136.0,8238337.0,8903084.0,9984008.0,10082026.0,22900237.0,11354064.0,12134154.0,12679143.0,13522802.0,14091520.0,14914213.0,15436659.0,16081141.0,16667130.0,17509663.0,18136581.0,18935442.0,19543259.0,20229997.0,20989240.0,21679142.0,22374582.0,22908485.0,23810839.0,24580146.0,25129766.0,25815329.0,26367634.0,27280203.0,27925978.0,28584820.0,29623410.0,30233670.0,32479273.0,32188528.0,32557525.0,34820270.0,34336725.0,35311600.0,35889108.0,36216123.0,36948222.0,37644256.0,38690546.0,39279275.0,39432951.0,39720152.0,40848233.0,41493964.0,41792914.0,42503004.0,43302027.0,44197889.0,45389619.0,45758862.0,46926719.0,47517375.0,48127165.0,48862386.0,49764272.0,50494157.0,50956506.0,51613413.0,52659303.0,53354235.0,54215613.0,54561963.0,55347200.0,56127993.0,56843062.0,57464640.0,58254362.0,58955918.0,59844271.0,60258372.0,60587822.0,61520172.0,62186873.0,62760356.0,63365364.0,64082503.0,64775553.0,65654396.0,66266697.0,66558170.0,67013161.0,67458031.0,67965995.0,69787863.0,70177781.0],"unit":"ns","throughput":[],"typical":{"estimate":559.1513721700434,"lower_bound":557.7542157484435,"upper_bound":560.768722348642,"unit":"ns"},"mean":{"estimate":570.8247968379242,"lower_bound":561.9286408449206,"upper_bound":585.7621737993107,"unit":"ns"},"median":{"estimate":559.9215492367833,"lower_bound":557.4177215189874,"upper_bound":561.5900102860033,"unit":"ns"},"median_abs_dev":{"estimate":7.191058310728674,"lower_bound":4.9491718501928945,"upper_bound":9.911045843670816,"unit":"ns"},"slope":{"estimate":559.1513721700434,"lower_bound":557.7542157484435,"upper_bound":560.768722348642,"unit":"ns"},"change":{"mean":{"estimate":-0.04162706129844718,"lower_bound":-0.05829941812876498,"upper_bound":-0.014627240683636265,"unit":"%"},"median":{"estimate":-0.061211156815895396,"lower_bound":-0.06849148405270633,"upper_bound":-0.05316853610627248,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"bal","benchmarks":["bal/bal"],"report_directory":"/root/fuel-core/target/criterion/reports/bal"} -{"reason":"benchmark-complete","id":"sww/sww","report_directory":"/root/fuel-core/target/criterion/reports/sww/sww","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1934385.0,2526666.0,3795945.0,5060073.0,6327072.0,7684407.0,8887708.0,10133471.0,11396453.0,12650086.0,13916480.0,15198793.0,16429595.0,17661490.0,18933905.0,20185371.0,21525584.0,22746566.0,23994573.0,25340715.0,27208169.0,28029768.0,29749325.0,30987526.0,32606489.0,33896069.0,34746247.0,36127647.0,37953482.0,38514505.0,40235952.0,42020653.0,41781870.0,43546080.0,44913403.0,46066360.0,47565260.0,48801239.0,50184230.0,51115838.0,52247776.0,53244326.0,54936458.0,56156597.0,57385985.0,58709514.0,60912357.0,60862271.0,62120082.0,63408275.0,64713186.0,66322751.0,68782146.0,70730556.0,71382702.0,73495971.0,73673134.0,74876564.0,75119065.0,76337842.0,77543813.0,79569880.0,81602971.0,82846710.0,84559232.0,84731259.0,87433479.0,86456189.0,87722493.0,88795740.0,90381365.0,91586218.0,92553399.0,93024149.0,94936924.0,96293667.0,101331022.0,102778791.0,101847949.0,103808325.0,106252147.0,106238037.0,107220948.0,108627291.0,110805819.0,110930752.0,112560417.0,114441736.0,115563082.0,116905297.0,119238477.0,119294707.0,120323012.0,120785703.0,124866039.0,126000144.0,125689244.0,125480964.0,129054762.0,130524158.0],"unit":"ns","throughput":[],"typical":{"estimate":322762.7832688045,"lower_bound":321754.36525271356,"upper_bound":323692.68379707815,"unit":"ns"},"mean":{"estimate":322630.36448282265,"lower_bound":320402.97762723995,"upper_bound":326373.7815783521,"unit":"ns"},"median":{"estimate":320899.0144794722,"lower_bound":318966.4127299331,"upper_bound":322608.4633119487,"unit":"ns"},"median_abs_dev":{"estimate":5301.9866894265815,"lower_bound":3882.461361687927,"upper_bound":6174.085684724267,"unit":"ns"},"slope":{"estimate":322762.7832688045,"lower_bound":321754.36525271356,"upper_bound":323692.68379707815,"unit":"ns"},"change":{"mean":{"estimate":0.06205294735761213,"lower_bound":0.04083254652037596,"upper_bound":0.08073320790808347,"unit":"%"},"median":{"estimate":0.0756684390049478,"lower_bound":0.06434679033554325,"upper_bound":0.08294912936050824,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"sww","benchmarks":["sww/sww"],"report_directory":"/root/fuel-core/target/criterion/reports/sww"} -{"reason":"benchmark-complete","id":"srw/srw","report_directory":"/root/fuel-core/target/criterion/reports/srw/srw","iteration_count":[287,574,861,1148,1435,1722,2009,2296,2583,2870,3157,3444,3731,4018,4305,4592,4879,5166,5453,5740,6027,6314,6601,6888,7175,7462,7749,8036,8323,8610,8897,9184,9471,9758,10045,10332,10619,10906,11193,11480,11767,12054,12341,12628,12915,13202,13489,13776,14063,14350,14637,14924,15211,15498,15785,16072,16359,16646,16933,17220,17507,17794,18081,18368,18655,18942,19229,19516,19803,20090,20377,20664,20951,21238,21525,21812,22099,22386,22673,22960,23247,23534,23821,24108,24395,24682,24969,25256,25543,25830,26117,26404,26691,26978,27265,27552,27839,28126,28413,28700],"measured_values":[894927.0,1726763.0,2617476.0,3419126.0,4396356.0,5267918.0,6003321.0,7046114.0,7869620.0,8662207.0,9514926.0,10361599.0,11191344.0,12241478.0,13253469.0,13936106.0,14674618.0,15740945.0,16591084.0,17350387.0,18428545.0,19636390.0,20205504.0,20868180.0,21843785.0,22950318.0,23479635.0,24298743.0,25289431.0,26361930.0,26909986.0,28083332.0,29119774.0,30276066.0,30851557.0,31602870.0,32535223.0,33524749.0,33952299.0,35325281.0,35976169.0,37172923.0,37862113.0,38848316.0,39779468.0,41202732.0,41503911.0,41974140.0,42982851.0,44593010.0,45140383.0,45453299.0,46697150.0,48191122.0,47541426.0,48549750.0,50122504.0,52003610.0,52038753.0,52554840.0,53687421.0,54821141.0,55393686.0,56305557.0,56427032.0,58278615.0,58088379.0,58207906.0,59945482.0,61905591.0,62102336.0,62872323.0,63998134.0,65035449.0,64975469.0,66582456.0,67366572.0,68752047.0,68114435.0,69935385.0,70365633.0,72154779.0,72819692.0,73316882.0,73765486.0,75941285.0,75927831.0,77264326.0,78313462.0,78857852.0,79413483.0,80052599.0,81016485.0,82004613.0,83487270.0,84204122.0,84267635.0,87137732.0,86536525.0,88178203.0],"unit":"ns","throughput":[],"typical":{"estimate":3053.0802077925823,"lower_bound":3047.2027027064605,"upper_bound":3059.1722628442535,"unit":"ns"},"mean":{"estimate":3052.4934059312454,"lower_bound":3046.762724245878,"upper_bound":3058.195416767129,"unit":"ns"},"median":{"estimate":3055.4234110742527,"lower_bound":3046.331942024777,"upper_bound":3060.97621572489,"unit":"ns"},"median_abs_dev":{"estimate":26.93982715975212,"lower_bound":20.644596332801523,"upper_bound":34.221338570057426,"unit":"ns"},"slope":{"estimate":3053.0802077925823,"lower_bound":3047.2027027064605,"upper_bound":3059.1722628442535,"unit":"ns"},"change":{"mean":{"estimate":0.04520979743616671,"lower_bound":0.041342450305988494,"upper_bound":0.04885383897731942,"unit":"%"},"median":{"estimate":0.04724903907426059,"lower_bound":0.040555041515829116,"upper_bound":0.05417500775303185,"unit":"%"},"change":"Regressed"}} -{"reason":"group-complete","group_name":"srw","benchmarks":["srw/srw"],"report_directory":"/root/fuel-core/target/criterion/reports/srw"} -{"reason":"benchmark-complete","id":"scwq/1","report_directory":"/root/fuel-core/target/criterion/reports/scwq/1","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1281898.0,2414905.0,3667773.0,4793250.0,6104840.0,7170258.0,8529483.0,9771325.0,10842186.0,12223555.0,13428204.0,14529116.0,15918322.0,17031338.0,18366962.0,19328783.0,20687136.0,22135846.0,23146718.0,24441895.0,25519369.0,26870940.0,28138188.0,29204276.0,30517276.0,31808223.0,32923739.0,33724081.0,35401732.0,36106920.0,37579125.0,39098098.0,40066609.0,40685878.0,42409796.0,42927361.0,45294192.0,46027159.0,47537125.0,48626612.0,50220200.0,50850572.0,51817261.0,53653771.0,55275497.0,55871549.0,56315692.0,58045216.0,58681701.0,60821912.0,61564934.0,62746101.0,64145354.0,64780253.0,67225582.0,67314955.0,69257020.0,70121313.0,71976644.0,73029260.0,73047391.0,75375919.0,76317952.0,78120613.0,79007089.0,79794493.0,80904212.0,82705894.0,83865771.0,84833434.0,85523764.0,86506114.0,88126661.0,89890778.0,90831036.0,91829946.0,94182555.0,94744447.0,96259977.0,97344119.0,97942930.0,98529864.0,99520223.0,101863214.0,102842373.0,104050294.0,106153669.0,107777172.0,109029973.0,109521119.0,110356269.0,112344127.0,113126506.0,114242486.0,114629401.0,117291657.0,118464928.0,119978527.0,120688629.0,121264978.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":303468.21689892124,"lower_bound":302997.25218764006,"upper_bound":303917.5214692478,"unit":"ns"},"mean":{"estimate":303621.89875323063,"lower_bound":303130.3665706131,"upper_bound":304171.80880923313,"unit":"ns"},"median":{"estimate":303848.9440333025,"lower_bound":303110.89352918585,"upper_bound":304211.2083333333,"unit":"ns"},"median_abs_dev":{"estimate":2205.8731934366447,"lower_bound":1748.6422373460312,"upper_bound":2631.1403424683767,"unit":"ns"},"slope":{"estimate":303468.21689892124,"lower_bound":302997.25218764006,"upper_bound":303917.5214692478,"unit":"ns"},"change":{"mean":{"estimate":0.04044127701220446,"lower_bound":0.037466340156749066,"upper_bound":0.04315226564742107,"unit":"%"},"median":{"estimate":0.04069312920532031,"lower_bound":0.038114243535937176,"upper_bound":0.042559467131380924,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"scwq/10","report_directory":"/root/fuel-core/target/criterion/reports/scwq/10","iteration_count":[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16],"measured_values":[50999556.0,50768174.0,50960913.0,50806751.0,50676110.0,50784394.0,50975518.0,50225374.0,50776863.0,50986346.0,50810124.0,50947883.0,50830228.0,50904882.0,51035832.0,50887130.0,51052321.0,50683519.0,50897322.0,50950462.0,50934211.0,50852416.0,50923841.0,50907136.0,50996578.0,50995885.0,51000428.0,50515834.0,50549539.0,49809405.0,50780743.0,50657785.0,50881338.0,50838627.0,51002031.0,50967924.0,51249328.0,50983937.0,50931490.0,51006404.0,50952136.0,50584985.0,50912587.0,50776717.0,50868659.0,51063936.0,50894723.0,50827667.0,51086525.0,50629610.0,50883123.0,50662625.0,50900987.0,50813484.0,51256035.0,50817078.0,50540083.0,50816748.0,50508799.0,50693911.0,50520359.0,50817330.0,50396951.0,50690147.0,50096450.0,50683614.0,50466113.0,50739967.0,50892926.0,50812161.0,50782055.0,50890146.0,50975644.0,51035163.0,50909615.0,51120776.0,50947870.0,50938908.0,51015833.0,50959968.0,50980967.0,50875451.0,50971478.0,50696973.0,50859114.0,50897259.0,51056717.0,51068846.0,50751163.0,50819887.0,50500288.0,50774797.0,50005073.0,50819410.0,50809316.0,50342701.0,50794525.0,49980008.0,50876048.0,50808083.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":3175384.4375,"lower_bound":3172231.7986406246,"upper_bound":3178285.017640625,"unit":"ns"},"mean":{"estimate":3175384.4375,"lower_bound":3172231.7986406246,"upper_bound":3178285.017640625,"unit":"ns"},"median":{"estimate":3178992.90625,"lower_bound":3175955.0625,"upper_bound":3181078.6875,"unit":"ns"},"median_abs_dev":{"estimate":9315.546284615993,"lower_bound":7324.785169959068,"upper_bound":13275.756139308214,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.03575507000042233,"lower_bound":0.03425328516639412,"upper_bound":0.03715354017970474,"unit":"%"},"median":{"estimate":0.035816515652320025,"lower_bound":0.03463153658930063,"upper_bound":0.037013025730517235,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"scwq/100","report_directory":"/root/fuel-core/target/criterion/reports/scwq/100","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[63300919.0,63217800.0,63212386.0,63121401.0,63272732.0,63460348.0,63050587.0,63046778.0,62819717.0,62928609.0,63133115.0,63137462.0,62961419.0,63416841.0,62567119.0,63232387.0,63284753.0,63148638.0,62943823.0,63146975.0,62281961.0,62820378.0,63073246.0,62693988.0,62505445.0,63076115.0,63227643.0,63035079.0,63109110.0,63647968.0,62889562.0,63388855.0,63143079.0,62697507.0,63415285.0,63400763.0,63042048.0,63233680.0,63162826.0,62589987.0,62613249.0,62933330.0,63064308.0,63140593.0,63344808.0,62925672.0,63044145.0,63138854.0,62864107.0,63102187.0,62930977.0,62749455.0,62796022.0,62896191.0,63007312.0,62506771.0,62992958.0,63027842.0,63149093.0,63068857.0,63736392.0,63061306.0,63111274.0,62739266.0,62883849.0,63122106.0,62961529.0,63043997.0,62930644.0,63078047.0,63150406.0,62804387.0,63236298.0,63266186.0,62674468.0,63070974.0,63468657.0,63508981.0,63085634.0,63232122.0,63034473.0,63196266.0,63447175.0,63230412.0,62442251.0,62998390.0,63137695.0,62471531.0,63371886.0,63050683.0,63190794.0,63218079.0,63490295.0,62934265.0,62494414.0,63084331.0,62477854.0,62724163.0,62851939.0,63217846.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":31521831.65,"lower_bound":31494771.344499998,"upper_bound":31548278.017500002,"unit":"ns"},"mean":{"estimate":31521831.65,"lower_bound":31494771.344499998,"upper_bound":31548278.017500002,"unit":"ns"},"median":{"estimate":31536055.0,"lower_bound":31519769.0,"upper_bound":31562184.0,"unit":"ns"},"median_abs_dev":{"estimate":108120.45633047819,"lower_bound":82010.99976651375,"upper_bound":137830.64785301685,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.04526287672666984,"lower_bound":0.0441573466371958,"upper_bound":0.046422586545999955,"unit":"%"},"median":{"estimate":0.0447720276691832,"lower_bound":0.043870964015889344,"upper_bound":0.04581787495342107,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"scwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[289178716.0,289419514.0,289672899.0,291056915.0,288640561.0,289823424.0,290868622.0,290538486.0,290558684.0,290588812.0,291192378.0,288548667.0,290359965.0,290989067.0,289270200.0,290212189.0,289571172.0,289681477.0,289414293.0,289516489.0,291386030.0,289923037.0,290386781.0,288206002.0,289139386.0,288880787.0,288447310.0,291249937.0,289604252.0,288865478.0,290156914.0,289775657.0,289062930.0,290283821.0,289567112.0,289209040.0,290199112.0,289590744.0,288968442.0,290201571.0,289772299.0,290800835.0,288659295.0,289536841.0,289901813.0,290135637.0,288629803.0,289486737.0,291716535.0,290237592.0,289607010.0,290703184.0,289008874.0,289329863.0,289694170.0,289814216.0,289877320.0,289702497.0,289961555.0,288764848.0,289451495.0,290157017.0,289736412.0,290228510.0,288619947.0,289474725.0,290115384.0,290628553.0,290187212.0,290390756.0,289105798.0,289428723.0,290944881.0,289816573.0,289675519.0,289597832.0,290252037.0,289611819.0,289764237.0,291203979.0,289927221.0,289977857.0,289855076.0,289471613.0,289931840.0,290640659.0,290005109.0,289440541.0,289941149.0,290612500.0,290368223.0,290008000.0,291087726.0,290306554.0,290629840.0,290265921.0,289171392.0,290869520.0,290895778.0,290910844.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":289902565.69,"lower_bound":289760166.02825,"upper_bound":290043360.976,"unit":"ns"},"mean":{"estimate":289902565.69,"lower_bound":289760166.02825,"upper_bound":290043360.976,"unit":"ns"},"median":{"estimate":289866198.0,"lower_bound":289691987.0,"upper_bound":290046620.5,"unit":"ns"},"median_abs_dev":{"estimate":639839.7402405739,"lower_bound":519718.7490731478,"upper_bound":883911.2783074379,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.04013252887434726,"lower_bound":0.03946694975055251,"upper_bound":0.04080445046360035,"unit":"%"},"median":{"estimate":0.04033646100360566,"lower_bound":0.0393443735626986,"upper_bound":0.04113752715912811,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"scwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2696819551.0,2697133513.0,2699254383.0,2701995688.0,2703951499.0,2699082373.0,2704548854.0,2704049589.0,2706120649.0,2705825183.0,2703556319.0,2704774013.0,2699714358.0,2707507275.0,2700224024.0,2716891938.0,2713065170.0,2708617801.0,2712159517.0,2711768076.0,2712646999.0,2711366688.0,2709276807.0,2715297592.0,2716444740.0,2703508468.0,2712181015.0,2711878523.0,2711617827.0,2708499668.0,2709227808.0,2715715679.0,2714589648.0,2716839323.0,2714318081.0,2711109236.0,2713934162.0,2711905157.0,2714752046.0,2712804834.0,2714835529.0,2715461475.0,2709141576.0,2709315517.0,2713119979.0,2707652842.0,2707641965.0,2709070335.0,2710421039.0,2708508244.0,2714256648.0,2710463178.0,2711359862.0,2708332853.0,2718094869.0,2707772596.0,2714882234.0,2714258173.0,2720634344.0,2708155077.0,2711942527.0,2715427734.0,2711122482.0,2708146136.0,2709000173.0,2712084659.0,2716169117.0,2711119706.0,2704921276.0,2709734716.0,2706144268.0,2712324533.0,2714466060.0,2709757186.0,2705926800.0,2711979502.0,2713208502.0,2709283895.0,2715527467.0,2710873172.0,2707886032.0,2705806376.0,2711559816.0,2713294151.0,2712139509.0,2711833850.0,2706492744.0,2711080633.0,2708116113.0,2706863169.0,2708292374.0,2710303541.0,2712396774.0,2714490216.0,2705966632.0,2709939402.0,2709165028.0,2712295288.0,2708596344.0,2718435829.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":2710024661.41,"lower_bound":2709099686.1652503,"upper_bound":2710924620.96125,"unit":"ns"},"mean":{"estimate":2710024661.41,"lower_bound":2709099686.1652503,"upper_bound":2710924620.96125,"unit":"ns"},"median":{"estimate":2710668175.0,"lower_bound":2709220917.5,"upper_bound":2711768076.0,"unit":"ns"},"median_abs_dev":{"estimate":3838479.5012533665,"lower_bound":3129526.1393398046,"upper_bound":5302776.036956906,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.030778124723023437,"lower_bound":0.030363624891765695,"upper_bound":0.031214485702270933,"unit":"%"},"median":{"estimate":0.03099447135341693,"lower_bound":0.03032329264446343,"upper_bound":0.03153767262100948,"unit":"%"},"change":"Regressed"}} -{"reason":"benchmark-complete","id":"scwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[26268881248.0,26180320712.0,26285997422.0,26324984112.0,26284470813.0,26278561839.0,26284291443.0,26245792569.0,26272719421.0,26306830424.0,26256601399.0,26243334769.0,26266468024.0,26292045243.0,26363222061.0,26324774872.0,26344621872.0,26342963267.0,26353103999.0,26361908647.0,26319866839.0,26391577593.0,26349645490.0,26354489155.0,26332897346.0,26331965140.0,26315540844.0,26363523104.0,26352514207.0,26334063910.0,26372627873.0,26353431520.0,26376795885.0,26343215076.0,26346707237.0,26365771081.0,26351488163.0,26321881089.0,26333754925.0,26348803499.0,26341510041.0,26340601722.0,26326753557.0,26339542208.0,26334624574.0,26334338830.0,26351353656.0,26356210632.0,26327329146.0,26353622294.0,26339934543.0,26372634859.0,26343965451.0,26316407531.0,26341529709.0,26347884902.0,26328268734.0,26350314611.0,26334354462.0,26315384833.0,26349099882.0,26359015781.0,26308961446.0,26364155316.0,26319778712.0,26311825714.0,26319381882.0,26310189966.0,26322491661.0,26339790566.0,26332066483.0,26351486101.0,26345163300.0,26340888104.0,26327341378.0,26324863466.0,26330628658.0,26322795427.0,26327657158.0,26335409782.0,26319794803.0,26357043368.0,26353653856.0,26332736212.0,26349515828.0,26326170303.0,26308202006.0,26344253045.0,26313943502.0,26331640018.0,26342549617.0,26328520307.0,26329600500.0,26339384066.0,26379057798.0,26346554513.0,26371307280.0,26383420216.0,26359831838.0,26386957526.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":26331861478.12,"lower_bound":26325255186.3955,"upper_bound":26337964713.84975,"unit":"ns"},"mean":{"estimate":26331861478.12,"lower_bound":26325255186.3955,"upper_bound":26337964713.84975,"unit":"ns"},"median":{"estimate":26335017178.0,"lower_bound":26331296899.0,"upper_bound":26342549617.0,"unit":"ns"},"median_abs_dev":{"estimate":22580621.03241384,"lower_bound":17212562.41211593,"upper_bound":27689632.576168254,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"scwq","benchmarks":["scwq/1","scwq/10","scwq/100","scwq/1000","scwq/10000","scwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/scwq"} -{"reason":"benchmark-complete","id":"swwq/1","report_directory":"/root/fuel-core/target/criterion/reports/swwq/1","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1352357.0,2548370.0,3824569.0,5092666.0,6318295.0,7485652.0,8722753.0,10052149.0,11292989.0,12687401.0,13965229.0,15267619.0,16431789.0,17726998.0,19062066.0,20365173.0,21513997.0,22982779.0,24240630.0,25498728.0,26763772.0,27356695.0,29181342.0,30666062.0,31512244.0,32605259.0,34396510.0,35511946.0,36797918.0,38255433.0,39300658.0,40704341.0,41683910.0,43235380.0,44497571.0,45867986.0,47012739.0,48099634.0,49480894.0,50857582.0,52128680.0,53074608.0,54956421.0,55926310.0,57392818.0,58083406.0,59372420.0,60612748.0,62226491.0,63516352.0,64990982.0,66084347.0,67425542.0,68721443.0,70025894.0,71216916.0,72528771.0,73313104.0,74922775.0,76290209.0,77025586.0,78544429.0,80109732.0,81236629.0,82483305.0,83446610.0,85159135.0,85925628.0,87675734.0,88877027.0,90493136.0,91936886.0,92750306.0,93860708.0,95424904.0,96959974.0,98170410.0,99519597.0,100594516.0,101184251.0,102638907.0,104118536.0,105299694.0,106270230.0,106735515.0,109221398.0,110649371.0,111813921.0,112490388.0,114222199.0,115851877.0,117179345.0,118349650.0,119649599.0,121127457.0,121537066.0,123238846.0,123818889.0,125851784.0,126550269.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":317402.98870326584,"lower_bound":317109.58932157926,"upper_bound":317679.29870109726,"unit":"ns"},"mean":{"estimate":317415.3264368715,"lower_bound":316960.5569077293,"upper_bound":317980.61111189995,"unit":"ns"},"median":{"estimate":317645.6094528331,"lower_bound":317330.58203125,"upper_bound":317857.8048780488,"unit":"ns"},"median_abs_dev":{"estimate":1198.7695152093374,"lower_bound":792.5021454001679,"upper_bound":1609.049072183679,"unit":"ns"},"slope":{"estimate":317402.98870326584,"lower_bound":317109.58932157926,"upper_bound":317679.29870109726,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"swwq/10","report_directory":"/root/fuel-core/target/criterion/reports/swwq/10","iteration_count":[17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17],"measured_values":[51767775.0,51814956.0,51679655.0,51864642.0,52401722.0,51267325.0,51639295.0,51840724.0,51959211.0,51954519.0,51971437.0,51985679.0,51782959.0,51807358.0,51373603.0,51781495.0,51718152.0,51480220.0,51463925.0,51810119.0,51835476.0,51624887.0,51557014.0,52302642.0,51416665.0,51435312.0,51978164.0,51818719.0,51837980.0,51945700.0,51899187.0,51562814.0,51735086.0,51625249.0,51727490.0,51821427.0,51744677.0,51832901.0,51618604.0,51365607.0,51992038.0,51825540.0,51926129.0,51547886.0,51904648.0,52080186.0,51846507.0,51751684.0,51862751.0,51779462.0,51913538.0,51937929.0,51473095.0,51308800.0,52009749.0,51825003.0,52041700.0,52013874.0,51978045.0,51927986.0,51805018.0,52169318.0,51688984.0,51435504.0,51831135.0,51946160.0,51899998.0,52007484.0,51839764.0,52170496.0,51117584.0,51798333.0,51909320.0,52100498.0,52066139.0,51629455.0,51756106.0,51732237.0,51820751.0,51716168.0,52144661.0,51580311.0,51761245.0,51531215.0,51148151.0,51611393.0,51485074.0,51305239.0,51388561.0,51139842.0,51323079.0,51164829.0,51830429.0,51191095.0,51626067.0,51284874.0,51618243.0,51386012.0,52050499.0,51519190.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":3043251.401764707,"lower_bound":3040160.1148382365,"upper_bound":3046284.8355735275,"unit":"ns"},"mean":{"estimate":3043251.401764707,"lower_bound":3040160.1148382365,"upper_bound":3046284.8355735275,"unit":"ns"},"median":{"estimate":3046508.5882352944,"lower_bound":3043024.382352941,"upper_bound":3048689.176470588,"unit":"ns"},"median_abs_dev":{"estimate":14440.349320103527,"lower_bound":10502.781819420865,"upper_bound":18259.48324641783,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"swwq/100","report_directory":"/root/fuel-core/target/criterion/reports/swwq/100","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[59850469.0,59547234.0,59206171.0,59970300.0,59917064.0,60318192.0,59604950.0,59796288.0,59718391.0,59307163.0,59927227.0,59765525.0,59816463.0,59855507.0,59782266.0,59488234.0,59935341.0,59810087.0,59700725.0,59777012.0,59834787.0,59051865.0,59210315.0,59792853.0,59481893.0,60266351.0,60548528.0,60114585.0,60180095.0,60182944.0,60064238.0,60099676.0,59806508.0,59688013.0,60125704.0,59919189.0,59998441.0,60243069.0,59994101.0,60198966.0,60304596.0,60300219.0,60232853.0,60300950.0,60147179.0,60001564.0,60279357.0,60116757.0,59924397.0,60255385.0,60210996.0,60352018.0,60180180.0,60121417.0,60101638.0,60022749.0,60124442.0,59388980.0,59914102.0,60013888.0,59949200.0,59683971.0,59708172.0,60182891.0,60237126.0,59978248.0,60032071.0,59443209.0,59725632.0,59922116.0,60252967.0,59592238.0,60014587.0,60005709.0,60031726.0,59907251.0,59990970.0,59745753.0,59734949.0,60131187.0,60121718.0,60180053.0,59941912.0,60028008.0,60264814.0,60363079.0,60209766.0,60001389.0,60176993.0,60135692.0,59957128.0,60213115.0,60032049.0,60163721.0,60029100.0,60116533.0,60095950.0,60100122.0,59972088.0,60170274.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":29983669.37,"lower_bound":29956224.758125,"upper_bound":30009909.417875,"unit":"ns"},"mean":{"estimate":29983669.37,"lower_bound":29956224.758125,"upper_bound":30009909.417875,"unit":"ns"},"median":{"estimate":30004899.25,"lower_bound":29978564.0,"upper_bound":30047975.0,"unit":"ns"},"median_abs_dev":{"estimate":126272.29845821857,"lower_bound":86749.88965988159,"upper_bound":153255.6179791689,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"swwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[269993233.0,271607705.0,269607697.0,271171725.0,269419190.0,270556649.0,269636328.0,271129319.0,271626258.0,271549982.0,270962964.0,270901002.0,270086912.0,271074304.0,270462260.0,270983104.0,271376032.0,271291013.0,269696989.0,269268137.0,268992685.0,270508789.0,270056168.0,270620441.0,271338013.0,270138790.0,270228916.0,269967608.0,271314510.0,270733429.0,270704512.0,271473721.0,270264685.0,270216153.0,270788715.0,270433114.0,269738538.0,271280151.0,270133720.0,270793764.0,271415595.0,270199497.0,271522783.0,271325329.0,270892298.0,270651290.0,271339483.0,270465472.0,270925015.0,269776855.0,271495713.0,270884379.0,271656479.0,270590918.0,269528085.0,271237802.0,269949178.0,271425379.0,271075442.0,270511048.0,269949737.0,271631311.0,271675172.0,270919162.0,271631418.0,270867600.0,270204839.0,269172918.0,269628628.0,269816737.0,270790312.0,271322303.0,270863444.0,271039396.0,271427288.0,270913222.0,270361058.0,270647739.0,270868427.0,270404248.0,270792831.0,270861759.0,269963521.0,271498805.0,271204623.0,272126706.0,271732500.0,270662161.0,271332415.0,271025057.0,269216859.0,270734078.0,269495138.0,270060294.0,271272932.0,270661933.0,269844911.0,270321492.0,271174507.0,270102652.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":270672153.98,"lower_bound":270535141.431,"upper_bound":270805713.20675,"unit":"ns"},"mean":{"estimate":270672153.98,"lower_bound":270535141.431,"upper_bound":270805713.20675,"unit":"ns"},"median":{"estimate":270789513.5,"lower_bound":270588545.0,"upper_bound":270901002.0,"unit":"ns"},"median_abs_dev":{"estimate":799652.8979033232,"lower_bound":613707.4331045151,"upper_bound":948640.8518582582,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"swwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2523234577.0,2517974818.0,2520225293.0,2537224883.0,2526385151.0,2527418012.0,2527582741.0,2527321085.0,2522429674.0,2528922140.0,2525814462.0,2529811326.0,2536538512.0,2523606938.0,2525893305.0,2522959994.0,2531882143.0,2522899305.0,2536261070.0,2528576355.0,2527273421.0,2534088986.0,2528866325.0,2527596920.0,2534460946.0,2524951624.0,2526045272.0,2528707319.0,2526356264.0,2526880445.0,2526659658.0,2525046787.0,2532255728.0,2529289986.0,2536075921.0,2532957810.0,2531151566.0,2523135198.0,2525926412.0,2528278867.0,2524030380.0,2521987027.0,2521710535.0,2531775006.0,2527347385.0,2525911465.0,2528043247.0,2528652442.0,2525445377.0,2526313157.0,2529377254.0,2527245792.0,2526962149.0,2526453346.0,2524053510.0,2534868172.0,2519927194.0,2523024841.0,2521186700.0,2525935228.0,2521650992.0,2531040925.0,2524419915.0,2524523732.0,2526256488.0,2527069807.0,2527356136.0,2521705308.0,2519074223.0,2526868537.0,2525328627.0,2531167596.0,2529612776.0,2532580834.0,2530921424.0,2537659945.0,2528334185.0,2530584776.0,2540229815.0,2537361394.0,2531188952.0,2537911564.0,2533259302.0,2529630050.0,2529816146.0,2533969728.0,2530059482.0,2535149501.0,2538163871.0,2533726638.0,2536330816.0,2536839802.0,2533461813.0,2534874774.0,2526643607.0,2530280620.0,2534230910.0,2538940534.0,2533953180.0,2534075165.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":2528854713.36,"lower_bound":2527881897.7002497,"upper_bound":2529828487.351,"unit":"ns"},"mean":{"estimate":2528854713.36,"lower_bound":2527881897.7002497,"upper_bound":2529828487.351,"unit":"ns"},"median":{"estimate":2528161057.0,"lower_bound":2527069807.0,"upper_bound":2529612776.0,"unit":"ns"},"median_abs_dev":{"estimate":4687760.950675607,"lower_bound":3517846.8526632343,"upper_bound":6625799.327668548,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"swwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[24600695167.0,24604934924.0,24596337923.0,24623536427.0,24649086500.0,24576717736.0,24610460280.0,24613107765.0,24583475341.0,24594060734.0,24650017855.0,24637662177.0,24625720714.0,24670956262.0,24632119644.0,24629564971.0,24659779183.0,24626529542.0,24624997381.0,24601717567.0,24610240325.0,24651444515.0,24639586984.0,24655924335.0,24583705197.0,24636476379.0,24626987499.0,24613946289.0,24647821565.0,24615052121.0,24599891920.0,24612632750.0,24636056171.0,24620403472.0,24616723104.0,24660242405.0,24627665572.0,24687981643.0,24631636759.0,24611820896.0,24655196591.0,24627686841.0,24640306581.0,24647013335.0,24605748379.0,24639197983.0,24659895611.0,24627693728.0,24619663853.0,24648338870.0,24586737912.0,24580948846.0,24663485583.0,24604669461.0,24619333528.0,24642456692.0,24615194650.0,24605096191.0,24645382634.0,24627170807.0,24626432957.0,24658520925.0,24628337562.0,24602293073.0,24609398797.0,24583713061.0,24609454871.0,24645810419.0,24650592973.0,24618396988.0,24641900569.0,24638967804.0,24592503930.0,24663997829.0,24644247948.0,24554778494.0,24611122418.0,24620199019.0,24591052186.0,24636818143.0,24630964148.0,24587351958.0,24655466556.0,24634402505.0,24558780663.0,24613251250.0,24648064792.0,24637479194.0,24648817707.0,24641632312.0,24618486687.0,24648418393.0,24596098814.0,24628417231.0,24638572698.0,24634846180.0,24647400546.0,24654046316.0,24645779808.0,24625286780.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":24625810405.74,"lower_bound":24620888727.39225,"upper_bound":24630557758.927498,"unit":"ns"},"mean":{"estimate":24625810405.74,"lower_bound":24620888727.39225,"upper_bound":24630557758.927498,"unit":"ns"},"median":{"estimate":24627676206.5,"lower_bound":24620403472.0,"upper_bound":24635229338.0,"unit":"ns"},"median_abs_dev":{"estimate":26050993.19920242,"lower_bound":20049455.192551017,"upper_bound":31040453.60762179,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"swwq","benchmarks":["swwq/1","swwq/10","swwq/100","swwq/1000","swwq/10000","swwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/swwq"} -{"reason":"benchmark-complete","id":"call/1","report_directory":"/root/fuel-core/target/criterion/reports/call/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[305071.0,242631.0,242462.0,241623.0,242165.0,242491.0,242093.0,313439.0,252290.0,244284.0,243687.0,244788.0,245630.0,243331.0,241606.0,242074.0,241730.0,236821.0,237441.0,237386.0,245026.0,242335.0,239098.0,236866.0,235509.0,241117.0,241701.0,241167.0,241787.0,240163.0,240881.0,243470.0,240002.0,236631.0,242092.0,240934.0,241013.0,237206.0,235940.0,240353.0,241049.0,236499.0,240790.0,242270.0,242140.0,241644.0,241898.0,241325.0,268950.0,243495.0,237381.0,263267.0,238212.0,237866.0,236827.0,239596.0,238795.0,243342.0,242373.0,243088.0,242531.0,243401.0,243404.0,244193.0,243529.0,241914.0,244779.0,243106.0,236860.0,237839.0,243688.0,243031.0,243081.0,241909.0,242905.0,242934.0,238571.0,268606.0,242305.0,237498.0,242601.0,245216.0,237383.0,236955.0,242491.0,243436.0,243370.0,242766.0,241965.0,242887.0,242616.0,242983.0,241600.0,243280.0,243615.0,236985.0,241328.0,237256.0,241854.0,237193.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":243410.05,"lower_bound":241570.53775000002,"upper_bound":245765.30474999998,"unit":"ns"},"mean":{"estimate":243410.05,"lower_bound":241570.53775000002,"upper_bound":245765.30474999998,"unit":"ns"},"median":{"estimate":242083.0,"lower_bound":241644.0,"upper_bound":242491.0,"unit":"ns"},"median_abs_dev":{"estimate":1935.5342656373978,"lower_bound":1458.8783740997314,"upper_bound":2738.3621513843536,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/10","report_directory":"/root/fuel-core/target/criterion/reports/call/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[346095.0,247439.0,241241.0,247518.0,243198.0,246377.0,237804.0,242485.0,244762.0,243657.0,244284.0,244354.0,243451.0,244764.0,244774.0,243695.0,246453.0,247845.0,244293.0,244760.0,245225.0,244251.0,240250.0,241428.0,245093.0,243235.0,243933.0,245258.0,243152.0,237809.0,241409.0,249220.0,244905.0,240771.0,240103.0,247668.0,242455.0,240788.0,247282.0,243806.0,240139.0,245021.0,246269.0,264720.0,245465.0,247361.0,245855.0,244301.0,244460.0,245206.0,239753.0,241000.0,244336.0,244177.0,243481.0,238123.0,243329.0,244645.0,245157.0,248147.0,244313.0,244594.0,239506.0,243800.0,239225.0,244618.0,244614.0,239015.0,244356.0,243923.0,238005.0,243824.0,244923.0,243667.0,246390.0,245373.0,244188.0,244795.0,244084.0,244648.0,246214.0,243828.0,243547.0,243804.0,242255.0,243779.0,237649.0,238216.0,247107.0,243957.0,243692.0,243767.0,242613.0,244475.0,243464.0,245866.0,245578.0,243886.0,243991.0,244028.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":244978.12,"lower_bound":243489.89299999998,"upper_bound":247393.14225,"unit":"ns"},"mean":{"estimate":244978.12,"lower_bound":243489.89299999998,"upper_bound":247393.14225,"unit":"ns"},"median":{"estimate":244182.5,"lower_bound":243817.0,"upper_bound":244460.0,"unit":"ns"},"median_abs_dev":{"estimate":1424.778574705124,"lower_bound":958.5008829832077,"upper_bound":2215.0043606758118,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/100","report_directory":"/root/fuel-core/target/criterion/reports/call/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[313160.0,244536.0,246488.0,237216.0,247850.0,244445.0,238373.0,245566.0,244470.0,243722.0,242999.0,244082.0,243086.0,244262.0,241541.0,238276.0,243742.0,240443.0,246866.0,239135.0,242224.0,239320.0,243738.0,272655.0,243684.0,243928.0,245015.0,243967.0,237894.0,239804.0,243553.0,244016.0,243687.0,247352.0,242289.0,242683.0,244474.0,243802.0,244019.0,245037.0,243654.0,244696.0,244940.0,245668.0,242922.0,238310.0,242960.0,246465.0,243784.0,243519.0,238745.0,244986.0,244999.0,243275.0,245696.0,243596.0,244065.0,244779.0,243071.0,238718.0,241602.0,243049.0,244831.0,244089.0,243012.0,244696.0,243835.0,243647.0,244675.0,244662.0,238142.0,244358.0,243316.0,238297.0,246093.0,240132.0,240328.0,245235.0,271297.0,238815.0,238573.0,245271.0,271475.0,246545.0,242617.0,241694.0,261814.0,243626.0,242575.0,238164.0,238061.0,239642.0,244392.0,243749.0,242871.0,242877.0,242975.0,243728.0,243569.0,243540.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":244741.16,"lower_bound":243228.59900000002,"upper_bound":246702.43099999998,"unit":"ns"},"mean":{"estimate":244741.16,"lower_bound":243228.59900000002,"upper_bound":246702.43099999998,"unit":"ns"},"median":{"estimate":243704.5,"lower_bound":243428.0,"upper_bound":243967.0,"unit":"ns"},"median_abs_dev":{"estimate":1602.6905715465546,"lower_bound":1178.6669790744781,"upper_bound":2258.74105989933,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/1000","report_directory":"/root/fuel-core/target/criterion/reports/call/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[295518.0,246151.0,244659.0,243574.0,245247.0,240063.0,239724.0,238406.0,244058.0,245066.0,247623.0,246685.0,244681.0,244423.0,240036.0,245341.0,246236.0,240468.0,239493.0,245389.0,244379.0,241269.0,239648.0,246704.0,243906.0,253573.0,244617.0,246222.0,245957.0,246073.0,247134.0,246476.0,244065.0,245388.0,245420.0,240698.0,245385.0,239839.0,246950.0,249045.0,246233.0,239385.0,238709.0,245171.0,244946.0,245220.0,251552.0,244128.0,244599.0,244889.0,247453.0,246190.0,244036.0,243929.0,242812.0,245456.0,245103.0,244652.0,240391.0,245719.0,246454.0,245452.0,239743.0,245293.0,240062.0,239144.0,266720.0,245175.0,246616.0,245456.0,245730.0,244790.0,244220.0,240905.0,244380.0,241567.0,246064.0,240385.0,248180.0,243564.0,245265.0,240289.0,257798.0,245875.0,245920.0,238846.0,246303.0,246422.0,247121.0,245368.0,244893.0,243852.0,244982.0,243797.0,253752.0,239276.0,241138.0,242256.0,241113.0,239808.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":245101.36,"lower_bound":244016.50950000001,"upper_bound":246523.23500000002,"unit":"ns"},"mean":{"estimate":245101.36,"lower_bound":244016.50950000001,"upper_bound":246523.23500000002,"unit":"ns"},"median":{"estimate":244964.0,"lower_bound":244423.0,"upper_bound":245341.0,"unit":"ns"},"median_abs_dev":{"estimate":1883.6432665586472,"lower_bound":1461.8435740470886,"upper_bound":3003.747546672821,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/10000","report_directory":"/root/fuel-core/target/criterion/reports/call/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[315793.0,246476.0,243308.0,242454.0,243718.0,244008.0,242984.0,237975.0,244677.0,242212.0,241802.0,243602.0,237779.0,243885.0,241447.0,246325.0,245473.0,238218.0,243229.0,239699.0,237866.0,242054.0,275453.0,243367.0,241667.0,243221.0,243066.0,241907.0,243017.0,243178.0,242837.0,243298.0,242956.0,243713.0,244799.0,244077.0,244891.0,244342.0,242779.0,243496.0,243469.0,243261.0,241610.0,245243.0,238401.0,243412.0,243946.0,243753.0,243315.0,243444.0,244164.0,237865.0,345712.0,243750.0,245829.0,243626.0,243337.0,238914.0,244782.0,238932.0,237927.0,243484.0,242804.0,243341.0,243435.0,243751.0,239708.0,242222.0,246605.0,243618.0,243829.0,242413.0,237567.0,241871.0,243289.0,243586.0,242062.0,238167.0,244988.0,242881.0,236447.0,241849.0,242241.0,241348.0,242739.0,245286.0,243020.0,242362.0,243912.0,242115.0,241411.0,241914.0,238051.0,237014.0,237427.0,242768.0,242714.0,242531.0,241660.0,242049.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":244502.19,"lower_bound":242390.01,"upper_bound":247436.79924999998,"unit":"ns"},"mean":{"estimate":244502.19,"lower_bound":242390.01,"upper_bound":247436.79924999998,"unit":"ns"},"median":{"estimate":243043.0,"lower_bound":242739.0,"upper_bound":243337.0,"unit":"ns"},"median_abs_dev":{"estimate":1403.2808750867844,"lower_bound":968.1377828121185,"upper_bound":1891.7975664138794,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/19753","report_directory":"/root/fuel-core/target/criterion/reports/call/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[326757.0,250865.0,250180.0,250941.0,249932.0,248934.0,246559.0,243919.0,247077.0,243318.0,248610.0,250404.0,245051.0,247595.0,243480.0,247133.0,248106.0,246500.0,243270.0,247071.0,247103.0,246281.0,247205.0,247606.0,246285.0,246647.0,240480.0,239253.0,246147.0,239919.0,244613.0,239826.0,241392.0,247601.0,246733.0,245678.0,244696.0,245895.0,240808.0,245021.0,242299.0,246156.0,246845.0,245977.0,245109.0,245860.0,246568.0,247715.0,246912.0,247079.0,241332.0,247329.0,246145.0,246937.0,247519.0,245886.0,242414.0,247913.0,248277.0,247313.0,246202.0,245292.0,249049.0,249090.0,245051.0,245856.0,247051.0,246196.0,246313.0,244263.0,242485.0,247502.0,246312.0,246874.0,246387.0,245261.0,249962.0,256964.0,245049.0,247468.0,244165.0,251282.0,242364.0,251343.0,246403.0,241684.0,247534.0,249468.0,245412.0,240631.0,246077.0,248589.0,244002.0,245579.0,245726.0,248195.0,246954.0,240944.0,241179.0,240044.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":246826.78,"lower_bound":245587.21925,"upper_bound":248773.15099999998,"unit":"ns"},"mean":{"estimate":246826.78,"lower_bound":245587.21925,"upper_bound":248773.15099999998,"unit":"ns"},"median":{"estimate":246312.5,"lower_bound":245977.0,"upper_bound":246878.5,"unit":"ns"},"median_abs_dev":{"estimate":1887.3497664928436,"lower_bound":1421.0720747709274,"upper_bound":2796.924850344658,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/29629","report_directory":"/root/fuel-core/target/criterion/reports/call/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[332371.0,247210.0,247698.0,241538.0,240850.0,245329.0,246254.0,244352.0,245490.0,245301.0,240414.0,245195.0,245630.0,242354.0,242375.0,240273.0,244918.0,245981.0,246009.0,246279.0,241755.0,241085.0,246484.0,245313.0,241168.0,245811.0,244020.0,245961.0,248268.0,245805.0,245333.0,239839.0,245254.0,245996.0,245545.0,243838.0,246032.0,246567.0,244200.0,244127.0,245861.0,246396.0,241549.0,246616.0,239385.0,240735.0,242939.0,241464.0,239188.0,247462.0,247293.0,247212.0,247981.0,246359.0,245571.0,246635.0,245749.0,249557.0,246287.0,246201.0,242278.0,240842.0,240888.0,245628.0,246795.0,249339.0,245952.0,246625.0,245671.0,244675.0,246127.0,240359.0,245827.0,241421.0,239514.0,242297.0,245757.0,245907.0,241000.0,246243.0,246566.0,241597.0,245403.0,248243.0,241172.0,248784.0,246351.0,241192.0,240442.0,247867.0,244619.0,246966.0,247001.0,246505.0,247500.0,242470.0,245974.0,244975.0,239740.0,247739.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":245529.13,"lower_bound":244264.41,"upper_bound":247590.09575,"unit":"ns"},"mean":{"estimate":245529.13,"lower_bound":244264.41,"upper_bound":247590.09575,"unit":"ns"},"median":{"estimate":245629.0,"lower_bound":245248.0,"upper_bound":245952.0,"unit":"ns"},"median_abs_dev":{"estimate":2008.1816643476486,"lower_bound":1172.7365791797638,"upper_bound":3215.7593429088593,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/44444","report_directory":"/root/fuel-core/target/criterion/reports/call/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[312772.0,252111.0,246115.0,283170.0,250723.0,252411.0,251012.0,252145.0,249989.0,247881.0,250794.0,251836.0,249554.0,249859.0,250106.0,250588.0,250423.0,245140.0,251382.0,249851.0,245610.0,244835.0,305489.0,245821.0,247342.0,251113.0,246120.0,250217.0,250220.0,251733.0,251353.0,244909.0,251144.0,251019.0,244119.0,250724.0,245241.0,245495.0,249272.0,250856.0,248618.0,250919.0,248974.0,250073.0,249808.0,249747.0,249900.0,245913.0,250794.0,250386.0,250098.0,249885.0,248789.0,250152.0,249883.0,249999.0,247836.0,244770.0,251464.0,244295.0,247032.0,242839.0,242931.0,250921.0,249637.0,248336.0,248836.0,248178.0,249333.0,249759.0,248998.0,246471.0,251778.0,249079.0,250972.0,249455.0,251298.0,250854.0,252092.0,245271.0,246794.0,251879.0,248417.0,251764.0,251748.0,250667.0,252601.0,249910.0,249984.0,245925.0,252158.0,249678.0,244016.0,244857.0,277350.0,251279.0,251470.0,251350.0,253259.0,257790.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":251097.63,"lower_bound":249433.13625,"upper_bound":253203.51499999998,"unit":"ns"},"mean":{"estimate":251097.63,"lower_bound":249433.13625,"upper_bound":253203.51499999998,"unit":"ns"},"median":{"estimate":249986.5,"lower_bound":249718.5,"upper_bound":250487.0,"unit":"ns"},"median_abs_dev":{"estimate":2027.4554640054703,"lower_bound":1487.789073586464,"upper_bound":2782.8401505947113,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/66666","report_directory":"/root/fuel-core/target/criterion/reports/call/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[320187.0,254050.0,253017.0,246866.0,252177.0,251663.0,252192.0,251383.0,252687.0,251851.0,252466.0,251407.0,252890.0,254357.0,247654.0,251265.0,251676.0,250462.0,251587.0,245653.0,246503.0,251666.0,246992.0,252755.0,247551.0,251459.0,250843.0,248165.0,252652.0,252816.0,252419.0,252098.0,251979.0,246163.0,252544.0,247753.0,247520.0,246227.0,251413.0,250502.0,253703.0,250916.0,251735.0,246714.0,253161.0,251597.0,250910.0,245547.0,252323.0,252153.0,251566.0,253584.0,254763.0,250399.0,252145.0,249848.0,251448.0,250744.0,251008.0,247000.0,244090.0,250346.0,251648.0,251171.0,251694.0,251083.0,250891.0,251601.0,250414.0,251414.0,250024.0,250243.0,245672.0,251540.0,250128.0,245679.0,251724.0,255720.0,248748.0,251330.0,246122.0,253448.0,251414.0,251666.0,251386.0,250925.0,246854.0,251132.0,251290.0,251364.0,250779.0,245815.0,247681.0,250751.0,252352.0,245964.0,251084.0,251034.0,249552.0,250973.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":251235.2,"lower_bound":250180.9185,"upper_bound":252917.03399999999,"unit":"ns"},"mean":{"estimate":251235.2,"lower_bound":250180.9185,"upper_bound":252917.03399999999,"unit":"ns"},"median":{"estimate":251310.0,"lower_bound":250925.0,"upper_bound":251494.0,"unit":"ns"},"median_abs_dev":{"estimate":1339.529076218605,"lower_bound":915.5054837465286,"upper_bound":2024.490264058113,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"call/100000","report_directory":"/root/fuel-core/target/criterion/reports/call/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[331103.0,260517.0,258756.0,257052.0,255560.0,253804.0,256144.0,255642.0,250105.0,250470.0,252832.0,257691.0,255499.0,257308.0,256822.0,256891.0,256536.0,257999.0,258067.0,256722.0,256324.0,255622.0,250286.0,260463.0,256102.0,256287.0,256645.0,255588.0,250309.0,257095.0,251993.0,257008.0,255921.0,256049.0,250930.0,254965.0,256198.0,254908.0,250194.0,255605.0,256852.0,256150.0,258553.0,256567.0,249822.0,256086.0,258179.0,251182.0,255323.0,254535.0,256138.0,255980.0,254451.0,255905.0,255124.0,255741.0,258543.0,250635.0,250508.0,255014.0,255892.0,254383.0,257780.0,256118.0,252202.0,249443.0,254916.0,250202.0,254164.0,256876.0,254661.0,254606.0,250638.0,255111.0,254415.0,256915.0,256881.0,255799.0,254692.0,256062.0,256540.0,255515.0,254887.0,255606.0,257594.0,254526.0,250477.0,254138.0,255868.0,274655.0,256079.0,255961.0,256477.0,258581.0,256032.0,319208.0,252333.0,256578.0,255347.0,249791.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":256732.49,"lower_bound":255057.34975,"upper_bound":259014.5325,"unit":"ns"},"mean":{"estimate":256732.49,"lower_bound":255057.34975,"upper_bound":259014.5325,"unit":"ns"},"median":{"estimate":255880.0,"lower_bound":255515.0,"upper_bound":256090.5,"unit":"ns"},"median_abs_dev":{"estimate":1516.6997730731964,"lower_bound":1218.6971783638,"upper_bound":2112.704962491989,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"call","benchmarks":["call/1","call/10","call/100","call/1000","call/10000","call/19753","call/29629","call/44444","call/66666","call/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/call"} -{"reason":"benchmark-complete","id":"ldc/1","report_directory":"/root/fuel-core/target/criterion/reports/ldc/1","iteration_count":[1569,3138,4707,6276,7845,9414,10983,12552,14121,15690,17259,18828,20397,21966,23535,25104,26673,28242,29811,31380,32949,34518,36087,37656,39225,40794,42363,43932,45501,47070,48639,50208,51777,53346,54915,56484,58053,59622,61191,62760,64329,65898,67467,69036,70605,72174,73743,75312,76881,78450,80019,81588,83157,84726,86295,87864,89433,91002,92571,94140,95709,97278,98847,100416,101985,103554,105123,106692,108261,109830,111399,112968,114537,116106,117675,119244,120813,122382,123951,125520,127089,128658,130227,131796,133365,134934,136503,138072,139641,141210,142779,144348,145917,147486,149055,150624,152193,153762,155331,156900],"measured_values":[698126.0,1309793.0,1966346.0,2626423.0,3297012.0,3927547.0,4581545.0,5225200.0,5885209.0,6581211.0,7251175.0,7852607.0,8515759.0,9202735.0,9862515.0,10460676.0,11114355.0,11799743.0,12425181.0,13100133.0,13734886.0,14851387.0,15383373.0,15986304.0,16368542.0,17065131.0,17710015.0,18305329.0,18995160.0,19710018.0,20418822.0,20988825.0,21628211.0,22374110.0,22955871.0,23731104.0,24294113.0,24951986.0,25639616.0,26239383.0,26886851.0,27718462.0,28253791.0,28825842.0,29460713.0,30181172.0,30883330.0,31435064.0,32108151.0,32887975.0,33541307.0,34131736.0,34703158.0,35422369.0,36238435.0,36820632.0,37290443.0,38123489.0,38727221.0,39435504.0,39931352.0,40755848.0,41274917.0,42098623.0,42617295.0,43446953.0,44027580.0,44561900.0,45628434.0,46070199.0,46662669.0,47291883.0,47822694.0,48600385.0,49340367.0,49768736.0,50470275.0,51213664.0,51756399.0,52445181.0,53250661.0,54030914.0,54540517.0,55253645.0,55686550.0,56466781.0,57197711.0,57711423.0,58391054.0,59193623.0,59788656.0,60454049.0,60962372.0,61830589.0,62489997.0,63240096.0,63647787.0,64698602.0,65174238.0,65622000.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":418.70401600275324,"lower_bound":418.47142554690646,"upper_bound":418.9446349329263,"unit":"ns"},"mean":{"estimate":418.91641233465305,"lower_bound":418.39366908631627,"upper_bound":419.6252351902289,"unit":"ns"},"median":{"estimate":418.4754342388852,"lower_bound":418.0723570686684,"upper_bound":418.7967671507804,"unit":"ns"},"median_abs_dev":{"estimate":1.1315656372703917,"lower_bound":0.9296391964148119,"upper_bound":1.405931212868252,"unit":"ns"},"slope":{"estimate":418.70401600275324,"lower_bound":418.47142554690646,"upper_bound":418.9446349329263,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/10","report_directory":"/root/fuel-core/target/criterion/reports/ldc/10","iteration_count":[1555,3110,4665,6220,7775,9330,10885,12440,13995,15550,17105,18660,20215,21770,23325,24880,26435,27990,29545,31100,32655,34210,35765,37320,38875,40430,41985,43540,45095,46650,48205,49760,51315,52870,54425,55980,57535,59090,60645,62200,63755,65310,66865,68420,69975,71530,73085,74640,76195,77750,79305,80860,82415,83970,85525,87080,88635,90190,91745,93300,94855,96410,97965,99520,101075,102630,104185,105740,107295,108850,110405,111960,113515,115070,116625,118180,119735,121290,122845,124400,125955,127510,129065,130620,132175,133730,135285,136840,138395,139950,141505,143060,144615,146170,147725,149280,150835,152390,153945,155500],"measured_values":[708667.0,1321151.0,1977582.0,2641297.0,3321930.0,3962692.0,4621273.0,5301752.0,5948900.0,6608317.0,7281933.0,7925759.0,8579145.0,9293513.0,9921822.0,10560461.0,11267059.0,11908703.0,12568365.0,13232600.0,13890722.0,14598479.0,15187378.0,15891804.0,16532799.0,17220933.0,17839459.0,18570340.0,19213004.0,19829336.0,20510216.0,21184686.0,22491140.0,22738942.0,23145525.0,23844793.0,24464078.0,25188717.0,25825802.0,26439932.0,27177175.0,27881070.0,28474326.0,29464720.0,29822453.0,30482590.0,31134631.0,31809413.0,32411401.0,33055874.0,33708386.0,34387697.0,35038632.0,35836582.0,36357646.0,37150950.0,37737629.0,38427610.0,39049514.0,39719556.0,40347760.0,41070044.0,41660283.0,42404769.0,42994486.0,43770554.0,44400226.0,45126517.0,45722284.0,46350423.0,47017254.0,47775373.0,48455220.0,49115845.0,49783566.0,50452808.0,51157328.0,51893702.0,52407511.0,53130065.0,53690587.0,54414714.0,55111980.0,55790093.0,56394159.0,57114671.0,57741029.0,58493502.0,59124349.0,59873898.0,60354512.0,61133376.0,61710937.0,62445826.0,63090786.0,63637350.0,64373313.0,65129925.0,65894500.0,66436038.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":426.6944217336165,"lower_bound":426.49428744850377,"upper_bound":426.8851477144746,"unit":"ns"},"mean":{"estimate":426.5664178784168,"lower_bound":426.04801652885874,"upper_bound":427.32618822163136,"unit":"ns"},"median":{"estimate":426.1436646628454,"lower_bound":425.85212301096544,"upper_bound":426.3830179438658,"unit":"ns"},"median_abs_dev":{"estimate":1.120559567691708,"lower_bound":0.8786127326009923,"upper_bound":1.2840683642833215,"unit":"ns"},"slope":{"estimate":426.6944217336165,"lower_bound":426.49428744850377,"upper_bound":426.8851477144746,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/100","report_directory":"/root/fuel-core/target/criterion/reports/ldc/100","iteration_count":[1417,2834,4251,5668,7085,8502,9919,11336,12753,14170,15587,17004,18421,19838,21255,22672,24089,25506,26923,28340,29757,31174,32591,34008,35425,36842,38259,39676,41093,42510,43927,45344,46761,48178,49595,51012,52429,53846,55263,56680,58097,59514,60931,62348,63765,65182,66599,68016,69433,70850,72267,73684,75101,76518,77935,79352,80769,82186,83603,85020,86437,87854,89271,90688,92105,93522,94939,96356,97773,99190,100607,102024,103441,104858,106275,107692,109109,110526,111943,113360,114777,116194,117611,119028,120445,121862,123279,124696,126113,127530,128947,130364,131781,133198,134615,136032,137449,138866,140283,141700],"measured_values":[717563.0,1307768.0,1960355.0,2610849.0,3283870.0,4161594.0,4687266.0,5329428.0,5895661.0,6621253.0,7208959.0,7970266.0,8543534.0,9069443.0,9769764.0,10386105.0,11094275.0,11775594.0,12403920.0,12990816.0,13697724.0,14391986.0,15104772.0,15588950.0,16225171.0,16771023.0,17521950.0,18067219.0,18749124.0,19505766.0,20012918.0,20697025.0,21371156.0,21975630.0,22572453.0,23287072.0,23836433.0,24525897.0,25190974.0,25760451.0,26422357.0,27090012.0,27846343.0,28424771.0,29155109.0,29717463.0,30477077.0,31060112.0,31633347.0,32320482.0,32959205.0,33577273.0,34549318.0,34886178.0,35582426.0,36262443.0,36827481.0,37806772.0,38126547.0,38523333.0,39488185.0,40092642.0,40778444.0,41335590.0,42016776.0,42520464.0,43281578.0,43805324.0,44636373.0,45168894.0,51775005.0,46446207.0,47231982.0,47641095.0,48452677.0,48944446.0,49816046.0,50611100.0,51081847.0,51485274.0,52368887.0,52962391.0,53541170.0,53979938.0,55061694.0,55307125.0,56320098.0,57035301.0,57290160.0,58142372.0,58766952.0,59108406.0,60179961.0,60681916.0,61519672.0,61928761.0,62683268.0,63264912.0,63929388.0,64483284.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":456.7790783493184,"lower_bound":455.6734961793983,"upper_bound":458.8481293755781,"unit":"ns"},"mean":{"estimate":458.8506880393701,"lower_bound":457.34768872161595,"upper_bound":460.76158037454667,"unit":"ns"},"median":{"estimate":456.3999814322626,"lower_bound":456.00402809692855,"upper_bound":456.84353922510036,"unit":"ns"},"median_abs_dev":{"estimate":1.7055019370478004,"lower_bound":1.1172445111779044,"upper_bound":2.3611630858385912,"unit":"ns"},"slope":{"estimate":456.7790783493184,"lower_bound":455.6734961793983,"upper_bound":458.8481293755781,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/1000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/1000","iteration_count":[1256,2512,3768,5024,6280,7536,8792,10048,11304,12560,13816,15072,16328,17584,18840,20096,21352,22608,23864,25120,26376,27632,28888,30144,31400,32656,33912,35168,36424,37680,38936,40192,41448,42704,43960,45216,46472,47728,48984,50240,51496,52752,54008,55264,56520,57776,59032,60288,61544,62800,64056,65312,66568,67824,69080,70336,71592,72848,74104,75360,76616,77872,79128,80384,81640,82896,84152,85408,86664,87920,89176,90432,91688,92944,94200,95456,96712,97968,99224,100480,101736,102992,104248,105504,106760,108016,109272,110528,111784,113040,114296,115552,116808,118064,119320,120576,121832,123088,124344,125600],"measured_values":[710202.0,1272026.0,1933840.0,2574558.0,3219551.0,3863567.0,4502464.0,5124117.0,5737853.0,6353432.0,7017713.0,7712951.0,8261892.0,8938313.0,9527241.0,10183847.0,10801401.0,11448136.0,12098075.0,12701012.0,13364678.0,14019273.0,14787265.0,15281091.0,16327635.0,16521637.0,17238790.0,17814422.0,18489374.0,19083651.0,19759443.0,20580484.0,20978785.0,21643253.0,22290961.0,22891835.0,23540099.0,24219449.0,24859613.0,25691332.0,26126005.0,26757398.0,27346801.0,28070341.0,28759200.0,29274858.0,29919143.0,30590466.0,31183488.0,31782143.0,32490311.0,33078241.0,33722099.0,34351002.0,35064623.0,35633780.0,36326275.0,36925304.0,37598376.0,38215213.0,38837605.0,39471059.0,40506934.0,40753816.0,41419293.0,42107777.0,42673559.0,43796905.0,44018696.0,44586840.0,45160448.0,45847657.0,46424241.0,47196520.0,47951063.0,48471505.0,49059316.0,49780202.0,50283784.0,50937300.0,51596150.0,52227327.0,52880688.0,53621900.0,54136085.0,54774272.0,55444195.0,55975702.0,56704660.0,57312437.0,57894072.0,58650716.0,59241728.0,59913598.0,60491381.0,61099090.0,61735391.0,62381243.0,63047894.0,63695875.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":507.34465062042375,"lower_bound":507.13295063303127,"upper_bound":507.60871914649636,"unit":"ns"},"mean":{"estimate":508.3581946957235,"lower_bound":507.4713226318803,"upper_bound":509.7598650175955,"unit":"ns"},"median":{"estimate":507.11587333181683,"lower_bound":506.978405233825,"upper_bound":507.3404730464502,"unit":"ns"},"median_abs_dev":{"estimate":0.7210690025912706,"lower_bound":0.5425979277089986,"upper_bound":1.0214136106505363,"unit":"ns"},"slope":{"estimate":507.34465062042375,"lower_bound":507.13295063303127,"upper_bound":507.60871914649636,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/10000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/10000","iteration_count":[515,1030,1545,2060,2575,3090,3605,4120,4635,5150,5665,6180,6695,7210,7725,8240,8755,9270,9785,10300,10815,11330,11845,12360,12875,13390,13905,14420,14935,15450,15965,16480,16995,17510,18025,18540,19055,19570,20085,20600,21115,21630,22145,22660,23175,23690,24205,24720,25235,25750,26265,26780,27295,27810,28325,28840,29355,29870,30385,30900,31415,31930,32445,32960,33475,33990,34505,35020,35535,36050,36565,37080,37595,38110,38625,39140,39655,40170,40685,41200,41715,42230,42745,43260,43775,44290,44805,45320,45835,46350,46865,47380,47895,48410,48925,49440,49955,50470,50985,51500],"measured_values":[581887.0,1119145.0,1696790.0,2251590.0,2829349.0,3367599.0,4067724.0,4491686.0,5044103.0,5560352.0,6152297.0,6720117.0,7299755.0,7813422.0,8421802.0,8937705.0,9531462.0,9992308.0,10609339.0,11132557.0,11797449.0,12237738.0,12868690.0,13420070.0,13948303.0,14466858.0,15061446.0,15546331.0,16270862.0,16857598.0,17318434.0,17795883.0,18418009.0,18843721.0,19485615.0,19981505.0,20782081.0,21028890.0,21739657.0,22186085.0,22941545.0,23243975.0,24099509.0,24456904.0,25068908.0,25503282.0,26250935.0,26653714.0,27323775.0,27660275.0,28782386.0,29141947.0,29626955.0,29979163.0,30741658.0,31069570.0,31833207.0,32338566.0,32968014.0,33438145.0,34090185.0,34709236.0,35357571.0,35660806.0,36265716.0,36603041.0,37385277.0,37740812.0,38509314.0,38978386.0,39589625.0,39961814.0,40732389.0,41060975.0,41821360.0,42242359.0,43471888.0,43208600.0,44297490.0,44464865.0,45213726.0,45572049.0,46504225.0,46746982.0,47554881.0,47582764.0,48623390.0,48938252.0,50198824.0,50071143.0,50929144.0,51139798.0,51975588.0,52116945.0,53053077.0,53462892.0,54204658.0,54257438.0,55523178.0,55655447.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":1082.692281405622,"lower_bound":1081.3902482100518,"upper_bound":1084.044286646021,"unit":"ns"},"mean":{"estimate":1084.541402095633,"lower_bound":1083.0270209792454,"upper_bound":1086.2901318712265,"unit":"ns"},"median":{"estimate":1083.583281926015,"lower_bound":1082.3827234254418,"upper_bound":1084.8412240826065,"unit":"ns"},"median_abs_dev":{"estimate":5.721036626586586,"lower_bound":4.389332622428208,"upper_bound":7.238840283938787,"unit":"ns"},"slope":{"estimate":1082.692281405622,"lower_bound":1081.3902482100518,"upper_bound":1084.044286646021,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/19753","report_directory":"/root/fuel-core/target/criterion/reports/ldc/19753","iteration_count":[249,498,747,996,1245,1494,1743,1992,2241,2490,2739,2988,3237,3486,3735,3984,4233,4482,4731,4980,5229,5478,5727,5976,6225,6474,6723,6972,7221,7470,7719,7968,8217,8466,8715,8964,9213,9462,9711,9960,10209,10458,10707,10956,11205,11454,11703,11952,12201,12450,12699,12948,13197,13446,13695,13944,14193,14442,14691,14940,15189,15438,15687,15936,16185,16434,16683,16932,17181,17430,17679,17928,18177,18426,18675,18924,19173,19422,19671,19920,20169,20418,20667,20916,21165,21414,21663,21912,22161,22410,22659,22908,23157,23406,23655,23904,24153,24402,24651,24900],"measured_values":[579778.0,1101487.0,1656247.0,2245910.0,2765031.0,3320624.0,3874904.0,4468815.0,5006661.0,5531636.0,6087823.0,6704789.0,7200487.0,7733000.0,8301867.0,8927433.0,9411558.0,9994166.0,10530801.0,11151819.0,11617023.0,12153573.0,12738543.0,13409921.0,13765361.0,14409934.0,14926848.0,15658051.0,15855555.0,16555101.0,17154304.0,17817726.0,18186970.0,18826415.0,19006539.0,19852342.0,20087465.0,20691720.0,21225768.0,22351786.0,22853962.0,23392212.0,23808503.0,24573804.0,24499317.0,25019862.0,25880022.0,26881665.0,27173734.0,27495896.0,28645606.0,29019791.0,29331065.0,29925626.0,30450714.0,31341201.0,31606592.0,32126298.0,32609226.0,33489510.0,33657808.0,34194972.0,34824006.0,35632410.0,35816985.0,36421602.0,36962316.0,37923594.0,38083470.0,38439446.0,39052075.0,40043802.0,40223542.0,40838063.0,41159753.0,41985474.0,41982850.0,42374328.0,43070658.0,44183905.0,44806140.0,45338254.0,45936220.0,46972062.0,46888775.0,47353999.0,48146330.0,48937777.0,49124415.0,49643089.0,50154516.0,51183444.0,50646794.0,51239254.0,51669469.0,52912696.0,52810296.0,53501267.0,54496928.0,55859866.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":2215.1336982272223,"lower_bound":2210.346634823437,"upper_bound":2219.969149132332,"unit":"ns"},"mean":{"estimate":2220.6614384798386,"lower_bound":2216.664140398057,"upper_bound":2224.845689880368,"unit":"ns"},"median":{"estimate":2221.221731369924,"lower_bound":2217.19812583668,"upper_bound":2222.9039116880604,"unit":"ns"},"median_abs_dev":{"estimate":13.361097018482562,"lower_bound":8.62940786037737,"upper_bound":19.941289522015044,"unit":"ns"},"slope":{"estimate":2215.1336982272223,"lower_bound":2210.346634823437,"upper_bound":2219.969149132332,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/29629","report_directory":"/root/fuel-core/target/criterion/reports/ldc/29629","iteration_count":[152,304,456,608,760,912,1064,1216,1368,1520,1672,1824,1976,2128,2280,2432,2584,2736,2888,3040,3192,3344,3496,3648,3800,3952,4104,4256,4408,4560,4712,4864,5016,5168,5320,5472,5624,5776,5928,6080,6232,6384,6536,6688,6840,6992,7144,7296,7448,7600,7752,7904,8056,8208,8360,8512,8664,8816,8968,9120,9272,9424,9576,9728,9880,10032,10184,10336,10488,10640,10792,10944,11096,11248,11400,11552,11704,11856,12008,12160,12312,12464,12616,12768,12920,13072,13224,13376,13528,13680,13832,13984,14136,14288,14440,14592,14744,14896,15048,15200],"measured_values":[581622.0,1065798.0,1595403.0,2127901.0,2618678.0,3192406.0,3732613.0,4273630.0,4775640.0,5326929.0,5844200.0,6410428.0,6899145.0,7502910.0,7926842.0,8526782.0,8968342.0,9603777.0,10005785.0,10733855.0,11080787.0,11731856.0,12051491.0,12800250.0,13161969.0,13819037.0,14160970.0,14825913.0,15230489.0,15852386.0,16337741.0,17027605.0,17304608.0,17989190.0,18266869.0,19061956.0,19323129.0,20161484.0,20442129.0,21238910.0,21653279.0,22408087.0,22573053.0,23502300.0,23699158.0,24424376.0,24752584.0,25541048.0,25869392.0,26737920.0,26908102.0,27590776.0,28169641.0,28778924.0,28832448.0,29636949.0,30083716.0,30654708.0,31108606.0,31789335.0,32105892.0,32765511.0,33079575.0,33930805.0,34081910.0,35073058.0,35334877.0,36010316.0,36319132.0,37229216.0,37405916.0,38776257.0,38576148.0,39302372.0,39646330.0,40435548.0,40628065.0,41688403.0,41239818.0,42114501.0,41982915.0,43314269.0,43133032.0,44378301.0,44136296.0,45533876.0,45402220.0,46518099.0,46191411.0,47485667.0,47257845.0,48460430.0,48225123.0,49713663.0,49522921.0,50655944.0,50374102.0,51695335.0,51320396.0,52671265.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":3463.3060246513655,"lower_bound":3455.075454346648,"upper_bound":3471.7914680575072,"unit":"ns"},"mean":{"estimate":3478.9267804363476,"lower_bound":3471.0326045544875,"upper_bound":3488.712063014136,"unit":"ns"},"median":{"estimate":3476.633279259793,"lower_bound":3471.2974196855776,"upper_bound":3483.532189849624,"unit":"ns"},"median_abs_dev":{"estimate":29.334390854474577,"lower_bound":20.29105663052602,"upper_bound":35.7635240334066,"unit":"ns"},"slope":{"estimate":3463.3060246513655,"lower_bound":3455.075454346648,"upper_bound":3471.7914680575072,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/44444","report_directory":"/root/fuel-core/target/criterion/reports/ldc/44444","iteration_count":[94,188,282,376,470,564,658,752,846,940,1034,1128,1222,1316,1410,1504,1598,1692,1786,1880,1974,2068,2162,2256,2350,2444,2538,2632,2726,2820,2914,3008,3102,3196,3290,3384,3478,3572,3666,3760,3854,3948,4042,4136,4230,4324,4418,4512,4606,4700,4794,4888,4982,5076,5170,5264,5358,5452,5546,5640,5734,5828,5922,6016,6110,6204,6298,6392,6486,6580,6674,6768,6862,6956,7050,7144,7238,7332,7426,7520,7614,7708,7802,7896,7990,8084,8178,8272,8366,8460,8554,8648,8742,8836,8930,9024,9118,9212,9306,9400],"measured_values":[590099.0,1128654.0,1720374.0,2256460.0,2864650.0,3387512.0,4003567.0,4554338.0,5162177.0,5639545.0,6293233.0,6777912.0,7438091.0,7903716.0,8611157.0,9059334.0,9738645.0,10176412.0,10926522.0,11272652.0,12004290.0,12446296.0,13222150.0,13609925.0,14387014.0,14762796.0,15509792.0,15909713.0,16598286.0,16994238.0,17848121.0,18072027.0,18915507.0,19267668.0,20096370.0,20325556.0,21219479.0,21471242.0,22683230.0,22606217.0,23549101.0,23734203.0,24634235.0,24838781.0,25734132.0,26114623.0,26873699.0,27061765.0,28057084.0,28241274.0,29283350.0,29365013.0,30244900.0,30438571.0,31499058.0,31629757.0,32549935.0,32638453.0,33743046.0,33834960.0,35105988.0,35095580.0,36096022.0,36138625.0,37568499.0,37958544.0,38716411.0,39227789.0,39199501.0,38491553.0,39649182.0,39542336.0,40920140.0,40766449.0,42335778.0,41956480.0,43132567.0,42989163.0,44018559.0,44073751.0,45287645.0,45410993.0,46192558.0,46548418.0,47574585.0,47219554.0,48966012.0,48424906.0,49777799.0,49640103.0,50851084.0,50585159.0,52033705.0,51793147.0,53114741.0,52809428.0,54338041.0,54206861.0,55297338.0,55035046.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":5959.22669396854,"lower_bound":5939.030028657739,"upper_bound":5982.382877579348,"unit":"ns"},"mean":{"estimate":6015.36781325446,"lower_bound":5997.399989018879,"upper_bound":6033.201717546639,"unit":"ns"},"median":{"estimate":6011.344444888818,"lower_bound":6005.863221884499,"upper_bound":6039.4595282146165,"unit":"ns"},"median_abs_dev":{"estimate":106.60267732033323,"lower_bound":80.32469848804581,"upper_bound":123.15208342194218,"unit":"ns"},"slope":{"estimate":5959.22669396854,"lower_bound":5939.030028657739,"upper_bound":5982.382877579348,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/66666","report_directory":"/root/fuel-core/target/criterion/reports/ldc/66666","iteration_count":[65,130,195,260,325,390,455,520,585,650,715,780,845,910,975,1040,1105,1170,1235,1300,1365,1430,1495,1560,1625,1690,1755,1820,1885,1950,2015,2080,2145,2210,2275,2340,2405,2470,2535,2600,2665,2730,2795,2860,2925,2990,3055,3120,3185,3250,3315,3380,3445,3510,3575,3640,3705,3770,3835,3900,3965,4030,4095,4160,4225,4290,4355,4420,4485,4550,4615,4680,4745,4810,4875,4940,5005,5070,5135,5200,5265,5330,5395,5460,5525,5590,5655,5720,5785,5850,5915,5980,6045,6110,6175,6240,6305,6370,6435,6500],"measured_values":[579034.0,1114509.0,1665254.0,2228828.0,2817014.0,3349068.0,3894158.0,4471285.0,5004097.0,5599778.0,6100248.0,6682737.0,7221411.0,7776560.0,8291672.0,8911705.0,9387184.0,10009638.0,10557268.0,11146320.0,11653948.0,12274207.0,12798004.0,13413309.0,13945013.0,14525793.0,14993479.0,15651477.0,16109291.0,16787542.0,17229265.0,17869339.0,18316753.0,19027653.0,19480809.0,20158273.0,20580506.0,21204252.0,21672540.0,22351622.0,22810550.0,23471971.0,23873756.0,24645086.0,25053727.0,25685808.0,26136798.0,26828185.0,27549412.0,27979414.0,28455129.0,29090873.0,29540916.0,30212506.0,30662288.0,31410044.0,31820240.0,32478584.0,32856889.0,33451122.0,33867016.0,34545010.0,35104288.0,35651533.0,36021024.0,36781174.0,37065294.0,37808550.0,38251124.0,38965439.0,39219877.0,40076779.0,40446712.0,41262242.0,41482947.0,42303339.0,42665803.0,43466478.0,44134891.0,45247205.0,45412081.0,45535015.0,45879377.0,46508533.0,47147929.0,47608716.0,47694333.0,47982736.0,48461321.0,49220535.0,49437775.0,50209036.0,50638600.0,51455642.0,51760861.0,52377618.0,52734767.0,53445164.0,53821242.0,54532271.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":8500.848834956974,"lower_bound":8476.512629324308,"upper_bound":8527.935358354269,"unit":"ns"},"mean":{"estimate":8547.701465342861,"lower_bound":8532.02914748439,"upper_bound":8563.500121156145,"unit":"ns"},"median":{"estimate":8563.20364163614,"lower_bound":8550.503722084368,"upper_bound":8572.415384615384,"unit":"ns"},"median_abs_dev":{"estimate":45.241603951700306,"lower_bound":32.04295392239661,"upper_bound":58.03042898378391,"unit":"ns"},"slope":{"estimate":8500.848834956974,"lower_bound":8476.512629324308,"upper_bound":8527.935358354269,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ldc/100000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/100000","iteration_count":[46,92,138,184,230,276,322,368,414,460,506,552,598,644,690,736,782,828,874,920,966,1012,1058,1104,1150,1196,1242,1288,1334,1380,1426,1472,1518,1564,1610,1656,1702,1748,1794,1840,1886,1932,1978,2024,2070,2116,2162,2208,2254,2300,2346,2392,2438,2484,2530,2576,2622,2668,2714,2760,2806,2852,2898,2944,2990,3036,3082,3128,3174,3220,3266,3312,3358,3404,3450,3496,3542,3588,3634,3680,3726,3772,3818,3864,3910,3956,4002,4048,4094,4140,4186,4232,4278,4324,4370,4416,4462,4508,4554,4600],"measured_values":[588485.0,1120469.0,1684767.0,2246344.0,2818014.0,3373122.0,3930000.0,4494274.0,5051448.0,5655585.0,6182847.0,6734460.0,7323943.0,7863101.0,8446349.0,8979457.0,9559116.0,10090984.0,10708089.0,11228350.0,11838950.0,12360734.0,12940713.0,13454703.0,14060977.0,14556801.0,15183125.0,15701780.0,16242616.0,16803742.0,17387613.0,17918108.0,18479190.0,19014811.0,19641862.0,20169548.0,20760276.0,21295073.0,21865873.0,22427402.0,22925317.0,23577986.0,24132578.0,24648037.0,25178368.0,25731823.0,26365382.0,26911756.0,27527100.0,28028129.0,28597073.0,29168553.0,29722537.0,30271761.0,30809071.0,31262009.0,32032983.0,32445874.0,33177307.0,33610940.0,34305943.0,34704603.0,34904318.0,35845729.0,35993114.0,36974635.0,37139001.0,37598084.0,38274073.0,38248045.0,38130725.0,38549143.0,39277078.0,39647698.0,40267668.0,40840248.0,41349727.0,41819915.0,42413120.0,42914995.0,43668694.0,44029792.0,44622474.0,45018737.0,45636502.0,46247870.0,46709253.0,47269119.0,47803660.0,48226550.0,48848518.0,49310243.0,50014722.0,50560912.0,51016778.0,51465649.0,52143455.0,52594454.0,53373311.0,53651797.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":11837.58829350878,"lower_bound":11791.785335517281,"upper_bound":11894.664492897795,"unit":"ns"},"mean":{"estimate":12036.010901839712,"lower_bound":11986.629346870337,"upper_bound":12084.619680814196,"unit":"ns"},"median":{"estimate":12177.687615283266,"lower_bound":12161.122188905547,"upper_bound":12187.737016908213,"unit":"ns"},"median_abs_dev":{"estimate":63.443019797573825,"lower_bound":37.978944097995154,"upper_bound":124.16828142640797,"unit":"ns"},"slope":{"estimate":11837.58829350878,"lower_bound":11791.785335517281,"upper_bound":11894.664492897795,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"ldc","benchmarks":["ldc/1","ldc/10","ldc/100","ldc/1000","ldc/10000","ldc/19753","ldc/29629","ldc/44444","ldc/66666","ldc/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/ldc"} -{"reason":"benchmark-complete","id":"ccp/1","report_directory":"/root/fuel-core/target/criterion/reports/ccp/1","iteration_count":[1522,3044,4566,6088,7610,9132,10654,12176,13698,15220,16742,18264,19786,21308,22830,24352,25874,27396,28918,30440,31962,33484,35006,36528,38050,39572,41094,42616,44138,45660,47182,48704,50226,51748,53270,54792,56314,57836,59358,60880,62402,63924,65446,66968,68490,70012,71534,73056,74578,76100,77622,79144,80666,82188,83710,85232,86754,88276,89798,91320,92842,94364,95886,97408,98930,100452,101974,103496,105018,106540,108062,109584,111106,112628,114150,115672,117194,118716,120238,121760,123282,124804,126326,127848,129370,130892,132414,133936,135458,136980,138502,140024,141546,143068,144590,146112,147634,149156,150678,152200],"measured_values":[671223.0,1337351.0,2026521.0,2616298.0,3251905.0,4009824.0,4593676.0,5205522.0,5950147.0,6514068.0,7202701.0,7968352.0,8499834.0,9112411.0,10002647.0,10485542.0,11085802.0,12005055.0,12390392.0,13088859.0,13886354.0,14338058.0,14975885.0,15900853.0,16305584.0,16905535.0,17975291.0,18292114.0,19012859.0,19813025.0,20246762.0,20842683.0,22199591.0,22305096.0,22859300.0,23852072.0,24192876.0,24700575.0,25967583.0,26155567.0,26907298.0,27740527.0,28053827.0,28531778.0,29756877.0,29936763.0,30601485.0,31797776.0,32017809.0,32454865.0,33779390.0,33860877.0,34477009.0,35657164.0,35925558.0,36613890.0,37753904.0,37821906.0,38383138.0,39797720.0,39982314.0,40250721.0,41684338.0,41672513.0,42333459.0,43762165.0,43847743.0,44273641.0,45610627.0,45544724.0,46281331.0,47683988.0,47921924.0,48181748.0,49611933.0,49630292.0,50177427.0,51456438.0,51739338.0,52215912.0,53686725.0,53593702.0,54017345.0,55530886.0,55640595.0,56129574.0,57500639.0,57239689.0,57889533.0,59654936.0,59568061.0,59803689.0,61506544.0,61202833.0,61909372.0,63705999.0,63295429.0,63640965.0,65542202.0,65082987.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":430.6143555695715,"lower_bound":429.76826649231714,"upper_bound":431.50864625695624,"unit":"ns"},"mean":{"estimate":431.22603033962326,"lower_bound":430.4608760993182,"upper_bound":432.0226657741121,"unit":"ns"},"median":{"estimate":429.6158635064105,"lower_bound":428.9816868721123,"upper_bound":430.67089441071187,"unit":"ns"},"median_abs_dev":{"estimate":2.990579155646066,"lower_bound":2.11828544595436,"upper_bound":4.833822826561929,"unit":"ns"},"slope":{"estimate":430.6143555695715,"lower_bound":429.76826649231714,"upper_bound":431.50864625695624,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/10","report_directory":"/root/fuel-core/target/criterion/reports/ccp/10","iteration_count":[1467,2934,4401,5868,7335,8802,10269,11736,13203,14670,16137,17604,19071,20538,22005,23472,24939,26406,27873,29340,30807,32274,33741,35208,36675,38142,39609,41076,42543,44010,45477,46944,48411,49878,51345,52812,54279,55746,57213,58680,60147,61614,63081,64548,66015,67482,68949,70416,71883,73350,74817,76284,77751,79218,80685,82152,83619,85086,86553,88020,89487,90954,92421,93888,95355,96822,98289,99756,101223,102690,104157,105624,107091,108558,110025,111492,112959,114426,115893,117360,118827,120294,121761,123228,124695,126162,127629,129096,130563,132030,133497,134964,136431,137898,139365,140832,142299,143766,145233,146700],"measured_values":[686522.0,1302367.0,1939660.0,2586399.0,3230987.0,3907213.0,4522861.0,5192304.0,5809194.0,6541775.0,7170409.0,7827138.0,8405853.0,9149801.0,9710560.0,10371733.0,11015099.0,11712126.0,12318554.0,12946557.0,13625624.0,14314171.0,14944539.0,15555362.0,16180498.0,16904682.0,17490095.0,18135088.0,18799107.0,19565218.0,20080679.0,20714252.0,21723020.0,22140861.0,22932389.0,23367812.0,23948755.0,24751043.0,25242982.0,25915024.0,26568459.0,27370270.0,27832500.0,28472082.0,29103615.0,29972103.0,30437701.0,31090857.0,31718089.0,32525041.0,32999083.0,33700573.0,34290525.0,35254803.0,35593788.0,36649167.0,36925562.0,37793942.0,38194308.0,38862398.0,39485128.0,40385475.0,40807617.0,41563470.0,42339439.0,42951865.0,43347962.0,44135214.0,44652351.0,45569417.0,46307135.0,46641747.0,47246248.0,48165002.0,48561279.0,49263414.0,49790026.0,50807739.0,51164086.0,51897320.0,52381515.0,53371442.0,53757242.0,55013648.0,54997580.0,56004819.0,56302060.0,57032778.0,57712186.0,58681110.0,59189978.0,59585815.0,60213068.0,61296920.0,61962349.0,62242671.0,62834282.0,63840594.0,64054527.0,64814105.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":442.52038270048047,"lower_bound":442.1466902247026,"upper_bound":442.9124376708967,"unit":"ns"},"mean":{"estimate":442.7688632821479,"lower_bound":442.27228197421266,"upper_bound":443.4331818740406,"unit":"ns"},"median":{"estimate":441.8136105430584,"lower_bound":441.56275903407425,"upper_bound":442.42535787321066,"unit":"ns"},"median_abs_dev":{"estimate":1.1295633840340884,"lower_bound":0.7063282672759934,"upper_bound":1.9188337163923632,"unit":"ns"},"slope":{"estimate":442.52038270048047,"lower_bound":442.1466902247026,"upper_bound":442.9124376708967,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/100","report_directory":"/root/fuel-core/target/criterion/reports/ccp/100","iteration_count":[1434,2868,4302,5736,7170,8604,10038,11472,12906,14340,15774,17208,18642,20076,21510,22944,24378,25812,27246,28680,30114,31548,32982,34416,35850,37284,38718,40152,41586,43020,44454,45888,47322,48756,50190,51624,53058,54492,55926,57360,58794,60228,61662,63096,64530,65964,67398,68832,70266,71700,73134,74568,76002,77436,78870,80304,81738,83172,84606,86040,87474,88908,90342,91776,93210,94644,96078,97512,98946,100380,101814,103248,104682,106116,107550,108984,110418,111852,113286,114720,116154,117588,119022,120456,121890,123324,124758,126192,127626,129060,130494,131928,133362,134796,136230,137664,139098,140532,141966,143400],"measured_values":[745318.0,1299480.0,2003715.0,2618149.0,3290212.0,3891701.0,4643905.0,5289057.0,5968645.0,6549874.0,7158527.0,7787518.0,8454818.0,9066073.0,9928142.0,10375026.0,11019855.0,11648656.0,12316672.0,12953026.0,13680650.0,14256929.0,14952222.0,15538470.0,16222574.0,16897176.0,17593323.0,18110203.0,18859942.0,19429084.0,20146341.0,20744734.0,21446248.0,22160087.0,22752915.0,23319232.0,24045722.0,24617542.0,25330437.0,25901622.0,26660757.0,27330840.0,27969068.0,28513900.0,29241922.0,29793139.0,30573740.0,31148356.0,31911729.0,32435443.0,33102835.0,33690008.0,34369610.0,34963857.0,35730227.0,36272520.0,37265775.0,37780265.0,38389317.0,38933220.0,40683952.0,40319174.0,40932511.0,41544245.0,42163133.0,42773988.0,43541338.0,44112419.0,45041402.0,45376006.0,46051289.0,46748541.0,47486027.0,47912013.0,48911601.0,49317919.0,49980889.0,50583355.0,51421373.0,52103790.0,52736231.0,53168950.0,53997021.0,54416945.0,55232117.0,55816464.0,56544279.0,57236547.0,57777412.0,58400697.0,59251300.0,59608988.0,60369094.0,60854651.0,61702965.0,62166908.0,63011290.0,63492842.0,64428580.0,64761263.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":452.96731222919334,"lower_bound":452.6455808895546,"upper_bound":453.3709233264139,"unit":"ns"},"mean":{"estimate":454.2186250027399,"lower_bound":453.16188451653767,"upper_bound":455.8498900427744,"unit":"ns"},"median":{"estimate":452.93001372113906,"lower_bound":452.52725476522545,"upper_bound":453.1969165818538,"unit":"ns"},"median_abs_dev":{"estimate":1.2863627606903512,"lower_bound":0.9694787802149837,"upper_bound":1.5679015825154088,"unit":"ns"},"slope":{"estimate":452.96731222919334,"lower_bound":452.6455808895546,"upper_bound":453.3709233264139,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/1000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/1000","iteration_count":[1008,2016,3024,4032,5040,6048,7056,8064,9072,10080,11088,12096,13104,14112,15120,16128,17136,18144,19152,20160,21168,22176,23184,24192,25200,26208,27216,28224,29232,30240,31248,32256,33264,34272,35280,36288,37296,38304,39312,40320,41328,42336,43344,44352,45360,46368,47376,48384,49392,50400,51408,52416,53424,54432,55440,56448,57456,58464,59472,60480,61488,62496,63504,64512,65520,66528,67536,68544,69552,70560,71568,72576,73584,74592,75600,76608,77616,78624,79632,80640,81648,82656,83664,84672,85680,86688,87696,88704,89712,90720,91728,92736,93744,94752,95760,96768,97776,98784,99792,100800],"measured_values":[664247.0,1262097.0,1874494.0,2590857.0,3189625.0,3890747.0,4462595.0,5179827.0,5643853.0,6302265.0,6880233.0,7770925.0,8060333.0,8827542.0,9308818.0,10088737.0,10662103.0,11346985.0,11816662.0,12611580.0,13059676.0,13824353.0,14299883.0,15105438.0,15569051.0,16434787.0,16714741.0,17594695.0,18020519.0,18947476.0,19362573.0,20174221.0,20520972.0,21424271.0,21715925.0,22682536.0,22958164.0,23873825.0,24201711.0,25160936.0,25780518.0,26541225.0,26704635.0,28279613.0,27935979.0,28972747.0,29237911.0,30267047.0,30469668.0,31756624.0,31783170.0,32900528.0,32916718.0,34161144.0,34143207.0,35309286.0,35566382.0,36460059.0,36748753.0,37903793.0,38620977.0,39160382.0,39226369.0,40523919.0,40289291.0,41578767.0,41638602.0,42886229.0,42964955.0,44148776.0,44228078.0,45346962.0,45240921.0,46667727.0,46607305.0,47925832.0,48190768.0,49027043.0,48956418.0,50427361.0,50355047.0,51630665.0,51538945.0,52991312.0,52792591.0,54172760.0,54055814.0,55656549.0,55465855.0,56695657.0,56512391.0,58030919.0,57690519.0,59381864.0,59067418.0,60551030.0,60324810.0,61795254.0,61344961.0,63390616.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":621.5762848944809,"lower_bound":620.2585208453929,"upper_bound":622.8913836557741,"unit":"ns"},"mean":{"estimate":623.0725391787433,"lower_bound":621.6965435725606,"upper_bound":624.5703506133347,"unit":"ns"},"median":{"estimate":623.717673039569,"lower_bound":619.8723544973545,"upper_bound":625.069885361552,"unit":"ns"},"median_abs_dev":{"estimate":6.5468084977673815,"lower_bound":3.621679107082428,"upper_bound":8.973409824258212,"unit":"ns"},"slope":{"estimate":621.5762848944809,"lower_bound":620.2585208453929,"upper_bound":622.8913836557741,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/10000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/10000","iteration_count":[149,298,447,596,745,894,1043,1192,1341,1490,1639,1788,1937,2086,2235,2384,2533,2682,2831,2980,3129,3278,3427,3576,3725,3874,4023,4172,4321,4470,4619,4768,4917,5066,5215,5364,5513,5662,5811,5960,6109,6258,6407,6556,6705,6854,7003,7152,7301,7450,7599,7748,7897,8046,8195,8344,8493,8642,8791,8940,9089,9238,9387,9536,9685,9834,9983,10132,10281,10430,10579,10728,10877,11026,11175,11324,11473,11622,11771,11920,12069,12218,12367,12516,12665,12814,12963,13112,13261,13410,13559,13708,13857,14006,14155,14304,14453,14602,14751,14900],"measured_values":[753337.0,1437357.0,2149364.0,2875927.0,3583310.0,4331405.0,5020415.0,5745222.0,6451067.0,7202492.0,7917894.0,8656738.0,9382167.0,10116891.0,10774656.0,11612984.0,12197207.0,12923077.0,13664637.0,14488103.0,15075635.0,15803027.0,16545996.0,17314031.0,17931639.0,18636160.0,19302783.0,20074372.0,20749294.0,21495273.0,22193575.0,22877302.0,23339978.0,24143111.0,24760980.0,25613429.0,26212763.0,27033877.0,27788899.0,28497791.0,29047083.0,29909875.0,30460501.0,31299243.0,31751057.0,32595688.0,33346098.0,34227720.0,34884005.0,35665314.0,36243753.0,37058622.0,37738347.0,38601015.0,39159845.0,40083208.0,40581194.0,41425736.0,42089377.0,43013965.0,43490804.0,44247996.0,44889930.0,45788449.0,46492425.0,47652047.0,47746028.0,48588745.0,48944357.0,49762294.0,50676120.0,51447613.0,51720728.0,52771593.0,53141958.0,54218716.0,54843116.0,55530958.0,56246304.0,57314441.0,57786664.0,58779201.0,59016614.0,59519583.0,59986546.0,60673511.0,61314032.0,61976658.0,62541558.0,63406469.0,64196937.0,65467503.0,65825962.0,66462170.0,67213523.0,68073731.0,68558372.0,69437525.0,69965490.0,70872343.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":4767.962646003156,"lower_bound":4761.408111441582,"upper_bound":4775.203065352195,"unit":"ns"},"mean":{"estimate":4790.012575237582,"lower_bound":4782.1896505709665,"upper_bound":4798.857497286107,"unit":"ns"},"median":{"estimate":4785.929983674951,"lower_bound":4778.820691401798,"upper_bound":4796.556975698557,"unit":"ns"},"median_abs_dev":{"estimate":37.61679230707342,"lower_bound":28.12985776354541,"upper_bound":45.243606445087416,"unit":"ns"},"slope":{"estimate":4767.962646003156,"lower_bound":4761.408111441582,"upper_bound":4775.203065352195,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/19753","report_directory":"/root/fuel-core/target/criterion/reports/ccp/19753","iteration_count":[79,158,237,316,395,474,553,632,711,790,869,948,1027,1106,1185,1264,1343,1422,1501,1580,1659,1738,1817,1896,1975,2054,2133,2212,2291,2370,2449,2528,2607,2686,2765,2844,2923,3002,3081,3160,3239,3318,3397,3476,3555,3634,3713,3792,3871,3950,4029,4108,4187,4266,4345,4424,4503,4582,4661,4740,4819,4898,4977,5056,5135,5214,5293,5372,5451,5530,5609,5688,5767,5846,5925,6004,6083,6162,6241,6320,6399,6478,6557,6636,6715,6794,6873,6952,7031,7110,7189,7268,7347,7426,7505,7584,7663,7742,7821,7900],"measured_values":[756927.0,1323671.0,1996046.0,2658674.0,3324144.0,3974876.0,4659720.0,5363960.0,6077555.0,6662857.0,7399727.0,8023072.0,8677601.0,9318476.0,9973728.0,10638786.0,11328413.0,11991088.0,12680181.0,13280464.0,13996117.0,14647621.0,15360654.0,16023008.0,16685453.0,17213360.0,18004690.0,18712881.0,19366307.0,19940256.0,20625721.0,21357434.0,21997359.0,22546721.0,23336898.0,24001336.0,24651037.0,25237388.0,26068164.0,26645627.0,27380483.0,27879357.0,28729964.0,29311798.0,29937203.0,30469372.0,31348633.0,32043893.0,32671164.0,33167738.0,34045863.0,34660516.0,35392991.0,35833230.0,36651806.0,37222695.0,38032587.0,38572090.0,39299117.0,40065370.0,40600843.0,41216770.0,42045814.0,42603506.0,43307412.0,43740222.0,44907229.0,45219170.0,45816030.0,46461029.0,47220934.0,47883340.0,48680965.0,49093729.0,49835318.0,50530589.0,51289271.0,51626401.0,52514943.0,53112805.0,53774915.0,54400845.0,55066076.0,55810808.0,56487877.0,56969712.0,57731451.0,58405790.0,59225869.0,59544641.0,60538888.0,61139745.0,61764707.0,62367706.0,63465917.0,63798160.0,64492153.0,64939216.0,65831871.0,66552488.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":8416.418784608104,"lower_bound":8411.33460355951,"upper_bound":8421.97816258902,"unit":"ns"},"mean":{"estimate":8437.362985576572,"lower_bound":8421.703121422184,"upper_bound":8463.802634465746,"unit":"ns"},"median":{"estimate":8422.834613378847,"lower_bound":8416.761075949367,"upper_bound":8432.160443037974,"unit":"ns"},"median_abs_dev":{"estimate":26.125983858892436,"lower_bound":19.690805093084997,"upper_bound":32.87849007720568,"unit":"ns"},"slope":{"estimate":8416.418784608104,"lower_bound":8411.33460355951,"upper_bound":8421.97816258902,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/29629","report_directory":"/root/fuel-core/target/criterion/reports/ccp/29629","iteration_count":[55,110,165,220,275,330,385,440,495,550,605,660,715,770,825,880,935,990,1045,1100,1155,1210,1265,1320,1375,1430,1485,1540,1595,1650,1705,1760,1815,1870,1925,1980,2035,2090,2145,2200,2255,2310,2365,2420,2475,2530,2585,2640,2695,2750,2805,2860,2915,2970,3025,3080,3135,3190,3245,3300,3355,3410,3465,3520,3575,3630,3685,3740,3795,3850,3905,3960,4015,4070,4125,4180,4235,4290,4345,4400,4455,4510,4565,4620,4675,4730,4785,4840,4895,4950,5005,5060,5115,5170,5225,5280,5335,5390,5445,5500],"measured_values":[708945.0,1352965.0,2047748.0,2742400.0,3419222.0,4175783.0,4744475.0,5438106.0,6111178.0,6810627.0,7510448.0,8163937.0,8817552.0,9500688.0,10285878.0,10860691.0,11574810.0,12580002.0,12918769.0,13546114.0,14281355.0,14946865.0,15786000.0,16455668.0,17329793.0,17862864.0,18426216.0,19056251.0,19790235.0,20388611.0,21128324.0,21723112.0,22465926.0,23068687.0,23913934.0,24548194.0,25251773.0,25786265.0,26585560.0,27097174.0,27880604.0,28431104.0,29278722.0,29889001.0,30702992.0,31224386.0,32066000.0,32994069.0,33346122.0,33940112.0,34895351.0,35264027.0,35964799.0,36470186.0,37310041.0,37829801.0,38614440.0,39132867.0,39954706.0,40500340.0,41210774.0,41931744.0,42751742.0,43213200.0,44012101.0,44777005.0,45458577.0,45956195.0,46490484.0,46871920.0,47502464.0,48251390.0,48899529.0,49541316.0,50123001.0,50849328.0,51434903.0,52268966.0,52771129.0,53775843.0,54014506.0,55010438.0,55524969.0,56302144.0,56749653.0,57670206.0,59779407.0,60637043.0,60849193.0,61695461.0,62856746.0,63199363.0,63728187.0,64553122.0,65136276.0,65828911.0,66167417.0,66961481.0,67478476.0,67507040.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":12326.289602213952,"lower_bound":12290.322209859703,"upper_bound":12361.06653511121,"unit":"ns"},"mean":{"estimate":12355.0776978801,"lower_bound":12331.029551348218,"upper_bound":12380.073061811358,"unit":"ns"},"median":{"estimate":12348.320500459136,"lower_bound":12336.196256684492,"upper_bound":12374.18896103896,"unit":"ns"},"median_abs_dev":{"estimate":94.2961570740456,"lower_bound":69.76145680333661,"upper_bound":125.40861517640968,"unit":"ns"},"slope":{"estimate":12326.289602213952,"lower_bound":12290.322209859703,"upper_bound":12361.06653511121,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/44444","report_directory":"/root/fuel-core/target/criterion/reports/ccp/44444","iteration_count":[38,76,114,152,190,228,266,304,342,380,418,456,494,532,570,608,646,684,722,760,798,836,874,912,950,988,1026,1064,1102,1140,1178,1216,1254,1292,1330,1368,1406,1444,1482,1520,1558,1596,1634,1672,1710,1748,1786,1824,1862,1900,1938,1976,2014,2052,2090,2128,2166,2204,2242,2280,2318,2356,2394,2432,2470,2508,2546,2584,2622,2660,2698,2736,2774,2812,2850,2888,2926,2964,3002,3040,3078,3116,3154,3192,3230,3268,3306,3344,3382,3420,3458,3496,3534,3572,3610,3648,3686,3724,3762,3800],"measured_values":[704317.0,1344520.0,2015708.0,2688245.0,3395922.0,4029134.0,4730312.0,5382176.0,6066478.0,6726643.0,7425801.0,8061710.0,8749073.0,9449421.0,10117495.0,10790529.0,11434947.0,12118663.0,12819353.0,13460448.0,14172530.0,14816614.0,15485986.0,16134748.0,16873743.0,17559525.0,18187574.0,18920174.0,19543638.0,20177109.0,20882959.0,21548985.0,22262607.0,22863258.0,23601112.0,24247875.0,25004509.0,25652993.0,26346752.0,26979266.0,27698433.0,28407952.0,29083490.0,29671226.0,30416768.0,31071997.0,31775259.0,32322635.0,33026386.0,33715919.0,34451320.0,34964496.0,35748508.0,36349827.0,37086168.0,37687808.0,38422504.0,39015005.0,39891775.0,40453175.0,41161504.0,41793890.0,42441141.0,43076199.0,43773844.0,44468953.0,45150770.0,46141487.0,46580505.0,47217279.0,47893333.0,48549230.0,49240544.0,49999943.0,50630269.0,51351210.0,51968098.0,52484416.0,53297401.0,54147766.0,54793306.0,55369247.0,55961158.0,56190589.0,56811618.0,57395093.0,57954419.0,58827361.0,59356895.0,60062509.0,60602188.0,61445097.0,61898126.0,62743139.0,63365825.0,64447246.0,65128814.0,65577588.0,66502764.0,66892042.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":17683.315467088734,"lower_bound":17658.97465591472,"upper_bound":17709.608433555448,"unit":"ns"},"mean":{"estimate":17725.96314933953,"lower_bound":17706.798208151373,"upper_bound":17748.830957677266,"unit":"ns"},"median":{"estimate":17737.644587659626,"lower_bound":17722.204048582997,"upper_bound":17746.388792293234,"unit":"ns"},"median_abs_dev":{"estimate":48.0424721573445,"lower_bound":35.67873446565923,"upper_bound":61.091497567522644,"unit":"ns"},"slope":{"estimate":17683.315467088734,"lower_bound":17658.97465591472,"upper_bound":17709.608433555448,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/66666","report_directory":"/root/fuel-core/target/criterion/reports/ccp/66666","iteration_count":[25,50,75,100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,475,500,525,550,575,600,625,650,675,700,725,750,775,800,825,850,875,900,925,950,975,1000,1025,1050,1075,1100,1125,1150,1175,1200,1225,1250,1275,1300,1325,1350,1375,1400,1425,1450,1475,1500,1525,1550,1575,1600,1625,1650,1675,1700,1725,1750,1775,1800,1825,1850,1875,1900,1925,1950,1975,2000,2025,2050,2075,2100,2125,2150,2175,2200,2225,2250,2275,2300,2325,2350,2375,2400,2425,2450,2475,2500],"measured_values":[677626.0,1289593.0,1939929.0,2583047.0,3241272.0,3898914.0,4511235.0,5158207.0,5805903.0,6446820.0,7173477.0,7796649.0,8386736.0,9043818.0,9709317.0,10333325.0,10963180.0,11625430.0,12265614.0,12923285.0,13575837.0,14230314.0,15037195.0,15779341.0,16185467.0,16782046.0,17441072.0,18067955.0,18886028.0,19306172.0,19865594.0,20516692.0,21088037.0,21796350.0,22408638.0,23292333.0,23787804.0,24297292.0,24896366.0,25593154.0,26152525.0,26991967.0,27447651.0,28122667.0,28719417.0,29587878.0,30135915.0,30684310.0,31308646.0,32011634.0,32619360.0,33551850.0,33905678.0,34696727.0,35239609.0,35985230.0,36431408.0,37123481.0,37715802.0,38373192.0,38988197.0,39764128.0,40303920.0,41033344.0,41551456.0,42229680.0,42825158.0,43499120.0,44062240.0,44779915.0,45542572.0,46051684.0,46665218.0,47351985.0,47940450.0,48639785.0,49161470.0,50058027.0,50507673.0,51176525.0,51727110.0,52444514.0,53081480.0,53784797.0,54387095.0,55024711.0,55661792.0,56335951.0,57063094.0,57694469.0,58201897.0,58771047.0,59549777.0,60033273.0,60778497.0,61437015.0,61988050.0,62739870.0,63410954.0,64091422.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":25608.18799988178,"lower_bound":25597.75286343811,"upper_bound":25619.984747681472,"unit":"ns"},"mean":{"estimate":25702.10506496462,"lower_bound":25665.139607679448,"upper_bound":25746.08526689745,"unit":"ns"},"median":{"estimate":25616.697393287715,"lower_bound":25595.66756756757,"upper_bound":25650.305255527368,"unit":"ns"},"median_abs_dev":{"estimate":77.74956343748435,"lower_bound":53.25967717101528,"upper_bound":136.64954449186138,"unit":"ns"},"slope":{"estimate":25608.18799988178,"lower_bound":25597.75286343811,"upper_bound":25619.984747681472,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"ccp/100000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/100000","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[719613.0,1407261.0,2061135.0,2778883.0,3465845.0,4126416.0,4816502.0,5509959.0,6215760.0,6879811.0,7580842.0,8249883.0,8928079.0,9655532.0,10301170.0,11027856.0,11673865.0,12384999.0,13056719.0,13760965.0,14457714.0,15158840.0,15804531.0,16508088.0,17247208.0,17893670.0,18562259.0,19274106.0,19944920.0,20763825.0,21348757.0,22025064.0,22704221.0,23400045.0,24040674.0,24793141.0,25457280.0,26210362.0,26833229.0,27552721.0,28211861.0,28902039.0,29630228.0,30351540.0,31049685.0,31688674.0,32350023.0,33027665.0,33693758.0,34400944.0,35120507.0,36174870.0,36589151.0,37190498.0,37842739.0,38559272.0,39205593.0,39917033.0,40666498.0,41402687.0,42014705.0,42748883.0,43478041.0,44091334.0,44766140.0,45435999.0,46051823.0,46789624.0,47471311.0,48158797.0,48861213.0,49655326.0,50115251.0,50781632.0,51522223.0,52083614.0,52977369.0,53489393.0,54125040.0,54860172.0,55527590.0,56316825.0,56938664.0,57621341.0,58341274.0,58973194.0,59657830.0,60315707.0,61149718.0,61777626.0,62373015.0,63050343.0,63762687.0,64568199.0,65105166.0,65794041.0,66440766.0,67433224.0,67939361.0,68869955.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":38175.43272104822,"lower_bound":38154.45621787311,"upper_bound":38199.633534835295,"unit":"ns"},"mean":{"estimate":38248.819104108705,"lower_bound":38212.3718731501,"upper_bound":38297.21548479566,"unit":"ns"},"median":{"estimate":38225.14722222222,"lower_bound":38217.21706349206,"upper_bound":38234.85262694822,"unit":"ns"},"median_abs_dev":{"estimate":82.08586975480712,"lower_bound":54.75873180561468,"upper_bound":106.47242323750638,"unit":"ns"},"slope":{"estimate":38175.43272104822,"lower_bound":38154.45621787311,"upper_bound":38199.633534835295,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"ccp","benchmarks":["ccp/1","ccp/10","ccp/100","ccp/1000","ccp/10000","ccp/19753","ccp/29629","ccp/44444","ccp/66666","ccp/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/ccp"} -{"reason":"benchmark-complete","id":"csiz/1","report_directory":"/root/fuel-core/target/criterion/reports/csiz/1","iteration_count":[1764,3528,5292,7056,8820,10584,12348,14112,15876,17640,19404,21168,22932,24696,26460,28224,29988,31752,33516,35280,37044,38808,40572,42336,44100,45864,47628,49392,51156,52920,54684,56448,58212,59976,61740,63504,65268,67032,68796,70560,72324,74088,75852,77616,79380,81144,82908,84672,86436,88200,89964,91728,93492,95256,97020,98784,100548,102312,104076,105840,107604,109368,111132,112896,114660,116424,118188,119952,121716,123480,125244,127008,128772,130536,132300,134064,135828,137592,139356,141120,142884,144648,146412,148176,149940,151704,153468,155232,156996,158760,160524,162288,164052,165816,167580,169344,171108,172872,174636,176400],"measured_values":[639069.0,1276006.0,1906912.0,2564967.0,3168291.0,3835729.0,4448406.0,5140163.0,5745109.0,6375848.0,7019724.0,7658490.0,8303728.0,8940174.0,9551359.0,10202995.0,10822516.0,11529279.0,12142939.0,12824413.0,13360292.0,14065245.0,14706983.0,15363599.0,15920913.0,16628011.0,17266227.0,17893235.0,18537673.0,19200905.0,19792370.0,20457850.0,21110128.0,21785673.0,22372221.0,23001699.0,23546783.0,24324186.0,24936354.0,25662841.0,26129180.0,26908114.0,27498794.0,28166102.0,28772018.0,29461588.0,30078657.0,30703986.0,31340199.0,32043376.0,32624566.0,33902515.0,33863793.0,34526855.0,35106818.0,35811762.0,36633687.0,36997842.0,37653754.0,38432109.0,39046652.0,39613397.0,40269222.0,40970899.0,41579781.0,42209415.0,42844018.0,43524785.0,44108688.0,44900366.0,45396377.0,46070830.0,46701413.0,47262194.0,47983889.0,48657607.0,49246496.0,49890865.0,50561327.0,51163628.0,51957940.0,52465273.0,53057271.0,53784103.0,54388528.0,55054640.0,55732787.0,56348420.0,56895256.0,57552669.0,58271403.0,58879619.0,59439305.0,60113037.0,60734159.0,61359106.0,61879132.0,62700986.0,63315490.0,64029591.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":362.68631463313864,"lower_bound":362.54440452106223,"upper_bound":362.8561181565607,"unit":"ns"},"mean":{"estimate":362.4948071273716,"lower_bound":362.29864948860586,"upper_bound":362.7162736437141,"unit":"ns"},"median":{"estimate":362.52725159212616,"lower_bound":362.431586270872,"upper_bound":362.62266156462584,"unit":"ns"},"median_abs_dev":{"estimate":0.48100854221942463,"lower_bound":0.3377196699302049,"upper_bound":0.6659047242585304,"unit":"ns"},"slope":{"estimate":362.68631463313864,"lower_bound":362.54440452106223,"upper_bound":362.8561181565607,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/10","report_directory":"/root/fuel-core/target/criterion/reports/csiz/10","iteration_count":[1723,3446,5169,6892,8615,10338,12061,13784,15507,17230,18953,20676,22399,24122,25845,27568,29291,31014,32737,34460,36183,37906,39629,41352,43075,44798,46521,48244,49967,51690,53413,55136,56859,58582,60305,62028,63751,65474,67197,68920,70643,72366,74089,75812,77535,79258,80981,82704,84427,86150,87873,89596,91319,93042,94765,96488,98211,99934,101657,103380,105103,106826,108549,110272,111995,113718,115441,117164,118887,120610,122333,124056,125779,127502,129225,130948,132671,134394,136117,137840,139563,141286,143009,144732,146455,148178,149901,151624,153347,155070,156793,158516,160239,161962,163685,165408,167131,168854,170577,172300],"measured_values":[652097.0,1270463.0,1898120.0,2553225.0,3185057.0,3827974.0,4484202.0,5090145.0,5741040.0,6376168.0,7025970.0,7669671.0,8323318.0,9390097.0,9622135.0,10165966.0,10856609.0,11423388.0,12099451.0,12689353.0,13321803.0,13981059.0,14601234.0,15240698.0,15886615.0,16519769.0,17165945.0,17776692.0,18445566.0,19035577.0,19692085.0,20401099.0,21011267.0,21594167.0,22247582.0,22907468.0,23511095.0,24152440.0,24749609.0,25431350.0,26040911.0,26678910.0,27310536.0,27963243.0,29159159.0,29559854.0,30249232.0,30691416.0,31213228.0,31867654.0,32658274.0,33093535.0,33759475.0,34344832.0,34956123.0,35551857.0,36252500.0,36975667.0,37609006.0,38332690.0,39009844.0,39453180.0,40091893.0,40835374.0,41867329.0,41984268.0,42717571.0,43241776.0,43850338.0,44479793.0,45288495.0,45799724.0,46427165.0,47104289.0,47728900.0,48297162.0,49056510.0,49556597.0,50253000.0,51021560.0,51527420.0,52146219.0,52831980.0,53630627.0,54186594.0,54711410.0,55482801.0,55994259.0,56704239.0,57269674.0,58290357.0,58765888.0,59257279.0,59754436.0,60419599.0,61030066.0,61709650.0,62351111.0,63053091.0,63740780.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":369.7004709001838,"lower_bound":369.48439684860705,"upper_bound":369.945598105898,"unit":"ns"},"mean":{"estimate":369.9547177307823,"lower_bound":369.5351193376975,"upper_bound":370.5039023297785,"unit":"ns"},"median":{"estimate":369.31174308376865,"lower_bound":369.17235172682325,"upper_bound":369.64591357568725,"unit":"ns"},"median_abs_dev":{"estimate":0.8656786891268903,"lower_bound":0.6541812686387256,"upper_bound":1.091529148419625,"unit":"ns"},"slope":{"estimate":369.7004709001838,"lower_bound":369.48439684860705,"upper_bound":369.945598105898,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/100","report_directory":"/root/fuel-core/target/criterion/reports/csiz/100","iteration_count":[1665,3330,4995,6660,8325,9990,11655,13320,14985,16650,18315,19980,21645,23310,24975,26640,28305,29970,31635,33300,34965,36630,38295,39960,41625,43290,44955,46620,48285,49950,51615,53280,54945,56610,58275,59940,61605,63270,64935,66600,68265,69930,71595,73260,74925,76590,78255,79920,81585,83250,84915,86580,88245,89910,91575,93240,94905,96570,98235,99900,101565,103230,104895,106560,108225,109890,111555,113220,114885,116550,118215,119880,121545,123210,124875,126540,128205,129870,131535,133200,134865,136530,138195,139860,141525,143190,144855,146520,148185,149850,151515,153180,154845,156510,158175,159840,161505,163170,164835,166500],"measured_values":[700916.0,1289953.0,1942419.0,2583889.0,3227481.0,3871058.0,4520178.0,5175783.0,5833410.0,6445303.0,7122265.0,7770537.0,8552896.0,9151974.0,9687439.0,10386442.0,11002365.0,11677095.0,12288246.0,13003134.0,13838038.0,14308126.0,14995941.0,15569196.0,16160365.0,16803614.0,17459131.0,18197770.0,18788055.0,19459905.0,20117238.0,20818127.0,21455139.0,22046979.0,22705959.0,23380451.0,24435250.0,24803880.0,25273134.0,25981185.0,26512776.0,27143151.0,28030174.0,28572754.0,29215248.0,29836020.0,30496211.0,31123112.0,31776545.0,32400421.0,33026319.0,33752436.0,34280048.0,34897622.0,35590345.0,36373803.0,36986860.0,37656283.0,38331677.0,38831019.0,39501832.0,40196249.0,40742012.0,41557813.0,42061576.0,42754640.0,43616035.0,44085530.0,44662428.0,45294761.0,45998370.0,46891692.0,47280343.0,47920963.0,48762864.0,49289541.0,49829990.0,50729580.0,51317526.0,51928696.0,52630876.0,53098207.0,53764766.0,54663093.0,55058331.0,55660727.0,56538773.0,57068747.0,57717994.0,58327296.0,59014001.0,59876406.0,60349965.0,60676120.0,61721058.0,62776970.0,62933643.0,63671384.0,64231035.0,65010075.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":389.7167785903237,"lower_bound":389.4548834843518,"upper_bound":389.99119691782096,"unit":"ns"},"mean":{"estimate":389.97107704953595,"lower_bound":389.4378906818778,"upper_bound":390.76581628285413,"unit":"ns"},"median":{"estimate":389.49707962559086,"lower_bound":389.2066528066528,"upper_bound":389.70303494984347,"unit":"ns"},"median_abs_dev":{"estimate":1.0587777188187772,"lower_bound":0.8261365634190786,"upper_bound":1.2871635820652019,"unit":"ns"},"slope":{"estimate":389.7167785903237,"lower_bound":389.4548834843518,"upper_bound":389.99119691782096,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/1000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/1000","iteration_count":[1621,3242,4863,6484,8105,9726,11347,12968,14589,16210,17831,19452,21073,22694,24315,25936,27557,29178,30799,32420,34041,35662,37283,38904,40525,42146,43767,45388,47009,48630,50251,51872,53493,55114,56735,58356,59977,61598,63219,64840,66461,68082,69703,71324,72945,74566,76187,77808,79429,81050,82671,84292,85913,87534,89155,90776,92397,94018,95639,97260,98881,100502,102123,103744,105365,106986,108607,110228,111849,113470,115091,116712,118333,119954,121575,123196,124817,126438,128059,129680,131301,132922,134543,136164,137785,139406,141027,142648,144269,145890,147511,149132,150753,152374,153995,155616,157237,158858,160479,162100],"measured_values":[694719.0,1304332.0,1964539.0,2591274.0,3270827.0,3891240.0,4586337.0,5202110.0,5919577.0,6534680.0,7207662.0,7795966.0,8896308.0,9181242.0,9862693.0,10415889.0,11181602.0,11695750.0,12616612.0,13020436.0,13791039.0,14339542.0,15093886.0,15607628.0,16490712.0,16958643.0,17733281.0,18356871.0,19023166.0,19549071.0,20315686.0,20864341.0,21734649.0,22109511.0,23018113.0,23401691.0,24313245.0,24788891.0,25655179.0,26060008.0,26914128.0,27388978.0,28297103.0,28575866.0,29632123.0,30048218.0,30827128.0,31399505.0,32274054.0,32628150.0,33612584.0,33853390.0,34862235.0,35285241.0,36117628.0,36553876.0,37505431.0,37830374.0,38774243.0,39138386.0,40053410.0,40428210.0,41383131.0,41630738.0,42694818.0,43389185.0,44373579.0,44830225.0,45694723.0,46195689.0,46857081.0,47579869.0,48335061.0,48930055.0,49664818.0,50188652.0,50954984.0,51403707.0,52193580.0,52716431.0,53497121.0,54064296.0,54927213.0,55558295.0,56460468.0,56682707.0,57521406.0,58062709.0,59126217.0,59522883.0,60475865.0,60885357.0,61658807.0,62073221.0,62841734.0,63321265.0,64553326.0,64701924.0,65306654.0,65722876.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":406.7363999913577,"lower_bound":406.1939916409611,"upper_bound":407.2149185604691,"unit":"ns"},"mean":{"estimate":405.56333029378015,"lower_bound":404.85668820347485,"upper_bound":406.3730920012899,"unit":"ns"},"median":{"estimate":405.50297777279275,"lower_bound":404.95656746823033,"upper_bound":406.22555349921174,"unit":"ns"},"median_abs_dev":{"estimate":3.1413045613546666,"lower_bound":2.2249903850538977,"upper_bound":4.025412889669761,"unit":"ns"},"slope":{"estimate":406.7363999913577,"lower_bound":406.1939916409611,"upper_bound":407.2149185604691,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/10000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/10000","iteration_count":[1174,2348,3522,4696,5870,7044,8218,9392,10566,11740,12914,14088,15262,16436,17610,18784,19958,21132,22306,23480,24654,25828,27002,28176,29350,30524,31698,32872,34046,35220,36394,37568,38742,39916,41090,42264,43438,44612,45786,46960,48134,49308,50482,51656,52830,54004,55178,56352,57526,58700,59874,61048,62222,63396,64570,65744,66918,68092,69266,70440,71614,72788,73962,75136,76310,77484,78658,79832,81006,82180,83354,84528,85702,86876,88050,89224,90398,91572,92746,93920,95094,96268,97442,98616,99790,100964,102138,103312,104486,105660,106834,108008,109182,110356,111530,112704,113878,115052,116226,117400],"measured_values":[756394.0,1428389.0,2042736.0,2864481.0,3379381.0,4325825.0,4710760.0,5769508.0,6089230.0,7147988.0,7421287.0,8696391.0,8815455.0,10081923.0,10088128.0,11692115.0,11579956.0,12989258.0,12928978.0,14410500.0,14153019.0,15899660.0,15623920.0,17212334.0,16973078.0,18726922.0,18424389.0,20185052.0,19639675.0,21537074.0,21044781.0,23062883.0,22296895.0,24576666.0,23800822.0,25947267.0,25165680.0,27315532.0,26515941.0,28793854.0,27826682.0,30201632.0,29195723.0,31796945.0,30374530.0,33184991.0,31845773.0,34445307.0,33152597.0,35958910.0,34271717.0,37239629.0,35767734.0,38761658.0,37159483.0,40406418.0,38642957.0,41953144.0,39916678.0,43116050.0,41309924.0,44675905.0,42791030.0,45760878.0,44071960.0,47617175.0,45403728.0,48888876.0,47555215.0,50521557.0,48068242.0,51758147.0,49298357.0,53486533.0,50674863.0,54573452.0,52107493.0,56169718.0,53409798.0,57439009.0,54700572.0,58885089.0,56318533.0,60739124.0,57576241.0,61877248.0,59064399.0,63388136.0,60370411.0,64726341.0,61470667.0,66188607.0,62940635.0,67715835.0,64092286.0,68921764.0,65681152.0,70486498.0,66931388.0,71990044.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":595.2085471985628,"lower_bound":590.4168446561084,"upper_bound":599.960257484265,"unit":"ns"},"mean":{"estimate":595.806103661174,"lower_bound":592.1328334762985,"upper_bound":599.4835692402448,"unit":"ns"},"median":{"estimate":608.6002129471891,"lower_bound":578.6208429005259,"upper_bound":611.587214015661,"unit":"ns"},"median_abs_dev":{"estimate":26.236698469701004,"lower_bound":4.7622705968837575,"upper_bound":32.45586233897095,"unit":"ns"},"slope":{"estimate":595.2085471985628,"lower_bound":590.4168446561084,"upper_bound":599.960257484265,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/19753","report_directory":"/root/fuel-core/target/criterion/reports/csiz/19753","iteration_count":[898,1796,2694,3592,4490,5388,6286,7184,8082,8980,9878,10776,11674,12572,13470,14368,15266,16164,17062,17960,18858,19756,20654,21552,22450,23348,24246,25144,26042,26940,27838,28736,29634,30532,31430,32328,33226,34124,35022,35920,36818,37716,38614,39512,40410,41308,42206,43104,44002,44900,45798,46696,47594,48492,49390,50288,51186,52084,52982,53880,54778,55676,56574,57472,58370,59268,60166,61064,61962,62860,63758,64656,65554,66452,67350,68248,69146,70044,70942,71840,72738,73636,74534,75432,76330,77228,78126,79024,79922,80820,81718,82616,83514,84412,85310,86208,87106,88004,88902,89800],"measured_values":[800390.0,1518484.0,2344544.0,3103745.0,3943397.0,4630711.0,5401120.0,6128616.0,6993518.0,7669448.0,8529327.0,9175444.0,10192310.0,10697761.0,11638768.0,12235135.0,13250139.0,13818514.0,14762619.0,15297627.0,16339685.0,16779985.0,17993481.0,18453579.0,19530682.0,20005735.0,21033035.0,21559917.0,22567562.0,23353430.0,24172854.0,25043258.0,25970317.0,25947600.0,27192540.0,27457510.0,28790330.0,29092011.0,30343391.0,30839379.0,31793722.0,32180690.0,33416878.0,33641292.0,35267494.0,35171144.0,36465297.0,36663214.0,37959034.0,38186786.0,39798131.0,39664139.0,41311707.0,41547930.0,42807678.0,43036217.0,44568813.0,44671179.0,46179882.0,46150157.0,47436287.0,47432591.0,48946951.0,49021751.0,50476642.0,50433659.0,52055657.0,51903437.0,53638227.0,53760594.0,55181065.0,55040919.0,56677766.0,56644294.0,58434679.0,58374549.0,59763143.0,59683942.0,61328161.0,61102729.0,62874641.0,62614869.0,65042978.0,64125162.0,66008950.0,65769977.0,67664119.0,67629966.0,69250103.0,68856400.0,70678340.0,70347955.0,72299162.0,71940796.0,74195712.0,73671580.0,75492881.0,75029124.0,77119016.0,76420160.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":859.596693698589,"lower_bound":857.6691724557232,"upper_bound":861.5580096701307,"unit":"ns"},"mean":{"estimate":860.6239355547873,"lower_bound":858.9968671133882,"upper_bound":862.2760152868348,"unit":"ns"},"median":{"estimate":863.5022259369182,"lower_bound":856.5173920440485,"upper_bound":864.8378496781615,"unit":"ns"},"median_abs_dev":{"estimate":10.516650108392321,"lower_bound":7.296207649190353,"upper_bound":11.950730029922607,"unit":"ns"},"slope":{"estimate":859.596693698589,"lower_bound":857.6691724557232,"upper_bound":861.5580096701307,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/29629","report_directory":"/root/fuel-core/target/criterion/reports/csiz/29629","iteration_count":[769,1538,2307,3076,3845,4614,5383,6152,6921,7690,8459,9228,9997,10766,11535,12304,13073,13842,14611,15380,16149,16918,17687,18456,19225,19994,20763,21532,22301,23070,23839,24608,25377,26146,26915,27684,28453,29222,29991,30760,31529,32298,33067,33836,34605,35374,36143,36912,37681,38450,39219,39988,40757,41526,42295,43064,43833,44602,45371,46140,46909,47678,48447,49216,49985,50754,51523,52292,53061,53830,54599,55368,56137,56906,57675,58444,59213,59982,60751,61520,62289,63058,63827,64596,65365,66134,66903,67672,68441,69210,69979,70748,71517,72286,73055,73824,74593,75362,76131,76900],"measured_values":[818319.0,1605457.0,2433006.0,3198595.0,4009696.0,4817579.0,5629180.0,6489940.0,7289459.0,8050837.0,8857741.0,9670447.0,10466927.0,11266585.0,12060984.0,12927526.0,13671211.0,14498898.0,15206946.0,16084317.0,16888261.0,17749786.0,18497564.0,19360278.0,20097401.0,21054218.0,21667006.0,22609218.0,23304633.0,24226376.0,25002344.0,25758692.0,26552921.0,27368489.0,28134349.0,29149258.0,29729847.0,30765259.0,31468455.0,32354495.0,33206003.0,33942300.0,34667496.0,35618225.0,36254420.0,37220890.0,37905539.0,38897530.0,39494574.0,40378789.0,41416561.0,42059213.0,42684489.0,43478871.0,44197169.0,45224085.0,45837658.0,46610338.0,47569967.0,48314815.0,49004522.0,49915983.0,50790491.0,51610947.0,52325749.0,53238795.0,53750449.0,55085384.0,55624147.0,56453977.0,57030845.0,58116369.0,58869542.0,59713506.0,60221212.0,61107211.0,62062958.0,63083227.0,63966428.0,64291352.0,65252423.0,66142403.0,66793383.0,67594065.0,68402833.0,69429182.0,70275253.0,71223806.0,71502204.0,72654220.0,73402257.0,73997596.0,74935135.0,76179657.0,76477788.0,77658081.0,78263938.0,79334907.0,79718519.0,80411826.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":1048.518144925375,"lower_bound":1047.8139232139101,"upper_bound":1049.2516598998686,"unit":"ns"},"mean":{"estimate":1048.3792878384668,"lower_bound":1047.6990692327197,"upper_bound":1049.0888970080418,"unit":"ns"},"median":{"estimate":1048.037904823828,"lower_bound":1047.0276694119348,"upper_bound":1048.7728293372807,"unit":"ns"},"median_abs_dev":{"estimate":3.3011800205464934,"lower_bound":2.3877167456461263,"upper_bound":4.329083342617182,"unit":"ns"},"slope":{"estimate":1048.518144925375,"lower_bound":1047.8139232139101,"upper_bound":1049.2516598998686,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/44444","report_directory":"/root/fuel-core/target/criterion/reports/csiz/44444","iteration_count":[463,926,1389,1852,2315,2778,3241,3704,4167,4630,5093,5556,6019,6482,6945,7408,7871,8334,8797,9260,9723,10186,10649,11112,11575,12038,12501,12964,13427,13890,14353,14816,15279,15742,16205,16668,17131,17594,18057,18520,18983,19446,19909,20372,20835,21298,21761,22224,22687,23150,23613,24076,24539,25002,25465,25928,26391,26854,27317,27780,28243,28706,29169,29632,30095,30558,31021,31484,31947,32410,32873,33336,33799,34262,34725,35188,35651,36114,36577,37040,37503,37966,38429,38892,39355,39818,40281,40744,41207,41670,42133,42596,43059,43522,43985,44448,44911,45374,45837,46300],"measured_values":[947816.0,1725529.0,2594244.0,3461897.0,4309548.0,5219209.0,6021865.0,6901262.0,7788531.0,8587054.0,9490390.0,10399003.0,11185837.0,12078483.0,12906018.0,13857716.0,14628665.0,15530006.0,16374392.0,17246581.0,18011745.0,19043770.0,19767132.0,20770431.0,21578259.0,22440521.0,23404710.0,24262406.0,25062306.0,25854551.0,26736811.0,27613973.0,28634118.0,29220254.0,30214902.0,31137154.0,31961791.0,32617438.0,33588516.0,34876872.0,35494762.0,36058415.0,37074617.0,38125873.0,38705521.0,39555708.0,40585191.0,41519971.0,42054950.0,42961680.0,43771298.0,44996936.0,45625801.0,46520342.0,47462153.0,48492231.0,49215338.0,49813232.0,50748471.0,52022496.0,52524117.0,53750471.0,54069554.0,55359553.0,55844423.0,56677855.0,57674905.0,58615550.0,59243034.0,60395092.0,61073701.0,62286682.0,62959845.0,63627250.0,64337618.0,65556564.0,66136196.0,67041560.0,68001157.0,69196201.0,69643328.0,70679492.0,71493241.0,72552254.0,74314473.0,76320898.0,76767665.0,77497410.0,78502034.0,79270815.0,79654614.0,80568365.0,81478029.0,82743489.0,83260089.0,83114171.0,85058755.0,86759929.0,86698880.0,87641056.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":1875.6012465653257,"lower_bound":1870.0918862277517,"upper_bound":1880.7295942012465,"unit":"ns"},"mean":{"estimate":1870.0465506233868,"lower_bound":1866.1327352182927,"upper_bound":1875.0627196563971,"unit":"ns"},"median":{"estimate":1863.6324890080223,"lower_bound":1862.4817494600431,"upper_bound":1866.7172669429688,"unit":"ns"},"median_abs_dev":{"estimate":8.811095169182058,"lower_bound":7.371589080791028,"upper_bound":11.20022048879215,"unit":"ns"},"slope":{"estimate":1875.6012465653257,"lower_bound":1870.0918862277517,"upper_bound":1880.7295942012465,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/66666","report_directory":"/root/fuel-core/target/criterion/reports/csiz/66666","iteration_count":[381,762,1143,1524,1905,2286,2667,3048,3429,3810,4191,4572,4953,5334,5715,6096,6477,6858,7239,7620,8001,8382,8763,9144,9525,9906,10287,10668,11049,11430,11811,12192,12573,12954,13335,13716,14097,14478,14859,15240,15621,16002,16383,16764,17145,17526,17907,18288,18669,19050,19431,19812,20193,20574,20955,21336,21717,22098,22479,22860,23241,23622,24003,24384,24765,25146,25527,25908,26289,26670,27051,27432,27813,28194,28575,28956,29337,29718,30099,30480,30861,31242,31623,32004,32385,32766,33147,33528,33909,34290,34671,35052,35433,35814,36195,36576,36957,37338,37719,38100],"measured_values":[842689.0,1612729.0,2425755.0,3251166.0,4124187.0,4943807.0,5724512.0,6476406.0,7423968.0,8196960.0,8988432.0,9674784.0,10633430.0,11478809.0,12265763.0,12935551.0,13886179.0,14790652.0,15590933.0,16175135.0,17135318.0,18629498.0,18872974.0,19340162.0,20469318.0,21355769.0,22124222.0,22676583.0,23753268.0,24854872.0,25478438.0,26073811.0,27047645.0,27964791.0,28640774.0,29088149.0,30297170.0,31141232.0,31893585.0,32343262.0,33465531.0,34530403.0,35086059.0,35223949.0,36820970.0,37572875.0,38483631.0,38807063.0,39841341.0,40716603.0,41667590.0,41958840.0,43348572.0,43948852.0,45122708.0,45314687.0,46313574.0,47763013.0,48412010.0,48046222.0,49986826.0,51032344.0,51501966.0,51502065.0,53142448.0,54143648.0,54817657.0,54699448.0,56047752.0,57521526.0,58202900.0,58286730.0,59723146.0,60908406.0,60972821.0,61413459.0,63022538.0,63892990.0,64561889.0,64318000.0,66108668.0,67416698.0,67810163.0,67400214.0,69545692.0,70406951.0,71071238.0,70995998.0,72766658.0,73909109.0,74134275.0,74196407.0,75761748.0,76958881.0,77310594.0,77311526.0,79209491.0,80397381.0,80449401.0,80556638.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":2138.3739169824844,"lower_bound":2134.223722058362,"upper_bound":2142.4024945064425,"unit":"ns"},"mean":{"estimate":2141.869666449328,"lower_bound":2138.1619496175003,"upper_bound":2145.6917007896054,"unit":"ns"},"median":{"estimate":2145.758066780114,"lower_bound":2142.342423660457,"upper_bound":2147.5298725097173,"unit":"ns"},"median_abs_dev":{"estimate":13.362773291578351,"lower_bound":8.965443858060025,"upper_bound":18.054880386758438,"unit":"ns"},"slope":{"estimate":2138.3739169824844,"lower_bound":2134.223722058362,"upper_bound":2142.4024945064425,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"csiz/100000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/100000","iteration_count":[295,590,885,1180,1475,1770,2065,2360,2655,2950,3245,3540,3835,4130,4425,4720,5015,5310,5605,5900,6195,6490,6785,7080,7375,7670,7965,8260,8555,8850,9145,9440,9735,10030,10325,10620,10915,11210,11505,11800,12095,12390,12685,12980,13275,13570,13865,14160,14455,14750,15045,15340,15635,15930,16225,16520,16815,17110,17405,17700,17995,18290,18585,18880,19175,19470,19765,20060,20355,20650,20945,21240,21535,21830,22125,22420,22715,23010,23305,23600,23895,24190,24485,24780,25075,25370,25665,25960,26255,26550,26845,27140,27435,27730,28025,28320,28615,28910,29205,29500],"measured_values":[906684.0,1710787.0,2571648.0,3474126.0,4345499.0,5168246.0,6027500.0,6901184.0,7754081.0,8616115.0,9508798.0,10376956.0,11236822.0,12073268.0,12954161.0,13863735.0,14713627.0,15526295.0,16410593.0,17308131.0,18157908.0,18873477.0,19825110.0,20772263.0,21752995.0,22425295.0,23316698.0,24166455.0,25081976.0,25860333.0,26881421.0,27688199.0,28543895.0,29327623.0,30262990.0,31152460.0,31810938.0,32782147.0,33624760.0,34627001.0,35096207.0,36252720.0,37034544.0,37985450.0,38691092.0,39563061.0,40599740.0,41394147.0,42331235.0,43033078.0,44000833.0,45108740.0,45743452.0,46316555.0,48118073.0,48249396.0,49286195.0,49959351.0,51010842.0,51858866.0,52616708.0,53238988.0,54427077.0,55079102.0,56126684.0,56602332.0,57603477.0,58153612.0,59035601.0,60092720.0,61089924.0,61564676.0,62859573.0,63450067.0,64614094.0,65402056.0,66084012.0,66944951.0,68032193.0,69008492.0,69681682.0,70132544.0,71419326.0,72201918.0,72937262.0,73710596.0,74881507.0,75776976.0,76592270.0,77064344.0,78264672.0,79003190.0,79905044.0,80608177.0,81914269.0,82455687.0,83359416.0,83740067.0,85215293.0,85920537.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":2915.668515402514,"lower_bound":2913.365646118749,"upper_bound":2918.1196269078664,"unit":"ns"},"mean":{"estimate":2922.504934664101,"lower_bound":2919.189892618388,"upper_bound":2926.7079016609105,"unit":"ns"},"median":{"estimate":2920.6912832929784,"lower_bound":2918.3908075413997,"upper_bound":2923.9726930320153,"unit":"ns"},"median_abs_dev":{"estimate":11.37664903244186,"lower_bound":8.515678691821867,"upper_bound":14.376937810547398,"unit":"ns"},"slope":{"estimate":2915.668515402514,"lower_bound":2913.365646118749,"upper_bound":2918.1196269078664,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"csiz","benchmarks":["csiz/1","csiz/10","csiz/100","csiz/1000","csiz/10000","csiz/19753","csiz/29629","csiz/44444","csiz/66666","csiz/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/csiz"} -{"reason":"benchmark-complete","id":"bhei/bhei","report_directory":"/root/fuel-core/target/criterion/reports/bhei/bhei","iteration_count":[5708,11416,17124,22832,28540,34248,39956,45664,51372,57080,62788,68496,74204,79912,85620,91328,97036,102744,108452,114160,119868,125576,131284,136992,142700,148408,154116,159824,165532,171240,176948,182656,188364,194072,199780,205488,211196,216904,222612,228320,234028,239736,245444,251152,256860,262568,268276,273984,279692,285400,291108,296816,302524,308232,313940,319648,325356,331064,336772,342480,348188,353896,359604,365312,371020,376728,382436,388144,393852,399560,405268,410976,416684,422392,428100,433808,439516,445224,450932,456640,462348,468056,473764,479472,485180,490888,496596,502304,508012,513720,519428,525136,530844,536552,542260,547968,553676,559384,565092,570800],"measured_values":[123158.0,256351.0,341201.0,436008.0,556608.0,714029.0,832966.0,1003731.0,1026937.0,1187335.0,1167326.0,1301516.0,1481455.0,1709274.0,1624029.0,1751015.0,1879191.0,2078248.0,2023239.0,2265772.0,2300533.0,2459224.0,2544833.0,2773707.0,2723690.0,2927594.0,2975180.0,3154577.0,3154635.0,3739677.0,3352142.0,3869445.0,3588255.0,3940750.0,3867482.0,4233962.0,3972427.0,4492905.0,4204239.0,4774766.0,4487122.0,4800110.0,4664717.0,4826096.0,4900546.0,5386844.0,5177368.0,5672436.0,5597245.0,5754634.0,5538551.0,6097797.0,5886207.0,6257400.0,5878078.0,6097507.0,6186356.0,6324106.0,6400683.0,6511018.0,6570967.0,6379571.0,6760527.0,6912283.0,7228877.0,7276140.0,7332542.0,7815022.0,7468761.0,7741078.0,7669256.0,7785982.0,7895112.0,8110904.0,7988542.0,8467738.0,8515464.0,8600909.0,9070152.0,9265560.0,9032396.0,9457900.0,9367709.0,9995155.0,9395465.0,9662785.0,9755229.0,9895864.0,9434686.0,10187278.0,10217413.0,10774919.0,10423385.0,10909894.0,10689355.0,11343913.0,11096944.0,12097623.0,11276744.0,12225717.0],"unit":"ns","throughput":[],"typical":{"estimate":19.73194944932998,"lower_bound":19.528210820593458,"upper_bound":19.940048835680248,"unit":"ns"},"mean":{"estimate":19.737195915000395,"lower_bound":19.573291413800575,"upper_bound":19.90892489656095,"unit":"ns"},"median":{"estimate":19.52773887452286,"lower_bound":19.34153350170859,"upper_bound":19.749801426610976,"unit":"ns"},"median_abs_dev":{"estimate":0.7695529946028052,"lower_bound":0.550055526615772,"upper_bound":0.9874089150617957,"unit":"ns"},"slope":{"estimate":19.73194944932998,"lower_bound":19.528210820593458,"upper_bound":19.940048835680248,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"bhei","benchmarks":["bhei/bhei"],"report_directory":"/root/fuel-core/target/criterion/reports/bhei"} -{"reason":"benchmark-complete","id":"bhsh/bhsh","report_directory":"/root/fuel-core/target/criterion/reports/bhsh/bhsh","iteration_count":[5152,10304,15456,20608,25760,30912,36064,41216,46368,51520,56672,61824,66976,72128,77280,82432,87584,92736,97888,103040,108192,113344,118496,123648,128800,133952,139104,144256,149408,154560,159712,164864,170016,175168,180320,185472,190624,195776,200928,206080,211232,216384,221536,226688,231840,236992,242144,247296,252448,257600,262752,267904,273056,278208,283360,288512,293664,298816,303968,309120,314272,319424,324576,329728,334880,340032,345184,350336,355488,360640,365792,370944,376096,381248,386400,391552,396704,401856,407008,412160,417312,422464,427616,432768,437920,443072,448224,453376,458528,463680,468832,473984,479136,484288,489440,494592,499744,504896,510048,515200],"measured_values":[163157.0,322216.0,475188.0,648582.0,782998.0,907595.0,1090282.0,1234418.0,1327198.0,1471731.0,1624634.0,1707469.0,1935682.0,2066001.0,2235330.0,2354827.0,2550547.0,2643235.0,2861597.0,2913587.0,3157573.0,3275164.0,3373606.0,3611404.0,3677839.0,3723181.0,4005626.0,4052890.0,4351989.0,4467560.0,4567941.0,4621381.0,4948060.0,5072682.0,5391685.0,5200699.0,5557684.0,5389121.0,5872860.0,5751254.0,6183745.0,6001765.0,6439624.0,6278323.0,6744108.0,6670431.0,6985313.0,7129952.0,7309982.0,7058080.0,7637343.0,7393253.0,7872414.0,7639682.0,8175018.0,8103155.0,8464618.0,8193729.0,8807402.0,8669506.0,9126503.0,8783074.0,9395096.0,9224311.0,10004026.0,9371677.0,10367991.0,9769502.0,10337581.0,10277754.0,10815823.0,10401957.0,10965506.0,10569741.0,11285038.0,10810590.0,11772507.0,11085825.0,11803049.0,11262803.0,11934052.0,11883265.0,12448158.0,11875802.0,12628379.0,12197380.0,13117236.0,12688843.0,13281819.0,12910519.0,13543237.0,13134585.0,13610981.0,13377275.0,14183245.0,13762391.0,14328538.0,13925635.0,14718784.0,14313274.0],"unit":"ns","throughput":[],"typical":{"estimate":28.403806970620117,"lower_bound":28.22673163173543,"upper_bound":28.58791231047423,"unit":"ns"},"mean":{"estimate":28.677474542465603,"lower_bound":28.507093685291068,"upper_bound":28.85672508118338,"unit":"ns"},"median":{"estimate":28.810033840640248,"lower_bound":28.53450008626639,"upper_bound":28.901128762541806,"unit":"ns"},"median_abs_dev":{"estimate":0.6816287440711049,"lower_bound":0.48364166358853616,"upper_bound":1.0943595724006714,"unit":"ns"},"slope":{"estimate":28.403806970620117,"lower_bound":28.22673163173543,"upper_bound":28.58791231047423,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"bhsh","benchmarks":["bhsh/bhsh"],"report_directory":"/root/fuel-core/target/criterion/reports/bhsh"} -{"reason":"benchmark-complete","id":"mint/mint","report_directory":"/root/fuel-core/target/criterion/reports/mint/mint","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[383672.0,339011.0,335807.0,338001.0,328697.0,336704.0,335127.0,337431.0,330323.0,337363.0,328576.0,336662.0,336975.0,340448.0,335716.0,327731.0,337830.0,334720.0,353479.0,341691.0,338161.0,335786.0,338050.0,330941.0,329505.0,336510.0,340998.0,335241.0,334843.0,334471.0,334122.0,336416.0,334371.0,328423.0,335396.0,333051.0,334552.0,334657.0,333328.0,327302.0,335247.0,334798.0,329706.0,334115.0,335759.0,328316.0,334290.0,334567.0,335938.0,334712.0,333474.0,336266.0,334622.0,328264.0,333943.0,329697.0,335445.0,333107.0,333726.0,334360.0,334943.0,334485.0,328916.0,329704.0,332437.0,328203.0,333173.0,328713.0,337378.0,339794.0,335108.0,436629.0,335879.0,333891.0,336542.0,333321.0,334000.0,332608.0,329761.0,326500.0,337181.0,333055.0,333645.0,334341.0,331422.0,337175.0,335177.0,333267.0,336046.0,335019.0,333203.0,327828.0,329008.0,327919.0,327635.0,334662.0,329771.0,329930.0,335373.0,328419.0],"unit":"ns","throughput":[],"typical":{"estimate":335445.01,"lower_bound":333550.62975,"upper_bound":338133.418,"unit":"ns"},"mean":{"estimate":335445.01,"lower_bound":333550.62975,"upper_bound":338133.418,"unit":"ns"},"median":{"estimate":334518.5,"lower_bound":333943.0,"upper_bound":334943.0,"unit":"ns"},"median_abs_dev":{"estimate":2822.870349884033,"lower_bound":1937.7581655979156,"upper_bound":4372.928622364998,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"mint","benchmarks":["mint/mint"],"report_directory":"/root/fuel-core/target/criterion/reports/mint"} -{"reason":"benchmark-complete","id":"burn/burn","report_directory":"/root/fuel-core/target/criterion/reports/burn/burn","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[419634.0,363656.0,363691.0,370810.0,371605.0,369199.0,363017.0,361076.0,374051.0,369534.0,362900.0,368776.0,372500.0,362204.0,370778.0,370375.0,364093.0,375678.0,371600.0,371421.0,368135.0,368029.0,370142.0,373078.0,369800.0,370573.0,361063.0,362851.0,370299.0,367507.0,370196.0,369423.0,364397.0,369233.0,373090.0,365343.0,367076.0,362478.0,367468.0,369135.0,369224.0,361053.0,359681.0,371064.0,369209.0,369665.0,367858.0,372566.0,368670.0,370622.0,360729.0,369442.0,370112.0,369008.0,368082.0,368619.0,360976.0,390735.0,360052.0,370451.0,359208.0,363058.0,364146.0,360325.0,369583.0,362648.0,368930.0,369872.0,371269.0,361577.0,370183.0,364178.0,370753.0,370434.0,370637.0,369537.0,372405.0,369800.0,370439.0,369162.0,369824.0,399336.0,363320.0,368889.0,362935.0,362273.0,369668.0,369788.0,370650.0,373467.0,363914.0,373120.0,370685.0,372088.0,371368.0,374908.0,362241.0,371347.0,370852.0,371117.0],"unit":"ns","throughput":[],"typical":{"estimate":369036.66,"lower_bound":367701.78949999996,"upper_bound":370632.56075,"unit":"ns"},"mean":{"estimate":369036.66,"lower_bound":367701.78949999996,"upper_bound":370632.56075,"unit":"ns"},"median":{"estimate":369488.0,"lower_bound":368930.0,"upper_bound":369968.0,"unit":"ns"},"median_abs_dev":{"estimate":2771.720650792122,"lower_bound":1791.7220681905746,"upper_bound":4910.371112823486,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"burn","benchmarks":["burn/burn"],"report_directory":"/root/fuel-core/target/criterion/reports/burn"} -{"reason":"benchmark-complete","id":"cb/cb","report_directory":"/root/fuel-core/target/criterion/reports/cb/cb","iteration_count":[5154,10308,15462,20616,25770,30924,36078,41232,46386,51540,56694,61848,67002,72156,77310,82464,87618,92772,97926,103080,108234,113388,118542,123696,128850,134004,139158,144312,149466,154620,159774,164928,170082,175236,180390,185544,190698,195852,201006,206160,211314,216468,221622,226776,231930,237084,242238,247392,252546,257700,262854,268008,273162,278316,283470,288624,293778,298932,304086,309240,314394,319548,324702,329856,335010,340164,345318,350472,355626,360780,365934,371088,376242,381396,386550,391704,396858,402012,407166,412320,417474,422628,427782,432936,438090,443244,448398,453552,458706,463860,469014,474168,479322,484476,489630,494784,499938,505092,510246,515400],"measured_values":[173041.0,310232.0,467509.0,605034.0,712872.0,933572.0,1079474.0,1169278.0,1291765.0,1507987.0,1570478.0,1797714.0,1840379.0,2086921.0,2167789.0,2381568.0,2401866.0,2623055.0,2628084.0,3010666.0,3038348.0,3258827.0,3378684.0,3586305.0,3548872.0,3898299.0,4026132.0,4179267.0,4326796.0,4542876.0,4452814.0,4698978.0,4757913.0,4982644.0,5314297.0,5337584.0,5630557.0,5671499.0,5589277.0,6006757.0,6029319.0,6270239.0,6412014.0,6514907.0,6534304.0,6796406.0,6724678.0,7081852.0,7207200.0,7316591.0,7629873.0,7699165.0,7834174.0,7878901.0,7994585.0,8480426.0,8299171.0,8642540.0,8617636.0,9109748.0,9002039.0,9055581.0,9428123.0,9676286.0,9794807.0,9976618.0,9970447.0,10200073.0,10382737.0,10208620.0,10328644.0,10665570.0,11124445.0,11146580.0,11123853.0,11169552.0,11496901.0,11365822.0,11586245.0,11643805.0,11900302.0,11903956.0,12071900.0,12332765.0,12585754.0,12666041.0,12706418.0,13022806.0,13302411.0,13478564.0,13372361.0,14213717.0,13644144.0,14043199.0,13950610.0,14356179.0,14041713.0,14412807.0,14326761.0,14807164.0],"unit":"ns","throughput":[],"typical":{"estimate":28.687250187357797,"lower_bound":28.576325005720573,"upper_bound":28.806629668506694,"unit":"ns"},"mean":{"estimate":28.735243942349587,"lower_bound":28.59183013325424,"upper_bound":28.896483536620092,"unit":"ns"},"median":{"estimate":28.720149127163097,"lower_bound":28.51528705348937,"upper_bound":28.8923120038681,"unit":"ns"},"median_abs_dev":{"estimate":0.5649517129341912,"lower_bound":0.4257554403367148,"upper_bound":0.6916452118935185,"unit":"ns"},"slope":{"estimate":28.687250187357797,"lower_bound":28.576325005720573,"upper_bound":28.806629668506694,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"cb","benchmarks":["cb/cb"],"report_directory":"/root/fuel-core/target/criterion/reports/cb"} -{"reason":"benchmark-complete","id":"tr/tr","report_directory":"/root/fuel-core/target/criterion/reports/tr/tr","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[561588.0,516523.0,517161.0,520001.0,516489.0,518734.0,506522.0,505322.0,511602.0,544997.0,509267.0,518505.0,541688.0,507779.0,516843.0,519402.0,515987.0,518231.0,518553.0,515731.0,517642.0,517433.0,516165.0,509591.0,515428.0,514488.0,515819.0,518785.0,512880.0,507558.0,517237.0,516661.0,518080.0,509123.0,514294.0,521104.0,515128.0,515115.0,517279.0,516172.0,507935.0,506451.0,515857.0,515135.0,508675.0,516814.0,515697.0,516732.0,513942.0,533067.0,514954.0,514946.0,506291.0,509694.0,507450.0,517700.0,517646.0,516431.0,516668.0,521114.0,515289.0,518090.0,516211.0,516734.0,515309.0,506531.0,519989.0,517450.0,505778.0,505753.0,508445.0,516831.0,514565.0,519690.0,510600.0,518022.0,521767.0,513426.0,517569.0,517578.0,517833.0,516983.0,520101.0,516414.0,520664.0,511888.0,521815.0,520854.0,510061.0,512343.0,524126.0,520061.0,519957.0,508501.0,519689.0,519130.0,520167.0,521343.0,511197.0,517547.0],"unit":"ns","throughput":[],"typical":{"estimate":516464.07,"lower_bound":515070.24675,"upper_bound":518053.63125,"unit":"ns"},"mean":{"estimate":516464.07,"lower_bound":515070.24675,"upper_bound":518053.63125,"unit":"ns"},"median":{"estimate":516592.0,"lower_bound":515794.0,"upper_bound":517237.0,"unit":"ns"},"median_abs_dev":{"estimate":3329.1782408952713,"lower_bound":2323.2341587543488,"upper_bound":5392.216104269028,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"tr","benchmarks":["tr/tr"],"report_directory":"/root/fuel-core/target/criterion/reports/tr"} -{"reason":"benchmark-complete","id":"tro/tro","report_directory":"/root/fuel-core/target/criterion/reports/tro/tro","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[423543.0,368867.0,368379.0,369777.0,366979.0,368437.0,369829.0,368002.0,366583.0,368896.0,368235.0,367352.0,366267.0,370234.0,362428.0,367614.0,368072.0,366879.0,359882.0,368275.0,368568.0,367547.0,357799.0,358999.0,367421.0,367864.0,359082.0,370380.0,367195.0,369354.0,358908.0,368029.0,360389.0,366706.0,367415.0,368463.0,368677.0,363005.0,360840.0,367406.0,372564.0,368929.0,360436.0,360780.0,368353.0,366839.0,365841.0,366689.0,367267.0,367685.0,360382.0,367968.0,359610.0,365987.0,369039.0,371023.0,368401.0,367974.0,369840.0,367908.0,359587.0,360629.0,366576.0,368566.0,368164.0,366317.0,367516.0,372065.0,369904.0,366009.0,357276.0,357809.0,366133.0,359442.0,365337.0,366097.0,369753.0,366857.0,369213.0,364571.0,365406.0,367748.0,362154.0,370536.0,368588.0,357924.0,368128.0,359792.0,368877.0,369728.0,362830.0,360114.0,361492.0,371341.0,367171.0,368293.0,368013.0,365667.0,359687.0,366699.0],"unit":"ns","throughput":[],"typical":{"estimate":366601.01,"lower_bound":365455.81975,"upper_bound":368123.36024999997,"unit":"ns"},"mean":{"estimate":366601.01,"lower_bound":365455.81975,"upper_bound":368123.36024999997,"unit":"ns"},"median":{"estimate":367410.5,"lower_bound":366706.0,"upper_bound":367968.0,"unit":"ns"},"median_abs_dev":{"estimate":2166.8198615312576,"lower_bound":1556.7299723625183,"upper_bound":3378.845340013504,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"tro","benchmarks":["tro/tro"],"report_directory":"/root/fuel-core/target/criterion/reports/tro"} -{"reason":"benchmark-complete","id":"cfsi/cfsi","report_directory":"/root/fuel-core/target/criterion/reports/cfsi/cfsi","iteration_count":[5666,11332,16998,22664,28330,33996,39662,45328,50994,56660,62326,67992,73658,79324,84990,90656,96322,101988,107654,113320,118986,124652,130318,135984,141650,147316,152982,158648,164314,169980,175646,181312,186978,192644,198310,203976,209642,215308,220974,226640,232306,237972,243638,249304,254970,260636,266302,271968,277634,283300,288966,294632,300298,305964,311630,317296,322962,328628,334294,339960,345626,351292,356958,362624,368290,373956,379622,385288,390954,396620,402286,407952,413618,419284,424950,430616,436282,441948,447614,453280,458946,464612,470278,475944,481610,487276,492942,498608,504274,509940,515606,521272,526938,532604,538270,543936,549602,555268,560934,566600],"measured_values":[122326.0,257122.0,351309.0,415832.0,522382.0,716666.0,805836.0,969119.0,974419.0,1132648.0,1299119.0,1380450.0,1495267.0,1488271.0,1663649.0,1853741.0,1878171.0,1974277.0,2234894.0,2333577.0,2440252.0,2561566.0,2543493.0,2810591.0,2990787.0,3207457.0,3142612.0,3426253.0,3406952.0,3548847.0,3398056.0,3580973.0,3762022.0,4061362.0,3897959.0,4243863.0,4037580.0,4148422.0,4441209.0,4662797.0,4521321.0,4891695.0,4720047.0,4818045.0,5391843.0,5708529.0,5616296.0,5968245.0,5618739.0,6284727.0,6114676.0,6377635.0,6218781.0,6652895.0,6456875.0,6541318.0,6575445.0,7136359.0,6690690.0,7764674.0,7329345.0,7109730.0,7224902.0,7228463.0,7644716.0,7340317.0,7567784.0,7739126.0,8072796.0,8337068.0,8022913.0,8188223.0,8238060.0,8473376.0,8449205.0,8775065.0,8615989.0,8689655.0,8837847.0,9802203.0,9367984.0,9830021.0,10635833.0,10442475.0,10238782.0,10245233.0,10208506.0,10662758.0,10331878.0,11445781.0,10247934.0,10828583.0,10532330.0,11633722.0,10953603.0,11272630.0,12291999.0,12777956.0,12040485.0,11873330.0],"unit":"ns","throughput":[],"typical":{"estimate":20.849146458402526,"lower_bound":20.60476046881005,"upper_bound":21.09893722189359,"unit":"ns"},"mean":{"estimate":20.603113880936267,"lower_bound":20.419098588309154,"upper_bound":20.788716410883985,"unit":"ns"},"median":{"estimate":20.56467115879179,"lower_bound":20.33869685686153,"upper_bound":20.724184462877986,"unit":"ns"},"median_abs_dev":{"estimate":0.8811682419832488,"lower_bound":0.6822450568577824,"upper_bound":1.1393908357531686,"unit":"ns"},"slope":{"estimate":20.849146458402526,"lower_bound":20.60476046881005,"upper_bound":21.09893722189359,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"cfsi","benchmarks":["cfsi/cfsi"],"report_directory":"/root/fuel-core/target/criterion/reports/cfsi"} -{"reason":"benchmark-complete","id":"croo/1","report_directory":"/root/fuel-core/target/criterion/reports/croo/1","iteration_count":[561,1122,1683,2244,2805,3366,3927,4488,5049,5610,6171,6732,7293,7854,8415,8976,9537,10098,10659,11220,11781,12342,12903,13464,14025,14586,15147,15708,16269,16830,17391,17952,18513,19074,19635,20196,20757,21318,21879,22440,23001,23562,24123,24684,25245,25806,26367,26928,27489,28050,28611,29172,29733,30294,30855,31416,31977,32538,33099,33660,34221,34782,35343,35904,36465,37026,37587,38148,38709,39270,39831,40392,40953,41514,42075,42636,43197,43758,44319,44880,45441,46002,46563,47124,47685,48246,48807,49368,49929,50490,51051,51612,52173,52734,53295,53856,54417,54978,55539,56100],"measured_values":[866479.0,1600006.0,2405525.0,3214093.0,4004091.0,4798326.0,5600812.0,6555365.0,7213337.0,8111655.0,8940179.0,9707895.0,10454442.0,11238164.0,11990034.0,12899930.0,13658885.0,14478886.0,15384312.0,16210574.0,16810389.0,17716038.0,18375882.0,19531557.0,20083584.0,20818839.0,21940440.0,22557789.0,23137627.0,24223488.0,24847249.0,25592279.0,26691498.0,27085630.0,27827011.0,28868918.0,29575850.0,30351120.0,31225314.0,32370957.0,33004547.0,33943820.0,34210434.0,35129931.0,35761542.0,36916542.0,37835340.0,38297654.0,38843965.0,40059306.0,40694500.0,41905904.0,42028846.0,43154794.0,44153764.0,45024421.0,45818689.0,46511629.0,47615275.0,48609542.0,49341411.0,49760079.0,50709008.0,51100103.0,51896274.0,52804133.0,53607628.0,54481357.0,55163191.0,56481463.0,56777356.0,57776341.0,58830620.0,59452735.0,60367652.0,61563724.0,61278916.0,62142867.0,63025965.0,64029525.0,64900044.0,65088351.0,66397552.0,67496373.0,67713624.0,68673917.0,69562461.0,70866350.0,71211880.0,71729662.0,72384175.0,73751083.0,73431827.0,74965428.0,76062093.0,77021811.0,78295021.0,78726114.0,78655088.0,80428170.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":1427.5019349906895,"lower_bound":1425.4202983407647,"upper_bound":1429.574828541983,"unit":"ns"},"mean":{"estimate":1431.0471753040567,"lower_bound":1428.5437658380629,"upper_bound":1434.1897954697845,"unit":"ns"},"median":{"estimate":1428.8470301355273,"lower_bound":1426.9067990832696,"upper_bound":1431.2919904031994,"unit":"ns"},"median_abs_dev":{"estimate":8.350837786977461,"lower_bound":6.064941810610064,"upper_bound":10.190174419573236,"unit":"ns"},"slope":{"estimate":1427.5019349906895,"lower_bound":1425.4202983407647,"upper_bound":1429.574828541983,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/10","report_directory":"/root/fuel-core/target/criterion/reports/croo/10","iteration_count":[557,1114,1671,2228,2785,3342,3899,4456,5013,5570,6127,6684,7241,7798,8355,8912,9469,10026,10583,11140,11697,12254,12811,13368,13925,14482,15039,15596,16153,16710,17267,17824,18381,18938,19495,20052,20609,21166,21723,22280,22837,23394,23951,24508,25065,25622,26179,26736,27293,27850,28407,28964,29521,30078,30635,31192,31749,32306,32863,33420,33977,34534,35091,35648,36205,36762,37319,37876,38433,38990,39547,40104,40661,41218,41775,42332,42889,43446,44003,44560,45117,45674,46231,46788,47345,47902,48459,49016,49573,50130,50687,51244,51801,52358,52915,53472,54029,54586,55143,55700],"measured_values":[844244.0,1620032.0,2452529.0,3218203.0,4082689.0,4816702.0,5663358.0,6386040.0,7276698.0,8017089.0,8925424.0,9652744.0,10534186.0,11317777.0,12224292.0,12756915.0,13772587.0,14360938.0,15337205.0,15988537.0,17036190.0,17569012.0,18516205.0,19040476.0,20155589.0,20602090.0,21651803.0,22266702.0,23121563.0,23701889.0,24732856.0,25471247.0,26666490.0,27041504.0,28063663.0,28598779.0,29592202.0,30145348.0,31409049.0,31533728.0,32926017.0,33221674.0,34537865.0,35135192.0,36420486.0,36750710.0,38042918.0,38052937.0,39553375.0,40289982.0,41324815.0,41733268.0,42602320.0,42829060.0,44159108.0,45146824.0,46427293.0,47218026.0,47896653.0,47936005.0,49076772.0,50010881.0,51035911.0,51088263.0,52733155.0,53170502.0,54251136.0,53938835.0,56094689.0,56213904.0,57040475.0,57243160.0,58701025.0,59513057.0,61192765.0,60706212.0,61926462.0,62493782.0,63739455.0,63841522.0,65562540.0,65786464.0,66803812.0,66402770.0,69012153.0,69036922.0,70262562.0,70198788.0,72269903.0,72076726.0,73138676.0,73570095.0,75196977.0,75021853.0,76513039.0,76733509.0,78270464.0,78399663.0,79712675.0,79270796.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":1442.020000270613,"lower_bound":1439.2663042568906,"upper_bound":1444.7170387118288,"unit":"ns"},"mean":{"estimate":1442.9147507752205,"lower_bound":1440.2815979289057,"upper_bound":1445.7304823022591,"unit":"ns"},"median":{"estimate":1443.0332789733216,"lower_bound":1440.348206857293,"upper_bound":1445.6127666728712,"unit":"ns"},"median_abs_dev":{"estimate":13.868468162406543,"lower_bound":10.69794971051399,"upper_bound":15.684070742923959,"unit":"ns"},"slope":{"estimate":1442.020000270613,"lower_bound":1439.2663042568906,"upper_bound":1444.7170387118288,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/100","report_directory":"/root/fuel-core/target/criterion/reports/croo/100","iteration_count":[476,952,1428,1904,2380,2856,3332,3808,4284,4760,5236,5712,6188,6664,7140,7616,8092,8568,9044,9520,9996,10472,10948,11424,11900,12376,12852,13328,13804,14280,14756,15232,15708,16184,16660,17136,17612,18088,18564,19040,19516,19992,20468,20944,21420,21896,22372,22848,23324,23800,24276,24752,25228,25704,26180,26656,27132,27608,28084,28560,29036,29512,29988,30464,30940,31416,31892,32368,32844,33320,33796,34272,34748,35224,35700,36176,36652,37128,37604,38080,38556,39032,39508,39984,40460,40936,41412,41888,42364,42840,43316,43792,44268,44744,45220,45696,46172,46648,47124,47600],"measured_values":[907989.0,1700717.0,2542704.0,3397861.0,4244402.0,5081752.0,5919357.0,6637293.0,7451419.0,8316940.0,9140395.0,10017417.0,10875276.0,11683618.0,12539179.0,13318702.0,14127276.0,14873171.0,15777182.0,16593562.0,17350272.0,18299736.0,19076700.0,20251394.0,20902664.0,21543416.0,22462077.0,23312426.0,24053696.0,24896754.0,25735195.0,26768998.0,27266684.0,28240221.0,29036298.0,29845717.0,30713565.0,31359044.0,32379511.0,32996619.0,33943149.0,34794164.0,35744435.0,36656721.0,37556546.0,38533341.0,39155126.0,39852454.0,40731011.0,41483869.0,42527252.0,43397074.0,44004098.0,44620303.0,45666353.0,46284101.0,47207023.0,48081204.0,48940543.0,49666406.0,50637439.0,51536176.0,52419533.0,53111640.0,53991531.0,54790600.0,55725550.0,56415852.0,57382093.0,58016376.0,58920543.0,59852933.0,60524448.0,61220445.0,62278120.0,63034753.0,64127664.0,64718773.0,65565525.0,66284344.0,67314832.0,68054743.0,68918654.0,69525230.0,70655777.0,71363961.0,72336004.0,73039797.0,73871511.0,74660261.0,75535445.0,76437832.0,77239342.0,77913980.0,78420031.0,79715957.0,80526105.0,81329076.0,82008320.0,83310133.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1743.87963049798,"lower_bound":1742.9309778043016,"upper_bound":1744.808395063643,"unit":"ns"},"mean":{"estimate":1748.6910909887958,"lower_bound":1745.5453416553564,"upper_bound":1752.9991601064935,"unit":"ns"},"median":{"estimate":1744.2261871094593,"lower_bound":1743.578475694075,"upper_bound":1745.210856401384,"unit":"ns"},"median_abs_dev":{"estimate":4.108702473576913,"lower_bound":2.76635334216112,"upper_bound":5.666320974836248,"unit":"ns"},"slope":{"estimate":1743.87963049798,"lower_bound":1742.9309778043016,"upper_bound":1744.808395063643,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/1000","report_directory":"/root/fuel-core/target/criterion/reports/croo/1000","iteration_count":[185,370,555,740,925,1110,1295,1480,1665,1850,2035,2220,2405,2590,2775,2960,3145,3330,3515,3700,3885,4070,4255,4440,4625,4810,4995,5180,5365,5550,5735,5920,6105,6290,6475,6660,6845,7030,7215,7400,7585,7770,7955,8140,8325,8510,8695,8880,9065,9250,9435,9620,9805,9990,10175,10360,10545,10730,10915,11100,11285,11470,11655,11840,12025,12210,12395,12580,12765,12950,13135,13320,13505,13690,13875,14060,14245,14430,14615,14800,14985,15170,15355,15540,15725,15910,16095,16280,16465,16650,16835,17020,17205,17390,17575,17760,17945,18130,18315,18500],"measured_values":[964279.0,1869999.0,2795173.0,3753341.0,4658834.0,5597605.0,6638983.0,7446000.0,8384943.0,9362182.0,10247700.0,11167926.0,12137914.0,13435000.0,14024004.0,14889148.0,15858047.0,16818772.0,17716019.0,18602744.0,19611673.0,20521943.0,21440730.0,22369692.0,23330342.0,24279541.0,25196157.0,26069233.0,27021440.0,28028611.0,28889068.0,29799900.0,30767998.0,31763635.0,32618741.0,33529092.0,34493864.0,35565681.0,36334873.0,37241290.0,38220122.0,39242171.0,40087155.0,41008526.0,41947589.0,42961174.0,44248298.0,44694007.0,45678111.0,46822301.0,47573258.0,48409416.0,49401934.0,50474206.0,51332099.0,52191817.0,53150835.0,54189571.0,55066110.0,55890209.0,56861694.0,57946763.0,58699265.0,59585672.0,60965790.0,61669202.0,62461365.0,63319515.0,64317252.0,65369467.0,66190592.0,67053825.0,68007704.0,69204909.0,69894888.0,70790948.0,71818320.0,72877491.0,73954286.0,74495906.0,75527812.0,76579950.0,77478810.0,78195489.0,79221213.0,80242894.0,81176492.0,81932360.0,82939920.0,84184065.0,85146999.0,85643485.0,86618665.0,87750162.0,88550395.0,89538378.0,90355886.0,91605341.0,92218023.0,93107616.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":5042.243414567516,"lower_bound":5040.023354355275,"upper_bound":5044.640820723793,"unit":"ns"},"mean":{"estimate":5046.572335909757,"lower_bound":5042.18504584535,"upper_bound":5052.11417857926,"unit":"ns"},"median":{"estimate":5039.2660912149295,"lower_bound":5038.44303926568,"upper_bound":5042.566912366912,"unit":"ns"},"median_abs_dev":{"estimate":8.270567385109452,"lower_bound":5.907658259271384,"upper_bound":11.029408917448396,"unit":"ns"},"slope":{"estimate":5042.243414567516,"lower_bound":5040.023354355275,"upper_bound":5044.640820723793,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/10000","report_directory":"/root/fuel-core/target/criterion/reports/croo/10000","iteration_count":[25,50,75,100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,475,500,525,550,575,600,625,650,675,700,725,750,775,800,825,850,875,900,925,950,975,1000,1025,1050,1075,1100,1125,1150,1175,1200,1225,1250,1275,1300,1325,1350,1375,1400,1425,1450,1475,1500,1525,1550,1575,1600,1625,1650,1675,1700,1725,1750,1775,1800,1825,1850,1875,1900,1925,1950,1975,2000,2025,2050,2075,2100,2125,2150,2175,2200,2225,2250,2275,2300,2325,2350,2375,2400,2425,2450,2475,2500],"measured_values":[1035926.0,1990105.0,2987982.0,3979644.0,5003885.0,6001296.0,6966892.0,7984592.0,8954686.0,9952201.0,10973696.0,11985729.0,13048322.0,13928686.0,14919890.0,15935834.0,16905982.0,17935065.0,18894961.0,19922269.0,20981913.0,21884623.0,22906773.0,24400036.0,24889941.0,25884454.0,26905343.0,27880863.0,28938330.0,29909891.0,30914341.0,31872241.0,33328248.0,34240968.0,34854862.0,35829018.0,36862011.0,37839704.0,38823820.0,39896416.0,41043261.0,41841325.0,42865134.0,43789313.0,44829866.0,45945130.0,46817382.0,47756755.0,48805459.0,49853550.0,50756277.0,51842659.0,52794602.0,53813288.0,54774029.0,55727896.0,56854844.0,57724726.0,58815037.0,59803307.0,60791656.0,61753998.0,62751628.0,63849088.0,64752836.0,65705588.0,66760195.0,67652033.0,68734197.0,69800588.0,70751343.0,71683322.0,72722814.0,73664408.0,74745443.0,75615294.0,76663326.0,77780289.0,78716258.0,79611061.0,80695913.0,81683829.0,82882244.0,83599457.0,84646661.0,85800208.0,86771119.0,87675201.0,88617689.0,89729368.0,90664500.0,91530054.0,92607905.0,93609678.0,94817801.0,95609096.0,96683207.0,97609645.0,98607491.0,99545306.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":39855.61857874982,"lower_bound":39845.40327383235,"upper_bound":39866.93694096229,"unit":"ns"},"mean":{"estimate":39889.94736052521,"lower_bound":39857.532004651875,"upper_bound":39933.89584781408,"unit":"ns"},"median":{"estimate":39845.376442705936,"lower_bound":39839.76,"upper_bound":39854.03204545454,"unit":"ns"},"median_abs_dev":{"estimate":43.285785963126166,"lower_bound":29.750694651298858,"upper_bound":56.75960201624217,"unit":"ns"},"slope":{"estimate":39855.61857874982,"lower_bound":39845.40327383235,"upper_bound":39866.93694096229,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/19753","report_directory":"/root/fuel-core/target/criterion/reports/croo/19753","iteration_count":[13,26,39,52,65,78,91,104,117,130,143,156,169,182,195,208,221,234,247,260,273,286,299,312,325,338,351,364,377,390,403,416,429,442,455,468,481,494,507,520,533,546,559,572,585,598,611,624,637,650,663,676,689,702,715,728,741,754,767,780,793,806,819,832,845,858,871,884,897,910,923,936,949,962,975,988,1001,1014,1027,1040,1053,1066,1079,1092,1105,1118,1131,1144,1157,1170,1183,1196,1209,1222,1235,1248,1261,1274,1287,1300],"measured_values":[1068687.0,2049012.0,3069518.0,4127371.0,5117993.0,6138995.0,7164683.0,8188330.0,9240235.0,10229786.0,11286780.0,12312380.0,13361142.0,14352585.0,15560171.0,16403057.0,17422547.0,18493448.0,19502071.0,20602286.0,21518386.0,22504076.0,23605965.0,24616704.0,25608953.0,26596483.0,27705239.0,28717687.0,29793599.0,30751578.0,31840165.0,32750644.0,33837454.0,34806590.0,35845392.0,36908657.0,37920826.0,38923855.0,40006017.0,41004986.0,41980677.0,43022554.0,44051367.0,45069639.0,46075544.0,47116524.0,48155473.0,49204864.0,50203223.0,51181285.0,52284418.0,53259369.0,54415637.0,55331351.0,56332871.0,57347413.0,58413938.0,59447141.0,60521046.0,61461054.0,62508063.0,63476272.0,64564419.0,65585117.0,66755172.0,67640010.0,68674966.0,69647887.0,70822745.0,71691466.0,72711989.0,73787612.0,74946485.0,75989161.0,76919771.0,77914729.0,78883594.0,79934670.0,80965139.0,81970795.0,83012667.0,84161395.0,85037531.0,86095199.0,87227590.0,88962518.0,90647357.0,90220897.0,91281025.0,92309541.0,93303421.0,94345864.0,95407954.0,96298672.0,97298409.0,98402972.0,99388676.0,100416989.0,101371735.0,102486906.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":78893.38004137727,"lower_bound":78841.69645938426,"upper_bound":78968.00685206815,"unit":"ns"},"mean":{"estimate":78915.82620648776,"lower_bound":78854.2986671996,"upper_bound":79002.5653402443,"unit":"ns"},"median":{"estimate":78835.56791855203,"lower_bound":78821.92673992674,"upper_bound":78855.7423076923,"unit":"ns"},"median_abs_dev":{"estimate":77.96120437774684,"lower_bound":56.47477114411996,"upper_bound":102.5294471616484,"unit":"ns"},"slope":{"estimate":78893.38004137727,"lower_bound":78841.69645938426,"upper_bound":78968.00685206815,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/29629","report_directory":"/root/fuel-core/target/criterion/reports/croo/29629","iteration_count":[9,18,27,36,45,54,63,72,81,90,99,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900],"measured_values":[1107883.0,2109269.0,3164962.0,4219155.0,5274280.0,6327117.0,7408678.0,8490077.0,9570044.0,10596073.0,11706421.0,12735498.0,13787220.0,14781861.0,15865242.0,16970563.0,18021025.0,19098096.0,20157792.0,21131609.0,22153445.0,23239875.0,24232017.0,25319218.0,26389813.0,27434312.0,28511026.0,29547366.0,30632646.0,31644065.0,32684818.0,33786897.0,34794165.0,35914289.0,36914382.0,37957047.0,39007504.0,40083927.0,41192013.0,42189859.0,43266243.0,44304326.0,45354731.0,46435667.0,47622627.0,48565678.0,49571706.0,51017238.0,51704639.0,52768022.0,53823598.0,54972384.0,56308780.0,57067308.0,58047833.0,59053275.0,60139770.0,61275176.0,62581004.0,63279702.0,64455326.0,65506485.0,66534875.0,67553408.0,68593378.0,69631849.0,70690729.0,71782058.0,72808343.0,73857850.0,74917932.0,75980481.0,77076911.0,78083443.0,79095798.0,80347296.0,81262713.0,82336885.0,83335861.0,84497280.0,85637244.0,86476909.0,87612227.0,88615668.0,89839725.0,90773059.0,91776159.0,93098117.0,93867010.0,95004453.0,96036267.0,97109448.0,98123498.0,99262630.0,100261984.0,101286242.0,102372290.0,103669586.0,104431702.0,105798456.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":117318.62310198184,"lower_bound":117284.81889660057,"upper_bound":117356.20109065111,"unit":"ns"},"mean":{"estimate":117427.73881627819,"lower_bound":117334.16506466182,"upper_bound":117570.2503930802,"unit":"ns"},"median":{"estimate":117266.91392876129,"lower_bound":117252.54499389499,"upper_bound":117308.40096618357,"unit":"ns"},"median_abs_dev":{"estimate":106.81224068752654,"lower_bound":78.94121700128338,"upper_bound":150.78265829628035,"unit":"ns"},"slope":{"estimate":117318.62310198184,"lower_bound":117284.81889660057,"upper_bound":117356.20109065111,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/44444","report_directory":"/root/fuel-core/target/criterion/reports/croo/44444","iteration_count":[6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,96,102,108,114,120,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,222,228,234,240,246,252,258,264,270,276,282,288,294,300,306,312,318,324,330,336,342,348,354,360,366,372,378,384,390,396,402,408,414,420,426,432,438,444,450,456,462,468,474,480,486,492,498,504,510,516,522,528,534,540,546,552,558,564,570,576,582,588,594,600],"measured_values":[1113834.0,2126446.0,3190885.0,4254561.0,5316145.0,6381496.0,7469896.0,8506574.0,9568236.0,10663472.0,11753232.0,12934926.0,13852808.0,14945923.0,15983562.0,17043066.0,18070087.0,19166514.0,20306278.0,21268667.0,22322825.0,23395460.0,24455772.0,25587512.0,26544967.0,27650154.0,28755992.0,29863926.0,30880249.0,31891200.0,32940906.0,34007554.0,35074365.0,36142968.0,37255781.0,38299017.0,39333257.0,40425569.0,41472670.0,42553917.0,43569301.0,44675997.0,45691283.0,46759155.0,47899990.0,48933168.0,50083497.0,51029978.0,52066229.0,53171965.0,54397693.0,55244471.0,56408613.0,57385556.0,58455758.0,59585141.0,60765299.0,61868040.0,62719104.0,63807660.0,64831176.0,65850149.0,66974695.0,68282138.0,69072289.0,70137136.0,71366909.0,72351763.0,73316620.0,74402179.0,75463018.0,76429181.0,77462870.0,78547475.0,79597224.0,80606354.0,81665745.0,82537461.0,83854304.0,84993454.0,85761657.0,86811990.0,87921099.0,88916831.0,90044272.0,91140915.0,92327031.0,93232543.0,94280413.0,95397802.0,96662464.0,97462210.0,98470140.0,99591991.0,100687100.0,101671909.0,102731788.0,103804374.0,104934562.0,105942258.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":176879.5935904635,"lower_bound":176799.1971230938,"upper_bound":176975.66408747336,"unit":"ns"},"mean":{"estimate":177249.47827215667,"lower_bound":177096.42199223358,"upper_bound":177467.86185840995,"unit":"ns"},"median":{"estimate":177172.0109670987,"lower_bound":177118.01136363635,"upper_bound":177224.68580453363,"unit":"ns"},"median_abs_dev":{"estimate":332.78728699666664,"lower_bound":177.14551205969565,"upper_bound":482.3260665343081,"unit":"ns"},"slope":{"estimate":176879.5935904635,"lower_bound":176799.1971230938,"upper_bound":176975.66408747336,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/66666","report_directory":"/root/fuel-core/target/criterion/reports/croo/66666","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1094241.0,2118740.0,3171368.0,4236358.0,5320679.0,6346786.0,7415472.0,8466485.0,9526866.0,10607458.0,11635382.0,12701005.0,13784050.0,14818528.0,15899137.0,16958384.0,18044730.0,19045223.0,20180660.0,21250744.0,22305786.0,23310424.0,24334588.0,25416257.0,26490358.0,27566171.0,28700318.0,29678472.0,30703582.0,31888008.0,32859095.0,33874151.0,35062141.0,36400369.0,37111883.0,38133133.0,39170642.0,40309156.0,41320624.0,42430644.0,44016453.0,44462366.0,45559569.0,46631541.0,47622023.0,48715433.0,49803566.0,51051019.0,51890946.0,52999673.0,54009503.0,55136964.0,56237999.0,57225068.0,58262382.0,59346628.0,60355582.0,61497560.0,62759276.0,63567860.0,64581157.0,65696318.0,66731818.0,67778177.0,69022090.0,70123869.0,70957257.0,72218473.0,73092569.0,74195143.0,75213519.0,76266012.0,77370160.0,78401926.0,79356376.0,80523671.0,81452926.0,82639989.0,83565245.0,84588146.0,85887620.0,86716701.0,87839107.0,88935748.0,90004970.0,91011007.0,92037235.0,93129393.0,94285240.0,95227994.0,96315602.0,97511681.0,98462409.0,99501240.0,100613613.0,101593930.0,102635826.0,103700203.0,104834882.0,105874398.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":264816.08612826956,"lower_bound":264741.81256173627,"upper_bound":264905.6856152433,"unit":"ns"},"mean":{"estimate":265041.03490952594,"lower_bound":264873.6353887659,"upper_bound":265269.35490893055,"unit":"ns"},"median":{"estimate":264837.310110664,"lower_bound":264758.50390625,"upper_bound":264892.3975581395,"unit":"ns"},"median_abs_dev":{"estimate":302.81815937517246,"lower_bound":221.87464092008847,"upper_bound":383.8395408636452,"unit":"ns"},"slope":{"estimate":264816.08612826956,"lower_bound":264741.81256173627,"upper_bound":264905.6856152433,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"croo/100000","report_directory":"/root/fuel-core/target/criterion/reports/croo/100000","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1236037.0,2374491.0,3562401.0,4749907.0,5938711.0,7126078.0,8341361.0,9529801.0,10687312.0,11877094.0,13094599.0,14254874.0,15465712.0,16629996.0,17843036.0,19006009.0,20275501.0,21376544.0,22593708.0,23782825.0,25121076.0,26161810.0,27339074.0,28590320.0,29718261.0,30910718.0,32064707.0,33358487.0,34475879.0,35684775.0,36842038.0,38034062.0,39220255.0,40538215.0,41662834.0,42808719.0,44372656.0,45203471.0,46412924.0,47541958.0,48753705.0,49946973.0,51199127.0,52321441.0,53523391.0,54669823.0,55856894.0,56959229.0,58226143.0,59404070.0,60613731.0,61807267.0,62935858.0,64941059.0,65710676.0,66515249.0,67709307.0,68863525.0,70084341.0,71532808.0,72562625.0,73654739.0,74857323.0,76041259.0,77146202.0,78378262.0,79605141.0,81042922.0,82405141.0,83096184.0,84335701.0,85552974.0,86697323.0,87870158.0,89071574.0,90281755.0,91435279.0,92664588.0,93751805.0,95345244.0,96086901.0,97310596.0,98474274.0,99670748.0,101001889.0,102140135.0,103181416.0,104434519.0,105655331.0,107159248.0,107914183.0,109090164.0,110378624.0,111572471.0,112727004.0,113911164.0,115132503.0,116315401.0,117878056.0,118662321.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":396045.34168563125,"lower_bound":395880.55731919257,"upper_bound":396239.9274838024,"unit":"ns"},"mean":{"estimate":396444.70209438505,"lower_bound":396164.0111791966,"upper_bound":396846.0728434662,"unit":"ns"},"median":{"estimate":396059.35801091266,"lower_bound":395955.4032738095,"upper_bound":396182.98333333334,"unit":"ns"},"median_abs_dev":{"estimate":476.3169321961537,"lower_bound":334.3846422643876,"upper_bound":638.213247014269,"unit":"ns"},"slope":{"estimate":396045.34168563125,"lower_bound":395880.55731919257,"upper_bound":396239.9274838024,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"croo","benchmarks":["croo/1","croo/10","croo/100","croo/1000","croo/10000","croo/19753","croo/29629","croo/44444","croo/66666","croo/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/croo"} -{"reason":"benchmark-complete","id":"flag/flag","report_directory":"/root/fuel-core/target/criterion/reports/flag/flag","iteration_count":[5793,11586,17379,23172,28965,34758,40551,46344,52137,57930,63723,69516,75309,81102,86895,92688,98481,104274,110067,115860,121653,127446,133239,139032,144825,150618,156411,162204,167997,173790,179583,185376,191169,196962,202755,208548,214341,220134,225927,231720,237513,243306,249099,254892,260685,266478,272271,278064,283857,289650,295443,301236,307029,312822,318615,324408,330201,335994,341787,347580,353373,359166,364959,370752,376545,382338,388131,393924,399717,405510,411303,417096,422889,428682,434475,440268,446061,451854,457647,463440,469233,475026,480819,486612,492405,498198,503991,509784,515577,521370,527163,532956,538749,544542,550335,556128,561921,567714,573507,579300],"measured_values":[119631.0,178802.0,289420.0,440407.0,537956.0,644100.0,742707.0,910412.0,853784.0,1015862.0,1119968.0,1239133.0,1306698.0,1473738.0,1600012.0,1713223.0,1774407.0,1992726.0,1993809.0,2134187.0,2292149.0,2455088.0,2504698.0,2454412.0,2775426.0,2924469.0,2999581.0,3364245.0,3283934.0,3009821.0,3433430.0,3448933.0,3600104.0,3522639.0,3649803.0,3771554.0,3969319.0,3887179.0,4248663.0,4417673.0,4478850.0,4356986.0,4511339.0,4841521.0,4815387.0,4782143.0,5270676.0,5019547.0,5386001.0,5428797.0,5476911.0,5389538.0,5737468.0,5646595.0,5931485.0,6078848.0,6152425.0,5926605.0,6191263.0,6294077.0,6364323.0,6624630.0,6748238.0,6755977.0,6674869.0,7258435.0,7345962.0,7124812.0,7360009.0,7378564.0,7718919.0,7600520.0,7749903.0,7829035.0,7875542.0,8163969.0,8254442.0,8332651.0,8610747.0,8766252.0,8671676.0,8751304.0,9098798.0,8992603.0,9099889.0,9068652.0,9570861.0,9474727.0,9608348.0,9657279.0,10086279.0,10505386.0,10196081.0,10489379.0,10702459.0,10663953.0,10516739.0,10416024.0,10744028.0,11427298.0],"unit":"ns","throughput":[],"typical":{"estimate":18.652705644881408,"lower_bound":18.526879522067077,"upper_bound":18.78014428575728,"unit":"ns"},"mean":{"estimate":18.504580701773996,"lower_bound":18.357744398301094,"upper_bound":18.64730301357892,"unit":"ns"},"median":{"estimate":18.511948674817653,"lower_bound":18.422789489417422,"upper_bound":18.632363318100186,"unit":"ns"},"median_abs_dev":{"estimate":0.5984742272482532,"lower_bound":0.46304071951307685,"upper_bound":0.7040348052014257,"unit":"ns"},"slope":{"estimate":18.652705644881408,"lower_bound":18.526879522067077,"upper_bound":18.78014428575728,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"flag","benchmarks":["flag/flag"],"report_directory":"/root/fuel-core/target/criterion/reports/flag"} -{"reason":"benchmark-complete","id":"gm/gm","report_directory":"/root/fuel-core/target/criterion/reports/gm/gm","iteration_count":[5215,10430,15645,20860,26075,31290,36505,41720,46935,52150,57365,62580,67795,73010,78225,83440,88655,93870,99085,104300,109515,114730,119945,125160,130375,135590,140805,146020,151235,156450,161665,166880,172095,177310,182525,187740,192955,198170,203385,208600,213815,219030,224245,229460,234675,239890,245105,250320,255535,260750,265965,271180,276395,281610,286825,292040,297255,302470,307685,312900,318115,323330,328545,333760,338975,344190,349405,354620,359835,365050,370265,375480,380695,385910,391125,396340,401555,406770,411985,417200,422415,427630,432845,438060,443275,448490,453705,458920,464135,469350,474565,479780,484995,490210,495425,500640,505855,511070,516285,521500],"measured_values":[117347.0,190062.0,282116.0,360616.0,481854.0,631106.0,640992.0,895804.0,918400.0,1018805.0,1172557.0,1348601.0,1456330.0,1415691.0,1642849.0,1686505.0,1738491.0,2102490.0,2020443.0,2117139.0,2152866.0,2197493.0,2247731.0,2507010.0,2564084.0,2899559.0,2776346.0,2817728.0,2980966.0,3002803.0,2995025.0,3426514.0,3377282.0,3666258.0,3444644.0,3991886.0,4048730.0,4036606.0,4091759.0,4139578.0,4190754.0,4335693.0,4343690.0,4564900.0,4578050.0,4894255.0,4905254.0,5407805.0,5421582.0,5323759.0,5366975.0,5440944.0,5323778.0,5701958.0,5867641.0,5994860.0,5874813.0,6313643.0,6312728.0,6386359.0,6211636.0,6809728.0,6513606.0,6565558.0,6293865.0,7133321.0,7205429.0,7525846.0,7579613.0,7442899.0,7106139.0,7871199.0,8280211.0,8092467.0,7954145.0,7764281.0,7822991.0,8279441.0,8577135.0,8797195.0,8450736.0,9382844.0,8305339.0,8900519.0,8784924.0,9109175.0,9007821.0,9732024.0,9307629.0,9407335.0,9508061.0,9519743.0,9750190.0,9944147.0,9764801.0,10067184.0,10210931.0,10613357.0,10480500.0,10595131.0],"unit":"ns","throughput":[],"typical":{"estimate":20.261313445303976,"lower_bound":20.110287301906965,"upper_bound":20.418692720501078,"unit":"ns"},"mean":{"estimate":20.126947948687842,"lower_bound":19.945247337059104,"upper_bound":20.30681919684232,"unit":"ns"},"median":{"estimate":20.143933918430562,"lower_bound":19.953483571975646,"upper_bound":20.316646212847555,"unit":"ns"},"median_abs_dev":{"estimate":0.7802823957944218,"lower_bound":0.56507586749082,"upper_bound":0.998123889611381,"unit":"ns"},"slope":{"estimate":20.261313445303976,"lower_bound":20.110287301906965,"upper_bound":20.418692720501078,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"gm","benchmarks":["gm/gm"],"report_directory":"/root/fuel-core/target/criterion/reports/gm"} -{"reason":"benchmark-complete","id":"smo/1","report_directory":"/root/fuel-core/target/criterion/reports/smo/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[413280.0,359325.0,369944.0,363022.0,356413.0,364090.0,367651.0,362890.0,356947.0,363946.0,362147.0,367139.0,356692.0,357314.0,356558.0,362232.0,356295.0,365057.0,368454.0,359082.0,361256.0,364516.0,360795.0,357028.0,368255.0,367037.0,361493.0,365371.0,358330.0,356567.0,363640.0,365465.0,357020.0,358317.0,363836.0,394830.0,363904.0,357388.0,363657.0,368591.0,364577.0,366558.0,363608.0,362758.0,355291.0,358683.0,356325.0,359832.0,365859.0,357420.0,386781.0,355615.0,355008.0,356338.0,355610.0,361565.0,358623.0,406996.0,361859.0,360454.0,354446.0,361659.0,360427.0,355227.0,359391.0,363667.0,361777.0,358965.0,356981.0,357460.0,361609.0,360747.0,355044.0,360455.0,355000.0,354738.0,363851.0,360210.0,362164.0,357572.0,357582.0,363779.0,363870.0,363991.0,367389.0,360019.0,358297.0,358451.0,361332.0,361292.0,358490.0,358680.0,364182.0,367215.0,365426.0,363026.0,356574.0,366512.0,357640.0,361512.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":362521.83,"lower_bound":360939.85825,"upper_bound":364415.0265,"unit":"ns"},"mean":{"estimate":362521.83,"lower_bound":360939.85825,"upper_bound":364415.0265,"unit":"ns"},"median":{"estimate":361312.0,"lower_bound":359705.0,"upper_bound":362189.5,"unit":"ns"},"median_abs_dev":{"estimate":4610.144618153572,"lower_bound":3843.6404317617416,"upper_bound":5927.434694766998,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/10","report_directory":"/root/fuel-core/target/criterion/reports/smo/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[416581.0,359310.0,359369.0,365384.0,368368.0,365036.0,366498.0,364426.0,368217.0,366147.0,364646.0,363490.0,362848.0,364142.0,364061.0,364319.0,364977.0,359437.0,366408.0,361611.0,363127.0,365465.0,355884.0,356905.0,363910.0,363025.0,365447.0,364521.0,362354.0,357072.0,359742.0,364347.0,364661.0,366939.0,363789.0,364476.0,365057.0,362838.0,364646.0,364115.0,357518.0,388132.0,358108.0,365958.0,365487.0,364473.0,363435.0,357655.0,364894.0,357747.0,363619.0,364484.0,360550.0,357408.0,365192.0,364540.0,364322.0,365551.0,364372.0,364640.0,368629.0,364955.0,358115.0,365104.0,366966.0,363760.0,365449.0,357529.0,389961.0,364683.0,363881.0,360083.0,365630.0,364944.0,363270.0,366710.0,357750.0,364787.0,363957.0,364001.0,364121.0,358994.0,361399.0,360261.0,358027.0,362896.0,362682.0,363139.0,364047.0,358947.0,365541.0,364784.0,361647.0,357352.0,365834.0,357916.0,364221.0,358104.0,367767.0,364898.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":364144.21,"lower_bound":362935.1365,"upper_bound":365685.842,"unit":"ns"},"mean":{"estimate":364144.21,"lower_bound":362935.1365,"upper_bound":365685.842,"unit":"ns"},"median":{"estimate":364181.5,"lower_bound":363789.0,"upper_bound":364521.0,"unit":"ns"},"median_abs_dev":{"estimate":1920.7082659006119,"lower_bound":1359.544175863266,"upper_bound":2942.256712764493,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/100","report_directory":"/root/fuel-core/target/criterion/reports/smo/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[440992.0,365568.0,365484.0,390635.0,362965.0,363845.0,359533.0,364361.0,365006.0,364715.0,356575.0,367596.0,357249.0,358598.0,363102.0,363628.0,357320.0,357522.0,363444.0,356827.0,363798.0,363692.0,359167.0,366448.0,364107.0,365626.0,364956.0,362929.0,357603.0,364852.0,358560.0,359316.0,363448.0,363371.0,357054.0,363992.0,363746.0,362686.0,366094.0,363414.0,363515.0,365475.0,364764.0,364651.0,358239.0,363885.0,363829.0,366098.0,365509.0,364857.0,362521.0,362048.0,358106.0,367102.0,362904.0,358464.0,361299.0,361974.0,364120.0,358026.0,361188.0,392974.0,365415.0,359538.0,366432.0,367410.0,365071.0,364670.0,358943.0,359493.0,362941.0,358612.0,363777.0,363862.0,357063.0,358181.0,361626.0,367243.0,363272.0,362273.0,364898.0,365753.0,362349.0,362336.0,359735.0,364660.0,364101.0,357061.0,362513.0,363343.0,363766.0,362715.0,359196.0,366201.0,357689.0,367150.0,394906.0,364543.0,363540.0,362064.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":364257.13,"lower_bound":362627.47725,"upper_bound":366408.49124999996,"unit":"ns"},"mean":{"estimate":364257.13,"lower_bound":362627.47725,"upper_bound":366408.49124999996,"unit":"ns"},"median":{"estimate":363481.5,"lower_bound":362922.5,"upper_bound":363845.5,"unit":"ns"},"median_abs_dev":{"estimate":2553.7784546613693,"lower_bound":1837.682667374611,"upper_bound":3928.8899302482605,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/1000","report_directory":"/root/fuel-core/target/criterion/reports/smo/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[438843.0,362159.0,366708.0,363310.0,369099.0,359819.0,363528.0,366426.0,357618.0,364666.0,376638.0,362259.0,366912.0,366782.0,359863.0,363388.0,363242.0,359662.0,364221.0,365900.0,359321.0,365678.0,364679.0,365334.0,357631.0,359316.0,363786.0,366980.0,363771.0,363321.0,357506.0,363398.0,362313.0,361447.0,363593.0,363080.0,364108.0,359804.0,357810.0,364458.0,361256.0,363070.0,363706.0,364188.0,358146.0,364309.0,365254.0,363885.0,360539.0,364197.0,367747.0,359377.0,368245.0,364943.0,389969.0,363025.0,358195.0,363221.0,364971.0,366343.0,363990.0,363853.0,362899.0,363163.0,363483.0,363543.0,362722.0,366937.0,358532.0,366286.0,359932.0,364912.0,364160.0,367805.0,363521.0,361388.0,364536.0,364911.0,366047.0,367179.0,366939.0,364836.0,360433.0,361276.0,365864.0,366216.0,365408.0,364503.0,358480.0,364488.0,362642.0,360097.0,365262.0,365684.0,365273.0,365202.0,376161.0,365201.0,364029.0,363971.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":364747.27,"lower_bound":363411.29524999997,"upper_bound":366679.8525,"unit":"ns"},"mean":{"estimate":364747.27,"lower_bound":363411.29524999997,"upper_bound":366679.8525,"unit":"ns"},"median":{"estimate":363980.5,"lower_bound":363505.5,"upper_bound":364488.0,"unit":"ns"},"median_abs_dev":{"estimate":2294.3234592676163,"lower_bound":1605.6557714939117,"upper_bound":3415.9103393554688,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/10000","report_directory":"/root/fuel-core/target/criterion/reports/smo/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[452261.0,398590.0,398845.0,402268.0,400543.0,399965.0,409193.0,402493.0,404149.0,394966.0,393505.0,400075.0,396041.0,406163.0,403740.0,401015.0,413474.0,407228.0,403673.0,403372.0,403545.0,397387.0,400575.0,398091.0,401797.0,401341.0,394438.0,400776.0,403230.0,404429.0,402534.0,431237.0,401959.0,405094.0,398598.0,403475.0,402275.0,395579.0,393799.0,395842.0,422946.0,403058.0,395707.0,399500.0,394489.0,402770.0,429189.0,401706.0,401476.0,402536.0,401137.0,403492.0,400261.0,401708.0,401261.0,393505.0,400088.0,402944.0,395879.0,399942.0,400440.0,401197.0,395006.0,401784.0,396390.0,407184.0,401004.0,399243.0,401255.0,425242.0,402133.0,396901.0,402535.0,403537.0,394762.0,404217.0,401793.0,429000.0,401892.0,401288.0,400927.0,402503.0,399448.0,394614.0,393723.0,394812.0,401554.0,392252.0,401554.0,399081.0,395015.0,400947.0,401988.0,397868.0,401357.0,400575.0,398734.0,396675.0,400657.0,401242.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":402234.83,"lower_bound":400688.11925,"upper_bound":404028.33025,"unit":"ns"},"mean":{"estimate":402234.83,"lower_bound":400688.11925,"upper_bound":404028.33025,"unit":"ns"},"median":{"estimate":401248.5,"lower_bound":400575.0,"upper_bound":401708.0,"unit":"ns"},"median_abs_dev":{"estimate":3180.9182435274124,"lower_bound":1985.2013647556305,"upper_bound":4064.5478278398514,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/19753","report_directory":"/root/fuel-core/target/criterion/reports/smo/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[513145.0,441844.0,440615.0,440064.0,442267.0,439833.0,441374.0,440856.0,442113.0,440941.0,435071.0,441976.0,433744.0,439099.0,439103.0,440442.0,440918.0,437682.0,440211.0,439474.0,440874.0,441312.0,439390.0,441332.0,438646.0,441307.0,440312.0,467383.0,439365.0,439672.0,439030.0,441159.0,432253.0,441588.0,440808.0,439856.0,440306.0,432866.0,444187.0,441984.0,441752.0,441979.0,440821.0,438992.0,440129.0,438553.0,430434.0,429755.0,467881.0,441887.0,439350.0,440508.0,433016.0,434140.0,438440.0,444126.0,432020.0,431849.0,439360.0,438509.0,435267.0,442285.0,444765.0,443233.0,436239.0,441218.0,436428.0,442731.0,444485.0,444750.0,441835.0,442739.0,438700.0,440928.0,440564.0,442250.0,439173.0,434608.0,442575.0,441587.0,443363.0,443703.0,445027.0,446162.0,443121.0,442205.0,441515.0,441746.0,441297.0,433837.0,473369.0,441843.0,443262.0,445021.0,439838.0,438806.0,436056.0,436673.0,439096.0,441036.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":441512.39,"lower_bound":439909.46424999996,"upper_bound":443579.9055,"unit":"ns"},"mean":{"estimate":441512.39,"lower_bound":439909.46424999996,"upper_bound":443579.9055,"unit":"ns"},"median":{"estimate":440838.5,"lower_bound":440129.0,"upper_bound":441307.0,"unit":"ns"},"median_abs_dev":{"estimate":2338.0601584911346,"lower_bound":1809.5132678747177,"upper_bound":3030.4343461990356,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/29629","report_directory":"/root/fuel-core/target/criterion/reports/smo/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[587211.0,482549.0,478840.0,476927.0,473270.0,473965.0,472337.0,477087.0,478514.0,471910.0,471476.0,479494.0,474154.0,472326.0,478597.0,476378.0,469199.0,477904.0,476770.0,477486.0,476549.0,478740.0,477064.0,472017.0,476556.0,476736.0,477299.0,476071.0,479828.0,472128.0,475937.0,479285.0,477922.0,470356.0,476699.0,478117.0,475652.0,470566.0,475543.0,475783.0,474283.0,475712.0,470199.0,476403.0,474225.0,475547.0,475337.0,470243.0,475736.0,474842.0,471274.0,475023.0,474998.0,475130.0,474674.0,476182.0,480071.0,469654.0,474776.0,474394.0,476237.0,474167.0,468839.0,474243.0,468073.0,475692.0,468317.0,474979.0,468297.0,474186.0,475110.0,475154.0,474647.0,475703.0,477645.0,475713.0,477691.0,476778.0,476279.0,477354.0,475709.0,476066.0,473915.0,474263.0,469411.0,502072.0,476496.0,473973.0,477268.0,473253.0,475344.0,468319.0,477688.0,474344.0,476858.0,468380.0,476044.0,473617.0,470975.0,508424.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":476614.68,"lower_bound":474766.14800000004,"upper_bound":479432.0855,"unit":"ns"},"mean":{"estimate":476614.68,"lower_bound":474766.14800000004,"upper_bound":479432.0855,"unit":"ns"},"median":{"estimate":475599.5,"lower_bound":474920.0,"upper_bound":476044.0,"unit":"ns"},"median_abs_dev":{"estimate":2188.317561149597,"lower_bound":1793.2046681642532,"upper_bound":3192.797575816508,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/44444","report_directory":"/root/fuel-core/target/criterion/reports/smo/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[592675.0,535072.0,565036.0,526183.0,533607.0,533418.0,532608.0,534179.0,532484.0,533289.0,533087.0,524546.0,533776.0,531866.0,532910.0,531653.0,534198.0,536771.0,536114.0,528759.0,526439.0,563848.0,527963.0,528225.0,534228.0,533885.0,532514.0,532448.0,532515.0,532579.0,529047.0,536629.0,532418.0,524498.0,538501.0,533589.0,532044.0,532923.0,530727.0,533712.0,527382.0,540615.0,530487.0,532255.0,563758.0,534859.0,533546.0,533409.0,530425.0,537188.0,533739.0,531542.0,530901.0,530112.0,532758.0,529437.0,525714.0,536346.0,535312.0,527863.0,532407.0,531995.0,533535.0,532739.0,532870.0,535077.0,534389.0,536128.0,530692.0,526713.0,531627.0,531786.0,531788.0,529154.0,536428.0,532840.0,534416.0,542414.0,534161.0,528828.0,532535.0,524159.0,530191.0,556323.0,534424.0,532978.0,525644.0,532194.0,534280.0,525293.0,530054.0,527223.0,531809.0,532271.0,534021.0,529413.0,538653.0,531876.0,523721.0,526905.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":533825.65,"lower_bound":532230.84925,"upper_bound":535767.5510000001,"unit":"ns"},"mean":{"estimate":533825.65,"lower_bound":532230.84925,"upper_bound":535767.5510000001,"unit":"ns"},"median":{"estimate":532557.0,"lower_bound":532149.5,"upper_bound":533133.5,"unit":"ns"},"median_abs_dev":{"estimate":2736.1382514238358,"lower_bound":1869.5585668087006,"upper_bound":3828.0731320381165,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/66666","report_directory":"/root/fuel-core/target/criterion/reports/smo/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[671501.0,608909.0,614544.0,628042.0,613928.0,616660.0,615789.0,614194.0,612572.0,609146.0,607428.0,614489.0,612113.0,608186.0,608449.0,613919.0,613307.0,615154.0,620737.0,616985.0,616042.0,612490.0,609637.0,615660.0,619337.0,614344.0,614412.0,613680.0,613663.0,607476.0,613226.0,614473.0,613118.0,607809.0,607137.0,613323.0,612991.0,641462.0,608897.0,614222.0,611555.0,614938.0,606601.0,617173.0,613905.0,615263.0,607400.0,609976.0,615633.0,614415.0,613888.0,614964.0,613283.0,614679.0,614427.0,608197.0,616598.0,614811.0,615078.0,616404.0,613597.0,612109.0,614655.0,609716.0,607556.0,614829.0,613343.0,615732.0,608799.0,611578.0,612479.0,607934.0,613679.0,612469.0,606854.0,615642.0,614169.0,615836.0,610153.0,604334.0,615942.0,639186.0,616503.0,612949.0,615978.0,614301.0,613354.0,611477.0,614957.0,611807.0,609375.0,617280.0,609842.0,607194.0,608697.0,607207.0,618422.0,614670.0,607952.0,614944.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":614061.39,"lower_bound":612716.0595000001,"upper_bound":615755.17425,"unit":"ns"},"mean":{"estimate":614061.39,"lower_bound":612716.0595000001,"upper_bound":615755.17425,"unit":"ns"},"median":{"estimate":613784.0,"lower_bound":613200.5,"upper_bound":614412.0,"unit":"ns"},"median_abs_dev":{"estimate":2909.6024483442307,"lower_bound":1965.1862651109695,"upper_bound":4212.826357707377,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"smo/100000","report_directory":"/root/fuel-core/target/criterion/reports/smo/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[799223.0,736399.0,740169.0,735178.0,742685.0,740263.0,739921.0,742322.0,785801.0,736589.0,743464.0,765897.0,739338.0,746189.0,738622.0,742105.0,768343.0,734969.0,742688.0,744161.0,736000.0,738166.0,734909.0,740880.0,738374.0,734708.0,740394.0,743110.0,742548.0,743176.0,740174.0,740664.0,738190.0,741708.0,741556.0,746258.0,739917.0,736177.0,743919.0,741244.0,740566.0,739661.0,734319.0,740398.0,741085.0,737657.0,740636.0,741974.0,740625.0,746356.0,741504.0,740684.0,741718.0,740702.0,740785.0,739638.0,743018.0,743707.0,740996.0,733224.0,734162.0,743674.0,739385.0,733689.0,737632.0,767894.0,742047.0,737031.0,740157.0,739732.0,744359.0,741356.0,740549.0,742376.0,740947.0,732715.0,743162.0,739191.0,741716.0,743759.0,741076.0,733672.0,738129.0,742205.0,738910.0,775975.0,744945.0,742434.0,741900.0,741574.0,736121.0,741835.0,745334.0,741185.0,737905.0,740430.0,735594.0,740457.0,742312.0,734274.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":742374.51,"lower_bound":740647.48775,"upper_bound":744443.376,"unit":"ns"},"mean":{"estimate":742374.51,"lower_bound":740647.48775,"upper_bound":744443.376,"unit":"ns"},"median":{"estimate":740743.5,"lower_bound":740398.0,"upper_bound":741504.0,"unit":"ns"},"median_abs_dev":{"estimate":2798.4074503183365,"lower_bound":1954.0667653083801,"upper_bound":3847.346931695938,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"smo","benchmarks":["smo/1","smo/10","smo/100","smo/1000","smo/10000","smo/19753","smo/29629","smo/44444","smo/66666","smo/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/smo"} -{"reason":"benchmark-complete","id":"srwq/1","report_directory":"/root/fuel-core/target/criterion/reports/srwq/1","iteration_count":[270,540,810,1080,1350,1620,1890,2160,2430,2700,2970,3240,3510,3780,4050,4320,4590,4860,5130,5400,5670,5940,6210,6480,6750,7020,7290,7560,7830,8100,8370,8640,8910,9180,9450,9720,9990,10260,10530,10800,11070,11340,11610,11880,12150,12420,12690,12960,13230,13500,13770,14040,14310,14580,14850,15120,15390,15660,15930,16200,16470,16740,17010,17280,17550,17820,18090,18360,18630,18900,19170,19440,19710,19980,20250,20520,20790,21060,21330,21600,21870,22140,22410,22680,22950,23220,23490,23760,24030,24300,24570,24840,25110,25380,25650,25920,26190,26460,26730,27000],"measured_values":[915172.0,1757096.0,2693833.0,3591536.0,4489288.0,5380574.0,6301749.0,7152125.0,8011508.0,8985030.0,9889054.0,10669736.0,11690456.0,12390338.0,13384755.0,14369985.0,15190169.0,15910965.0,17016381.0,17929704.0,18851611.0,19883599.0,20740112.0,21588775.0,22646221.0,23300980.0,24197459.0,25173727.0,26166867.0,26979335.0,27983642.0,28693579.0,29875595.0,30218469.0,31404987.0,32382431.0,33247465.0,34050158.0,35218046.0,35992002.0,36730673.0,37846444.0,38555791.0,39526933.0,40514838.0,41493619.0,42669192.0,42862197.0,44171019.0,44764187.0,46046101.0,46816943.0,47616145.0,48490345.0,49095210.0,50354972.0,51163546.0,52375242.0,52973828.0,54110233.0,54756480.0,55575509.0,56651273.0,57940995.0,58403026.0,59249399.0,60506856.0,61202276.0,62080982.0,62811249.0,63859818.0,64767683.0,65860247.0,66513221.0,67491172.0,67827731.0,69215662.0,70375288.0,71173073.0,71763424.0,72722346.0,73907646.0,74749487.0,75587261.0,77213601.0,77314818.0,78391594.0,78886918.0,80200065.0,81313457.0,81906257.0,82637674.0,83636693.0,84595658.0,85563971.0,86187123.0,87550191.0,88064556.0,89000005.0,90107259.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":3332.227863236075,"lower_bound":3329.725101348978,"upper_bound":3334.77653974002,"unit":"ns"},"mean":{"estimate":3328.347951456301,"lower_bound":3324.825728049555,"upper_bound":3331.717084982289,"unit":"ns"},"median":{"estimate":3329.6563346644743,"lower_bound":3327.135957676298,"upper_bound":3331.6010802469136,"unit":"ns"},"median_abs_dev":{"estimate":11.009690205560688,"lower_bound":7.32606227091346,"upper_bound":13.919022634832277,"unit":"ns"},"slope":{"estimate":3332.227863236075,"lower_bound":3329.725101348978,"upper_bound":3334.77653974002,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"srwq/10","report_directory":"/root/fuel-core/target/criterion/reports/srwq/10","iteration_count":[31,62,93,124,155,186,217,248,279,310,341,372,403,434,465,496,527,558,589,620,651,682,713,744,775,806,837,868,899,930,961,992,1023,1054,1085,1116,1147,1178,1209,1240,1271,1302,1333,1364,1395,1426,1457,1488,1519,1550,1581,1612,1643,1674,1705,1736,1767,1798,1829,1860,1891,1922,1953,1984,2015,2046,2077,2108,2139,2170,2201,2232,2263,2294,2325,2356,2387,2418,2449,2480,2511,2542,2573,2604,2635,2666,2697,2728,2759,2790,2821,2852,2883,2914,2945,2976,3007,3038,3069,3100],"measured_values":[1033255.0,1939564.0,2860039.0,3868890.0,4912988.0,5912819.0,6792662.0,7848921.0,8672845.0,9832569.0,10729931.0,11774866.0,12765948.0,13552898.0,14731527.0,15543513.0,16694645.0,17507373.0,18534418.0,19545835.0,20637518.0,21658265.0,22624852.0,23478615.0,24487370.0,25555019.0,26729323.0,27390317.0,28338433.0,29331752.0,30225663.0,31453208.0,32358995.0,33183883.0,34346623.0,35471999.0,36389201.0,37267329.0,37920567.0,39578723.0,40291561.0,41417714.0,42375546.0,42816499.0,44140637.0,45489891.0,46360182.0,47010414.0,47523743.0,49102840.0,50299252.0,51166020.0,52168068.0,52232437.0,54083083.0,54958518.0,56071273.0,56932651.0,57709010.0,58802514.0,60165626.0,61267813.0,61930961.0,61927783.0,64008720.0,64855146.0,65941081.0,66405032.0,67301182.0,68424968.0,69723083.0,70873108.0,71870120.0,71942023.0,73816322.0,74823688.0,76098603.0,76736325.0,77227970.0,78774578.0,79602339.0,81260342.0,81171799.0,81846902.0,83737608.0,84290946.0,85546289.0,86464200.0,86530154.0,88375392.0,89366413.0,90424191.0,91139350.0,91525866.0,93104992.0,94187055.0,95232050.0,95846909.0,95729526.0,97771935.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":31627.132348922903,"lower_bound":31582.094891755813,"upper_bound":31669.777542265496,"unit":"ns"},"mean":{"estimate":31623.41873473024,"lower_bound":31574.009036632502,"upper_bound":31678.09976217092,"unit":"ns"},"median":{"estimate":31667.276489914337,"lower_bound":31617.00900225056,"upper_bound":31696.797653958944,"unit":"ns"},"median_abs_dev":{"estimate":154.81006334958832,"lower_bound":103.17449705525705,"upper_bound":192.29693637099402,"unit":"ns"},"slope":{"estimate":31627.132348922903,"lower_bound":31582.094891755813,"upper_bound":31669.777542265496,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"srwq/100","report_directory":"/root/fuel-core/target/criterion/reports/srwq/100","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1259326.0,2463611.0,3739556.0,4995975.0,6250229.0,7474308.0,8763562.0,9869502.0,11216661.0,12471976.0,13617250.0,14947753.0,16053981.0,17339366.0,18588996.0,19960858.0,21149719.0,22395416.0,23711765.0,24955214.0,25853536.0,27392403.0,28515388.0,29921135.0,31275203.0,32470639.0,33598867.0,35010686.0,36024075.0,37256901.0,38529568.0,39837107.0,41047488.0,42376374.0,43550560.0,44545209.0,45940788.0,47196187.0,48170925.0,49692488.0,50876670.0,52160493.0,53493037.0,54716841.0,55201875.0,56275485.0,58300480.0,59547399.0,60999603.0,61903004.0,63448739.0,64783771.0,66110926.0,67197379.0,68601206.0,69472352.0,70921068.0,72250418.0,73344814.0,74162838.0,75544665.0,76585892.0,78000695.0,79430551.0,80941508.0,82031975.0,83456431.0,84521314.0,85155010.0,86562448.0,87836205.0,88760579.0,90406093.0,91318509.0,93004723.0,94395626.0,95781745.0,96859135.0,98207902.0,99213208.0,100459247.0,101814976.0,102955401.0,104269502.0,105698705.0,106610790.0,107966641.0,109121279.0,110623339.0,111591315.0,112726825.0,113410042.0,114962932.0,116606191.0,118089718.0,119118910.0,120636344.0,121565140.0,122162661.0,123831397.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":310070.76354588446,"lower_bound":309839.8035523894,"upper_bound":310293.9695151017,"unit":"ns"},"mean":{"estimate":310419.54733006255,"lower_bound":310158.2363410663,"upper_bound":310679.0940649561,"unit":"ns"},"median":{"estimate":310490.177631579,"lower_bound":310184.01306620205,"upper_bound":310783.1101694915,"unit":"ns"},"median_abs_dev":{"estimate":1130.0006293964034,"lower_bound":810.8558699880912,"upper_bound":1392.558596887682,"unit":"ns"},"slope":{"estimate":310070.76354588446,"lower_bound":309839.8035523894,"upper_bound":310293.9695151017,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"srwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/1000","iteration_count":[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16],"measured_values":[49840870.0,50440453.0,50401412.0,50629565.0,50409205.0,50011261.0,50413898.0,50288800.0,50253168.0,50003850.0,50151960.0,50201659.0,50126993.0,49959753.0,50171071.0,50218124.0,49558725.0,50104425.0,49563619.0,50282632.0,50345768.0,50385296.0,50165273.0,50351482.0,50288771.0,50281183.0,50132795.0,50472523.0,50247716.0,50458348.0,50214010.0,50457658.0,50211139.0,49972236.0,50214781.0,50217048.0,50402842.0,50341457.0,49615986.0,50524170.0,50014935.0,50070590.0,50207493.0,50033523.0,50164659.0,49817636.0,49960922.0,50256035.0,49898180.0,49843766.0,49977794.0,49978004.0,50097819.0,49668923.0,50077417.0,50034699.0,49470110.0,50022390.0,49594783.0,49877384.0,50075263.0,50331376.0,50263145.0,50340415.0,50237084.0,50322750.0,50413677.0,50298416.0,50243126.0,50183973.0,50729977.0,49274514.0,49923293.0,49958363.0,50175730.0,50391363.0,50220722.0,50350943.0,50146276.0,49692806.0,50143138.0,49864243.0,49593837.0,50197414.0,50481722.0,49943521.0,50060190.0,50313138.0,50216969.0,50384451.0,50114343.0,50490219.0,50317776.0,49830877.0,50088426.0,50025909.0,50216058.0,49967930.0,50017439.0,50208087.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":3133404.92875,"lower_bound":3130175.3043124997,"upper_bound":3136503.074609375,"unit":"ns"},"mean":{"estimate":3133404.92875,"lower_bound":3130175.3043124997,"upper_bound":3136503.074609375,"unit":"ns"},"median":{"estimate":3136240.71875,"lower_bound":3132146.4375,"upper_bound":3138560.5625,"unit":"ns"},"median_abs_dev":{"estimate":14926.49221625179,"lower_bound":11239.775725454092,"upper_bound":17745.470741204917,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"srwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/10000","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[63584029.0,63630713.0,63049344.0,63401505.0,63268189.0,62536738.0,62854217.0,63208896.0,63264316.0,62373322.0,63268541.0,63199847.0,63333766.0,63459034.0,63355542.0,63225861.0,63100754.0,62693075.0,62393594.0,63277598.0,62946324.0,63247200.0,62949309.0,65056479.0,63635657.0,63539036.0,63354214.0,63090945.0,62876475.0,63119622.0,62676397.0,63276661.0,62650492.0,63181457.0,63323293.0,63435253.0,63503303.0,63247709.0,63491709.0,63522078.0,63227243.0,63691787.0,63540007.0,63371704.0,63442440.0,62830537.0,62915304.0,63533503.0,63627285.0,63418875.0,63306921.0,63520637.0,63777339.0,63205238.0,63045798.0,63036805.0,63719572.0,63555548.0,63203794.0,63213148.0,63264862.0,63401745.0,63449886.0,63252975.0,63420009.0,63145129.0,63213693.0,63444965.0,63766971.0,63333679.0,63330094.0,63152931.0,62576771.0,63490399.0,63385650.0,62816457.0,63111937.0,63641857.0,63113906.0,63143451.0,63248218.0,63189239.0,63199478.0,63569131.0,63586669.0,63702695.0,62488155.0,63325631.0,63170891.0,63371701.0,63430433.0,63439602.0,63603246.0,63420933.0,63621359.0,63443319.0,62986311.0,63440524.0,63354320.0,63496819.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":31641660.1,"lower_bound":31607798.688,"upper_bound":31676601.851875,"unit":"ns"},"mean":{"estimate":31641660.1,"lower_bound":31607798.688,"upper_bound":31676601.851875,"unit":"ns"},"median":{"estimate":31657553.5,"lower_bound":31623854.5,"upper_bound":31689337.75,"unit":"ns"},"median_abs_dev":{"estimate":126626.63985192776,"lower_bound":92976.80954933167,"upper_bound":161939.2060250044,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"srwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[321051802.0,322062823.0,321283952.0,322007234.0,322257708.0,321936474.0,321695184.0,322118835.0,323195525.0,320776410.0,321441899.0,319705474.0,322469935.0,320988221.0,322432030.0,321877448.0,322133323.0,322857642.0,321092765.0,319768809.0,321463999.0,320346988.0,319543939.0,320184706.0,321585779.0,320527617.0,320105098.0,322740212.0,320872861.0,319920987.0,320939974.0,322179037.0,321092100.0,319838850.0,319848579.0,319700669.0,321750024.0,319086478.0,320698588.0,319346119.0,320169382.0,319490833.0,320781153.0,319163128.0,323288899.0,321013176.0,320751762.0,320992632.0,320348308.0,321135735.0,320468001.0,319028364.0,320680501.0,320097546.0,320194891.0,319351110.0,319097389.0,319998388.0,322688376.0,320080784.0,321368777.0,321399108.0,324465375.0,321667668.0,323993275.0,321500926.0,321483723.0,321812057.0,320875705.0,322470817.0,320848007.0,320125320.0,323511798.0,320740020.0,321636769.0,321442357.0,323797713.0,320241485.0,319070706.0,321456540.0,323200095.0,321847186.0,320273330.0,324186816.0,320538162.0,320350013.0,322009118.0,320869548.0,320546437.0,321260559.0,320966337.0,321422398.0,322439093.0,322620676.0,320285870.0,322840676.0,323219638.0,323832609.0,322565216.0,321641768.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":321245701.46,"lower_bound":321002116.08075,"upper_bound":321494075.74375004,"unit":"ns"},"mean":{"estimate":321245701.46,"lower_bound":321002116.08075,"upper_bound":321494075.74375004,"unit":"ns"},"median":{"estimate":321092432.5,"lower_bound":320860434.0,"upper_bound":321456540.0,"unit":"ns"},"median_abs_dev":{"estimate":1296154.872688651,"lower_bound":984469.362822175,"upper_bound":1591664.475542307,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"srwq","benchmarks":["srwq/1","srwq/10","srwq/100","srwq/1000","srwq/10000","srwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/srwq"} -{"reason":"benchmark-complete","id":"time/time","report_directory":"/root/fuel-core/target/criterion/reports/time/time","iteration_count":[1142,2284,3426,4568,5710,6852,7994,9136,10278,11420,12562,13704,14846,15988,17130,18272,19414,20556,21698,22840,23982,25124,26266,27408,28550,29692,30834,31976,33118,34260,35402,36544,37686,38828,39970,41112,42254,43396,44538,45680,46822,47964,49106,50248,51390,52532,53674,54816,55958,57100,58242,59384,60526,61668,62810,63952,65094,66236,67378,68520,69662,70804,71946,73088,74230,75372,76514,77656,78798,79940,81082,82224,83366,84508,85650,86792,87934,89076,90218,91360,92502,93644,94786,95928,97070,98212,99354,100496,101638,102780,103922,105064,106206,107348,108490,109632,110774,111916,113058,114200],"measured_values":[782586.0,1505343.0,2273772.0,2999891.0,3736513.0,4552506.0,5290475.0,5998719.0,6728967.0,7493030.0,8233611.0,9027520.0,9913378.0,10519059.0,11232213.0,12042616.0,12783578.0,13534303.0,14218783.0,15132883.0,15716810.0,16698323.0,17451249.0,18021855.0,18779947.0,19543046.0,20395830.0,21021298.0,21966970.0,22613619.0,23274023.0,24163917.0,25120511.0,25818032.0,26482467.0,27080657.0,27768326.0,28511802.0,29434562.0,30126678.0,31031823.0,31753230.0,32517981.0,33305621.0,33761799.0,34720378.0,35708299.0,36305728.0,36663036.0,37656572.0,38473868.0,39381150.0,40273214.0,40835777.0,41427896.0,42119891.0,43092588.0,43563467.0,44362831.0,45744198.0,45959073.0,47094151.0,47807029.0,48577145.0,49381138.0,49609432.0,50299456.0,51517291.0,52337523.0,53069883.0,53610852.0,54749299.0,55455738.0,55880482.0,56830777.0,57127402.0,57767800.0,59247422.0,59692288.0,60222105.0,61123539.0,61655803.0,62436404.0,63802588.0,63881980.0,65287969.0,65456291.0,66225507.0,66726751.0,67895834.0,68946735.0,69185664.0,70302505.0,70893166.0,71514897.0,72803543.0,73644443.0,74205256.0,74424619.0,75135865.0],"unit":"ns","throughput":[],"typical":{"estimate":661.1382545354412,"lower_bound":660.4067270055931,"upper_bound":661.891913471994,"unit":"ns"},"mean":{"estimate":660.9044716767735,"lower_bound":660.1469682976041,"upper_bound":661.7472936446064,"unit":"ns"},"median":{"estimate":660.5900718839783,"lower_bound":659.0818739054291,"upper_bound":661.8057292969727,"unit":"ns"},"median_abs_dev":{"estimate":3.938702768832994,"lower_bound":3.0111914754616875,"upper_bound":4.685158220743674,"unit":"ns"},"slope":{"estimate":661.1382545354412,"lower_bound":660.4067270055931,"upper_bound":661.891913471994,"unit":"ns"},"change":null} -{"reason":"group-complete","group_name":"time","benchmarks":["time/time"],"report_directory":"/root/fuel-core/target/criterion/reports/time"} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^01","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_01","iteration_count":[1967,3934,5901,7868,9835,11802,13769,15736,17703,19670,21637,23604,25571,27538,29505,31472,33439,35406,37373,39340,41307,43274,45241,47208,49175,51142,53109,55076,57043,59010,60977,62944,64911,66878,68845,70812,72779,74746,76713,78680,80647,82614,84581,86548,88515,90482,92449,94416,96383,98350,100317,102284,104251,106218,108185,110152,112119,114086,116053,118020,119987,121954,123921,125888,127855,129822,131789,133756,135723,137690,139657,141624,143591,145558,147525,149492,151459,153426,155393,157360,159327,161294,163261,165228,167195,169162,171129,173096,175063,177030,178997,180964,182931,184898,186865,188832,190799,192766,194733,196700],"measured_values":[1119977.0,1960016.0,2971396.0,3951681.0,4932442.0,5943088.0,6893786.0,7906407.0,8913125.0,9868495.0,10880147.0,11864901.0,12842237.0,13726416.0,14712049.0,15720256.0,16675861.0,17713665.0,18639532.0,19649977.0,20605464.0,21607841.0,22622362.0,23568822.0,24604393.0,25519837.0,26470974.0,27488942.0,28529764.0,29439850.0,30518800.0,31476561.0,32449406.0,33525801.0,34385669.0,35345202.0,36345010.0,37335189.0,38328439.0,39967984.0,40748475.0,41983138.0,42674930.0,43926308.0,44875610.0,45762830.0,46743513.0,47958358.0,48709730.0,49858611.0,50972957.0,51809930.0,52139425.0,53051952.0,54230797.0,55503484.0,55962233.0,57016847.0,58136572.0,58912063.0,59981768.0,61090913.0,61852420.0,62895277.0,63822675.0,64974473.0,65773850.0,66810884.0,67793334.0,68697663.0,69944080.0,70693433.0,71651757.0,72880004.0,73721216.0,74638475.0,75604508.0,76562772.0,77602683.0,78620560.0,79675957.0,80651893.0,81460755.0,82610358.0,83512631.0,84459887.0,85529050.0,86371384.0,87381298.0,88810712.0,89411791.0,90418295.0,91350972.0,92566318.0,93448536.0,94505747.0,95264845.0,96367603.0,97356917.0,98182570.0],"unit":"ns","throughput":[{"per_iteration":2,"unit":"bytes"}],"typical":{"estimate":500.3331357888386,"lower_bound":499.9899382904858,"upper_bound":500.74930714923727,"unit":"ns"},"mean":{"estimate":501.58796333958935,"lower_bound":500.53266607414116,"upper_bound":503.2557182085229,"unit":"ns"},"median":{"estimate":499.904170173991,"lower_bound":499.4997458057956,"upper_bound":500.133571860222,"unit":"ns"},"median_abs_dev":{"estimate":1.1430453948461756,"lower_bound":0.7323597351323747,"upper_bound":1.572956697325404,"unit":"ns"},"slope":{"estimate":500.3331357888386,"lower_bound":499.9899382904858,"upper_bound":500.74930714923727,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^02","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_02","iteration_count":[1987,3974,5961,7948,9935,11922,13909,15896,17883,19870,21857,23844,25831,27818,29805,31792,33779,35766,37753,39740,41727,43714,45701,47688,49675,51662,53649,55636,57623,59610,61597,63584,65571,67558,69545,71532,73519,75506,77493,79480,81467,83454,85441,87428,89415,91402,93389,95376,97363,99350,101337,103324,105311,107298,109285,111272,113259,115246,117233,119220,121207,123194,125181,127168,129155,131142,133129,135116,137103,139090,141077,143064,145051,147038,149025,151012,152999,154986,156973,158960,160947,162934,164921,166908,168895,170882,172869,174856,176843,178830,180817,182804,184791,186778,188765,190752,192739,194726,196713,198700],"measured_values":[1046202.0,1976511.0,2970731.0,3987587.0,4947105.0,5936885.0,6928000.0,7913794.0,8929050.0,9894419.0,10885601.0,11904777.0,12893463.0,13851817.0,14870314.0,15882461.0,16903411.0,17921988.0,18812958.0,19776009.0,20796586.0,21785868.0,22786226.0,23770490.0,24781821.0,25777574.0,26770650.0,27732846.0,28676182.0,29720085.0,30799173.0,31707642.0,32668268.0,33650385.0,34648141.0,35637744.0,36650634.0,37610606.0,38713264.0,39608256.0,40583593.0,41572473.0,42540344.0,43607323.0,44531094.0,45541827.0,46515970.0,47539272.0,48510804.0,49498415.0,50480668.0,51489140.0,52582803.0,53501454.0,54557904.0,55466545.0,56431048.0,57434194.0,58408084.0,59516432.0,60391955.0,61397128.0,62407498.0,63412053.0,64342023.0,65387566.0,66339911.0,67344810.0,68301522.0,69332799.0,70437450.0,71465586.0,72350475.0,73408163.0,74400131.0,75249590.0,76232033.0,77248870.0,78229920.0,79185162.0,80278397.0,81214573.0,82827860.0,83360654.0,84286662.0,85241242.0,86403230.0,87138211.0,88195912.0,89127666.0,90253344.0,91246789.0,92192721.0,93314998.0,94243282.0,95031377.0,96086413.0,97066809.0,98096541.0,99061475.0],"unit":"ns","throughput":[{"per_iteration":4,"unit":"bytes"}],"typical":{"estimate":498.7647851718898,"lower_bound":498.60009605451825,"upper_bound":498.96170784222505,"unit":"ns"},"mean":{"estimate":498.95310120170257,"lower_bound":498.5652720804372,"upper_bound":499.59543345520154,"unit":"ns"},"median":{"estimate":498.4639831523953,"lower_bound":498.3654513833589,"upper_bound":498.5935975142776,"unit":"ns"},"median_abs_dev":{"estimate":0.4695160271113837,"lower_bound":0.3256313105845684,"upper_bound":0.6313788057568969,"unit":"ns"},"slope":{"estimate":498.7647851718898,"lower_bound":498.60009605451825,"upper_bound":498.96170784222505,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^03","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_03","iteration_count":[3469,6938,10407,13876,17345,20814,24283,27752,31221,34690,38159,41628,45097,48566,52035,55504,58973,62442,65911,69380,72849,76318,79787,83256,86725,90194,93663,97132,100601,104070,107539,111008,114477,117946,121415,124884,128353,131822,135291,138760,142229,145698,149167,152636,156105,159574,163043,166512,169981,173450,176919,180388,183857,187326,190795,194264,197733,201202,204671,208140,211609,215078,218547,222016,225485,228954,232423,235892,239361,242830,246299,249768,253237,256706,260175,263644,267113,270582,274051,277520,280989,284458,287927,291396,294865,298334,301803,305272,308741,312210,315679,319148,322617,326086,329555,333024,336493,339962,343431,346900],"measured_values":[1168358.0,2030312.0,3049490.0,4060078.0,5072079.0,6085482.0,7053419.0,7923002.0,8914855.0,9903651.0,10890456.0,11884985.0,12877416.0,13862232.0,14858688.0,15842277.0,16836087.0,17827993.0,18848832.0,19835278.0,20825708.0,21786334.0,22780564.0,23794348.0,24761139.0,25774714.0,26742678.0,27761810.0,28747056.0,29706469.0,30700279.0,31684027.0,32709803.0,33715845.0,34719341.0,35756337.0,36650723.0,37664125.0,38619009.0,39694610.0,40634261.0,41885531.0,42622215.0,43579569.0,44592753.0,45581315.0,46546038.0,47536593.0,48552785.0,49642982.0,50587249.0,51590340.0,52535921.0,53587333.0,54487727.0,55584527.0,56556135.0,57504390.0,58513691.0,59502109.0,60896685.0,61478656.0,62440579.0,63432033.0,64396713.0,65414420.0,66456925.0,67475605.0,68387007.0,69404600.0,70392726.0,71402684.0,72446598.0,73357208.0,74386436.0,75749609.0,76332071.0,77340812.0,78347322.0,79281890.0,80364819.0,81292218.0,82361152.0,83367440.0,84364550.0,85346476.0,86351665.0,87865603.0,88261883.0,89309350.0,90206725.0,91427631.0,92298329.0,93216797.0,94208053.0,95244983.0,96282455.0,97211814.0,98575700.0,99141560.0],"unit":"ns","throughput":[{"per_iteration":8,"unit":"bytes"}],"typical":{"estimate":286.0309430428636,"lower_bound":285.9151603507857,"upper_bound":286.165819162932,"unit":"ns"},"mean":{"estimate":286.7689754239169,"lower_bound":286.0366293789565,"upper_bound":287.9582359679765,"unit":"ns"},"median":{"estimate":285.8234588511325,"lower_bound":285.7607797218636,"upper_bound":285.8859190442655,"unit":"ns"},"median_abs_dev":{"estimate":0.34350024417696945,"lower_bound":0.23280109094719864,"upper_bound":0.40367532518499966,"unit":"ns"},"slope":{"estimate":286.0309430428636,"lower_bound":285.9151603507857,"upper_bound":286.165819162932,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^04","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_04","iteration_count":[3465,6930,10395,13860,17325,20790,24255,27720,31185,34650,38115,41580,45045,48510,51975,55440,58905,62370,65835,69300,72765,76230,79695,83160,86625,90090,93555,97020,100485,103950,107415,110880,114345,117810,121275,124740,128205,131670,135135,138600,142065,145530,148995,152460,155925,159390,162855,166320,169785,173250,176715,180180,183645,187110,190575,194040,197505,200970,204435,207900,211365,214830,218295,221760,225225,228690,232155,235620,239085,242550,246015,249480,252945,256410,259875,263340,266805,270270,273735,277200,280665,284130,287595,291060,294525,297990,301455,304920,308385,311850,315315,318780,322245,325710,329175,332640,336105,339570,343035,346500],"measured_values":[1060175.0,1977535.0,2966540.0,3952708.0,4966997.0,5926337.0,6915846.0,7931818.0,8893465.0,9881506.0,10870934.0,11881997.0,12903744.0,13831818.0,14859792.0,15809579.0,16816219.0,17771085.0,18799858.0,19790927.0,20774381.0,21793150.0,22722889.0,23796829.0,24899873.0,25698860.0,26728449.0,27792456.0,28697445.0,29675828.0,30647881.0,31740831.0,32653752.0,33684804.0,34653353.0,35639261.0,36688169.0,37682946.0,38599537.0,39600504.0,40708811.0,41546468.0,42547750.0,43676983.0,44537705.0,45547187.0,46506489.0,47506272.0,48518255.0,49460901.0,50470327.0,51468448.0,52484072.0,53431789.0,54386403.0,55440737.0,56420319.0,57475296.0,58409900.0,59438319.0,60404925.0,61393687.0,62518466.0,63388320.0,64282718.0,65352737.0,66311250.0,67309465.0,68418801.0,69271042.0,70260547.0,71290917.0,72210927.0,73409501.0,74210350.0,75194884.0,76406642.0,77209260.0,78233761.0,79122652.0,80197268.0,81150333.0,82155867.0,83062245.0,84086239.0,85193235.0,86231436.0,87145224.0,88132867.0,89238610.0,89991127.0,90976144.0,92076808.0,93035023.0,93998348.0,95046699.0,96125399.0,96973420.0,98161352.0,99087703.0],"unit":"ns","throughput":[{"per_iteration":16,"unit":"bytes"}],"typical":{"estimate":285.75460632459834,"lower_bound":285.6881187620923,"upper_bound":285.8234820114534,"unit":"ns"},"mean":{"estimate":285.92533500527264,"lower_bound":285.665342658585,"upper_bound":286.37716599616243,"unit":"ns"},"median":{"estimate":285.6674215619262,"lower_bound":285.60295956766544,"upper_bound":285.7401813549962,"unit":"ns"},"median_abs_dev":{"estimate":0.2737024409477859,"lower_bound":0.18441548447608005,"upper_bound":0.38341857758725434,"unit":"ns"},"slope":{"estimate":285.75460632459834,"lower_bound":285.6881187620923,"upper_bound":285.8234820114534,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^05","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_05","iteration_count":[3467,6934,10401,13868,17335,20802,24269,27736,31203,34670,38137,41604,45071,48538,52005,55472,58939,62406,65873,69340,72807,76274,79741,83208,86675,90142,93609,97076,100543,104010,107477,110944,114411,117878,121345,124812,128279,131746,135213,138680,142147,145614,149081,152548,156015,159482,162949,166416,169883,173350,176817,180284,183751,187218,190685,194152,197619,201086,204553,208020,211487,214954,218421,221888,225355,228822,232289,235756,239223,242690,246157,249624,253091,256558,260025,263492,266959,270426,273893,277360,280827,284294,287761,291228,294695,298162,301629,305096,308563,312030,315497,318964,322431,325898,329365,332832,336299,339766,343233,346700],"measured_values":[1060822.0,1978039.0,2964592.0,3957000.0,4943599.0,5932423.0,6920963.0,7943186.0,8896349.0,9886219.0,10880598.0,11928969.0,12857845.0,13874521.0,14888155.0,15824807.0,16839570.0,17801941.0,18887002.0,19980500.0,20882615.0,21778661.0,22741904.0,23844697.0,24775558.0,25742749.0,26750175.0,27721666.0,28731735.0,29694452.0,30714332.0,31695812.0,32658465.0,33672782.0,34640653.0,35627808.0,36670476.0,37634551.0,38585670.0,39604987.0,40599520.0,41583179.0,42698983.0,43563508.0,44588060.0,45991855.0,46596145.0,47495473.0,48666832.0,49507149.0,50513807.0,51485899.0,52440912.0,53454888.0,54442600.0,55438892.0,56455721.0,57374095.0,58480327.0,59488050.0,60400599.0,61539279.0,62403248.0,63487958.0,64418783.0,65390213.0,66312298.0,67353712.0,68426161.0,69268381.0,70300189.0,71291891.0,72236692.0,73251687.0,74283623.0,75238257.0,76370301.0,77212266.0,78210640.0,79330002.0,80184729.0,81169875.0,82193945.0,83144151.0,84378759.0,85169043.0,86223699.0,87177771.0,88313967.0,89134981.0,90140871.0,91169890.0,92149996.0,93112524.0,94107391.0,95122075.0,96066331.0,97105384.0,98182950.0,99137487.0],"unit":"ns","throughput":[{"per_iteration":32,"unit":"bytes"}],"typical":{"estimate":285.7651375699671,"lower_bound":285.70074950474657,"upper_bound":285.83441682825804,"unit":"ns"},"mean":{"estimate":285.9545968046606,"lower_bound":285.6797173197741,"upper_bound":286.4274060167289,"unit":"ns"},"median":{"estimate":285.6589071573554,"lower_bound":285.58542688203056,"upper_bound":285.7107072333493,"unit":"ns"},"median_abs_dev":{"estimate":0.2750804434888563,"lower_bound":0.20050901079721417,"upper_bound":0.36366763409848984,"unit":"ns"},"slope":{"estimate":285.7651375699671,"lower_bound":285.70074950474657,"upper_bound":285.83441682825804,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^06","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_06","iteration_count":[1810,3620,5430,7240,9050,10860,12670,14480,16290,18100,19910,21720,23530,25340,27150,28960,30770,32580,34390,36200,38010,39820,41630,43440,45250,47060,48870,50680,52490,54300,56110,57920,59730,61540,63350,65160,66970,68780,70590,72400,74210,76020,77830,79640,81450,83260,85070,86880,88690,90500,92310,94120,95930,97740,99550,101360,103170,104980,106790,108600,110410,112220,114030,115840,117650,119460,121270,123080,124890,126700,128510,130320,132130,133940,135750,137560,139370,141180,142990,144800,146610,148420,150230,152040,153850,155660,157470,159280,161090,162900,164710,166520,168330,170140,171950,173760,175570,177380,179190,181000],"measured_values":[1083779.0,2000358.0,2997264.0,3997827.0,4997576.0,5995473.0,6906150.0,7804617.0,8779958.0,9754693.0,10758903.0,11708411.0,12683340.0,13689124.0,14632408.0,15610751.0,16612245.0,17565581.0,18589876.0,19515553.0,20513832.0,21572207.0,22459874.0,23469153.0,24443381.0,25365255.0,26367689.0,27370632.0,28317932.0,29322338.0,30305657.0,31313390.0,32220725.0,33221690.0,34202284.0,35222347.0,36123561.0,37130146.0,38077186.0,39077330.0,40024762.0,41030879.0,42179054.0,42959935.0,43958572.0,44932345.0,45906505.0,46911876.0,47825954.0,48945479.0,49865895.0,50813935.0,51729940.0,52824795.0,53769000.0,54789573.0,55641731.0,56664368.0,57636691.0,58590490.0,59572874.0,60509453.0,61596029.0,62491564.0,63518600.0,64448475.0,65419702.0,66589191.0,67369708.0,68371566.0,69373752.0,70366994.0,71280348.0,72389875.0,73246469.0,74200752.0,75202125.0,76209141.0,77204629.0,78155536.0,79160537.0,80191055.0,81190917.0,82207003.0,83107434.0,83933316.0,85041518.0,85918742.0,86874751.0,87996846.0,88858234.0,89834088.0,90952137.0,91817550.0,92957033.0,93829534.0,95077068.0,95794071.0,96723599.0,98048465.0],"unit":"ns","throughput":[{"per_iteration":64,"unit":"bytes"}],"typical":{"estimate":539.9747382087429,"lower_bound":539.8128451759751,"upper_bound":540.1530330188369,"unit":"ns"},"mean":{"estimate":541.1124381866357,"lower_bound":540.1317331472458,"upper_bound":542.5799593665572,"unit":"ns"},"median":{"estimate":539.8163999509168,"lower_bound":539.6630434782609,"upper_bound":539.9554481276857,"unit":"ns"},"median_abs_dev":{"estimate":0.5693132084426107,"lower_bound":0.4396059620327039,"upper_bound":0.7423241545850108,"unit":"ns"},"slope":{"estimate":539.9747382087429,"lower_bound":539.8128451759751,"upper_bound":540.1530330188369,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^07","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_07","iteration_count":[1259,2518,3777,5036,6295,7554,8813,10072,11331,12590,13849,15108,16367,17626,18885,20144,21403,22662,23921,25180,26439,27698,28957,30216,31475,32734,33993,35252,36511,37770,39029,40288,41547,42806,44065,45324,46583,47842,49101,50360,51619,52878,54137,55396,56655,57914,59173,60432,61691,62950,64209,65468,66727,67986,69245,70504,71763,73022,74281,75540,76799,78058,79317,80576,81835,83094,84353,85612,86871,88130,89389,90648,91907,93166,94425,95684,96943,98202,99461,100720,101979,103238,104497,105756,107015,108274,109533,110792,112051,113310,114569,115828,117087,118346,119605,120864,122123,123382,124641,125900],"measured_values":[1054694.0,1977621.0,2968508.0,3983958.0,4971306.0,5934291.0,6919722.0,7910204.0,8958273.0,9887670.0,10910807.0,11865377.0,12882506.0,13842892.0,14859086.0,15963957.0,16810362.0,17850268.0,18847447.0,19777713.0,20796099.0,21783972.0,22772801.0,23763013.0,24751305.0,25767772.0,26868872.0,27760802.0,28708459.0,29722650.0,30682991.0,31941479.0,32689590.0,33670665.0,34636326.0,35657397.0,36641285.0,37599194.0,38585115.0,39654641.0,40598320.0,41554590.0,42533659.0,43522073.0,44525949.0,45553220.0,46512320.0,47616533.0,48538201.0,49478419.0,50501253.0,51484551.0,52449911.0,53483200.0,54393311.0,55410506.0,56528674.0,57442980.0,58371729.0,59368769.0,60406586.0,61334688.0,62305356.0,63337375.0,64399234.0,65381139.0,66344234.0,67436376.0,68332389.0,69290866.0,70248410.0,71256258.0,72257823.0,73534710.0,74219286.0,75192895.0,76195097.0,77346513.0,78309196.0,79187983.0,80197743.0,81169515.0,82171151.0,83162151.0,84096128.0,85152673.0,86217047.0,87138260.0,88078718.0,89047044.0,90218780.0,91074398.0,92098585.0,93003349.0,93988601.0,95022390.0,95958942.0,97031233.0,97939291.0,98975809.0],"unit":"ns","throughput":[{"per_iteration":128,"unit":"bytes"}],"typical":{"estimate":786.4176481272183,"lower_bound":786.260692681218,"upper_bound":786.6001279151154,"unit":"ns"},"mean":{"estimate":787.1773291289261,"lower_bound":786.4699200325957,"upper_bound":788.3569728698152,"unit":"ns"},"median":{"estimate":786.3692641552252,"lower_bound":786.158779369187,"upper_bound":786.5033258897786,"unit":"ns"},"median_abs_dev":{"estimate":0.6893939719359967,"lower_bound":0.5151109973650316,"upper_bound":0.9113306799913601,"unit":"ns"},"slope":{"estimate":786.4176481272183,"lower_bound":786.260692681218,"upper_bound":786.6001279151154,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^08","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_08","iteration_count":[775,1550,2325,3100,3875,4650,5425,6200,6975,7750,8525,9300,10075,10850,11625,12400,13175,13950,14725,15500,16275,17050,17825,18600,19375,20150,20925,21700,22475,23250,24025,24800,25575,26350,27125,27900,28675,29450,30225,31000,31775,32550,33325,34100,34875,35650,36425,37200,37975,38750,39525,40300,41075,41850,42625,43400,44175,44950,45725,46500,47275,48050,48825,49600,50375,51150,51925,52700,53475,54250,55025,55800,56575,57350,58125,58900,59675,60450,61225,62000,62775,63550,64325,65100,65875,66650,67425,68200,68975,69750,70525,71300,72075,72850,73625,74400,75175,75950,76725,77500],"measured_values":[1035288.0,1977906.0,2965367.0,3953200.0,4939533.0,5927189.0,6945153.0,8081250.0,8893051.0,9882622.0,10895056.0,11939182.0,12929284.0,13863615.0,14878550.0,15864362.0,16797375.0,17913107.0,18772523.0,19816451.0,20751690.0,21767165.0,22778362.0,23873839.0,24816260.0,25748182.0,26678391.0,27695308.0,28828105.0,29697943.0,30660131.0,31764107.0,32747846.0,33715315.0,34609063.0,35629318.0,36586682.0,37631322.0,38588897.0,39606837.0,40540567.0,41614395.0,42603936.0,43556254.0,44549385.0,45477472.0,46497173.0,47570108.0,48472987.0,49435343.0,50452415.0,51490886.0,52430713.0,53382733.0,54399174.0,55480924.0,56374809.0,57368783.0,58348247.0,59369634.0,60352835.0,61380476.0,62389285.0,63290700.0,64281197.0,65368101.0,66315055.0,67277744.0,68265154.0,69219393.0,70319708.0,71259703.0,72217497.0,73200158.0,74221311.0,75350909.0,76225293.0,77211413.0,78261762.0,79248313.0,80143926.0,81108250.0,82183309.0,83055342.0,84130875.0,85060911.0,86074933.0,87059543.0,88109514.0,89040397.0,90003237.0,91087692.0,92032290.0,93020585.0,93980830.0,95179875.0,95960102.0,96975486.0,97959197.0,98923946.0],"unit":"ns","throughput":[{"per_iteration":256,"unit":"bytes"}],"typical":{"estimate":1277.0304055563765,"lower_bound":1276.8200404040915,"upper_bound":1277.2680706820272,"unit":"ns"},"mean":{"estimate":1278.180754959584,"lower_bound":1277.1578154899603,"upper_bound":1279.7041999617081,"unit":"ns"},"median":{"estimate":1276.7997906517446,"lower_bound":1276.5568042628247,"upper_bound":1277.3095014662756,"unit":"ns"},"median_abs_dev":{"estimate":1.2649481485104115,"lower_bound":0.9240938030128567,"upper_bound":1.6006464601499253,"unit":"ns"},"slope":{"estimate":1277.0304055563765,"lower_bound":1276.8200404040915,"upper_bound":1277.2680706820272,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^09","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_09","iteration_count":[431,862,1293,1724,2155,2586,3017,3448,3879,4310,4741,5172,5603,6034,6465,6896,7327,7758,8189,8620,9051,9482,9913,10344,10775,11206,11637,12068,12499,12930,13361,13792,14223,14654,15085,15516,15947,16378,16809,17240,17671,18102,18533,18964,19395,19826,20257,20688,21119,21550,21981,22412,22843,23274,23705,24136,24567,24998,25429,25860,26291,26722,27153,27584,28015,28446,28877,29308,29739,30170,30601,31032,31463,31894,32325,32756,33187,33618,34049,34480,34911,35342,35773,36204,36635,37066,37497,37928,38359,38790,39221,39652,40083,40514,40945,41376,41807,42238,42669,43100],"measured_values":[1067801.0,1978268.0,2963840.0,3952702.0,4938957.0,5926145.0,6914925.0,7958621.0,8947768.0,9962133.0,10920351.0,11909331.0,12843258.0,13885728.0,14927843.0,15916233.0,16903841.0,17951169.0,18880654.0,19867897.0,20829421.0,21760670.0,22862523.0,23710432.0,24750298.0,25740640.0,26813309.0,27814497.0,28762188.0,29662895.0,30681983.0,31642735.0,32655120.0,33734769.0,34573969.0,35618490.0,36584249.0,37566573.0,38553222.0,39569222.0,40590278.0,41793015.0,42586946.0,43549307.0,44510204.0,45466891.0,46458958.0,47500596.0,48568984.0,49484156.0,50438815.0,51396539.0,52412885.0,53490230.0,54412258.0,55377969.0,56389227.0,57383651.0,58309638.0,59351119.0,60499292.0,61389708.0,62294191.0,63304977.0,64295939.0,65420091.0,66300434.0,67319248.0,68249954.0,69619250.0,70195218.0,71208731.0,72228529.0,73212812.0,74147185.0,75363550.0,76163117.0,77142399.0,78179389.0,79221939.0,80130464.0,81098668.0,82178018.0,83123883.0,84079883.0,85067488.0,86028971.0,87056584.0,88156741.0,89049019.0,90011588.0,91139130.0,91953961.0,93228488.0,94055168.0,94959687.0,95908658.0,96926002.0,97917922.0,98929530.0],"unit":"ns","throughput":[{"per_iteration":512,"unit":"bytes"}],"typical":{"estimate":2296.2178725471676,"lower_bound":2295.656418936118,"upper_bound":2296.880657042648,"unit":"ns"},"mean":{"estimate":2299.2867146770477,"lower_bound":2296.775648730036,"upper_bound":2303.474901687037,"unit":"ns"},"median":{"estimate":2295.516957572822,"lower_bound":2295.0540424772444,"upper_bound":2296.2485382830628,"unit":"ns"},"median_abs_dev":{"estimate":2.310582106096357,"lower_bound":1.57809278490593,"upper_bound":3.4458364451130903,"unit":"ns"},"slope":{"estimate":2296.2178725471676,"lower_bound":2295.656418936118,"upper_bound":2296.880657042648,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^10","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_10","iteration_count":[234,468,702,936,1170,1404,1638,1872,2106,2340,2574,2808,3042,3276,3510,3744,3978,4212,4446,4680,4914,5148,5382,5616,5850,6084,6318,6552,6786,7020,7254,7488,7722,7956,8190,8424,8658,8892,9126,9360,9594,9828,10062,10296,10530,10764,10998,11232,11466,11700,11934,12168,12402,12636,12870,13104,13338,13572,13806,14040,14274,14508,14742,14976,15210,15444,15678,15912,16146,16380,16614,16848,17082,17316,17550,17784,18018,18252,18486,18720,18954,19188,19422,19656,19890,20124,20358,20592,20826,21060,21294,21528,21762,21996,22230,22464,22698,22932,23166,23400],"measured_values":[1064186.0,1982398.0,2971589.0,3960579.0,4950296.0,5938791.0,6930953.0,7951972.0,8914419.0,9931121.0,10885392.0,11882019.0,12866359.0,13857112.0,15129543.0,15834261.0,16851902.0,17810373.0,18805741.0,19819611.0,20785740.0,21811234.0,22760807.0,23754818.0,24746841.0,25732459.0,26724397.0,27740515.0,28742042.0,29720884.0,30681365.0,31669848.0,32689549.0,33648965.0,34671316.0,35664794.0,36624546.0,37613917.0,38599645.0,39592916.0,40643104.0,41642422.0,42566842.0,43585009.0,44543470.0,45621199.0,46817403.0,47526494.0,48531183.0,49768291.0,50517385.0,51499805.0,52461715.0,53519279.0,54440290.0,55461614.0,56420154.0,57534510.0,58829987.0,59434332.0,60598408.0,61515144.0,62639727.0,63554689.0,64845777.0,65390201.0,66588553.0,67392670.0,68386668.0,69373324.0,70436940.0,71465145.0,72536296.0,73475920.0,74306717.0,75377473.0,76350210.0,77370008.0,78688182.0,79262323.0,80279746.0,81293125.0,82201859.0,83382699.0,84210006.0,85262213.0,86306501.0,87225812.0,88230731.0,89197051.0,90545054.0,91140155.0,92145609.0,93232464.0,94121561.0,95116663.0,96071203.0,97121096.0,98137693.0,99119246.0],"unit":"ns","throughput":[{"per_iteration":1024,"unit":"bytes"}],"typical":{"estimate":4237.84803406173,"lower_bound":4236.32454226967,"upper_bound":4239.57191578449,"unit":"ns"},"mean":{"estimate":4239.894450303616,"lower_bound":4235.3330087090935,"upper_bound":4247.368751260315,"unit":"ns"},"median":{"estimate":4234.059099812224,"lower_bound":4233.293223443223,"upper_bound":4235.491010904804,"unit":"ns"},"median_abs_dev":{"estimate":5.510521793015581,"lower_bound":3.734777647370593,"upper_bound":6.788975203448887,"unit":"ns"},"slope":{"estimate":4237.84803406173,"lower_bound":4236.32454226967,"upper_bound":4239.57191578449,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^11","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_11","iteration_count":[122,244,366,488,610,732,854,976,1098,1220,1342,1464,1586,1708,1830,1952,2074,2196,2318,2440,2562,2684,2806,2928,3050,3172,3294,3416,3538,3660,3782,3904,4026,4148,4270,4392,4514,4636,4758,4880,5002,5124,5246,5368,5490,5612,5734,5856,5978,6100,6222,6344,6466,6588,6710,6832,6954,7076,7198,7320,7442,7564,7686,7808,7930,8052,8174,8296,8418,8540,8662,8784,8906,9028,9150,9272,9394,9516,9638,9760,9882,10004,10126,10248,10370,10492,10614,10736,10858,10980,11102,11224,11346,11468,11590,11712,11834,11956,12078,12200],"measured_values":[1036708.0,1981495.0,2971328.0,3958650.0,4977237.0,5965973.0,6985979.0,7975014.0,8964547.0,9982395.0,10975068.0,11964797.0,12954008.0,13941410.0,14934542.0,15837967.0,16857773.0,17820378.0,18891470.0,19937358.0,20957674.0,21862293.0,22768448.0,23926321.0,24887120.0,25769875.0,26814515.0,27749537.0,28736402.0,29727020.0,30719174.0,31731769.0,32696678.0,33688699.0,34706510.0,35636379.0,36740718.0,37702247.0,38694752.0,39628378.0,40615618.0,41631937.0,42597862.0,43708145.0,44606620.0,45564281.0,46551404.0,47631829.0,48540696.0,49553256.0,50544709.0,51975716.0,52522792.0,53520807.0,54589265.0,55496012.0,56514730.0,57629478.0,58545056.0,59482288.0,60501814.0,61643628.0,62493958.0,63476882.0,64550518.0,65424904.0,66420999.0,67374764.0,68393488.0,69385048.0,70341202.0,71388880.0,72381985.0,73486603.0,74334456.0,75497151.0,76993809.0,77276668.0,78322325.0,79342807.0,80272758.0,81290527.0,82254144.0,83299934.0,84239268.0,85436699.0,86293270.0,87203408.0,88420329.0,89197027.0,90233828.0,91191167.0,92200635.0,93207750.0,94131021.0,95157740.0,96254921.0,97161657.0,98148937.0,99152839.0],"unit":"ns","throughput":[{"per_iteration":2048,"unit":"bytes"}],"typical":{"estimate":8130.0724628924845,"lower_bound":8127.47626692482,"upper_bound":8133.463810730564,"unit":"ns"},"mean":{"estimate":8138.488403818704,"lower_bound":8132.095483356508,"upper_bound":8147.673335442927,"unit":"ns"},"median":{"estimate":8127.0439075831655,"lower_bound":8125.067395264116,"upper_bound":8129.385963114754,"unit":"ns"},"median_abs_dev":{"estimate":8.415190461243922,"lower_bound":5.522193905083714,"upper_bound":12.39026152537731,"unit":"ns"},"slope":{"estimate":8130.0724628924845,"lower_bound":8127.47626692482,"upper_bound":8133.463810730564,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^12","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_12","iteration_count":[63,126,189,252,315,378,441,504,567,630,693,756,819,882,945,1008,1071,1134,1197,1260,1323,1386,1449,1512,1575,1638,1701,1764,1827,1890,1953,2016,2079,2142,2205,2268,2331,2394,2457,2520,2583,2646,2709,2772,2835,2898,2961,3024,3087,3150,3213,3276,3339,3402,3465,3528,3591,3654,3717,3780,3843,3906,3969,4032,4095,4158,4221,4284,4347,4410,4473,4536,4599,4662,4725,4788,4851,4914,4977,5040,5103,5166,5229,5292,5355,5418,5481,5544,5607,5670,5733,5796,5859,5922,5985,6048,6111,6174,6237,6300],"measured_values":[1075295.0,1998553.0,3000066.0,3999542.0,4998347.0,5999219.0,7025037.0,8054886.0,9123105.0,10029399.0,10999153.0,12026162.0,12998118.0,13998712.0,15023898.0,15995991.0,17052493.0,17996838.0,19024321.0,20028399.0,21023922.0,22025165.0,23025044.0,24022070.0,25021950.0,25994799.0,27043836.0,28022757.0,28998326.0,29983937.0,30988410.0,32124153.0,32984116.0,34028765.0,34989266.0,36011615.0,36984554.0,38007160.0,39068402.0,39971145.0,41005791.0,41998351.0,42969381.0,43993295.0,45001376.0,46028523.0,46975380.0,47963185.0,49036267.0,49987426.0,50982893.0,51988464.0,52985142.0,54018497.0,55092738.0,56103308.0,57014944.0,58016723.0,59155424.0,59998013.0,61036486.0,61981257.0,62969149.0,63978623.0,65028860.0,66011408.0,66984197.0,68003087.0,68975581.0,70001639.0,71119261.0,71996192.0,73004729.0,74035425.0,74968548.0,76093627.0,77015611.0,77984514.0,79040922.0,80142335.0,81086251.0,82089185.0,83060451.0,84202090.0,85165882.0,86118199.0,87101562.0,88087527.0,88931482.0,90127447.0,91019767.0,91943371.0,93039668.0,94193220.0,95062761.0,96219344.0,97041167.0,98277145.0,99011789.0,100048686.0],"unit":"ns","throughput":[{"per_iteration":4096,"unit":"bytes"}],"typical":{"estimate":15883.615723128816,"lower_bound":15879.632193674099,"upper_bound":15887.686381856734,"unit":"ns"},"mean":{"estimate":15897.116187835136,"lower_bound":15881.382015574693,"upper_bound":15924.294394337032,"unit":"ns"},"median":{"estimate":15877.86481329441,"lower_bound":15873.736461251166,"upper_bound":15882.907343660356,"unit":"ns"},"median_abs_dev":{"estimate":14.710490294392478,"lower_bound":10.127934207290178,"upper_bound":19.298293724271016,"unit":"ns"},"slope":{"estimate":15883.615723128816,"lower_bound":15879.632193674099,"upper_bound":15887.686381856734,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^13","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_13","iteration_count":[32,64,96,128,160,192,224,256,288,320,352,384,416,448,480,512,544,576,608,640,672,704,736,768,800,832,864,896,928,960,992,1024,1056,1088,1120,1152,1184,1216,1248,1280,1312,1344,1376,1408,1440,1472,1504,1536,1568,1600,1632,1664,1696,1728,1760,1792,1824,1856,1888,1920,1952,1984,2016,2048,2080,2112,2144,2176,2208,2240,2272,2304,2336,2368,2400,2432,2464,2496,2528,2560,2592,2624,2656,2688,2720,2752,2784,2816,2848,2880,2912,2944,2976,3008,3040,3072,3104,3136,3168,3200],"measured_values":[1050108.0,2010498.0,3012879.0,4018064.0,5025210.0,6026801.0,7060737.0,8036728.0,9040794.0,10066987.0,11076214.0,12054786.0,13116836.0,14089884.0,15067544.0,16098330.0,17074912.0,18108356.0,19085399.0,20118118.0,21094348.0,22124945.0,23178472.0,24250239.0,25139799.0,26199649.0,27179207.0,28149973.0,29157218.0,30190266.0,31217082.0,32239503.0,33173528.0,34447014.0,35183053.0,36188882.0,37245078.0,38197655.0,39258385.0,40235263.0,41240857.0,42292628.0,43346585.0,44226739.0,45434496.0,46267663.0,47318880.0,48244780.0,49305062.0,50339065.0,51420820.0,52290018.0,53310582.0,54465009.0,55352311.0,56319594.0,57351065.0,58360898.0,59357071.0,60332077.0,61339759.0,62395232.0,63346009.0,64352037.0,65409078.0,66366460.0,67488553.0,68457609.0,69407458.0,70408540.0,71502111.0,72388947.0,73393657.0,74470325.0,75457760.0,76462733.0,77471043.0,78432916.0,79494303.0,80444247.0,81672815.0,82506116.0,83763438.0,84736964.0,85958242.0,89597218.0,90427000.0,91417863.0,91394524.0,91301491.0,91644285.0,92781322.0,93594905.0,94686392.0,95584575.0,96607307.0,97552296.0,98577507.0,99723746.0,100564943.0],"unit":"ns","throughput":[{"per_iteration":8192,"unit":"bytes"}],"typical":{"estimate":31547.820744883258,"lower_bound":31475.849100617063,"upper_bound":31634.34245585869,"unit":"ns"},"mean":{"estimate":31503.85123476619,"lower_bound":31462.661316725316,"upper_bound":31554.5121971926,"unit":"ns"},"median":{"estimate":31442.382127192985,"lower_bound":31434.15401785714,"upper_bound":31449.209677419356,"unit":"ns"},"median_abs_dev":{"estimate":35.16200883721486,"lower_bound":25.452761605757424,"upper_bound":45.455065911909685,"unit":"ns"},"slope":{"estimate":31547.820744883258,"lower_bound":31475.849100617063,"upper_bound":31634.34245585869,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^14","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_14","iteration_count":[16,32,48,64,80,96,112,128,144,160,176,192,208,224,240,256,272,288,304,320,336,352,368,384,400,416,432,448,464,480,496,512,528,544,560,576,592,608,624,640,656,672,688,704,720,736,752,768,784,800,816,832,848,864,880,896,912,928,944,960,976,992,1008,1024,1040,1056,1072,1088,1104,1120,1136,1152,1168,1184,1200,1216,1232,1248,1264,1280,1296,1312,1328,1344,1360,1376,1392,1408,1424,1440,1456,1472,1488,1504,1520,1536,1552,1568,1584,1600],"measured_values":[1034678.0,2030054.0,3002605.0,3996181.0,4993731.0,5991767.0,7047991.0,7990324.0,8989017.0,9988286.0,11013399.0,11983622.0,12982762.0,14036467.0,14981422.0,16007011.0,16977533.0,18223767.0,18975135.0,20037219.0,20973721.0,22026474.0,22994970.0,23967895.0,25107746.0,26021200.0,26994260.0,28021950.0,28990564.0,30016790.0,30985659.0,31988440.0,33086592.0,33969925.0,35039159.0,36009198.0,36980457.0,38022504.0,38976217.0,40003925.0,41030991.0,42007200.0,42972718.0,44038324.0,44971212.0,45996453.0,47046457.0,47966829.0,49025352.0,50027331.0,51071719.0,52042942.0,52986403.0,54182292.0,54989022.0,56286659.0,57150042.0,57985797.0,59074831.0,59951241.0,60980770.0,62009746.0,63074432.0,63974027.0,65030802.0,65977505.0,67000406.0,68135636.0,69015348.0,69967795.0,71000258.0,72129115.0,72999628.0,73965257.0,75021458.0,76024138.0,77232441.0,77996125.0,79077208.0,79992225.0,81072865.0,82071543.0,83045087.0,84131675.0,85072674.0,86011275.0,87010521.0,87983350.0,89047078.0,90009182.0,90975604.0,91977736.0,93197639.0,93978020.0,95144789.0,95969186.0,97165477.0,98000264.0,98992543.0,100168555.0],"unit":"ns","throughput":[{"per_iteration":16384,"unit":"bytes"}],"typical":{"estimate":62535.132853369294,"lower_bound":62520.299793478305,"upper_bound":62551.069176980636,"unit":"ns"},"mean":{"estimate":62564.34724693828,"lower_bound":62522.668662887096,"upper_bound":62621.673371745645,"unit":"ns"},"median":{"estimate":62509.00931873593,"lower_bound":62495.292297979795,"upper_bound":62533.14389445537,"unit":"ns"},"median_abs_dev":{"estimate":66.48642528821162,"lower_bound":48.67890176829053,"upper_bound":84.23482544758322,"unit":"ns"},"slope":{"estimate":62535.132853369294,"lower_bound":62520.299793478305,"upper_bound":62551.069176980636,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^15","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_15","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1077194.0,2010619.0,3011744.0,4045897.0,5079638.0,6053163.0,7086473.0,8090027.0,9093217.0,10127143.0,11129923.0,12135139.0,13137930.0,14140765.0,15174443.0,16177814.0,17210266.0,18130881.0,19078172.0,20195296.0,21142475.0,22148075.0,23152425.0,24099706.0,25136930.0,26134731.0,27170254.0,28143568.0,29149749.0,30162085.0,31184850.0,32159766.0,33164765.0,34197206.0,35173317.0,36175869.0,37209301.0,38184896.0,39217028.0,40198224.0,41326129.0,42262181.0,43766119.0,44294901.0,45270207.0,46212988.0,47331704.0,48280924.0,49339679.0,50344617.0,51435198.0,52329711.0,53270712.0,54352083.0,55336672.0,56414507.0,57285357.0,58320419.0,59292620.0,60300738.0,61344866.0,62333442.0,63340981.0,64314896.0,65321600.0,66491728.0,67355448.0,68330927.0,69414307.0,70387674.0,71380726.0,72385062.0,73362392.0,74635992.0,75433294.0,76462258.0,77517721.0,78408028.0,79678624.0,80614321.0,81395413.0,82548297.0,83657417.0,84436130.0,85556744.0,86427445.0,87517355.0,88524333.0,89516352.0,90486765.0,91558726.0,92566181.0,93513086.0,94508078.0,95489204.0,96551005.0,97499976.0,98711499.0,99513567.0,100625770.0],"unit":"ns","throughput":[{"per_iteration":32768,"unit":"bytes"}],"typical":{"estimate":125754.77158046402,"lower_bound":125722.47596442823,"upper_bound":125791.47976363024,"unit":"ns"},"mean":{"estimate":125940.83287289535,"lower_bound":125806.51137708467,"upper_bound":126154.5218844707,"unit":"ns"},"median":{"estimate":125744.05867130356,"lower_bound":125692.275,"upper_bound":125784.25677910053,"unit":"ns"},"median_abs_dev":{"estimate":155.371864930275,"lower_bound":107.3807265849788,"upper_bound":212.73051371469214,"unit":"ns"},"slope":{"estimate":125754.77158046402,"lower_bound":125722.47596442823,"upper_bound":125791.47976363024,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^16","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_16","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1132570.0,2017836.0,3027579.0,4066004.0,5044722.0,6082266.0,7061982.0,8071690.0,9083266.0,10090342.0,11127866.0,12107569.0,13115720.0,14154305.0,15163395.0,16171364.0,17150988.0,18216782.0,19257441.0,20195904.0,21206481.0,22240486.0,23220936.0,24202049.0,25236590.0,26252582.0,27280506.0,28233971.0,29685981.0,30275529.0,31285688.0,32292120.0,33297891.0,34338266.0,35344326.0,36323418.0,37334397.0,38781208.0,39592132.0,40476071.0,41397540.0,42375377.0,43414608.0,44448248.0,45463039.0,46411684.0,47448545.0,48505096.0,49536064.0,50443197.0,51453263.0,52642922.0,54048042.0,54565966.0,55539081.0,56497475.0,57753471.0,58608696.0,59539778.0,60647770.0,61596707.0,62551587.0,64189448.0,64756657.0,65643201.0,66675078.0,67682203.0,68680497.0,70081136.0,70718162.0,71716014.0,72660743.0,73728448.0,74743604.0,75894469.0,76697234.0,77762870.0,78779998.0,79804403.0,80802901.0,81802420.0,83125735.0,83811780.0,84871526.0,85830485.0,86902400.0,87798850.0,88869662.0,89795383.0,91157192.0,91966456.0,92933641.0,94092073.0,95357058.0,95925354.0,96900520.0,97947493.0,98969352.0,100041925.0,100908443.0],"unit":"ns","throughput":[{"per_iteration":65536,"unit":"bytes"}],"typical":{"estimate":252660.8924501256,"lower_bound":252553.00318318245,"upper_bound":252784.46451487194,"unit":"ns"},"mean":{"estimate":252981.2733486787,"lower_bound":252584.2092605081,"upper_bound":253671.18201052013,"unit":"ns"},"median":{"estimate":252476.72779381112,"lower_bound":252444.06171648987,"upper_bound":252545.53358208956,"unit":"ns"},"median_abs_dev":{"estimate":276.3030966526024,"lower_bound":217.45463861252773,"upper_bound":365.8483303351866,"unit":"ns"},"slope":{"estimate":252660.8924501256,"lower_bound":252553.00318318245,"upper_bound":252784.46451487194,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^17","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_17","iteration_count":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200],"measured_values":[1138863.0,2077805.0,3026422.0,4037278.0,5048515.0,6053970.0,7092570.0,8101769.0,9082265.0,10093873.0,11126867.0,12110397.0,13180050.0,14155701.0,15139791.0,16203572.0,17156877.0,18222977.0,19176037.0,20211439.0,21234086.0,22259893.0,23240642.0,24255394.0,25257144.0,26293593.0,27277760.0,28287503.0,29297878.0,30300464.0,31308278.0,32321702.0,33361642.0,34340329.0,35475865.0,36389323.0,37397829.0,38409270.0,39472764.0,40398315.0,41435361.0,42446785.0,43454013.0,44609224.0,45471156.0,46452874.0,47793948.0,48561104.0,49548115.0,50551041.0,51557503.0,52536755.0,53868150.0,54522409.0,55621379.0,56700405.0,57614927.0,58620647.0,59630454.0,60609637.0,61648330.0,62656051.0,63784220.0,64650804.0,65714951.0,66708916.0,67703096.0,68713458.0,69722756.0,70704145.0,71716343.0,72821909.0,73726965.0,74827883.0,75804505.0,76817223.0,77972914.0,78807013.0,79843385.0,81041484.0,81853957.0,82819055.0,83852498.0,84887329.0,86023371.0,86989500.0,87939131.0,88871413.0,90045197.0,90947647.0,92020779.0,92931112.0,94022722.0,95011351.0,96053109.0,97093039.0,98032603.0,99067346.0,100147236.0,101142934.0],"unit":"ns","throughput":[{"per_iteration":131072,"unit":"bytes"}],"typical":{"estimate":505500.86220333976,"lower_bound":505398.30855148274,"upper_bound":505613.8496299709,"unit":"ns"},"mean":{"estimate":506249.1755765315,"lower_bound":505410.54598791624,"upper_bound":507708.79041325155,"unit":"ns"},"median":{"estimate":505346.6178404442,"lower_bound":505281.72023809527,"upper_bound":505421.47372742195,"unit":"ns"},"median_abs_dev":{"estimate":434.12597414891445,"lower_bound":306.0254289552829,"upper_bound":540.3918983008684,"unit":"ns"},"slope":{"estimate":505500.86220333976,"lower_bound":505398.30855148274,"upper_bound":505613.8496299709,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^18","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_18","iteration_count":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],"measured_values":[1059281.0,2024235.0,3033968.0,4044942.0,5055196.0,6092883.0,7134788.0,8144559.0,9154558.0,10195393.0,11206096.0,12216400.0,13226235.0,14273769.0,15277294.0,16289071.0,17272632.0,18199048.0,19321804.0,20358927.0,21402483.0,22410341.0,23419470.0,24432269.0,25472887.0,26428128.0,27334264.0,28310957.0,29379197.0,30528206.0,31396109.0,32408550.0,33474097.0,34403843.0,35408439.0,36504477.0,37543416.0,38475779.0,39547703.0,40496930.0,41699826.0,42484523.0,43666142.0,44913838.0,45663021.0,46583337.0,47568133.0,48633574.0,49867964.0,50627430.0,51579356.0,52679465.0,53742762.0,54913210.0,55659049.0,56692442.0,57674858.0,58715475.0,59800163.0,60711501.0,61748582.0,62790279.0,64141411.0,64751916.0,65790519.0,66803685.0,68131845.0,69041827.0,69984551.0,70819794.0,71946516.0,72927023.0,73880082.0,74974576.0,75974300.0,77065747.0,78349954.0,78910520.0,79983712.0,80960525.0,81974104.0,83039969.0,84060398.0,85056207.0,86008289.0,87092827.0,88038712.0,89103910.0,90518664.0,91054161.0,92133256.0,93312257.0,94193649.0,95387813.0,96200963.0,97127644.0,98252123.0,99312061.0,100776039.0,101340828.0],"unit":"ns","throughput":[{"per_iteration":262144,"unit":"bytes"}],"typical":{"estimate":1013462.5396719374,"lower_bound":1013025.013108481,"upper_bound":1013964.0097598708,"unit":"ns"},"mean":{"estimate":1014724.2748541218,"lower_bound":1013882.5434522375,"upper_bound":1015889.6620541306,"unit":"ns"},"median":{"estimate":1013071.1966180371,"lower_bound":1012707.2906976744,"upper_bound":1014029.0220125786,"unit":"ns"},"median_abs_dev":{"estimate":1873.2366916237918,"lower_bound":1297.5100550021389,"upper_bound":3223.179495671881,"unit":"ns"},"slope":{"estimate":1013462.5396719374,"lower_bound":1013025.013108481,"upper_bound":1013964.0097598708,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^19","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_19","iteration_count":[25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25],"measured_values":[50732156.0,50613257.0,50765464.0,50630731.0,50585116.0,50669658.0,50610537.0,50654158.0,50612673.0,50696488.0,50673574.0,50627710.0,50632111.0,50581613.0,50674622.0,50848582.0,50572682.0,50628601.0,50624817.0,50617771.0,50627200.0,50570485.0,50630194.0,50618557.0,50598019.0,50711103.0,50661753.0,50646183.0,50576484.0,50715732.0,50599152.0,50651134.0,50600210.0,50607724.0,50601932.0,50659528.0,50601880.0,50574168.0,50790477.0,50641814.0,50598504.0,50786837.0,50629124.0,50671879.0,50602620.0,50563736.0,50592832.0,50607635.0,50620333.0,50707611.0,50598137.0,50677146.0,50603267.0,50669138.0,50664995.0,50736055.0,50600518.0,50602164.0,50606981.0,50619641.0,50639415.0,50573920.0,50602389.0,50671767.0,50602912.0,50694387.0,50569882.0,50642932.0,50686871.0,50663664.0,50600891.0,50611514.0,50629941.0,50612993.0,50574388.0,50632258.0,50599846.0,50602596.0,50574808.0,50628678.0,50691844.0,50697862.0,50632016.0,50602762.0,50654931.0,50570802.0,50571343.0,50600965.0,50710005.0,50651018.0,50565557.0,50653286.0,50601701.0,50671194.0,50602681.0,50602614.0,50683836.0,50573633.0,50579789.0,50632091.0],"unit":"ns","throughput":[{"per_iteration":524288,"unit":"bytes"}],"typical":{"estimate":2025384.4739999992,"lower_bound":2024981.58369,"upper_bound":2025815.4892999998,"unit":"ns"},"mean":{"estimate":2025384.4739999992,"lower_bound":2024981.58369,"upper_bound":2025815.4892999998,"unit":"ns"},"median":{"estimate":2024903.0,"lower_bound":2024308.96,"upper_bound":2025280.64,"unit":"ns"},"median_abs_dev":{"estimate":1571.5263200998031,"lower_bound":1043.2759494780528,"upper_bound":2283.5449574589334,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^20","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_20","iteration_count":[13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13],"measured_values":[53727472.0,53216847.0,53272906.0,53171618.0,52877277.0,52935718.0,52932591.0,52908040.0,52879527.0,52940363.0,52934745.0,52931047.0,52908795.0,52941113.0,52968275.0,53034828.0,53001444.0,52906315.0,53070156.0,52910233.0,52908227.0,52966416.0,52971958.0,52935428.0,53034173.0,52941101.0,52933800.0,52874100.0,52912905.0,52912503.0,52962278.0,52871816.0,52958296.0,52910927.0,52909582.0,52941474.0,52962388.0,53049474.0,52934587.0,53171337.0,52963187.0,52963415.0,52933920.0,52907294.0,52905490.0,53169975.0,52908483.0,52902633.0,53017087.0,53032376.0,52909317.0,52967915.0,52900761.0,52903128.0,52913234.0,52961504.0,53015487.0,52937114.0,52880215.0,52989250.0,52945120.0,52987417.0,52880969.0,52932016.0,52909117.0,52929259.0,52880583.0,52939807.0,52904901.0,52936375.0,52878270.0,52966761.0,52906520.0,52927256.0,53053194.0,53015035.0,52929831.0,52876837.0,52961233.0,52916933.0,52906676.0,52899916.0,52929888.0,52900341.0,52935574.0,53317215.0,53010317.0,52971620.0,52927865.0,52932458.0,52923133.0,52870987.0,52990585.0,53044795.0,52954904.0,52872974.0,52930546.0,53049208.0,52966636.0,53043760.0],"unit":"ns","throughput":[{"per_iteration":1048576,"unit":"bytes"}],"typical":{"estimate":4074362.074615385,"lower_bound":4072846.6424038447,"upper_bound":4076218.780942307,"unit":"ns"},"mean":{"estimate":4074362.074615385,"lower_bound":4072846.6424038447,"upper_bound":4076218.780942307,"unit":"ns"},"median":{"estimate":4071929.730769231,"lower_bound":4071529.846153846,"upper_bound":4072547.423076923,"unit":"ns"},"median_abs_dev":{"estimate":3269.589126568999,"lower_bound":2817.738273052122,"upper_bound":4150.139464782498,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^21","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_21","iteration_count":[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],"measured_values":[57263920.0,56993450.0,56986617.0,56968987.0,57254240.0,57076370.0,56939454.0,57045179.0,57010340.0,56975561.0,56964198.0,56988308.0,56965796.0,56986971.0,57009387.0,57126448.0,56991564.0,56970725.0,57011596.0,56945219.0,57030997.0,57079670.0,57042838.0,56974815.0,56991184.0,57204009.0,56941649.0,57029036.0,56970473.0,56985535.0,56995933.0,57017340.0,57000147.0,57012862.0,56943340.0,56990248.0,57035249.0,56967761.0,56987256.0,57082150.0,57114678.0,56968762.0,57210187.0,57307021.0,56970137.0,56969875.0,56991021.0,57017061.0,57229191.0,56964536.0,57020054.0,56972627.0,57006056.0,57055821.0,56983601.0,56998486.0,57302679.0,56995334.0,57018147.0,56994270.0,57124716.0,57033772.0,57094065.0,57251897.0,56957684.0,57063647.0,56996139.0,56986423.0,57014322.0,56997330.0,56974295.0,57024041.0,57010707.0,56964810.0,57048119.0,57180249.0,56972491.0,57007398.0,57069545.0,57006215.0,56936777.0,56975174.0,56984969.0,56985630.0,56962527.0,57064956.0,57039616.0,56990205.0,56943453.0,56988375.0,56982138.0,57048786.0,57023497.0,57040222.0,56996745.0,57035620.0,56966080.0,56986663.0,56969207.0,56971916.0],"unit":"ns","throughput":[{"per_iteration":2097152,"unit":"bytes"}],"typical":{"estimate":8146452.552857144,"lower_bound":8144300.351821428,"upper_bound":8148806.147892853,"unit":"ns"},"mean":{"estimate":8146452.552857144,"lower_bound":8144300.351821428,"upper_bound":8148806.147892853,"unit":"ns"},"median":{"estimate":8142348.857142857,"lower_bound":8141330.214285715,"upper_bound":8144424.0,"unit":"ns"},"median_abs_dev":{"estimate":5678.569699185038,"lower_bound":4351.854522738743,"upper_bound":7795.51066160202,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^22","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_22","iteration_count":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"measured_values":[67257231.0,65519292.0,65173381.0,65136355.0,65322625.0,65224335.0,65271511.0,65573401.0,65186624.0,65138195.0,65221102.0,65131559.0,65356420.0,65132346.0,65254774.0,65188190.0,65130548.0,65216643.0,65175760.0,65308933.0,65190559.0,65162824.0,65163197.0,65171281.0,65310258.0,65171310.0,65414207.0,65192583.0,65152588.0,65110907.0,65193882.0,65122810.0,65122738.0,65246124.0,65272340.0,65164796.0,65158863.0,65242252.0,65182368.0,65182000.0,65101226.0,65127728.0,65170578.0,65184650.0,65231780.0,65179800.0,65217912.0,65099232.0,65120256.0,65197736.0,65419795.0,65171845.0,65212715.0,65236365.0,65163504.0,65210724.0,65128661.0,65183376.0,65223786.0,65115462.0,65191480.0,65184818.0,65121807.0,65155926.0,65151918.0,65295646.0,65156134.0,65215012.0,65290268.0,65102045.0,65151176.0,65171791.0,65136224.0,65121906.0,65143746.0,65138954.0,65148307.0,65214925.0,65128626.0,65116791.0,65241380.0,65181491.0,65158842.0,65209592.0,65219017.0,65244764.0,65168464.0,65148300.0,65122870.0,65175726.0,65180578.0,65135904.0,65117769.0,65110821.0,65123818.0,65119502.0,65296748.0,65142537.0,65181203.0,65265690.0],"unit":"ns","throughput":[{"per_iteration":4194304,"unit":"bytes"}],"typical":{"estimate":16303566.8975,"lower_bound":16295460.854,"upper_bound":16316211.6316875,"unit":"ns"},"mean":{"estimate":16303566.8975,"lower_bound":16295460.854,"upper_bound":16316211.6316875,"unit":"ns"},"median":{"estimate":16293935.75,"lower_bound":16290876.0,"upper_bound":16296409.25,"unit":"ns"},"median_abs_dev":{"estimate":14962.954909354448,"lower_bound":11404.158997535706,"upper_bound":18573.456495255232,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^23","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_23","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[72003243.0,72358454.0,71862224.0,71894227.0,71926687.0,71844996.0,71883462.0,71925399.0,71859077.0,71867411.0,71951859.0,71894758.0,71927916.0,71757022.0,71872816.0,72391422.0,72010097.0,71892460.0,71942902.0,71870000.0,71823171.0,71920559.0,71736999.0,71935844.0,71927382.0,71747068.0,71965399.0,71957699.0,71951469.0,72408253.0,71881121.0,72013764.0,71944009.0,71972510.0,71871983.0,71905783.0,71830088.0,71910213.0,71963307.0,71860128.0,71970829.0,71690200.0,72035918.0,72365588.0,72117774.0,71925820.0,71882821.0,71906128.0,71981912.0,71953351.0,71891146.0,71953532.0,71897685.0,71920984.0,71913189.0,71900843.0,72120849.0,72286180.0,71931458.0,71911625.0,71928189.0,72095943.0,71902567.0,71919508.0,71706043.0,71952840.0,71947691.0,71723654.0,71943340.0,71884292.0,71890396.0,72291578.0,71966232.0,71900711.0,71725580.0,71844225.0,71902636.0,71907265.0,71915593.0,71861542.0,71916040.0,71929184.0,71906436.0,71907777.0,71903694.0,72346801.0,72028383.0,71882887.0,71862453.0,71939482.0,71890848.0,71923381.0,71860520.0,71849400.0,71961606.0,71917631.0,71951531.0,71880402.0,72382736.0,71891679.0],"unit":"ns","throughput":[{"per_iteration":8388608,"unit":"bytes"}],"typical":{"estimate":35971818.545,"lower_bound":35958619.39475,"upper_bound":35986242.85475,"unit":"ns"},"mean":{"estimate":35971818.545,"lower_bound":35958619.39475,"upper_bound":35986242.85475,"unit":"ns"},"median":{"estimate":35957908.25,"lower_bound":35951847.0,"upper_bound":35963691.0,"unit":"ns"},"median_abs_dev":{"estimate":26596.731577813625,"lower_bound":20281.226339936256,"upper_bound":34584.23893600702,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^24","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_24","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[72057608.0,71949500.0,72297355.0,71837526.0,71925665.0,71815355.0,71901659.0,71902913.0,71907742.0,71793009.0,71907138.0,71837020.0,71885434.0,72033732.0,71863151.0,72006623.0,72359025.0,71948167.0,71835223.0,72025954.0,71982184.0,71815621.0,71967166.0,72027567.0,72008278.0,71826644.0,71851261.0,71880483.0,71819614.0,71960623.0,72360431.0,72176590.0,71988371.0,71814541.0,72014991.0,71888337.0,72118704.0,71944285.0,72053093.0,71858985.0,71933302.0,72107632.0,71973317.0,71989568.0,72273231.0,71849419.0,71976231.0,72032065.0,71850231.0,72114287.0,71916017.0,71831928.0,71943621.0,71937354.0,71821534.0,72040951.0,71948181.0,71892802.0,72187443.0,71890114.0,72005087.0,71782988.0,71887656.0,71878185.0,71930509.0,71825728.0,71926419.0,71964853.0,71847176.0,71965236.0,71823759.0,71807105.0,72508353.0,71778753.0,71870522.0,71852090.0,72209524.0,72101909.0,71992430.0,71838865.0,71963692.0,71775913.0,71859781.0,72097642.0,72505023.0,72007219.0,72389480.0,71772871.0,72071204.0,71950142.0,71944632.0,71877062.0,72026099.0,71855911.0,71818613.0,71948684.0,71787555.0,71998414.0,71913856.0,71856660.0],"unit":"ns","throughput":[{"per_iteration":16777216,"unit":"bytes"}],"typical":{"estimate":71961743.96,"lower_bound":71933001.63775,"upper_bound":71992447.698,"unit":"ns"},"mean":{"estimate":71961743.96,"lower_bound":71933001.63775,"upper_bound":71992447.698,"unit":"ns"},"median":{"estimate":71935328.0,"lower_bound":71897857.5,"upper_bound":71960623.0,"unit":"ns"},"median_abs_dev":{"estimate":120758.5091561079,"lower_bound":91626.7910782993,"upper_bound":143821.83434665203,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^25","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_25","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[144210227.0,144355358.0,144024781.0,143966467.0,144076541.0,143996644.0,143988701.0,143944098.0,144209987.0,143853844.0,144047099.0,144127454.0,144101355.0,144009210.0,143982616.0,144322082.0,145456251.0,144225650.0,144033704.0,144062380.0,144162056.0,144145023.0,144408986.0,143844102.0,143996562.0,144235973.0,144164290.0,143801951.0,144102110.0,144082173.0,144034665.0,143824889.0,144004657.0,143917086.0,143866485.0,143968461.0,143876898.0,143957233.0,143901974.0,144048601.0,143839649.0,143816607.0,144027055.0,144085498.0,143952433.0,143918881.0,144001847.0,144067227.0,143941028.0,143936129.0,144081760.0,144046466.0,143806671.0,144327713.0,143909988.0,144091889.0,144017108.0,144119992.0,144101878.0,143917639.0,143974991.0,143902874.0,143823099.0,143988595.0,144261268.0,143972703.0,144015325.0,144000904.0,143937944.0,143885132.0,144079968.0,144110669.0,144188532.0,143876720.0,144398254.0,144123889.0,144044948.0,144066004.0,144235407.0,144072606.0,144123179.0,144486607.0,144035676.0,143990509.0,144226537.0,144141394.0,143960325.0,143943116.0,144004249.0,144074373.0,144038855.0,144134898.0,143981867.0,143964122.0,143942274.0,144260002.0,143885411.0,144042931.0,143813206.0,144002598.0],"unit":"ns","throughput":[{"per_iteration":33554432,"unit":"bytes"}],"typical":{"estimate":144053580.43,"lower_bound":144018455.18175,"upper_bound":144095785.94125,"unit":"ns"},"mean":{"estimate":144053580.43,"lower_bound":144018455.18175,"upper_bound":144095785.94125,"unit":"ns"},"median":{"estimate":144025918.0,"lower_bound":143996644.0,"upper_bound":144054739.5,"unit":"ns"},"median_abs_dev":{"estimate":123386.4176094532,"lower_bound":93304.46414351463,"upper_bound":153925.7531672716,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"contract_root","benchmarks":["contract_root/root_from_bytecode_size_2^01","contract_root/root_from_bytecode_size_2^02","contract_root/root_from_bytecode_size_2^03","contract_root/root_from_bytecode_size_2^04","contract_root/root_from_bytecode_size_2^05","contract_root/root_from_bytecode_size_2^06","contract_root/root_from_bytecode_size_2^07","contract_root/root_from_bytecode_size_2^08","contract_root/root_from_bytecode_size_2^09","contract_root/root_from_bytecode_size_2^10","contract_root/root_from_bytecode_size_2^11","contract_root/root_from_bytecode_size_2^12","contract_root/root_from_bytecode_size_2^13","contract_root/root_from_bytecode_size_2^14","contract_root/root_from_bytecode_size_2^15","contract_root/root_from_bytecode_size_2^16","contract_root/root_from_bytecode_size_2^17","contract_root/root_from_bytecode_size_2^18","contract_root/root_from_bytecode_size_2^19","contract_root/root_from_bytecode_size_2^20","contract_root/root_from_bytecode_size_2^21","contract_root/root_from_bytecode_size_2^22","contract_root/root_from_bytecode_size_2^23","contract_root/root_from_bytecode_size_2^24","contract_root/root_from_bytecode_size_2^25"],"report_directory":"/root/fuel-core/target/criterion/reports/contract_root"} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^01","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_01","iteration_count":[235,470,705,940,1175,1410,1645,1880,2115,2350,2585,2820,3055,3290,3525,3760,3995,4230,4465,4700,4935,5170,5405,5640,5875,6110,6345,6580,6815,7050,7285,7520,7755,7990,8225,8460,8695,8930,9165,9400,9635,9870,10105,10340,10575,10810,11045,11280,11515,11750,11985,12220,12455,12690,12925,13160,13395,13630,13865,14100,14335,14570,14805,15040,15275,15510,15745,15980,16215,16450,16685,16920,17155,17390,17625,17860,18095,18330,18565,18800,19035,19270,19505,19740,19975,20210,20445,20680,20915,21150,21385,21620,21855,22090,22325,22560,22795,23030,23265,23500],"measured_values":[1048472.0,1981247.0,3003829.0,3965990.0,4956350.0,5949557.0,6972214.0,7929187.0,8950993.0,9913717.0,10932068.0,11923774.0,12888879.0,13982011.0,14898130.0,15934018.0,16878087.0,17844737.0,18863562.0,19824517.0,20842168.0,21808088.0,22854441.0,23815949.0,24809695.0,25842736.0,26845933.0,27868396.0,28803661.0,29735151.0,30785836.0,31776308.0,32786996.0,33821035.0,34727356.0,35718710.0,36730036.0,37694683.0,38728466.0,39677645.0,40700336.0,41689051.0,42650968.0,43681750.0,44701055.0,45655150.0,46672855.0,47618967.0,48597421.0,49614862.0,50614413.0,51644141.0,52715328.0,53613244.0,54573217.0,55706126.0,56679958.0,57546521.0,58634018.0,59501492.0,60548771.0,61546897.0,62542481.0,63880341.0,64648743.0,65610900.0,66499131.0,67486949.0,68694526.0,69443661.0,70442602.0,71708615.0,72454465.0,73409464.0,74548003.0,75422374.0,76455470.0,77412586.0,78422157.0,79396199.0,80371286.0,81429268.0,82494380.0,83347152.0,84481670.0,85327047.0,86519393.0,87318310.0,88365734.0,89425338.0,90458701.0,91350188.0,92325782.0,93490193.0,94460762.0,95365133.0,96322048.0,97256708.0,98246551.0,99235157.0],"unit":"ns","throughput":[{"per_iteration":2,"unit":"bytes"}],"typical":{"estimate":4226.091569273917,"lower_bound":4225.000658642553,"upper_bound":4227.259354964195,"unit":"ns"},"mean":{"estimate":4228.440520415902,"lower_bound":4225.1174507867145,"upper_bound":4233.986288329736,"unit":"ns"},"median":{"estimate":4224.442846248543,"lower_bound":4223.418131359852,"upper_bound":4225.632371794872,"unit":"ns"},"median_abs_dev":{"estimate":4.179637279519715,"lower_bound":2.892780626693734,"upper_bound":5.8897335987969885,"unit":"ns"},"slope":{"estimate":4226.091569273917,"lower_bound":4225.000658642553,"upper_bound":4227.259354964195,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^02","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_02","iteration_count":[155,310,465,620,775,930,1085,1240,1395,1550,1705,1860,2015,2170,2325,2480,2635,2790,2945,3100,3255,3410,3565,3720,3875,4030,4185,4340,4495,4650,4805,4960,5115,5270,5425,5580,5735,5890,6045,6200,6355,6510,6665,6820,6975,7130,7285,7440,7595,7750,7905,8060,8215,8370,8525,8680,8835,8990,9145,9300,9455,9610,9765,9920,10075,10230,10385,10540,10695,10850,11005,11160,11315,11470,11625,11780,11935,12090,12245,12400,12555,12710,12865,13020,13175,13330,13485,13640,13795,13950,14105,14260,14415,14570,14725,14880,15035,15190,15345,15500],"measured_values":[1071537.0,1979905.0,2965323.0,3953170.0,4944067.0,5931468.0,6922009.0,7938028.0,8961991.0,10047493.0,10878215.0,11896347.0,12890283.0,13931069.0,14949182.0,15964152.0,16959431.0,17856356.0,18820444.0,19805852.0,20761516.0,21783855.0,22767161.0,23759110.0,24745812.0,25813549.0,26734525.0,27723225.0,28744975.0,29686409.0,30685558.0,31681040.0,32647944.0,33700842.0,34638531.0,35639033.0,36648290.0,37611332.0,38634456.0,39655605.0,40572882.0,41561950.0,42551932.0,43702676.0,44524072.0,45580130.0,46655312.0,47703043.0,48597562.0,49493340.0,50499256.0,51503581.0,52483440.0,53434364.0,54455009.0,55553427.0,56495198.0,57416711.0,58898791.0,59526774.0,60386800.0,61421495.0,62367435.0,63423732.0,64516759.0,65533608.0,66414800.0,67337055.0,68372167.0,69345561.0,70438244.0,71286712.0,72289584.0,73360502.0,74274491.0,75485339.0,76200310.0,77328948.0,78240645.0,79338523.0,80233277.0,81181207.0,82198243.0,83193004.0,84152981.0,85175763.0,86159405.0,87178305.0,88074751.0,89125753.0,90200154.0,91164737.0,92091919.0,93104038.0,94041582.0,95029372.0,96054349.0,97022572.0,98014590.0,99100579.0],"unit":"ns","throughput":[{"per_iteration":4,"unit":"bytes"}],"typical":{"estimate":6391.77103503244,"lower_bound":6390.274505062676,"upper_bound":6393.5689262281,"unit":"ns"},"mean":{"estimate":6399.056447404532,"lower_bound":6391.753123408386,"upper_bound":6411.215254928861,"unit":"ns"},"median":{"estimate":6389.284727787681,"lower_bound":6388.267678684377,"upper_bound":6391.142431761787,"unit":"ns"},"median_abs_dev":{"estimate":6.328965264784365,"lower_bound":3.800223797545236,"upper_bound":8.091059123847524,"unit":"ns"},"slope":{"estimate":6391.77103503244,"lower_bound":6390.274505062676,"upper_bound":6393.5689262281,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^03","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_03","iteration_count":[72,144,216,288,360,432,504,576,648,720,792,864,936,1008,1080,1152,1224,1296,1368,1440,1512,1584,1656,1728,1800,1872,1944,2016,2088,2160,2232,2304,2376,2448,2520,2592,2664,2736,2808,2880,2952,3024,3096,3168,3240,3312,3384,3456,3528,3600,3672,3744,3816,3888,3960,4032,4104,4176,4248,4320,4392,4464,4536,4608,4680,4752,4824,4896,4968,5040,5112,5184,5256,5328,5400,5472,5544,5616,5688,5760,5832,5904,5976,6048,6120,6192,6264,6336,6408,6480,6552,6624,6696,6768,6840,6912,6984,7056,7128,7200],"measured_values":[1053240.0,1989460.0,3010248.0,3999135.0,4994089.0,5988935.0,7010188.0,8003440.0,8997882.0,10021766.0,10968190.0,11952679.0,12947107.0,14017116.0,15009740.0,16008215.0,17000412.0,18019283.0,18981125.0,19945788.0,20960896.0,21845572.0,22993086.0,23864356.0,24848670.0,25862033.0,26847124.0,27849004.0,28835109.0,29862060.0,30817740.0,31832699.0,32812919.0,33916177.0,34849992.0,35805113.0,37198137.0,37815278.0,38839456.0,39781318.0,40830480.0,41826725.0,42919620.0,43906383.0,44756607.0,45753062.0,46735439.0,47806177.0,48771817.0,49716858.0,50747457.0,51755897.0,52675781.0,53749432.0,54830973.0,55827452.0,56746825.0,57843769.0,58753742.0,59698298.0,60678460.0,61799764.0,62643277.0,63638351.0,64666051.0,65613166.0,66838854.0,67639288.0,68573677.0,69677173.0,70702579.0,71925144.0,73195715.0,73619272.0,74643911.0,75588979.0,76551884.0,77542042.0,78546394.0,79561585.0,80557126.0,81556303.0,82529693.0,83682993.0,84755306.0,85547105.0,86640431.0,87499726.0,88572165.0,89594709.0,90559169.0,91493338.0,92529391.0,93453439.0,94453598.0,95671439.0,96505697.0,97522136.0,98425921.0,99625628.0],"unit":"ns","throughput":[{"per_iteration":8,"unit":"bytes"}],"typical":{"estimate":13824.961744823737,"lower_bound":13820.42762218344,"upper_bound":13830.45292780666,"unit":"ns"},"mean":{"estimate":13844.691934802082,"lower_bound":13831.819071297734,"upper_bound":13864.443072441984,"unit":"ns"},"median":{"estimate":13823.95080291732,"lower_bound":13818.069522562264,"upper_bound":13831.463414634147,"unit":"ns"},"median_abs_dev":{"estimate":20.31635093959146,"lower_bound":13.028085092303762,"upper_bound":30.056884155423877,"unit":"ns"},"slope":{"estimate":13824.961744823737,"lower_bound":13820.42762218344,"upper_bound":13830.45292780666,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^04","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_04","iteration_count":[35,70,105,140,175,210,245,280,315,350,385,420,455,490,525,560,595,630,665,700,735,770,805,840,875,910,945,980,1015,1050,1085,1120,1155,1190,1225,1260,1295,1330,1365,1400,1435,1470,1505,1540,1575,1610,1645,1680,1715,1750,1785,1820,1855,1890,1925,1960,1995,2030,2065,2100,2135,2170,2205,2240,2275,2310,2345,2380,2415,2450,2485,2520,2555,2590,2625,2660,2695,2730,2765,2800,2835,2870,2905,2940,2975,3010,3045,3080,3115,3150,3185,3220,3255,3290,3325,3360,3395,3430,3465,3500],"measured_values":[1058817.0,2047993.0,3016322.0,4021983.0,5023788.0,6027725.0,7038553.0,8066964.0,9070264.0,10052314.0,11055838.0,12087187.0,13063267.0,14067766.0,15106108.0,16083320.0,17140837.0,18089214.0,19119607.0,20101845.0,21133253.0,22142938.0,23112060.0,24147861.0,25150488.0,26158376.0,27197342.0,28164224.0,29169487.0,30236637.0,31189103.0,32161440.0,33223196.0,34191673.0,35202513.0,36237736.0,37217514.0,38241206.0,39245644.0,40319151.0,41260162.0,42293551.0,43295238.0,44668466.0,45278749.0,46276473.0,47261115.0,48322678.0,49269673.0,50272075.0,51323265.0,52313432.0,53306814.0,54338968.0,55436357.0,56300113.0,57331513.0,58374375.0,59497457.0,60440999.0,61459009.0,62623389.0,63822766.0,64368664.0,65406676.0,66674129.0,67420007.0,68441025.0,69433883.0,70602201.0,71469585.0,72445007.0,73413391.0,74518029.0,75529235.0,79942707.0,78014011.0,78479746.0,79487465.0,80483654.0,81470374.0,82673922.0,83522319.0,84590215.0,85501827.0,86495409.0,87738746.0,88557271.0,89930970.0,90718202.0,91569091.0,92860513.0,93530259.0,94675801.0,95629808.0,96608620.0,97584816.0,98710977.0,100000556.0,100678996.0],"unit":"ns","throughput":[{"per_iteration":16,"unit":"bytes"}],"typical":{"estimate":28798.214761215142,"lower_bound":28766.91845947265,"upper_bound":28850.594310400455,"unit":"ns"},"mean":{"estimate":28797.514079575714,"lower_bound":28763.54067869612,"upper_bound":28842.990377507824,"unit":"ns"},"median":{"estimate":28751.33813379603,"lower_bound":28747.726943942132,"upper_bound":28758.1230659821,"unit":"ns"},"median_abs_dev":{"estimate":29.567958293624873,"lower_bound":20.376924638234705,"upper_bound":37.7346362858845,"unit":"ns"},"slope":{"estimate":28798.214761215142,"lower_bound":28766.91845947265,"upper_bound":28850.594310400455,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^05","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_05","iteration_count":[17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1207,1224,1241,1258,1275,1292,1309,1326,1343,1360,1377,1394,1411,1428,1445,1462,1479,1496,1513,1530,1547,1564,1581,1598,1615,1632,1649,1666,1683,1700],"measured_values":[1112350.0,2050019.0,3076166.0,4105584.0,5125676.0,6152530.0,7176567.0,8226978.0,9278007.0,10304144.0,11358915.0,12394064.0,13410131.0,14374832.0,15374634.0,16416220.0,17456690.0,18453866.0,19501202.0,20531405.0,21528678.0,22603829.0,23604183.0,24651042.0,25651152.0,26678746.0,27671283.0,28727518.0,29745728.0,30796425.0,31818920.0,32820528.0,33871206.0,34870741.0,35905967.0,37043919.0,37994254.0,38967463.0,40057791.0,41432704.0,42075936.0,43130728.0,44098560.0,45126367.0,46146871.0,47255765.0,48197873.0,49233297.0,50393805.0,51330292.0,52319708.0,53378737.0,54408770.0,55434264.0,56452661.0,57435874.0,58582692.0,59503114.0,60670993.0,61895096.0,62878061.0,63592173.0,64639684.0,65680365.0,66910398.0,67738610.0,68784147.0,69793897.0,70834696.0,71853361.0,72847238.0,73956728.0,74982103.0,76323683.0,76940901.0,78056194.0,79114250.0,80081101.0,81050137.0,82132566.0,83155812.0,84093512.0,85206203.0,86258934.0,87230637.0,88715647.0,89244187.0,90314330.0,91454308.0,92367452.0,93398055.0,94476556.0,95410983.0,96452880.0,97582373.0,98546885.0,99911381.0,100548630.0,101568107.0,102597500.0],"unit":"ns","throughput":[{"per_iteration":32,"unit":"bytes"}],"typical":{"estimate":60407.293735515785,"lower_bound":60386.36085333532,"upper_bound":60432.036459042756,"unit":"ns"},"mean":{"estimate":60460.44193868367,"lower_bound":60393.67905604428,"upper_bound":60575.565599744536,"unit":"ns"},"median":{"estimate":60376.8294117647,"lower_bound":60367.982536764706,"upper_bound":60387.36362174074,"unit":"ns"},"median_abs_dev":{"estimate":49.72464472989986,"lower_bound":38.068217574092586,"upper_bound":68.5331938307273,"unit":"ns"},"slope":{"estimate":60407.293735515785,"lower_bound":60386.36085333532,"upper_bound":60432.036459042756,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^06","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_06","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1096761.0,1983607.0,2973026.0,3964781.0,4954369.0,5943910.0,6963738.0,7926638.0,8915630.0,9927163.0,10914580.0,11888354.0,12913504.0,13868512.0,14891052.0,15893229.0,16843556.0,17863166.0,18826121.0,19872414.0,20807848.0,21892149.0,22815471.0,23790798.0,24823000.0,25846045.0,26767169.0,27765249.0,28955478.0,29903473.0,30741609.0,31734305.0,32745184.0,33714416.0,34794983.0,35754422.0,36712188.0,37737204.0,38824195.0,39700597.0,40681458.0,41636420.0,42657762.0,43696328.0,44612428.0,45604741.0,46593062.0,47644439.0,48588576.0,49602816.0,50584960.0,51610983.0,52584263.0,53565807.0,54549493.0,55543850.0,56667931.0,57558083.0,58608464.0,59623645.0,60574919.0,61493466.0,62547661.0,63588420.0,64440272.0,65514864.0,66493792.0,67435168.0,68487821.0,69452056.0,70432813.0,71456668.0,72513835.0,73413699.0,74444956.0,75418411.0,76393664.0,77423317.0,78331706.0,79472581.0,80349081.0,81323369.0,82283811.0,83312743.0,84476687.0,85331290.0,86525452.0,87336497.0,88281552.0,89453643.0,90268471.0,91240088.0,92746896.0,93709759.0,94255049.0,95319975.0,96352661.0,97260735.0,98192463.0,99232447.0],"unit":"ns","throughput":[{"per_iteration":64,"unit":"bytes"}],"typical":{"estimate":124090.30325809073,"lower_bound":124047.38222660724,"upper_bound":124140.06678237754,"unit":"ns"},"mean":{"estimate":124195.70300598108,"lower_bound":124039.40085369268,"upper_bound":124477.80045008754,"unit":"ns"},"median":{"estimate":124028.43657827566,"lower_bound":124001.12354651163,"upper_bound":124057.11971275252,"unit":"ns"},"median_abs_dev":{"estimate":115.91363443984208,"lower_bound":84.26427271350114,"upper_bound":161.99341510559583,"unit":"ns"},"slope":{"estimate":124090.30325809073,"lower_bound":124047.38222660724,"upper_bound":124140.06678237754,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^07","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_07","iteration_count":[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260,265,270,275,280,285,290,295,300,305,310,315,320,325,330,335,340,345,350,355,360,365,370,375,380,385,390,395,400,405,410,415,420,425,430,435,440,445,450,455,460,465,470,475,480,485,490,495,500],"measured_values":[1325910.0,2394695.0,3594569.0,4791291.0,5990419.0,7217191.0,8440737.0,9691336.0,10822930.0,11977016.0,13174382.0,14486882.0,15727433.0,16880055.0,17998350.0,19165172.0,20388313.0,21649649.0,22877635.0,23980133.0,25179999.0,26377038.0,27576709.0,28798625.0,30035636.0,31182189.0,32393998.0,33562121.0,34765606.0,35982819.0,37156239.0,38396180.0,39549531.0,40750707.0,42065739.0,43175806.0,44355137.0,45652420.0,46837578.0,47967290.0,49190021.0,50341637.0,51557139.0,52756260.0,53954357.0,55143600.0,56498233.0,57550787.0,58754614.0,59935325.0,61103991.0,62333941.0,63736077.0,64858181.0,65985338.0,67171668.0,68396926.0,69632809.0,70785847.0,72002887.0,73122085.0,74335990.0,75603430.0,76730640.0,77986592.0,79158421.0,80348674.0,81691466.0,82783027.0,84033206.0,85112173.0,86304226.0,87536275.0,88693494.0,89990788.0,91104207.0,92318877.0,93460992.0,95010721.0,96000067.0,97192204.0,98323106.0,99600244.0,100814207.0,101920321.0,103122868.0,104254407.0,105489465.0,106847804.0,107995525.0,109157075.0,110242394.0,111718069.0,112757667.0,113925877.0,115068641.0,116284281.0,117659103.0,118831562.0,119875979.0],"unit":"ns","throughput":[{"per_iteration":128,"unit":"bytes"}],"typical":{"estimate":239914.41819831534,"lower_bound":239866.1593340365,"upper_bound":239966.23581017312,"unit":"ns"},"mean":{"estimate":240250.8426406062,"lower_bound":239933.6744694435,"upper_bound":240807.83121644866,"unit":"ns"},"median":{"estimate":239862.74909502262,"lower_bound":239806.89182926828,"upper_bound":239951.41331368213,"unit":"ns"},"median_abs_dev":{"estimate":188.1207359235256,"lower_bound":141.0420214914885,"upper_bound":283.28010473806165,"unit":"ns"},"slope":{"estimate":239914.41819831534,"lower_bound":239866.1593340365,"upper_bound":239966.23581017312,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^08","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_08","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1475304.0,2806322.0,4234904.0,5637073.0,7068812.0,8469157.0,9902279.0,11300339.0,12706652.0,14196327.0,15426114.0,16860657.0,18292765.0,19659169.0,21060539.0,22466369.0,23864712.0,25237874.0,26669845.0,28094623.0,29479536.0,30881239.0,32336934.0,33680527.0,35080590.0,36487458.0,37886209.0,39329578.0,40720402.0,42144271.0,43494087.0,44900018.0,46382624.0,47729282.0,49103436.0,50650879.0,51997491.0,53374067.0,54833028.0,56141224.0,57577179.0,58941679.0,60379385.0,61969572.0,63152125.0,64554939.0,66080712.0,67386072.0,68845333.0,70217359.0,71621159.0,73077610.0,74461455.0,75929227.0,77172696.0,78596809.0,79996047.0,81517146.0,82971749.0,84246596.0,85689659.0,86995666.0,88445445.0,89956427.0,91300478.0,92852364.0,93990022.0,95514528.0,96914185.0,98326377.0,99672251.0,101058646.0,102461585.0,103999178.0,105343071.0,106930761.0,108041034.0,109486141.0,110846023.0,112372885.0,113719422.0,115098656.0,116622823.0,118756453.0,119718530.0,120813029.0,122651588.0,123736955.0,125294617.0,126448958.0,127829515.0,129397333.0,130811411.0,131996261.0,133431929.0,135141735.0,136281910.0,137724994.0,139217434.0,140580882.0],"unit":"ns","throughput":[{"per_iteration":256,"unit":"bytes"}],"typical":{"estimate":468439.81012659473,"lower_bound":468272.5638086582,"upper_bound":468625.48788449244,"unit":"ns"},"mean":{"estimate":468718.59127218364,"lower_bound":468346.0019414473,"upper_bound":469292.53125894937,"unit":"ns"},"median":{"estimate":468208.8662464986,"lower_bound":468075.45238095237,"upper_bound":468322.7147766323,"unit":"ns"},"median_abs_dev":{"estimate":528.606519454986,"lower_bound":390.4295924092284,"upper_bound":669.2765039842635,"unit":"ns"},"slope":{"estimate":468439.81012659473,"lower_bound":468272.5638086582,"upper_bound":468625.48788449244,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^09","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_09","iteration_count":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200],"measured_values":[2013903.0,3861456.0,5790580.0,7732379.0,9654508.0,11585078.0,13306222.0,15104487.0,16982253.0,18895831.0,20723093.0,22632580.0,24487740.0,26400654.0,28312118.0,30194155.0,32054400.0,33966801.0,35820080.0,37715224.0,39615997.0,41509511.0,43382744.0,45236747.0,47227951.0,49025437.0,50918309.0,52767076.0,54681287.0,56677611.0,58521530.0,60419924.0,62308085.0,64106013.0,66014967.0,67893577.0,69851593.0,71693670.0,73636815.0,75517446.0,77285816.0,79208714.0,81171054.0,83143362.0,84880275.0,86973781.0,88647320.0,90527717.0,92663440.0,94319220.0,96315501.0,98101915.0,99965307.0,101853927.0,103836513.0,105757426.0,107508033.0,109412913.0,111300622.0,113146929.0,115221287.0,117105189.0,118865049.0,120862766.0,122669222.0,124468707.0,126811776.0,128290163.0,130193116.0,131991690.0,133908165.0,135955647.0,137776056.0,139509112.0,141608077.0,143431617.0,145178469.0,147115023.0,149127283.0,150927586.0,152788923.0,154739575.0,156636168.0,158797544.0,160530087.0,162602897.0,164068989.0,165979267.0,167966482.0,169718375.0,171790314.0,173521956.0,175374766.0,177247986.0,179140586.0,180959785.0,183245597.0,185027929.0,186958951.0,189052124.0],"unit":"ns","throughput":[{"per_iteration":512,"unit":"bytes"}],"typical":{"estimate":943633.3295034728,"lower_bound":943416.5999674373,"upper_bound":943861.4056031967,"unit":"ns"},"mean":{"estimate":945330.0000507709,"lower_bound":944011.7279931644,"upper_bound":947059.2741298964,"unit":"ns"},"median":{"estimate":943413.1770421608,"lower_bound":943178.1336206896,"upper_bound":943684.5940074907,"unit":"ns"},"median_abs_dev":{"estimate":810.232715373497,"lower_bound":567.1418008036893,"upper_bound":1031.711267717518,"unit":"ns"},"slope":{"estimate":943633.3295034728,"lower_bound":943416.5999674373,"upper_bound":943861.4056031967,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^10","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_10","iteration_count":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],"measured_values":[2017287.0,3867468.0,5829924.0,7733234.0,9688053.0,11677007.0,13664184.0,15546323.0,17450401.0,19381248.0,21391137.0,23359028.0,25233537.0,27252108.0,29176899.0,31136870.0,32935386.0,35004449.0,36914847.0,38725055.0,40726481.0,42876717.0,44478158.0,46402516.0,48392756.0,50309445.0,52346288.0,54188939.0,56068311.0,58053895.0,60022250.0,61884556.0,63946348.0,65730621.0,67705428.0,69633499.0,71609084.0,73382759.0,75428098.0,77275320.0,79165917.0,81144527.0,82982807.0,84939629.0,86921019.0,88824144.0,90807857.0,92702273.0,94795481.0,96663349.0,98605964.0,100462220.0,102572401.0,104417579.0,106280281.0,108298070.0,110123911.0,112013898.0,114042886.0,115955906.0,117850700.0,119744520.0,121739581.0,123700727.0,125581076.0,127448013.0,129504523.0,131449197.0,133254156.0,135157621.0,137083501.0,139094430.0,141097067.0,143012968.0,144955613.0,146710487.0,148726273.0,150612614.0,152763955.0,154517375.0,156572837.0,158484455.0,160310828.0,162347313.0,164182603.0,166142766.0,168179644.0,170001871.0,171863709.0,173954749.0,175752436.0,177694035.0,179766696.0,181709221.0,183437620.0,185397266.0,187444461.0,189477281.0,191239977.0,193133572.0],"unit":"ns","throughput":[{"per_iteration":1024,"unit":"bytes"}],"typical":{"estimate":1932338.0619388206,"lower_bound":1932086.763130278,"upper_bound":1932617.2424955755,"unit":"ns"},"mean":{"estimate":1935530.9354184747,"lower_bound":1934014.6096379012,"upper_bound":1937637.8535921713,"unit":"ns"},"median":{"estimate":1932986.6067303861,"lower_bound":1932607.6756756757,"upper_bound":1933444.2205882352,"unit":"ns"},"median_abs_dev":{"estimate":2268.7873431758094,"lower_bound":1621.009234682845,"upper_bound":2987.7876020788517,"unit":"ns"},"slope":{"estimate":1932338.0619388206,"lower_bound":1932086.763130278,"upper_bound":1932617.2424955755,"unit":"ns"},"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^11","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_11","iteration_count":[13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13],"measured_values":[50740122.0,50849155.0,50703293.0,50669405.0,50721863.0,50736217.0,50696326.0,50648873.0,50650119.0,50826366.0,50658722.0,50769797.0,50648719.0,50735218.0,51448117.0,50781686.0,50699434.0,50695185.0,50704153.0,50677523.0,50683842.0,50719247.0,50767435.0,50699719.0,50693426.0,50730298.0,50663489.0,50642892.0,50837696.0,50716726.0,50709008.0,50774254.0,50675638.0,50839882.0,51153235.0,50664067.0,50665908.0,50722799.0,50643964.0,50638803.0,50667661.0,50671937.0,50840458.0,50714224.0,50730452.0,50676184.0,50762832.0,50702092.0,50744174.0,50747734.0,50812880.0,50942694.0,50684122.0,50698912.0,51131343.0,50702339.0,50717336.0,50663801.0,50880237.0,50861782.0,50684948.0,50726074.0,50726881.0,50757573.0,50739254.0,50743971.0,50708974.0,50631095.0,50654611.0,50637143.0,50735169.0,50927737.0,50708798.0,51098986.0,50854821.0,50730930.0,50665640.0,50693552.0,50920477.0,50706197.0,50818915.0,50702641.0,50694912.0,50692751.0,50656856.0,50697604.0,50685228.0,50697394.0,50746701.0,50652420.0,50745233.0,51094339.0,50798253.0,51044263.0,50716528.0,50705705.0,50687817.0,50693100.0,50687414.0,50664952.0],"unit":"ns","throughput":[{"per_iteration":2048,"unit":"bytes"}],"typical":{"estimate":3903839.747692308,"lower_bound":3902070.21721154,"upper_bound":3905885.0511538466,"unit":"ns"},"mean":{"estimate":3903839.747692308,"lower_bound":3902070.21721154,"upper_bound":3905885.0511538466,"unit":"ns"},"median":{"estimate":3900683.538461538,"lower_bound":3899947.346153846,"upper_bound":3902005.6923076925,"unit":"ns"},"median_abs_dev":{"estimate":4084.8480428646767,"lower_bound":3007.5110696829815,"upper_bound":5636.7880768503765,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^12","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_12","iteration_count":[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],"measured_values":[55330840.0,54980000.0,54944928.0,54973429.0,55021530.0,54999281.0,54969253.0,55424249.0,54980485.0,54984907.0,54951474.0,54968746.0,54992578.0,54947760.0,54993238.0,55039199.0,54949524.0,54923324.0,54975308.0,54979735.0,54952270.0,54976660.0,55146352.0,55034766.0,54970252.0,55366453.0,54963230.0,54965082.0,54973158.0,54969810.0,55008000.0,54983649.0,54932957.0,55026947.0,54974411.0,55345823.0,55075464.0,55349634.0,55147801.0,54960457.0,54990760.0,55040196.0,55177790.0,55422019.0,55049095.0,54934965.0,54968325.0,54984269.0,55022770.0,55120525.0,55095255.0,54967245.0,55361325.0,55086521.0,55024272.0,55052200.0,55071790.0,54965616.0,54950616.0,55221223.0,54987090.0,55007015.0,55382331.0,54948428.0,55039708.0,54973643.0,54961104.0,54958691.0,54968744.0,55092441.0,55344543.0,55056531.0,55075549.0,55040772.0,55019523.0,54959912.0,54972358.0,55111364.0,54969245.0,55000109.0,55419786.0,54985095.0,55023297.0,54953914.0,54975765.0,54985992.0,54986237.0,55007997.0,54982001.0,55024266.0,54971901.0,54922960.0,54969108.0,55359080.0,55027294.0,55158726.0,55128797.0,55075769.0,55463221.0,55066828.0],"unit":"ns","throughput":[{"per_iteration":4096,"unit":"bytes"}],"typical":{"estimate":7864738.394285717,"lower_bound":7861116.065357141,"upper_bound":7868687.526357141,"unit":"ns"},"mean":{"estimate":7864738.394285717,"lower_bound":7861116.065357141,"upper_bound":7868687.526357141,"unit":"ns"},"median":{"estimate":7856129.714285715,"lower_bound":7854571.571428572,"upper_bound":7860471.0,"unit":"ns"},"median_abs_dev":{"estimate":7228.310271671248,"lower_bound":5041.47531049671,"upper_bound":11644.763793263723,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^13","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_13","iteration_count":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"measured_values":[63872980.0,63066558.0,63057339.0,63014903.0,63051836.0,63041489.0,63067925.0,63071868.0,63087463.0,63010198.0,63097655.0,63052135.0,63488437.0,63004146.0,63054638.0,63054948.0,63017333.0,63031482.0,63186953.0,63017187.0,63088698.0,63008240.0,63047153.0,63004265.0,63043466.0,63095296.0,63036194.0,63190695.0,63813039.0,62984990.0,63036111.0,63055380.0,63049337.0,63177377.0,63048970.0,63468011.0,63034279.0,63076098.0,63133865.0,63030464.0,63110645.0,63072715.0,63084713.0,63080864.0,63437756.0,63038117.0,63073399.0,62977737.0,63070026.0,63048123.0,63031631.0,63033494.0,63056604.0,62998342.0,63039102.0,63026938.0,63085554.0,63122664.0,63057687.0,63153698.0,63432341.0,63044897.0,63052936.0,63007154.0,63086749.0,63036263.0,63041468.0,63035167.0,63032603.0,63054694.0,63006531.0,63103773.0,63002480.0,63104893.0,63042555.0,63586104.0,63035570.0,63030750.0,63052201.0,63037748.0,62993710.0,63121331.0,63105499.0,63051778.0,63062458.0,63008303.0,63018754.0,63060586.0,63052049.0,63057830.0,63019623.0,63595958.0,63027520.0,63002358.0,63053167.0,63044671.0,63005804.0,63217947.0,63158665.0,63004095.0],"unit":"ns","throughput":[{"per_iteration":8192,"unit":"bytes"}],"typical":{"estimate":15774645.4825,"lower_bound":15767526.001875,"upper_bound":15782942.554125,"unit":"ns"},"mean":{"estimate":15774645.4825,"lower_bound":15767526.001875,"upper_bound":15782942.554125,"unit":"ns"},"median":{"estimate":15763023.0,"lower_bound":15760866.5,"upper_bound":15764334.75,"unit":"ns"},"median_abs_dev":{"estimate":9215.470786392689,"lower_bound":6614.619782567024,"upper_bound":13631.580132991076,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^14","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_14","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[63221421.0,63175562.0,63155464.0,64840034.0,63397776.0,63488334.0,63211935.0,63193147.0,63116762.0,63112792.0,63278465.0,63120510.0,63176251.0,63147347.0,63171886.0,63159351.0,63187737.0,63148948.0,63152091.0,63343686.0,63108511.0,63204746.0,63201277.0,63112661.0,63115359.0,63111529.0,63136026.0,63196254.0,63164484.0,63217125.0,64716283.0,63376322.0,63149635.0,63166966.0,63160156.0,63269649.0,63141050.0,63207063.0,63179615.0,63397196.0,63113195.0,63157874.0,63133843.0,63205312.0,63470016.0,63144916.0,63048300.0,63200637.0,63143079.0,63061959.0,63277084.0,63213123.0,63159963.0,63202932.0,63344591.0,63106112.0,63112287.0,63134999.0,63170531.0,63152193.0,63264188.0,63130430.0,63121209.0,63168446.0,63145195.0,63067105.0,63257250.0,63221197.0,63094859.0,63125647.0,63171890.0,63087509.0,64671540.0,63285679.0,63096367.0,63124253.0,63184424.0,63092210.0,63107143.0,63623513.0,63176493.0,63111334.0,63208621.0,63344635.0,63154592.0,63185123.0,63262713.0,63176256.0,63105107.0,63196958.0,63105809.0,63107492.0,63190267.0,63118894.0,63169238.0,63142636.0,63260765.0,63107666.0,63209219.0,63155241.0],"unit":"ns","throughput":[{"per_iteration":16384,"unit":"bytes"}],"typical":{"estimate":31616067.325,"lower_bound":31591859.0475,"upper_bound":31646458.389875,"unit":"ns"},"mean":{"estimate":31616067.325,"lower_bound":31591859.0475,"upper_bound":31646458.389875,"unit":"ns"},"median":{"estimate":31583853.0,"lower_bound":31576096.5,"upper_bound":31590229.25,"unit":"ns"},"median_abs_dev":{"estimate":32499.332723021507,"lower_bound":24901.00785791874,"upper_bound":41550.54996483012,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^15","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_15","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[63745517.0,63485094.0,63423345.0,63409753.0,63410322.0,63550863.0,63648683.0,63522786.0,63438784.0,63442534.0,63561145.0,63438831.0,63534372.0,63641988.0,63480810.0,63547551.0,63473747.0,63563992.0,63604944.0,63984147.0,63424605.0,63591568.0,63472351.0,63527415.0,63511961.0,63410897.0,63534403.0,63449255.0,63602702.0,63591489.0,63461668.0,63497296.0,63471964.0,63533436.0,63436688.0,63537074.0,63526678.0,63440650.0,63482997.0,63755332.0,63554917.0,65264869.0,63577517.0,63432267.0,63564631.0,63786246.0,63660444.0,63548846.0,63480124.0,63606700.0,63561563.0,63457032.0,63446183.0,63397937.0,63526791.0,63527715.0,63437831.0,63354549.0,63454641.0,63534466.0,63506686.0,63620675.0,63624829.0,63477442.0,63411895.0,63519074.0,63452625.0,63429530.0,63565352.0,63625522.0,63439488.0,63426766.0,63408755.0,63476646.0,63410340.0,63630071.0,63486954.0,63535313.0,63554333.0,63449522.0,63431086.0,63593972.0,63405580.0,63443770.0,63589517.0,63482493.0,63457531.0,63521376.0,63470321.0,63370799.0,63431824.0,63561788.0,63520995.0,63732274.0,63532895.0,63430279.0,63363768.0,63433198.0,63417899.0,63456445.0],"unit":"ns","throughput":[{"per_iteration":32768,"unit":"bytes"}],"typical":{"estimate":63530445.34,"lower_bound":63498425.454500005,"upper_bound":63575805.712249994,"unit":"ns"},"mean":{"estimate":63530445.34,"lower_bound":63498425.454500005,"upper_bound":63575805.712249994,"unit":"ns"},"median":{"estimate":63492125.0,"lower_bound":63472351.0,"upper_bound":63527415.0,"unit":"ns"},"median_abs_dev":{"estimate":87225.06295144558,"lower_bound":69728.15936207771,"upper_bound":114518.98716688156,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^16","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_16","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[139023558.0,137493942.0,137705639.0,137450254.0,137435717.0,137446480.0,137613552.0,137744381.0,137492165.0,137675357.0,137696141.0,137567223.0,135364089.0,135659211.0,137448453.0,135892418.0,137252117.0,135636739.0,135453359.0,135386014.0,135610197.0,135825635.0,137890469.0,137574722.0,137461616.0,137783785.0,137323044.0,135513211.0,135557025.0,135628540.0,135476806.0,135774422.0,137415249.0,135511277.0,135379399.0,135555617.0,137512938.0,137660282.0,137468842.0,137408887.0,137697156.0,137442897.0,137441357.0,137561921.0,137649427.0,137354349.0,137602650.0,137399338.0,135722597.0,137423581.0,137757193.0,135441227.0,135608631.0,137226590.0,135408322.0,135730053.0,137414668.0,137632783.0,137393893.0,135421748.0,135641378.0,135601482.0,135643961.0,137233375.0,135581341.0,135779542.0,137614367.0,137581689.0,137478927.0,137611719.0,137455172.0,137384951.0,137577885.0,137634113.0,137467137.0,137484817.0,138031193.0,137305031.0,135439440.0,135404773.0,135942879.0,137399684.0,135645753.0,137384309.0,137492658.0,137489383.0,137498007.0,137606634.0,137701924.0,137386780.0,137561626.0,137567494.0,137541039.0,137820434.0,137696408.0,138221018.0,137504354.0,137352700.0,137728289.0,135534070.0],"unit":"ns","throughput":[{"per_iteration":65536,"unit":"bytes"}],"typical":{"estimate":136931268.89,"lower_bound":136743624.69875002,"upper_bound":137114286.40125,"unit":"ns"},"mean":{"estimate":136931268.89,"lower_bound":136743624.69875002,"upper_bound":137114286.40125,"unit":"ns"},"median":{"estimate":137438537.0,"lower_bound":137384951.0,"upper_bound":137478927.0,"unit":"ns"},"median_abs_dev":{"estimate":308419.3421244621,"lower_bound":207305.89419208476,"upper_bound":495775.5007982254,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^17","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_17","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[274552191.0,274795263.0,274625046.0,274063940.0,274508491.0,274500715.0,274716259.0,275287190.0,274743031.0,274762306.0,274562053.0,274454062.0,275276848.0,274485677.0,274691482.0,275113161.0,274959032.0,274848469.0,274700989.0,275004944.0,274948380.0,275038831.0,274703882.0,274566053.0,274376566.0,273993254.0,274848952.0,275604559.0,274656589.0,274936242.0,274508982.0,274747701.0,274666805.0,274907136.0,275241936.0,274514950.0,274460957.0,273739566.0,274270627.0,273912739.0,275291082.0,274786926.0,275016726.0,274957652.0,275015738.0,274595687.0,274719005.0,274944018.0,274512605.0,274501429.0,274514503.0,274701881.0,274662223.0,274610511.0,274373091.0,274894545.0,274766028.0,274557680.0,275273114.0,274623921.0,275273328.0,274666656.0,274655861.0,274583065.0,274796842.0,274862064.0,274524092.0,275411666.0,274518681.0,275484183.0,275089022.0,274835967.0,274597329.0,274849528.0,274809033.0,274676632.0,274698552.0,274498687.0,274347611.0,274600721.0,274511678.0,274719132.0,274563542.0,274513349.0,274260442.0,274391709.0,274571558.0,274850515.0,274499878.0,274764171.0,274679141.0,274534567.0,274646900.0,274861270.0,273985958.0,274906078.0,274590256.0,274021171.0,274609075.0,273983380.0],"unit":"ns","throughput":[{"per_iteration":131072,"unit":"bytes"}],"typical":{"estimate":274688575.11,"lower_bound":274623651.34250003,"upper_bound":274753347.9865,"unit":"ns"},"mean":{"estimate":274688575.11,"lower_bound":274623651.34250003,"upper_bound":274753347.9865,"unit":"ns"},"median":{"estimate":274666730.5,"lower_bound":274600721.0,"upper_bound":274719005.0,"unit":"ns"},"median_abs_dev":{"estimate":239840.93904197216,"lower_bound":172195.09134292603,"upper_bound":298673.7862499803,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^18","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_18","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[556291491.0,556545132.0,556527609.0,556505458.0,557377170.0,556817905.0,556854944.0,556297510.0,556634256.0,557623290.0,556353698.0,556084098.0,556688703.0,556733257.0,555881765.0,556378302.0,556601442.0,557262969.0,558076901.0,557215229.0,556878409.0,556572768.0,557056125.0,557392668.0,557164531.0,556268222.0,556897314.0,556668991.0,558736709.0,557018774.0,556400857.0,556438512.0,556587419.0,556540161.0,556680700.0,556627085.0,556250632.0,556501610.0,556338423.0,556233487.0,555915898.0,556031200.0,557245847.0,556066447.0,558273680.0,557660142.0,557087128.0,557602234.0,557886996.0,558054958.0,557776039.0,557941924.0,558106605.0,557447483.0,557764759.0,557555953.0,557724309.0,557660851.0,558422104.0,557712826.0,556388958.0,556643518.0,558986594.0,558480752.0,556333844.0,556836619.0,556564335.0,556915392.0,557014559.0,555662646.0,559770566.0,556086139.0,556581871.0,556666568.0,559403335.0,558307929.0,557433017.0,556539793.0,556672751.0,556737711.0,556339496.0,556641568.0,559223025.0,558626120.0,558597961.0,556081868.0,556834135.0,556937706.0,556732602.0,556642464.0,556490265.0,558269723.0,558646373.0,558493658.0,556564367.0,556724772.0,556107706.0,556269491.0,558390348.0,556985500.0],"unit":"ns","throughput":[{"per_iteration":262144,"unit":"bytes"}],"typical":{"estimate":557095679.54,"lower_bound":556928843.92575,"upper_bound":557270938.9285,"unit":"ns"},"mean":{"estimate":557095679.54,"lower_bound":556928843.92575,"upper_bound":557270938.9285,"unit":"ns"},"median":{"estimate":556777808.0,"lower_bound":556643518.0,"upper_bound":557014559.0,"unit":"ns"},"median_abs_dev":{"estimate":676067.811897397,"lower_bound":468354.8142850399,"upper_bound":951850.2174887804,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^19","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_19","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1143258886.0,1144021027.0,1143584336.0,1143706367.0,1143427201.0,1143438017.0,1144092171.0,1143848098.0,1144129536.0,1142915956.0,1143454117.0,1144180764.0,1144076582.0,1143714470.0,1144037771.0,1144307307.0,1143488211.0,1143557646.0,1144552184.0,1143290127.0,1144670710.0,1143903554.0,1143566110.0,1143345397.0,1143763664.0,1143296546.0,1143147352.0,1143179281.0,1144452917.0,1142054614.0,1142848352.0,1143520687.0,1141761135.0,1143743526.0,1144203614.0,1144338025.0,1142453907.0,1142276330.0,1144108291.0,1142924304.0,1142481517.0,1143811948.0,1143383379.0,1142961488.0,1142982413.0,1141836863.0,1142327218.0,1144052545.0,1143353190.0,1142617989.0,1141523475.0,1143218697.0,1143166278.0,1144449353.0,1143441692.0,1142994917.0,1143898002.0,1143690306.0,1143316200.0,1142738260.0,1144864936.0,1143077293.0,1147539901.0,1146942526.0,1145135811.0,1143199870.0,1142707511.0,1143784586.0,1142818658.0,1143219672.0,1143427744.0,1144872157.0,1151146810.0,1144044912.0,1142312728.0,1145584302.0,1143076812.0,1145151561.0,1144456399.0,1146779625.0,1144564735.0,1143984661.0,1144450823.0,1144302537.0,1143730576.0,1144029034.0,1145012049.0,1143676876.0,1144506798.0,1142882908.0,1144186438.0,1144708490.0,1144310403.0,1143322958.0,1144964684.0,1144704895.0,1143322823.0,1143536365.0,1144374265.0,1144667759.0],"unit":"ns","throughput":[{"per_iteration":524288,"unit":"bytes"}],"typical":{"estimate":1143822687.11,"lower_bound":1143596032.9085,"upper_bound":1144076045.6905,"unit":"ns"},"mean":{"estimate":1143822687.11,"lower_bound":1143596032.9085,"upper_bound":1144076045.6905,"unit":"ns"},"median":{"estimate":1143698336.5,"lower_bound":1143441692.0,"upper_bound":1143941331.5,"unit":"ns"},"median_abs_dev":{"estimate":802859.76164639,"lower_bound":642920.582985878,"upper_bound":1027515.1704579592,"unit":"ns"},"slope":null,"change":null} -{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^20","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_20","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2315222745.0,2316866154.0,2314546803.0,2315819245.0,2314877374.0,2316784636.0,2313155201.0,2319293242.0,2313017846.0,2314683839.0,2315363843.0,2315169260.0,2313903008.0,2313724257.0,2315736059.0,2312977785.0,2313394364.0,2313333819.0,2312516743.0,2314300036.0,2313455655.0,2315064195.0,2312303505.0,2314077176.0,2312526733.0,2313665358.0,2313812601.0,2310126568.0,2314566279.0,2316042300.0,2310747827.0,2309583940.0,2312337537.0,2312320414.0,2311936335.0,2313340299.0,2314091427.0,2312311284.0,2310843056.0,2312575361.0,2313970800.0,2312251385.0,2313066926.0,2311196571.0,2312284041.0,2315601476.0,2311815427.0,2312709754.0,2310545519.0,2310930148.0,2315752349.0,2313267882.0,2314201378.0,2315008967.0,2310726297.0,2310583875.0,2311149803.0,2310417125.0,2315235037.0,2313561578.0,2313049249.0,2312913178.0,2313865460.0,2311174772.0,2313242667.0,2314116672.0,2311374217.0,2311620568.0,2312322530.0,2314165203.0,2313744755.0,2313003297.0,2312846730.0,2311733331.0,2312783592.0,2312464234.0,2310125113.0,2312651716.0,2311464761.0,2311918292.0,2311123626.0,2312639246.0,2311635819.0,2313031242.0,2312023225.0,2312772537.0,2311831620.0,2311739188.0,2313788865.0,2312171497.0,2311472612.0,2312954062.0,2315761210.0,2314385621.0,2314988060.0,2312211688.0,2312568616.0,2311514680.0,2311646027.0,2315329130.0],"unit":"ns","throughput":[{"per_iteration":1048576,"unit":"bytes"}],"typical":{"estimate":2313108593.55,"lower_bound":2312778010.00625,"upper_bound":2313448157.45975,"unit":"ns"},"mean":{"estimate":2313108593.55,"lower_bound":2312778010.00625,"upper_bound":2313448157.45975,"unit":"ns"},"median":{"estimate":2312965923.5,"lower_bound":2312551047.0,"upper_bound":2313333819.0,"unit":"ns"},"median_abs_dev":{"estimate":1693722.20993042,"lower_bound":1254871.8764215708,"upper_bound":2074592.1356186268,"unit":"ns"},"slope":null,"change":null} -{"reason":"group-complete","group_name":"state_root","benchmarks":["state_root/state_root_from_slots_2^01","state_root/state_root_from_slots_2^02","state_root/state_root_from_slots_2^03","state_root/state_root_from_slots_2^04","state_root/state_root_from_slots_2^05","state_root/state_root_from_slots_2^06","state_root/state_root_from_slots_2^07","state_root/state_root_from_slots_2^08","state_root/state_root_from_slots_2^09","state_root/state_root_from_slots_2^10","state_root/state_root_from_slots_2^11","state_root/state_root_from_slots_2^12","state_root/state_root_from_slots_2^13","state_root/state_root_from_slots_2^14","state_root/state_root_from_slots_2^15","state_root/state_root_from_slots_2^16","state_root/state_root_from_slots_2^17","state_root/state_root_from_slots_2^18","state_root/state_root_from_slots_2^19","state_root/state_root_from_slots_2^20"],"report_directory":"/root/fuel-core/target/criterion/reports/state_root"} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_928","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_928","iteration_count":[1258,2516,3774,5032,6290,7548,8806,10064,11322,12580,13838,15096,16354,17612,18870,20128,21386,22644,23902,25160,26418,27676,28934,30192,31450,32708,33966,35224,36482,37740,38998,40256,41514,42772,44030,45288,46546,47804,49062,50320,51578,52836,54094,55352,56610,57868,59126,60384,61642,62900,64158,65416,66674,67932,69190,70448,71706,72964,74222,75480,76738,77996,79254,80512,81770,83028,84286,85544,86802,88060,89318,90576,91834,93092,94350,95608,96866,98124,99382,100640,101898,103156,104414,105672,106930,108188,109446,110704,111962,113220,114478,115736,116994,118252,119510,120768,122026,123284,124542,125800],"measured_values":[3471390.0,3401669.0,3023380.0,4020856.0,5029366.0,6049652.0,7043873.0,7977163.0,8928109.0,9921293.0,10910961.0,11839739.0,12930695.0,13858311.0,14852609.0,15821671.0,16700836.0,17723385.0,18881635.0,19785285.0,20767110.0,21712928.0,22658613.0,23672852.0,24642774.0,25595282.0,26577229.0,27562266.0,28577311.0,29530168.0,30517643.0,31420812.0,32540555.0,33533103.0,34471731.0,35510439.0,36418026.0,37436293.0,38411455.0,39384120.0,40406433.0,41366537.0,42390236.0,43402336.0,44346197.0,45347652.0,46264945.0,47322187.0,48426529.0,49288839.0,50215814.0,51250900.0,52274120.0,53208434.0,54127563.0,55214704.0,56218219.0,57101616.0,58113956.0,59128538.0,60141830.0,61101219.0,62010796.0,63062382.0,63993476.0,65075461.0,66068063.0,66942707.0,67927175.0,68888645.0,69936656.0,70890441.0,71959936.0,72890178.0,73914486.0,74854845.0,75846206.0,76812589.0,77652922.0,79192053.0,79575720.0,80752208.0,81790032.0,82689900.0,83839204.0,84733960.0,85736217.0,86654115.0,87756860.0,89428858.0,89653083.0,90844438.0,91544166.0,92651960.0,93666686.0,94508055.0,95659010.0,96449686.0,97486810.0,98504157.0],"unit":"ns","throughput":[{"per_iteration":928,"unit":"bytes"}],"typical":{"estimate":783.3929423112208,"lower_bound":783.0539860891413,"upper_bound":783.8316513550038,"unit":"ns"},"mean":{"estimate":810.1069540060919,"lower_bound":784.3146246402382,"upper_bound":855.4728607945939,"unit":"ns"},"median":{"estimate":783.3780467374395,"lower_bound":783.1205129277885,"upper_bound":783.6635204977996,"unit":"ns"},"median_abs_dev":{"estimate":1.0405502597458893,"lower_bound":0.8117551938555818,"upper_bound":1.4534877244997586,"unit":"ns"},"slope":{"estimate":783.3929423112208,"lower_bound":783.0539860891413,"upper_bound":783.8316513550038,"unit":"ns"},"change":{"mean":{"estimate":-0.999728166037589,"lower_bound":-0.9997368724228253,"upper_bound":-0.9997130832660724,"unit":"%"},"median":{"estimate":-0.9997367920014106,"lower_bound":-0.9997369716923055,"upper_bound":-0.999736654662573,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_1440","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_1440","iteration_count":[1221,2442,3663,4884,6105,7326,8547,9768,10989,12210,13431,14652,15873,17094,18315,19536,20757,21978,23199,24420,25641,26862,28083,29304,30525,31746,32967,34188,35409,36630,37851,39072,40293,41514,42735,43956,45177,46398,47619,48840,50061,51282,52503,53724,54945,56166,57387,58608,59829,61050,62271,63492,64713,65934,67155,68376,69597,70818,72039,73260,74481,75702,76923,78144,79365,80586,81807,83028,84249,85470,86691,87912,89133,90354,91575,92796,94017,95238,96459,97680,98901,100122,101343,102564,103785,105006,106227,107448,108669,109890,111111,112332,113553,114774,115995,117216,118437,119658,120879,122100],"measured_values":[1234049.0,1972451.0,2959041.0,3966129.0,4926609.0,5909043.0,6907141.0,7879050.0,8880883.0,9857608.0,10825061.0,11825194.0,12861256.0,13816844.0,14853853.0,15778369.0,16792131.0,17788249.0,18702998.0,19743028.0,20719457.0,21686019.0,22694817.0,23777863.0,24669617.0,25658495.0,26641823.0,27611732.0,28599317.0,29657179.0,30608948.0,31600914.0,32596867.0,33593086.0,34537917.0,35757089.0,36386668.0,37459100.0,38485934.0,39469356.0,40533605.0,41713324.0,42524517.0,43400131.0,44369821.0,45445000.0,46412963.0,47303535.0,48334834.0,49331227.0,50600697.0,51613081.0,52432156.0,53422328.0,54589814.0,55561462.0,56354609.0,57430326.0,58459319.0,59360872.0,60528812.0,61496238.0,62479949.0,63425387.0,64515760.0,65448650.0,66445657.0,67478647.0,68394958.0,69392626.0,70443206.0,71467608.0,72465275.0,73308551.0,74448599.0,75489203.0,76389238.0,77497794.0,78112784.0,78913814.0,79973000.0,81102448.0,81792738.0,82856908.0,84126069.0,85216770.0,86330686.0,87303692.0,88154249.0,89267240.0,90193522.0,91179546.0,92138854.0,93118678.0,94145206.0,95211499.0,96201610.0,97091266.0,98188554.0,98945278.0],"unit":"ns","throughput":[{"per_iteration":1440,"unit":"bytes"}],"typical":{"estimate":811.1254143760483,"lower_bound":810.6947549238531,"upper_bound":811.5013927113187,"unit":"ns"},"mean":{"estimate":812.033082568471,"lower_bound":809.7051348463405,"upper_bound":816.3283807835049,"unit":"ns"},"median":{"estimate":810.1311245563431,"lower_bound":808.9957809048718,"upper_bound":811.3220590029101,"unit":"ns"},"median_abs_dev":{"estimate":3.0389065352824973,"lower_bound":2.160078316486423,"upper_bound":3.2879571933975518,"unit":"ns"},"slope":{"estimate":811.1254143760483,"lower_bound":810.6947549238531,"upper_bound":811.5013927113187,"unit":"ns"},"change":{"mean":{"estimate":-0.9997300683535862,"lower_bound":-0.9997308850318326,"upper_bound":-0.999728674813561,"unit":"%"},"median":{"estimate":-0.9997304614704398,"lower_bound":-0.9997308536581689,"upper_bound":-0.9997300644372037,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_2464","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_2464","iteration_count":[1127,2254,3381,4508,5635,6762,7889,9016,10143,11270,12397,13524,14651,15778,16905,18032,19159,20286,21413,22540,23667,24794,25921,27048,28175,29302,30429,31556,32683,33810,34937,36064,37191,38318,39445,40572,41699,42826,43953,45080,46207,47334,48461,49588,50715,51842,52969,54096,55223,56350,57477,58604,59731,60858,61985,63112,64239,65366,66493,67620,68747,69874,71001,72128,73255,74382,75509,76636,77763,78890,80017,81144,82271,83398,84525,85652,86779,87906,89033,90160,91287,92414,93541,94668,95795,96922,98049,99176,100303,101430,102557,103684,104811,105938,107065,108192,109319,110446,111573,112700],"measured_values":[1105784.0,2037096.0,3056094.0,4065911.0,5068984.0,6077250.0,7125385.0,7963010.0,8919991.0,9897986.0,10968823.0,11943821.0,12928041.0,13889762.0,14890008.0,15872039.0,16898075.0,17895574.0,18846401.0,19826393.0,20829452.0,21818771.0,22826271.0,23815627.0,24798341.0,25808550.0,26804512.0,27825646.0,28723023.0,29695562.0,30722905.0,31771696.0,32779734.0,33692270.0,34658015.0,35686182.0,36704865.0,37894066.0,38627982.0,39585647.0,40823692.0,41604948.0,42599990.0,43822215.0,44517869.0,45554787.0,46581217.0,47646219.0,48566382.0,49625729.0,50678825.0,51757588.0,52646868.0,53439927.0,54391882.0,55496356.0,56430148.0,57595054.0,58481660.0,59472477.0,60404609.0,61610289.0,62604422.0,63381164.0,64381822.0,65366598.0,66358231.0,67415337.0,68387336.0,69132589.0,70091886.0,71461524.0,72283056.0,73255752.0,74288943.0,75188469.0,76373453.0,76953496.0,77898559.0,79254652.0,80190429.0,81017777.0,82849274.0,83126195.0,84163558.0,85364995.0,86925682.0,87844867.0,88056137.0,89058116.0,90126277.0,91137776.0,92136492.0,93439378.0,94103878.0,95286965.0,96191013.0,97070945.0,98000874.0,101259008.0],"unit":"ns","throughput":[{"per_iteration":2464,"unit":"bytes"}],"typical":{"estimate":880.1570161369525,"lower_bound":879.1225726787211,"upper_bound":881.5364575187092,"unit":"ns"},"mean":{"estimate":882.4719116741642,"lower_bound":880.6395965904127,"upper_bound":885.0427156959772,"unit":"ns"},"median":{"estimate":879.645813977765,"lower_bound":879.3303324134704,"upper_bound":880.3643167901708,"unit":"ns"},"median_abs_dev":{"estimate":1.7509043305439838,"lower_bound":1.3739318855457505,"upper_bound":2.4783067044977876,"unit":"ns"},"slope":{"estimate":880.1570161369525,"lower_bound":879.1225726787211,"upper_bound":881.5364575187092,"unit":"ns"},"change":{"mean":{"estimate":-0.9997071317795845,"lower_bound":-0.999707856845597,"upper_bound":-0.9997062824935515,"unit":"%"},"median":{"estimate":-0.9997075054581659,"lower_bound":-0.9997077265739679,"upper_bound":-0.9997071538256137,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_4512","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_4512","iteration_count":[924,1848,2772,3696,4620,5544,6468,7392,8316,9240,10164,11088,12012,12936,13860,14784,15708,16632,17556,18480,19404,20328,21252,22176,23100,24024,24948,25872,26796,27720,28644,29568,30492,31416,32340,33264,34188,35112,36036,36960,37884,38808,39732,40656,41580,42504,43428,44352,45276,46200,47124,48048,48972,49896,50820,51744,52668,53592,54516,55440,56364,57288,58212,59136,60060,60984,61908,62832,63756,64680,65604,66528,67452,68376,69300,70224,71148,72072,72996,73920,74844,75768,76692,77616,78540,79464,80388,81312,82236,83160,84084,85008,85932,86856,87780,88704,89628,90552,91476,92400],"measured_values":[1164767.0,2074892.0,3111472.0,4143076.0,5178608.0,6132642.0,7094302.0,8102703.0,9127592.0,10139280.0,11040554.0,12058583.0,13022731.0,14175361.0,15286908.0,16153342.0,17069027.0,18099958.0,19104144.0,20141521.0,21169782.0,22240094.0,23193278.0,24143466.0,25177745.0,26099256.0,27137532.0,28100330.0,29029211.0,30056287.0,31048890.0,32085987.0,33097289.0,34045014.0,35105658.0,36038361.0,36992077.0,38048893.0,39030993.0,40033389.0,40922568.0,41970459.0,42949191.0,43875042.0,44840970.0,45815349.0,47070834.0,47933057.0,48870250.0,49856399.0,50709695.0,52069771.0,52903438.0,53661370.0,54674725.0,55491162.0,56436981.0,57436359.0,58486143.0,59627633.0,60620554.0,61733487.0,62722025.0,63812751.0,65127808.0,66062706.0,66764293.0,67767632.0,68999417.0,69975347.0,70777306.0,71839245.0,72821433.0,73869966.0,75097776.0,75710663.0,76569730.0,77854517.0,78884807.0,79838253.0,80796524.0,81871524.0,82795238.0,83785200.0,84571640.0,85364757.0,86245906.0,87815261.0,88572020.0,89590285.0,91107119.0,91736341.0,92983924.0,93790544.0,94956873.0,95750828.0,97111377.0,98204379.0,99089146.0,99925605.0],"unit":"ns","throughput":[{"per_iteration":4512,"unit":"bytes"}],"typical":{"estimate":1079.9291856424447,"lower_bound":1079.128494381576,"upper_bound":1080.716844857469,"unit":"ns"},"mean":{"estimate":1086.1484977774683,"lower_bound":1082.9401884942326,"upper_bound":1090.7380375351163,"unit":"ns"},"median":{"estimate":1082.0416691827982,"lower_bound":1080.349333099333,"upper_bound":1083.5686549727177,"unit":"ns"},"median_abs_dev":{"estimate":5.097598190102258,"lower_bound":3.7434344871994365,"upper_bound":6.913824477969463,"unit":"ns"},"slope":{"estimate":1079.9291856424447,"lower_bound":1079.128494381576,"upper_bound":1080.716844857469,"unit":"ns"},"change":{"mean":{"estimate":-0.9996393127081531,"lower_bound":-0.9996403465189951,"upper_bound":-0.9996374792148602,"unit":"%"},"median":{"estimate":-0.99964015772089,"lower_bound":-0.999640786256156,"upper_bound":-0.9996395824953334,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_8608","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_8608","iteration_count":[722,1444,2166,2888,3610,4332,5054,5776,6498,7220,7942,8664,9386,10108,10830,11552,12274,12996,13718,14440,15162,15884,16606,17328,18050,18772,19494,20216,20938,21660,22382,23104,23826,24548,25270,25992,26714,27436,28158,28880,29602,30324,31046,31768,32490,33212,33934,34656,35378,36100,36822,37544,38266,38988,39710,40432,41154,41876,42598,43320,44042,44764,45486,46208,46930,47652,48374,49096,49818,50540,51262,51984,52706,53428,54150,54872,55594,56316,57038,57760,58482,59204,59926,60648,61370,62092,62814,63536,64258,64980,65702,66424,67146,67868,68590,69312,70034,70756,71478,72200],"measured_values":[1056920.0,1996961.0,2999108.0,4000883.0,4979853.0,6010154.0,7019836.0,8018950.0,8950432.0,9886821.0,10900542.0,11909116.0,12846061.0,14007754.0,15054905.0,15920465.0,16983519.0,17876462.0,18887847.0,19867960.0,20879473.0,21828196.0,22645827.0,23744440.0,24859684.0,25672367.0,26695869.0,27578547.0,28474792.0,29729496.0,30645909.0,31477114.0,32660175.0,33364965.0,34365442.0,35338032.0,36307067.0,37390712.0,38504603.0,39407960.0,40415838.0,41461816.0,42313656.0,43026877.0,43917501.0,44841261.0,45857848.0,47122264.0,47846198.0,48776425.0,49555448.0,50593268.0,51687995.0,52581020.0,53654718.0,54640335.0,55553778.0,56228478.0,57278580.0,58683278.0,61066756.0,62136930.0,62764933.0,63709944.0,65513896.0,65692540.0,66311435.0,67757056.0,68710299.0,69820939.0,70621465.0,71639230.0,72465953.0,73097780.0,73935813.0,74894936.0,75898972.0,76412226.0,77466038.0,78778816.0,79505312.0,80707094.0,81180496.0,82173268.0,83478834.0,84355556.0,85348408.0,85910301.0,86960136.0,88229772.0,89173399.0,89265585.0,90583490.0,91588821.0,92127032.0,93559029.0,94361984.0,95235388.0,96240016.0,97266915.0],"unit":"ns","throughput":[{"per_iteration":8608,"unit":"bytes"}],"typical":{"estimate":1359.2360085628193,"lower_bound":1356.3492294209295,"upper_bound":1362.4648482823757,"unit":"ns"},"mean":{"estimate":1366.2006361743468,"lower_bound":1363.1612994096313,"upper_bound":1369.6108556724564,"unit":"ns"},"median":{"estimate":1364.3678027305104,"lower_bound":1359.836019836342,"upper_bound":1368.6880522958845,"unit":"ns"},"median_abs_dev":{"estimate":17.906877678590714,"lower_bound":12.980687092967443,"upper_bound":19.63757445012725,"unit":"ns"},"slope":{"estimate":1359.2360085628193,"lower_bound":1356.3492294209295,"upper_bound":1362.4648482823757,"unit":"ns"},"change":{"mean":{"estimate":-0.9995462962378174,"lower_bound":-0.9995472916831446,"upper_bound":-0.9995452024596984,"unit":"%"},"median":{"estimate":-0.9995465694459691,"lower_bound":-0.9995481164845561,"upper_bound":-0.9995451478616924,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_16800","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_16800","iteration_count":[498,996,1494,1992,2490,2988,3486,3984,4482,4980,5478,5976,6474,6972,7470,7968,8466,8964,9462,9960,10458,10956,11454,11952,12450,12948,13446,13944,14442,14940,15438,15936,16434,16932,17430,17928,18426,18924,19422,19920,20418,20916,21414,21912,22410,22908,23406,23904,24402,24900,25398,25896,26394,26892,27390,27888,28386,28884,29382,29880,30378,30876,31374,31872,32370,32868,33366,33864,34362,34860,35358,35856,36354,36852,37350,37848,38346,38844,39342,39840,40338,40836,41334,41832,42330,42828,43326,43824,44322,44820,45318,45816,46314,46812,47310,47808,48306,48804,49302,49800],"measured_values":[1071449.0,1986507.0,3022812.0,4020002.0,4991758.0,6022112.0,7012983.0,8042047.0,9006802.0,9982790.0,10979556.0,12010066.0,12974448.0,14009322.0,14930505.0,15926079.0,16999837.0,17902185.0,18916496.0,19924615.0,20810123.0,21656525.0,22706096.0,23637082.0,24681939.0,25572129.0,26594814.0,27530494.0,28530271.0,29547215.0,30517118.0,31422758.0,32874952.0,34014528.0,34797083.0,35883331.0,36768038.0,37719529.0,38734207.0,39822034.0,40851168.0,41787926.0,42672118.0,43662501.0,44645994.0,45554584.0,46548387.0,47436336.0,48647265.0,49507463.0,50373755.0,51422203.0,52350340.0,53359716.0,54308161.0,55175589.0,56014804.0,56997116.0,57768391.0,59116506.0,60189615.0,60983232.0,61945671.0,62846322.0,64484924.0,65354107.0,66333468.0,66958261.0,67923991.0,68535858.0,69583079.0,71813896.0,72971247.0,73773981.0,74845597.0,75243065.0,76239620.0,76992110.0,77823658.0,78697764.0,79954462.0,80626297.0,81518443.0,82453802.0,83338497.0,84381844.0,85407317.0,86767246.0,87512426.0,88367767.0,90048744.0,90991289.0,91672640.0,92383505.0,93410562.0,94532824.0,95414344.0,96318293.0,97505439.0,98134117.0],"unit":"ns","throughput":[{"per_iteration":16800,"unit":"bytes"}],"typical":{"estimate":1980.5599829790567,"lower_bound":1978.3555276750067,"upper_bound":1983.097310634964,"unit":"ns"},"mean":{"estimate":1989.1597355791807,"lower_bound":1985.4816596421258,"upper_bound":1993.7977731830024,"unit":"ns"},"median":{"estimate":1985.0858626814952,"lower_bound":1980.993740111963,"upper_bound":1989.2322104151597,"unit":"ns"},"median_abs_dev":{"estimate":15.764920406143794,"lower_bound":11.353840762284513,"upper_bound":19.303769030840176,"unit":"ns"},"slope":{"estimate":1980.5599829790567,"lower_bound":1978.3555276750067,"upper_bound":1983.097310634964,"unit":"ns"},"change":{"mean":{"estimate":-0.9993409132256011,"lower_bound":-0.9993421871625281,"upper_bound":-0.9993392789111538,"unit":"%"},"median":{"estimate":-0.999341512142237,"lower_bound":-0.9993428532397267,"upper_bound":-0.999339949081112,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_33184","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_33184","iteration_count":[261,522,783,1044,1305,1566,1827,2088,2349,2610,2871,3132,3393,3654,3915,4176,4437,4698,4959,5220,5481,5742,6003,6264,6525,6786,7047,7308,7569,7830,8091,8352,8613,8874,9135,9396,9657,9918,10179,10440,10701,10962,11223,11484,11745,12006,12267,12528,12789,13050,13311,13572,13833,14094,14355,14616,14877,15138,15399,15660,15921,16182,16443,16704,16965,17226,17487,17748,18009,18270,18531,18792,19053,19314,19575,19836,20097,20358,20619,20880,21141,21402,21663,21924,22185,22446,22707,22968,23229,23490,23751,24012,24273,24534,24795,25056,25317,25578,25839,26100],"measured_values":[1144448.0,2019402.0,2981273.0,3980273.0,4972533.0,5969564.0,7047823.0,8007994.0,9007325.0,10037067.0,10991392.0,11961852.0,12973798.0,14019983.0,15036665.0,16028828.0,17021083.0,18030148.0,18984338.0,20038355.0,21001696.0,21916932.0,22945153.0,23890439.0,24887788.0,25847512.0,26861557.0,27903489.0,28869442.0,29814638.0,31004588.0,31894297.0,32864692.0,33871983.0,34844642.0,35935350.0,36925287.0,37866531.0,38849339.0,39801226.0,41079836.0,41781053.0,42786911.0,43799324.0,44801606.0,45839020.0,46815138.0,47840801.0,48805363.0,49984459.0,50744139.0,52001467.0,52710544.0,53767870.0,54854547.0,55839870.0,56950074.0,57845094.0,58780828.0,59749046.0,60689455.0,61791920.0,62709956.0,63686601.0,64636076.0,65653771.0,66606583.0,67669416.0,68638934.0,69604935.0,70835701.0,71551908.0,72571423.0,73551287.0,74628288.0,75667670.0,76496352.0,77658906.0,79272750.0,80315875.0,81313119.0,82131097.0,82752617.0,83889568.0,84790227.0,85661320.0,86624274.0,87820959.0,88572151.0,89805761.0,90759384.0,91594781.0,92463843.0,93494884.0,95485782.0,95993838.0,97178381.0,97733084.0,98548993.0,100375355.0],"unit":"ns","throughput":[{"per_iteration":33184,"unit":"bytes"}],"typical":{"estimate":3821.2067006381544,"lower_bound":3817.9417021054915,"upper_bound":3824.6851996057608,"unit":"ns"},"mean":{"estimate":3827.416688576591,"lower_bound":3819.9735472989287,"upper_bound":3840.248784636195,"unit":"ns"},"median":{"estimate":3817.57256366613,"lower_bound":3814.9474953881086,"upper_bound":3820.982250371413,"unit":"ns"},"median_abs_dev":{"estimate":8.784722098674342,"lower_bound":6.286003432462618,"upper_bound":12.90678328311799,"unit":"ns"},"slope":{"estimate":3821.2067006381544,"lower_bound":3817.9417021054915,"upper_bound":3824.6851996057608,"unit":"ns"},"change":{"mean":{"estimate":-0.9987358482800381,"lower_bound":-0.9987384906737572,"upper_bound":-0.9987311200298352,"unit":"%"},"median":{"estimate":-0.9987380605764653,"lower_bound":-0.9987392357062268,"upper_bound":-0.9987367214597754,"unit":"%"},"change":"Improved"}} -{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_65952","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_65952","iteration_count":[135,270,405,540,675,810,945,1080,1215,1350,1485,1620,1755,1890,2025,2160,2295,2430,2565,2700,2835,2970,3105,3240,3375,3510,3645,3780,3915,4050,4185,4320,4455,4590,4725,4860,4995,5130,5265,5400,5535,5670,5805,5940,6075,6210,6345,6480,6615,6750,6885,7020,7155,7290,7425,7560,7695,7830,7965,8100,8235,8370,8505,8640,8775,8910,9045,9180,9315,9450,9585,9720,9855,9990,10125,10260,10395,10530,10665,10800,10935,11070,11205,11340,11475,11610,11745,11880,12015,12150,12285,12420,12555,12690,12825,12960,13095,13230,13365,13500],"measured_values":[1219060.0,2020910.0,2990945.0,4013743.0,4956174.0,5959734.0,7005215.0,7979911.0,8939496.0,9926110.0,10916405.0,11951940.0,12894518.0,13908517.0,14923672.0,15869342.0,16881762.0,17890355.0,18846494.0,19856032.0,20841774.0,21839231.0,22836773.0,23950497.0,24893601.0,25874010.0,26874637.0,27889653.0,28845855.0,29912444.0,30868760.0,31806774.0,32778355.0,34048613.0,34745982.0,35740533.0,37199236.0,37763232.0,38738566.0,39738528.0,40676540.0,41690151.0,42984681.0,43702932.0,44808253.0,45657313.0,46755499.0,47690930.0,48761933.0,49693606.0,50891830.0,51669573.0,52663240.0,53698840.0,54576589.0,55531909.0,56569256.0,57928537.0,58542500.0,59540926.0,60451118.0,61537905.0,62570149.0,63650394.0,64470486.0,65429750.0,66450644.0,67511057.0,68422713.0,69482837.0,70445537.0,71337567.0,72327529.0,73790039.0,74409944.0,75294831.0,76392206.0,77388995.0,78398171.0,79434469.0,79271153.0,79047367.0,79910631.0,80832559.0,82240444.0,83381663.0,84031952.0,85080449.0,85709205.0,86812175.0,87691964.0,88357242.0,89402290.0,90349280.0,91447713.0,92370331.0,93538244.0,94926440.0,95483717.0,96359034.0],"unit":"ns","throughput":[{"per_iteration":65952,"unit":"bytes"}],"typical":{"estimate":7254.408105019457,"lower_bound":7227.570742209677,"upper_bound":7285.302230709968,"unit":"ns"},"mean":{"estimate":7338.039159453147,"lower_bound":7307.007069264435,"upper_bound":7381.729012647149,"unit":"ns"},"median":{"estimate":7353.018374218374,"lower_bound":7350.67973916379,"upper_bound":7357.3959595959595,"unit":"ns"},"median_abs_dev":{"estimate":18.785247475980707,"lower_bound":10.740139065364163,"upper_bound":28.476034914205147,"unit":"ns"},"slope":{"estimate":7254.408105019457,"lower_bound":7227.570742209677,"upper_bound":7285.302230709968,"unit":"ns"},"change":{"mean":{"estimate":-0.9975808202411243,"lower_bound":-0.9975917262075233,"upper_bound":-0.9975671409959675,"unit":"%"},"median":{"estimate":-0.9975720960242701,"lower_bound":-0.997573629192452,"upper_bound":-0.9975704309424644,"unit":"%"},"change":"Improved"}} -{"reason":"group-complete","group_name":"vm_initialization","benchmarks":["vm_initialization/vm_initialization_with_tx_size_928","vm_initialization/vm_initialization_with_tx_size_1440","vm_initialization/vm_initialization_with_tx_size_2464","vm_initialization/vm_initialization_with_tx_size_4512","vm_initialization/vm_initialization_with_tx_size_8608","vm_initialization/vm_initialization_with_tx_size_16800","vm_initialization/vm_initialization_with_tx_size_33184","vm_initialization/vm_initialization_with_tx_size_65952"],"report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization"} diff --git a/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_30_0.json b/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_30_0.json new file mode 100644 index 00000000000..7be35fa15e9 --- /dev/null +++ b/bin/fuel-core/chainspec/local-testnet/benchmarks_fuel_core_0_30_0.json @@ -0,0 +1,443 @@ +{"reason":"benchmark-complete","id":"add/add","report_directory":"/root/fuel-core/target/criterion/reports/add/add","iteration_count":[5513,11026,16539,22052,27565,33078,38591,44104,49617,55130,60643,66156,71669,77182,82695,88208,93721,99234,104747,110260,115773,121286,126799,132312,137825,143338,148851,154364,159877,165390,170903,176416,181929,187442,192955,198468,203981,209494,215007,220520,226033,231546,237059,242572,248085,253598,259111,264624,270137,275650,281163,286676,292189,297702,303215,308728,314241,319754,325267,330780,336293,341806,347319,352832,358345,363858,369371,374884,380397,385910,391423,396936,402449,407962,413475,418988,424501,430014,435527,441040,446553,452066,457579,463092,468605,474118,479631,485144,490657,496170,501683,507196,512709,518222,523735,529248,534761,540274,545787,551300],"measured_values":[162146.0,235609.0,402642.0,480031.0,664288.0,696584.0,916761.0,977603.0,1136340.0,1099926.0,1247430.0,1362040.0,1468601.0,1644309.0,1885143.0,2002966.0,2431015.0,2523113.0,2494036.0,2494109.0,2667993.0,2664720.0,2717039.0,2931533.0,3113629.0,3427648.0,3312800.0,3284775.0,3737352.0,3849533.0,3770108.0,3649096.0,4313311.0,4308876.0,4605377.0,4533511.0,4425213.0,4638499.0,4746205.0,4757466.0,5032822.0,5614440.0,5864263.0,5363782.0,5912544.0,5602542.0,6087843.0,5877546.0,7254774.0,6840934.0,7021328.0,6726642.0,6775828.0,7583682.0,7175338.0,6874414.0,8230730.0,7538252.0,7287235.0,7020467.0,8137018.0,8229114.0,7858946.0,8057373.0,8973318.0,9048311.0,10526096.0,8476887.0,9305177.0,9423368.0,9065220.0,9430907.0,10102830.0,9656447.0,9433712.0,9457058.0,9636264.0,10076082.0,10545872.0,10278959.0,12316234.0,10300216.0,10408509.0,11143652.0,11645216.0,11873084.0,11496990.0,11515940.0,12202397.0,12041038.0,12182844.0,11543061.0,13752407.0,12169507.0,12119508.0,12344469.0,13402377.0,12986500.0,12156534.0,12477899.0],"unit":"ns","throughput":[],"typical":{"estimate":23.821480779031607,"lower_bound":23.492994773688345,"upper_bound":24.175984345661906,"unit":"ns"},"mean":{"estimate":23.392001806690164,"lower_bound":23.07771922839674,"upper_bound":23.72034502548885,"unit":"ns"},"median":{"estimate":23.29083567628031,"lower_bound":22.81567688493863,"upper_bound":23.686476042851883,"unit":"ns"},"median_abs_dev":{"estimate":1.4605429761759186,"lower_bound":1.0865137547838362,"upper_bound":1.7900104048842753,"unit":"ns"},"slope":{"estimate":23.821480779031607,"lower_bound":23.492994773688345,"upper_bound":24.175984345661906,"unit":"ns"},"change":{"mean":{"estimate":0.1586158590690392,"lower_bound":0.13620427115752712,"upper_bound":0.17822528924632455,"unit":"%"},"median":{"estimate":0.17649238299154657,"lower_bound":0.1456327925454437,"upper_bound":0.19545608489109867,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"add","benchmarks":["add/add"],"report_directory":"/root/fuel-core/target/criterion/reports/add"} +{"reason":"benchmark-complete","id":"addi/addi","report_directory":"/root/fuel-core/target/criterion/reports/addi/addi","iteration_count":[5700,11400,17100,22800,28500,34200,39900,45600,51300,57000,62700,68400,74100,79800,85500,91200,96900,102600,108300,114000,119700,125400,131100,136800,142500,148200,153900,159600,165300,171000,176700,182400,188100,193800,199500,205200,210900,216600,222300,228000,233700,239400,245100,250800,256500,262200,267900,273600,279300,285000,290700,296400,302100,307800,313500,319200,324900,330600,336300,342000,347700,353400,359100,364800,370500,376200,381900,387600,393300,399000,404700,410400,416100,421800,427500,433200,438900,444600,450300,456000,461700,467400,473100,478800,484500,490200,495900,501600,507300,513000,518700,524400,530100,535800,541500,547200,552900,558600,564300,570000],"measured_values":[125383.0,297711.0,359592.0,509168.0,577031.0,772512.0,800974.0,1039511.0,1113564.0,1248160.0,1254277.0,1520119.0,1559164.0,1715976.0,1851297.0,2039762.0,2049969.0,2283308.0,2430142.0,2628981.0,2566058.0,2876847.0,3165932.0,3125192.0,3116842.0,3305745.0,3389871.0,3554955.0,3456073.0,3810102.0,3910916.0,3953687.0,3939698.0,4333256.0,4069651.0,4442541.0,4658491.0,4772362.0,4520127.0,5028564.0,5094619.0,5363147.0,5225330.0,5599891.0,5592692.0,5692496.0,5640418.0,5769767.0,6073182.0,6294848.0,6103627.0,6417971.0,6686100.0,6696519.0,6734382.0,7033129.0,6514771.0,7164147.0,7493272.0,7398978.0,7903887.0,7732614.0,7298672.0,8150650.0,8116085.0,8301070.0,8202523.0,8827950.0,8249797.0,8634366.0,8456279.0,8912424.0,8914153.0,9557093.0,9435350.0,9376382.0,9256568.0,9712766.0,9425173.0,10112461.0,9689836.0,9979556.0,9986787.0,10427586.0,10325340.0,10771587.0,10947176.0,10989431.0,10593981.0,11397653.0,10849645.0,11313032.0,11164740.0,11635776.0,11492372.0,11943583.0,11973887.0,12609223.0,12481680.0,12333129.0],"unit":"ns","throughput":[],"typical":{"estimate":21.660655234510095,"lower_bound":21.524315421462987,"upper_bound":21.798075932809223,"unit":"ns"},"mean":{"estimate":21.766996940125047,"lower_bound":21.610689000258493,"upper_bound":21.933844486249928,"unit":"ns"},"median":{"estimate":21.767328042328042,"lower_bound":21.65307354925776,"upper_bound":21.939812086118696,"unit":"ns"},"median_abs_dev":{"estimate":0.6718519678108048,"lower_bound":0.4700959252459565,"upper_bound":0.8687021800966653,"unit":"ns"},"slope":{"estimate":21.660655234510095,"lower_bound":21.524315421462987,"upper_bound":21.798075932809223,"unit":"ns"},"change":{"mean":{"estimate":0.0667111977103989,"lower_bound":0.051681038202060825,"upper_bound":0.08125490259356027,"unit":"%"},"median":{"estimate":0.08152946409191086,"lower_bound":0.06332028095154008,"upper_bound":0.09530275874203054,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"addi","benchmarks":["addi/addi"],"report_directory":"/root/fuel-core/target/criterion/reports/addi"} +{"reason":"benchmark-complete","id":"aloc/1","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1","iteration_count":[5019,10038,15057,20076,25095,30114,35133,40152,45171,50190,55209,60228,65247,70266,75285,80304,85323,90342,95361,100380,105399,110418,115437,120456,125475,130494,135513,140532,145551,150570,155589,160608,165627,170646,175665,180684,185703,190722,195741,200760,205779,210798,215817,220836,225855,230874,235893,240912,245931,250950,255969,260988,266007,271026,276045,281064,286083,291102,296121,301140,306159,311178,316197,321216,326235,331254,336273,341292,346311,351330,356349,361368,366387,371406,376425,381444,386463,391482,396501,401520,406539,411558,416577,421596,426615,431634,436653,441672,446691,451710,456729,461748,466767,471786,476805,481824,486843,491862,496881,501900],"measured_values":[167666.0,266723.0,421599.0,550063.0,666628.0,837438.0,966782.0,1099450.0,1224375.0,1306194.0,1506848.0,1745829.0,1777113.0,1897907.0,2096577.0,2187987.0,2327128.0,2434666.0,2588884.0,2739906.0,2997783.0,3057528.0,3135082.0,3453017.0,3459335.0,3664167.0,3768377.0,4061417.0,3901337.0,4059084.0,4227055.0,4342324.0,4464988.0,4626604.0,4866562.0,5216277.0,5126420.0,5167139.0,5455179.0,5505432.0,5693433.0,5980347.0,5881263.0,6253012.0,6240694.0,6566383.0,6505925.0,6484167.0,6778594.0,7264604.0,7137663.0,7127914.0,7274236.0,7632694.0,7617217.0,7566989.0,7906903.0,8044380.0,8181413.0,8553946.0,8420573.0,8549749.0,8697074.0,9619959.0,8896921.0,8825456.0,9503599.0,9792684.0,9476918.0,10068358.0,9635853.0,10031432.0,9912425.0,10426299.0,10319335.0,10412311.0,10481202.0,10814391.0,10598315.0,11602517.0,11259145.0,11391629.0,11229022.0,12093962.0,11521091.0,11946978.0,12030101.0,11899538.0,12033836.0,12205738.0,12490318.0,13122662.0,12887245.0,13423665.0,13056707.0,14293762.0,13420070.0,13470550.0,13620048.0,13657087.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":27.669434072204357,"lower_bound":27.49394062807866,"upper_bound":27.863751879203818,"unit":"ns"},"mean":{"estimate":27.67138655960091,"lower_bound":27.512306796073222,"upper_bound":27.858066513113283,"unit":"ns"},"median":{"estimate":27.511507066796966,"lower_bound":27.374542611455567,"upper_bound":27.624235597038943,"unit":"ns"},"median_abs_dev":{"estimate":0.5345707814230292,"lower_bound":0.3805754084212451,"upper_bound":0.7546354990192963,"unit":"ns"},"slope":{"estimate":27.669434072204357,"lower_bound":27.49394062807866,"upper_bound":27.863751879203818,"unit":"ns"},"change":{"mean":{"estimate":0.09018929804935527,"lower_bound":0.07976702756837879,"upper_bound":0.100718746574992,"unit":"%"},"median":{"estimate":0.09482100712269115,"lower_bound":0.08258457770965388,"upper_bound":0.10588472177009822,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"aloc/10","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10","iteration_count":[5120,10240,15360,20480,25600,30720,35840,40960,46080,51200,56320,61440,66560,71680,76800,81920,87040,92160,97280,102400,107520,112640,117760,122880,128000,133120,138240,143360,148480,153600,158720,163840,168960,174080,179200,184320,189440,194560,199680,204800,209920,215040,220160,225280,230400,235520,240640,245760,250880,256000,261120,266240,271360,276480,281600,286720,291840,296960,302080,307200,312320,317440,322560,327680,332800,337920,343040,348160,353280,358400,363520,368640,373760,378880,384000,389120,394240,399360,404480,409600,414720,419840,424960,430080,435200,440320,445440,450560,455680,460800,465920,471040,476160,481280,486400,491520,496640,501760,506880,512000],"measured_values":[163136.0,276790.0,455554.0,549038.0,745726.0,830448.0,1017235.0,1096250.0,1241529.0,1328060.0,1528578.0,1711125.0,1880228.0,1889555.0,2204954.0,2233490.0,2480911.0,2374667.0,2744898.0,2694017.0,2848343.0,2848772.0,3181914.0,3108695.0,3443011.0,3392864.0,3766372.0,3606107.0,3890670.0,3906644.0,4200870.0,4084938.0,4444482.0,4394447.0,4713274.0,4631055.0,5025245.0,5106352.0,5475750.0,5364648.0,5624445.0,5754714.0,5795015.0,5711621.0,6160438.0,5952473.0,6667282.0,6353592.0,6653780.0,6383707.0,6968445.0,6704436.0,7259073.0,7042774.0,7422956.0,7643046.0,7721408.0,7517536.0,7924580.0,8381127.0,8182746.0,7984687.0,8762801.0,8555721.0,9122498.0,8589989.0,9329767.0,8906040.0,9447127.0,9262673.0,9632889.0,9308224.0,10037505.0,9657719.0,10264053.0,9740683.0,10509512.0,10051354.0,10749695.0,10291111.0,10934714.0,10545329.0,11197669.0,11051136.0,11488409.0,11149084.0,11798756.0,11382639.0,12176458.0,12326309.0,12333296.0,11888892.0,12548123.0,12154340.0,12854376.0,12390486.0,13035102.0,12674774.0,13314874.0,12875671.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":26.028183239895817,"lower_bound":25.854524789187636,"upper_bound":26.206906302626297,"unit":"ns"},"mean":{"estimate":26.404221612340965,"lower_bound":26.196376481285917,"upper_bound":26.63148122277569,"unit":"ns"},"median":{"estimate":26.36045416497565,"lower_bound":26.23998145503888,"upper_bound":26.50652436755952,"unit":"ns"},"median_abs_dev":{"estimate":0.9894410566526596,"lower_bound":0.6021698435407735,"upper_bound":1.317306838279294,"unit":"ns"},"slope":{"estimate":26.028183239895817,"lower_bound":25.854524789187636,"upper_bound":26.206906302626297,"unit":"ns"},"change":{"mean":{"estimate":0.05812971510024556,"lower_bound":0.04268999920719177,"upper_bound":0.07351426814305913,"unit":"%"},"median":{"estimate":0.061110787752883144,"lower_bound":0.05279236504034057,"upper_bound":0.08008108384857415,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"aloc/100","report_directory":"/root/fuel-core/target/criterion/reports/aloc/100","iteration_count":[5261,10522,15783,21044,26305,31566,36827,42088,47349,52610,57871,63132,68393,73654,78915,84176,89437,94698,99959,105220,110481,115742,121003,126264,131525,136786,142047,147308,152569,157830,163091,168352,173613,178874,184135,189396,194657,199918,205179,210440,215701,220962,226223,231484,236745,242006,247267,252528,257789,263050,268311,273572,278833,284094,289355,294616,299877,305138,310399,315660,320921,326182,331443,336704,341965,347226,352487,357748,363009,368270,373531,378792,384053,389314,394575,399836,405097,410358,415619,420880,426141,431402,436663,441924,447185,452446,457707,462968,468229,473490,478751,484012,489273,494534,499795,505056,510317,515578,520839,526100],"measured_values":[163953.0,291957.0,435586.0,534658.0,681787.0,803843.0,937648.0,1090747.0,1234672.0,1382451.0,1509287.0,1582612.0,1814682.0,1848838.0,2074880.0,2127369.0,2298496.0,2417871.0,2585693.0,2690212.0,3086614.0,3019335.0,3114649.0,3327230.0,3408957.0,3424631.0,3681480.0,3785265.0,3979838.0,4099145.0,4165029.0,4360186.0,4565803.0,4736866.0,4776885.0,4772636.0,5093314.0,5198725.0,5381940.0,5428318.0,5672164.0,5788655.0,5937374.0,5932529.0,6405757.0,6247275.0,6520393.0,6421938.0,6921529.0,6868852.0,6977880.0,6994570.0,7490900.0,7544649.0,7526281.0,7450936.0,7874310.0,8160699.0,8035926.0,8143053.0,8459236.0,8384546.0,8691764.0,8488674.0,9181613.0,9243922.0,9211948.0,9196553.0,9503593.0,9671518.0,10771700.0,10126882.0,10786169.0,10008627.0,10365296.0,10212228.0,11058580.0,10895898.0,11185487.0,10809315.0,11601807.0,11452061.0,11344574.0,11228226.0,11706263.0,11775151.0,12053136.0,11721964.0,12180057.0,12217665.0,12316335.0,12347526.0,12901472.0,12948384.0,12791244.0,12804680.0,13496276.0,13404992.0,13495769.0,13426097.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":26.131469851272094,"lower_bound":25.97689732517564,"upper_bound":26.30363302786195,"unit":"ns"},"mean":{"estimate":26.15652796428953,"lower_bound":26.00544678430444,"upper_bound":26.32957671881149,"unit":"ns"},"median":{"estimate":26.011789180857306,"lower_bound":25.91719967686752,"upper_bound":26.177673669734002,"unit":"ns"},"median_abs_dev":{"estimate":0.4826489381783124,"lower_bound":0.393289426100546,"upper_bound":0.6708079423537747,"unit":"ns"},"slope":{"estimate":26.131469851272094,"lower_bound":25.97689732517564,"upper_bound":26.30363302786195,"unit":"ns"},"change":{"mean":{"estimate":0.055558576356757206,"lower_bound":0.043107199291203914,"upper_bound":0.06820901994320283,"unit":"%"},"median":{"estimate":0.051623897735287194,"lower_bound":0.043487027024148306,"upper_bound":0.06649208744495912,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"aloc/1000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1000","iteration_count":[3165,6330,9495,12660,15825,18990,22155,25320,28485,31650,34815,37980,41145,44310,47475,50640,53805,56970,60135,63300,66465,69630,72795,75960,79125,82290,85455,88620,91785,94950,98115,101280,104445,107610,110775,113940,117105,120270,123435,126600,129765,132930,136095,139260,142425,145590,148755,151920,155085,158250,161415,164580,167745,170910,174075,177240,180405,183570,186735,189900,193065,196230,199395,202560,205725,208890,212055,215220,218385,221550,224715,227880,231045,234210,237375,240540,243705,246870,250035,253200,256365,259530,262695,265860,269025,272190,275355,278520,281685,284850,288015,291180,294345,297510,300675,303840,307005,310170,313335,316500],"measured_values":[384240.0,636098.0,986715.0,1354326.0,1592269.0,1973727.0,2387096.0,2543500.0,2892061.0,3305064.0,3428701.0,3864307.0,4293288.0,4342996.0,4815648.0,5285834.0,5280798.0,5801606.0,6284201.0,6207007.0,6748817.0,7279624.0,7153889.0,7703786.0,8268236.0,8082036.0,8697728.0,9249155.0,9012639.0,9645635.0,10302409.0,9930551.0,10612850.0,11440417.0,11041737.0,11558048.0,12261534.0,11793610.0,12540489.0,13238746.0,12725980.0,13509816.0,14224384.0,13680397.0,14551384.0,15290531.0,14637420.0,15420784.0,16212642.0,15535329.0,16397599.0,17194659.0,16503193.0,17349906.0,18191000.0,17422978.0,18443902.0,19182710.0,18355628.0,19279907.0,20183591.0,19236975.0,20259769.0,21197647.0,20222540.0,21209551.0,22168388.0,21172609.0,22215996.0,23189159.0,22110731.0,23173493.0,24151899.0,22997713.0,24130817.0,25137717.0,23939215.0,25080190.0,26169151.0,24856961.0,26016928.0,27137268.0,25802025.0,27004261.0,28122619.0,26788195.0,28019466.0,29087330.0,27630352.0,28984796.0,30150080.0,28567790.0,29902191.0,31083487.0,29489570.0,30834837.0,32104569.0,30444163.0,31855442.0,33075762.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":101.54653021971929,"lower_bound":100.86374197522602,"upper_bound":102.22105778031688,"unit":"ns"},"mean":{"estimate":101.87232410095156,"lower_bound":101.25816576732147,"upper_bound":102.54647727139589,"unit":"ns"},"median":{"estimate":101.60104817071641,"lower_bound":101.52206424433913,"upper_bound":101.76798782985196,"unit":"ns"},"median_abs_dev":{"estimate":4.315332587222729,"lower_bound":4.024163895016877,"upper_bound":4.506870117441905,"unit":"ns"},"slope":{"estimate":101.54653021971929,"lower_bound":100.86374197522602,"upper_bound":102.22105778031688,"unit":"ns"},"change":{"mean":{"estimate":-0.00019515869088271298,"lower_bound":-0.010186394415771557,"upper_bound":0.010112961711519056,"unit":"%"},"median":{"estimate":0.023557990550824304,"lower_bound":0.02165316838550746,"upper_bound":0.025422985004755816,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"aloc/10000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10000","iteration_count":[441,882,1323,1764,2205,2646,3087,3528,3969,4410,4851,5292,5733,6174,6615,7056,7497,7938,8379,8820,9261,9702,10143,10584,11025,11466,11907,12348,12789,13230,13671,14112,14553,14994,15435,15876,16317,16758,17199,17640,18081,18522,18963,19404,19845,20286,20727,21168,21609,22050,22491,22932,23373,23814,24255,24696,25137,25578,26019,26460,26901,27342,27783,28224,28665,29106,29547,29988,30429,30870,31311,31752,32193,32634,33075,33516,33957,34398,34839,35280,35721,36162,36603,37044,37485,37926,38367,38808,39249,39690,40131,40572,41013,41454,41895,42336,42777,43218,43659,44100],"measured_values":[680829.0,1279806.0,1904103.0,2567279.0,3212032.0,3791837.0,4455207.0,5162906.0,5752452.0,6427115.0,7036042.0,7712701.0,8404652.0,8963732.0,9555775.0,10152619.0,10765853.0,11535076.0,11967070.0,12693336.0,13316386.0,14044743.0,14787355.0,15564198.0,15899437.0,16593455.0,17013307.0,17778430.0,18330586.0,19175378.0,19888534.0,20232058.0,21037988.0,21740306.0,22133705.0,23065492.0,23390363.0,24280571.0,24720950.0,25347038.0,26391533.0,26703061.0,27298200.0,28191969.0,28561147.0,29419142.0,29889515.0,30410875.0,31012354.0,32213241.0,32330116.0,32953594.0,33754678.0,34165758.0,34960673.0,35451298.0,36231728.0,36632567.0,37253251.0,38244092.0,38559667.0,39111073.0,40499529.0,40652023.0,41367991.0,41835551.0,42805931.0,43372538.0,44227548.0,44283009.0,45105705.0,45580115.0,46015091.0,46913253.0,47354973.0,48102418.0,48556998.0,49229956.0,49635284.0,50322794.0,50584907.0,51189874.0,51400449.0,52422999.0,53127179.0,54074106.0,54338271.0,55289299.0,55683319.0,56468515.0,56980792.0,57734364.0,58134671.0,59045534.0,59398699.0,60231535.0,60756552.0,61595187.0,61881422.0,62777155.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":1429.521954067475,"lower_bound":1426.8921063367252,"upper_bound":1432.5773887824935,"unit":"ns"},"mean":{"estimate":1439.150836586028,"lower_bound":1436.0426414183064,"upper_bound":1442.6287397811936,"unit":"ns"},"median":{"estimate":1437.5132897002645,"lower_bound":1435.2076023391812,"upper_bound":1440.5810981535471,"unit":"ns"},"median_abs_dev":{"estimate":14.05951608931786,"lower_bound":9.652480177325351,"upper_bound":18.16135108492223,"unit":"ns"},"slope":{"estimate":1429.521954067475,"lower_bound":1426.8921063367252,"upper_bound":1432.5773887824935,"unit":"ns"},"change":{"mean":{"estimate":0.003249776792198844,"lower_bound":-0.0009065074611443704,"upper_bound":0.0071428188811097195,"unit":"%"},"median":{"estimate":0.001235344139234762,"lower_bound":-0.0004881703902057666,"upper_bound":0.00400551711227326,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"aloc/100000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/100000","iteration_count":[63,126,189,252,315,378,441,504,567,630,693,756,819,882,945,1008,1071,1134,1197,1260,1323,1386,1449,1512,1575,1638,1701,1764,1827,1890,1953,2016,2079,2142,2205,2268,2331,2394,2457,2520,2583,2646,2709,2772,2835,2898,2961,3024,3087,3150,3213,3276,3339,3402,3465,3528,3591,3654,3717,3780,3843,3906,3969,4032,4095,4158,4221,4284,4347,4410,4473,4536,4599,4662,4725,4788,4851,4914,4977,5040,5103,5166,5229,5292,5355,5418,5481,5544,5607,5670,5733,5796,5859,5922,5985,6048,6111,6174,6237,6300],"measured_values":[799664.0,1419785.0,2096150.0,2853144.0,3504986.0,4277560.0,4903680.0,5718764.0,6311454.0,7140002.0,7693017.0,8572322.0,9097457.0,9966831.0,10472556.0,11488373.0,11870553.0,12828603.0,13289575.0,14302506.0,14740916.0,15681486.0,16140031.0,17200453.0,17503633.0,18586065.0,18877182.0,19989300.0,20256817.0,21446696.0,21686483.0,22901906.0,23083856.0,24260226.0,24473721.0,25775946.0,25860709.0,27091771.0,27309209.0,28614803.0,29073831.0,30010221.0,30120447.0,31540390.0,31481430.0,32856861.0,32890493.0,34359482.0,34291430.0,35910596.0,35778631.0,37243681.0,37092342.0,38542481.0,38478977.0,40104072.0,39877441.0,41408554.0,41294423.0,42947802.0,42874671.0,44311753.0,44126041.0,45919238.0,44945040.0,32808725.0,33470872.0,33782504.0,34449316.0,34786114.0,35431712.0,35766507.0,36600879.0,36871366.0,37447592.0,37721049.0,38492456.0,38727798.0,39500199.0,39732453.0,40477854.0,40753988.0,41490467.0,41713683.0,42494246.0,42718009.0,43450308.0,43692326.0,44407816.0,44673987.0,45482189.0,45707709.0,46556579.0,46771328.0,47577371.0,47622724.0,48590464.0,48688801.0,49652745.0,49606392.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":8829.056448591555,"lower_bound":8550.170650363267,"upper_bound":9182.29547002129,"unit":"ns"},"mean":{"estimate":10081.38896245907,"lower_bound":9762.531828533742,"upper_bound":10390.429500900507,"unit":"ns"},"median":{"estimate":11106.472119369992,"lower_bound":11094.218694885361,"upper_bound":11122.799298634181,"unit":"ns"},"median_abs_dev":{"estimate":356.80102085508736,"lower_bound":316.2873648701305,"upper_bound":411.89665609250494,"unit":"ns"},"slope":{"estimate":8829.056448591555,"lower_bound":8550.170650363267,"upper_bound":9182.29547002129,"unit":"ns"},"change":{"mean":{"estimate":-0.01440802741753111,"lower_bound":-0.057695756991778785,"upper_bound":0.030215181753067012,"unit":"%"},"median":{"estimate":0.0009144006670429583,"lower_bound":-0.0017256092899766706,"upper_bound":0.002748524274607697,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"aloc/1000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/1000000","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[845761.0,1541644.0,2529837.0,3295080.0,4248143.0,4981955.0,6004676.0,6738993.0,7831434.0,8524844.0,9527591.0,10143908.0,11221036.0,11983526.0,12876952.0,13648260.0,14851668.0,15477419.0,16509552.0,17137710.0,18132824.0,18802017.0,19864270.0,20568751.0,21586611.0,22286004.0,23350752.0,23938273.0,24986179.0,25670989.0,26726485.0,27446617.0,28518805.0,29111130.0,30322046.0,30912317.0,32039282.0,32581199.0,33825807.0,34305112.0,35552352.0,36124842.0,37203616.0,37741030.0,39039630.0,40307402.0,40718869.0,41305598.0,42388905.0,43053801.0,44137367.0,44736173.0,46398343.0,47266427.0,47856201.0,48291448.0,49369085.0,49966294.0,51338233.0,51789686.0,52870636.0,53435910.0,54575496.0,55285072.0,56228136.0,56860400.0,57942797.0,58606101.0,59683925.0,60211904.0,61402549.0,62141675.0,63028299.0,63816058.0,64967641.0,65531759.0,66526003.0,67198522.0,68364275.0,68904185.0,70051002.0,70898827.0,71613902.0,72423309.0,73624592.0,74258637.0,75403312.0,75925768.0,77074932.0,77722536.0,78991313.0,79387720.0,80485711.0,80902576.0,82156342.0,82843275.0,83947637.0,84431353.0,85657877.0,86414854.0],"unit":"ns","throughput":[{"per_iteration":1000000,"unit":"bytes"}],"typical":{"estimate":216006.679944584,"lower_bound":215853.43588539763,"upper_bound":216163.14538971265,"unit":"ns"},"mean":{"estimate":215176.37816772383,"lower_bound":214525.3504054072,"upper_bound":215685.66118505588,"unit":"ns"},"median":{"estimate":215779.4293536325,"lower_bound":215506.47076612903,"upper_bound":215997.22375,"unit":"ns"},"median_abs_dev":{"estimate":1056.6448539625094,"lower_bound":731.7107627742579,"upper_bound":1422.769271380522,"unit":"ns"},"slope":{"estimate":216006.679944584,"lower_bound":215853.43588539763,"upper_bound":216163.14538971265,"unit":"ns"},"change":{"mean":{"estimate":-0.00919118201826874,"lower_bound":-0.013106652722588439,"upper_bound":-0.005391187595385718,"unit":"%"},"median":{"estimate":-0.009713247808253778,"lower_bound":-0.011269848167508867,"upper_bound":-0.008393437546875271,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"aloc/10000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/10000000","iteration_count":[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"measured_values":[31123688.0,38344895.0,31003044.0,38418850.0,30867472.0,38180077.0,30712956.0,38320911.0,30867765.0,38389294.0,30976794.0,38817729.0,31271807.0,38480151.0,30735838.0,38808873.0,30975527.0,38263996.0,30911513.0,38269805.0,30583509.0,38601658.0,31010644.0,38331265.0,30881751.0,38254891.0,30697446.0,38433757.0,30882023.0,38303538.0,30735874.0,38266141.0,30904937.0,38787000.0,30917273.0,38710359.0,31360917.0,38745081.0,30820440.0,38457532.0,30891625.0,38578682.0,30746351.0,38390435.0,31118841.0,38340233.0,31135108.0,38418578.0,31045595.0,38701404.0,30812227.0,38730257.0,31036610.0,38463901.0,30905444.0,38496474.0,30885127.0,38145660.0,30665427.0,38344763.0,30831739.0,38265888.0,30752215.0,38347565.0,30717587.0,38351429.0,30772087.0,38558156.0,30813260.0,38627073.0,30840620.0,38223085.0,30701411.0,38404295.0,31019108.0,38363193.0,31047755.0,38754017.0,30916251.0,38186232.0,30709175.0,38447517.0,31076105.0,38388540.0,30921103.0,38617339.0,30910805.0,38272245.0,30728449.0,38448940.0,30768551.0,38304747.0,31010524.0,38208142.0,31284012.0,38347767.0,30812118.0,38544286.0,30807403.0,38426344.0],"unit":"ns","throughput":[{"per_iteration":10000000,"unit":"bytes"}],"typical":{"estimate":11556022.803333327,"lower_bound":11307277.948666668,"upper_bound":11803707.381749999,"unit":"ns"},"mean":{"estimate":11556022.803333327,"lower_bound":11307277.948666668,"upper_bound":11803707.381749999,"unit":"ns"},"median":{"estimate":11584429.5,"lower_bound":10344117.166666666,"upper_bound":12756601.666666666,"unit":"ns"},"median_abs_dev":{"estimate":1859857.1738809347,"lower_bound":146551.05379819687,"upper_bound":1870240.315696598,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0030020871220584056,"lower_bound":-0.026327162905670526,"upper_bound":0.03456456824465105,"unit":"%"},"median":{"estimate":0.0005901195619402166,"lower_bound":-0.18471026190461004,"upper_bound":0.2359198648680354,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"aloc/30000000","report_directory":"/root/fuel-core/target/criterion/reports/aloc/30000000","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[46504825.0,46650862.0,46472748.0,46568298.0,46367891.0,46451870.0,46488121.0,46516025.0,47109133.0,46926506.0,46837378.0,46438137.0,46527940.0,46634000.0,47280548.0,46416614.0,46990804.0,46555595.0,46759836.0,46737073.0,47147012.0,46890670.0,46451775.0,46413052.0,46600033.0,46544105.0,46788731.0,46895574.0,46369138.0,46590666.0,46955827.0,46575053.0,46661853.0,47053882.0,46601754.0,46557696.0,46583141.0,46426245.0,46377833.0,46571309.0,46814821.0,46708122.0,46668626.0,46395409.0,46816008.0,46731905.0,46732573.0,46658005.0,47045360.0,46332627.0,46470958.0,46695192.0,46675132.0,46373264.0,46573639.0,47088166.0,47174987.0,46580215.0,47515851.0,46371428.0,46727057.0,46503652.0,46900593.0,46497179.0,46394202.0,46629496.0,46850406.0,46834290.0,46344527.0,46503868.0,47066476.0,46459077.0,47108921.0,46582528.0,46400692.0,47373179.0,46757226.0,46152878.0,46236084.0,46565694.0,46760343.0,46827550.0,46610302.0,46294710.0,46308059.0,46790082.0,46583552.0,46545311.0,46246554.0,47009965.0,46386250.0,46854070.0,46623921.0,46411545.0,46681331.0,46533691.0,46631713.0,46758530.0,46708573.0,46494261.0],"unit":"ns","throughput":[{"per_iteration":30000000,"unit":"bytes"}],"typical":{"estimate":23328300.895,"lower_bound":23303474.835,"upper_bound":23354150.95775,"unit":"ns"},"mean":{"estimate":23328300.895,"lower_bound":23303474.835,"upper_bound":23354150.95775,"unit":"ns"},"median":{"estimate":23300446.75,"lower_bound":23284149.0,"upper_bound":23334313.0,"unit":"ns"},"median_abs_dev":{"estimate":117340.0042667985,"lower_bound":90222.50944823027,"upper_bound":148192.90971904993,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.00320030681811323,"lower_bound":0.0016672179317564876,"upper_bound":0.004768255717490565,"unit":"%"},"median":{"estimate":0.0029020868894695795,"lower_bound":0.001150236896292612,"upper_bound":0.005043620704231699,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"aloc","benchmarks":["aloc/aloc","aloc/1","aloc/10","aloc/100","aloc/1000","aloc/10000","aloc/100000","aloc/1000000","aloc/10000000","aloc/30000000"],"report_directory":"/root/fuel-core/target/criterion/reports/aloc"} +{"reason":"benchmark-complete","id":"and/and","report_directory":"/root/fuel-core/target/criterion/reports/and/and","iteration_count":[5827,11654,17481,23308,29135,34962,40789,46616,52443,58270,64097,69924,75751,81578,87405,93232,99059,104886,110713,116540,122367,128194,134021,139848,145675,151502,157329,163156,168983,174810,180637,186464,192291,198118,203945,209772,215599,221426,227253,233080,238907,244734,250561,256388,262215,268042,273869,279696,285523,291350,297177,303004,308831,314658,320485,326312,332139,337966,343793,349620,355447,361274,367101,372928,378755,384582,390409,396236,402063,407890,413717,419544,425371,431198,437025,442852,448679,454506,460333,466160,471987,477814,483641,489468,495295,501122,506949,512776,518603,524430,530257,536084,541911,547738,553565,559392,565219,571046,576873,582700],"measured_values":[146545.0,293956.0,347809.0,455030.0,531159.0,683692.0,804659.0,912664.0,989424.0,1153978.0,1223250.0,1319213.0,1525142.0,1615468.0,1795536.0,1824007.0,1938684.0,1972980.0,2107739.0,2354633.0,2579825.0,2462501.0,2681977.0,2620509.0,3110646.0,3081878.0,3199191.0,3359679.0,3487040.0,3528273.0,3682096.0,3949957.0,3920053.0,3983193.0,4158996.0,4263045.0,4428819.0,4488760.0,4549772.0,4716418.0,4828732.0,5099870.0,5199787.0,5380223.0,5367429.0,5357455.0,5544705.0,5938909.0,5581599.0,5852601.0,6064947.0,6019178.0,6218457.0,6168803.0,6613564.0,7103910.0,7072272.0,6863424.0,6934004.0,7171126.0,7367055.0,7259683.0,7357544.0,7802643.0,9137825.0,8340187.0,7942931.0,7955782.0,8271179.0,8366734.0,8420759.0,8581267.0,8563309.0,8777715.0,8758477.0,9319854.0,8917897.0,9261192.0,9613614.0,9824872.0,9605699.0,9519865.0,9831406.0,10488983.0,10550746.0,9863694.0,10010129.0,10155559.0,10374301.0,10641193.0,10579087.0,10770134.0,10626257.0,10764770.0,11244159.0,11296629.0,11291970.0,11311196.0,11577805.0,11702314.0],"unit":"ns","throughput":[],"typical":{"estimate":20.333722467595482,"lower_bound":20.188378508261167,"upper_bound":20.506181417347,"unit":"ns"},"mean":{"estimate":20.328731526125875,"lower_bound":20.141973516933376,"upper_bound":20.541836584287964,"unit":"ns"},"median":{"estimate":20.20813465072183,"lower_bound":20.09038508890398,"upper_bound":20.335030369792726,"unit":"ns"},"median_abs_dev":{"estimate":0.4954649114079012,"lower_bound":0.34762892152825303,"upper_bound":0.684795406804741,"unit":"ns"},"slope":{"estimate":20.333722467595482,"lower_bound":20.188378508261167,"upper_bound":20.506181417347,"unit":"ns"},"change":{"mean":{"estimate":0.03262947916585324,"lower_bound":0.0156973867080094,"upper_bound":0.050420577476321185,"unit":"%"},"median":{"estimate":0.04202224069377447,"lower_bound":0.027196775869043233,"upper_bound":0.06157299250603909,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"and","benchmarks":["and/and"],"report_directory":"/root/fuel-core/target/criterion/reports/and"} +{"reason":"benchmark-complete","id":"andi/andi","report_directory":"/root/fuel-core/target/criterion/reports/andi/andi","iteration_count":[5774,11548,17322,23096,28870,34644,40418,46192,51966,57740,63514,69288,75062,80836,86610,92384,98158,103932,109706,115480,121254,127028,132802,138576,144350,150124,155898,161672,167446,173220,178994,184768,190542,196316,202090,207864,213638,219412,225186,230960,236734,242508,248282,254056,259830,265604,271378,277152,282926,288700,294474,300248,306022,311796,317570,323344,329118,334892,340666,346440,352214,357988,363762,369536,375310,381084,386858,392632,398406,404180,409954,415728,421502,427276,433050,438824,444598,450372,456146,461920,467694,473468,479242,485016,490790,496564,502338,508112,513886,519660,525434,531208,536982,542756,548530,554304,560078,565852,571626,577400],"measured_values":[151316.0,291313.0,390881.0,506283.0,619723.0,829017.0,888439.0,1092594.0,1122784.0,1412416.0,1349300.0,1587996.0,1635688.0,1803113.0,1866291.0,2070237.0,2084487.0,2149139.0,2159900.0,2288127.0,2429411.0,2736135.0,2883615.0,2862403.0,3115052.0,3176474.0,3224255.0,3320280.0,3604257.0,3689113.0,3919059.0,3628861.0,4038753.0,4158356.0,4166376.0,4424875.0,4513130.0,4400592.0,4687009.0,5119417.0,4870639.0,5109745.0,5274710.0,5424561.0,5524597.0,5785622.0,5815428.0,5869185.0,6148181.0,6074725.0,6141069.0,6381997.0,6407924.0,6617922.0,6719627.0,7030296.0,6981072.0,7023709.0,7070943.0,7355577.0,7414282.0,7783343.0,7598998.0,7829692.0,8087999.0,8229896.0,8021326.0,8359912.0,8244400.0,8753452.0,8753191.0,8872411.0,9006373.0,8994909.0,9011321.0,9245203.0,9255773.0,9419344.0,9693882.0,9900901.0,9278131.0,9647533.0,9978228.0,9564435.0,11550995.0,10826616.0,10416925.0,10261275.0,10497772.0,10882169.0,11066271.0,10880441.0,11365533.0,11666281.0,11705339.0,11496879.0,11985795.0,12104899.0,12561501.0,12179724.0],"unit":"ns","throughput":[],"typical":{"estimate":21.116880628392366,"lower_bound":20.956553692915477,"upper_bound":21.291215285569663,"unit":"ns"},"mean":{"estimate":21.357108285142107,"lower_bound":21.167564148024006,"upper_bound":21.566428917803723,"unit":"ns"},"median":{"estimate":21.233965392530408,"lower_bound":21.142320994988125,"upper_bound":21.339469126574663,"unit":"ns"},"median_abs_dev":{"estimate":0.5572794073044354,"lower_bound":0.411030394949637,"upper_bound":0.7237755753062394,"unit":"ns"},"slope":{"estimate":21.116880628392366,"lower_bound":20.956553692915477,"upper_bound":21.291215285569663,"unit":"ns"},"change":{"mean":{"estimate":0.11272980718555559,"lower_bound":0.09279000479850677,"upper_bound":0.13240138085240716,"unit":"%"},"median":{"estimate":0.13245024684203544,"lower_bound":0.10545368436512215,"upper_bound":0.14906235132297474,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"andi","benchmarks":["andi/andi"],"report_directory":"/root/fuel-core/target/criterion/reports/andi"} +{"reason":"benchmark-complete","id":"div/div","report_directory":"/root/fuel-core/target/criterion/reports/div/div","iteration_count":[5652,11304,16956,22608,28260,33912,39564,45216,50868,56520,62172,67824,73476,79128,84780,90432,96084,101736,107388,113040,118692,124344,129996,135648,141300,146952,152604,158256,163908,169560,175212,180864,186516,192168,197820,203472,209124,214776,220428,226080,231732,237384,243036,248688,254340,259992,265644,271296,276948,282600,288252,293904,299556,305208,310860,316512,322164,327816,333468,339120,344772,350424,356076,361728,367380,373032,378684,384336,389988,395640,401292,406944,412596,418248,423900,429552,435204,440856,446508,452160,457812,463464,469116,474768,480420,486072,491724,497376,503028,508680,514332,519984,525636,531288,536940,542592,548244,553896,559548,565200],"measured_values":[142587.0,274067.0,381242.0,590434.0,648953.0,865302.0,953337.0,1117355.0,1170504.0,1364879.0,1375062.0,1649082.0,1681009.0,1934709.0,1867459.0,2100265.0,2167087.0,2454881.0,2550961.0,2749601.0,2719901.0,2988485.0,2930365.0,3200407.0,3193342.0,3349047.0,3514755.0,3905702.0,3604762.0,4325692.0,4189141.0,4488826.0,4201979.0,4535899.0,4475995.0,4754750.0,4797774.0,5075175.0,4981791.0,5588099.0,5240699.0,5629175.0,5450766.0,5755427.0,5743803.0,6164356.0,5832116.0,6341411.0,6255612.0,7154885.0,6736669.0,7366489.0,6812603.0,7359155.0,7212443.0,7855569.0,7658601.0,8836157.0,7893331.0,8372460.0,8074327.0,8611634.0,8226230.0,8881404.0,8441482.0,8720085.0,8555964.0,8888917.0,8846115.0,9275582.0,9132424.0,9663681.0,9476205.0,10062398.0,9661887.0,10248809.0,9865806.0,10195372.0,10332628.0,11611952.0,10446686.0,10627895.0,10449352.0,10961094.0,11096744.0,11938242.0,11203486.0,12850001.0,11955836.0,13076743.0,12560936.0,13060145.0,12019080.0,12333626.0,12316041.0,12499689.0,12594030.0,13593450.0,12602390.0,13571713.0],"unit":"ns","throughput":[],"typical":{"estimate":23.59980547222894,"lower_bound":23.346210310013973,"upper_bound":23.86996305194996,"unit":"ns"},"mean":{"estimate":23.597125233690452,"lower_bound":23.401492805567468,"upper_bound":23.80077273964987,"unit":"ns"},"median":{"estimate":23.369421258713437,"lower_bound":23.09800591149411,"upper_bound":23.709791070494475,"unit":"ns"},"median_abs_dev":{"estimate":1.0195873246277563,"lower_bound":0.7237575184173244,"upper_bound":1.2479658336390955,"unit":"ns"},"slope":{"estimate":23.59980547222894,"lower_bound":23.346210310013973,"upper_bound":23.86996305194996,"unit":"ns"},"change":{"mean":{"estimate":0.15586801596881306,"lower_bound":0.14335120418441227,"upper_bound":0.1679184319256431,"unit":"%"},"median":{"estimate":0.15076347697798576,"lower_bound":0.1330781862481687,"upper_bound":0.16807505374882337,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"div","benchmarks":["div/div"],"report_directory":"/root/fuel-core/target/criterion/reports/div"} +{"reason":"benchmark-complete","id":"divi/divi","report_directory":"/root/fuel-core/target/criterion/reports/divi/divi","iteration_count":[5584,11168,16752,22336,27920,33504,39088,44672,50256,55840,61424,67008,72592,78176,83760,89344,94928,100512,106096,111680,117264,122848,128432,134016,139600,145184,150768,156352,161936,167520,173104,178688,184272,189856,195440,201024,206608,212192,217776,223360,228944,234528,240112,245696,251280,256864,262448,268032,273616,279200,284784,290368,295952,301536,307120,312704,318288,323872,329456,335040,340624,346208,351792,357376,362960,368544,374128,379712,385296,390880,396464,402048,407632,413216,418800,424384,429968,435552,441136,446720,452304,457888,463472,469056,474640,480224,485808,491392,496976,502560,508144,513728,519312,524896,530480,536064,541648,547232,552816,558400],"measured_values":[143235.0,255811.0,373844.0,505037.0,699810.0,819906.0,923313.0,1046665.0,1154435.0,1325870.0,1313463.0,1608888.0,1746558.0,1859889.0,1860766.0,2183948.0,2106544.0,2401717.0,2347442.0,2581578.0,2612468.0,2845071.0,2969392.0,3181638.0,3330540.0,3416775.0,3300556.0,3905266.0,3602810.0,3918499.0,4020126.0,4211827.0,4307209.0,4436692.0,4580295.0,4689876.0,4969803.0,5007272.0,5285424.0,5317291.0,5080623.0,5493041.0,5341398.0,5909814.0,5395373.0,5884674.0,5858465.0,6328002.0,6756177.0,7277988.0,7059865.0,7116283.0,6895726.0,7360986.0,7650781.0,7751160.0,6938242.0,7672131.0,7884175.0,7734126.0,7585005.0,7996361.0,7940382.0,8242268.0,8316231.0,8849504.0,8919818.0,8882051.0,8659336.0,8544052.0,9762791.0,9301514.0,9767193.0,10314191.0,10096317.0,9685814.0,9705039.0,11465471.0,11094306.0,10152387.0,10323043.0,10718870.0,10595103.0,10865357.0,11390334.0,11513443.0,12223440.0,12349724.0,11589826.0,11514419.0,12163053.0,11931476.0,11342682.0,11758405.0,11427227.0,11857904.0,12734226.0,11988061.0,12908966.0,12264516.0],"unit":"ns","throughput":[],"typical":{"estimate":23.337063089119074,"lower_bound":23.059046256616195,"upper_bound":23.632584044509017,"unit":"ns"},"mean":{"estimate":23.4087291201642,"lower_bound":23.21112337546364,"upper_bound":23.611096374498768,"unit":"ns"},"median":{"estimate":23.382711155248764,"lower_bound":23.159278132326126,"upper_bound":23.597835922183684,"unit":"ns"},"median_abs_dev":{"estimate":0.931839009081711,"lower_bound":0.7281409188342817,"upper_bound":1.2929290697051419,"unit":"ns"},"slope":{"estimate":23.337063089119074,"lower_bound":23.059046256616195,"upper_bound":23.632584044509017,"unit":"ns"},"change":{"mean":{"estimate":0.09234101888060287,"lower_bound":0.07602808778627285,"upper_bound":0.10862148551704469,"unit":"%"},"median":{"estimate":0.10551171951358129,"lower_bound":0.08923747797939074,"upper_bound":0.12089383725666147,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"divi","benchmarks":["divi/divi"],"report_directory":"/root/fuel-core/target/criterion/reports/divi"} +{"reason":"benchmark-complete","id":"eq/eq","report_directory":"/root/fuel-core/target/criterion/reports/eq/eq","iteration_count":[5679,11358,17037,22716,28395,34074,39753,45432,51111,56790,62469,68148,73827,79506,85185,90864,96543,102222,107901,113580,119259,124938,130617,136296,141975,147654,153333,159012,164691,170370,176049,181728,187407,193086,198765,204444,210123,215802,221481,227160,232839,238518,244197,249876,255555,261234,266913,272592,278271,283950,289629,295308,300987,306666,312345,318024,323703,329382,335061,340740,346419,352098,357777,363456,369135,374814,380493,386172,391851,397530,403209,408888,414567,420246,425925,431604,437283,442962,448641,454320,459999,465678,471357,477036,482715,488394,494073,499752,505431,511110,516789,522468,528147,533826,539505,545184,550863,556542,562221,567900],"measured_values":[140460.0,264587.0,341449.0,473890.0,583137.0,711678.0,838614.0,905082.0,1037329.0,1151628.0,1300246.0,1376739.0,1530501.0,1598063.0,1821808.0,1942124.0,1963812.0,2069704.0,2277942.0,2272892.0,2511592.0,2651361.0,2710979.0,2865445.0,2940307.0,3052789.0,3192934.0,3267002.0,3260982.0,3364746.0,3795983.0,3932197.0,3869401.0,3954296.0,4068657.0,4542264.0,4413640.0,4273023.0,4555607.0,4580681.0,5077860.0,5115867.0,5194775.0,5301179.0,5397428.0,5269225.0,5372771.0,5603174.0,5836694.0,5756817.0,6007369.0,6175152.0,6254244.0,6305760.0,6437738.0,7061083.0,7192196.0,7647972.0,7237730.0,7395357.0,7203225.0,7762173.0,8312680.0,7648681.0,7681223.0,7524253.0,7727677.0,7802161.0,8021195.0,8095970.0,8286715.0,9225818.0,8688183.0,8561865.0,9020746.0,9295900.0,8828238.0,9182174.0,9192128.0,9536249.0,9437660.0,9215428.0,9894805.0,9818641.0,10012251.0,10745596.0,11208311.0,10328686.0,10422698.0,10478360.0,10759411.0,10771485.0,10706139.0,11030177.0,11398437.0,11595591.0,11317830.0,11252609.0,11620339.0,12080448.0],"unit":"ns","throughput":[],"typical":{"estimate":20.908779181818648,"lower_bound":20.746119054117266,"upper_bound":21.090506207793982,"unit":"ns"},"mean":{"estimate":20.92184901797035,"lower_bound":20.767346592890988,"upper_bound":21.090132680183366,"unit":"ns"},"median":{"estimate":20.736224193444293,"lower_bound":20.616195466659327,"upper_bound":20.86150730762458,"unit":"ns"},"median_abs_dev":{"estimate":0.5749163761653557,"lower_bound":0.409193436648615,"upper_bound":0.724453739368475,"unit":"ns"},"slope":{"estimate":20.908779181818648,"lower_bound":20.746119054117266,"upper_bound":21.090506207793982,"unit":"ns"},"change":{"mean":{"estimate":0.02231746209633667,"lower_bound":0.008028760836695454,"upper_bound":0.0373503417301792,"unit":"%"},"median":{"estimate":0.005697173218548235,"lower_bound":-0.005026758047871197,"upper_bound":0.01884828915866832,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"eq","benchmarks":["eq/eq"],"report_directory":"/root/fuel-core/target/criterion/reports/eq"} +{"reason":"benchmark-complete","id":"exp/exp","report_directory":"/root/fuel-core/target/criterion/reports/exp/exp","iteration_count":[5464,10928,16392,21856,27320,32784,38248,43712,49176,54640,60104,65568,71032,76496,81960,87424,92888,98352,103816,109280,114744,120208,125672,131136,136600,142064,147528,152992,158456,163920,169384,174848,180312,185776,191240,196704,202168,207632,213096,218560,224024,229488,234952,240416,245880,251344,256808,262272,267736,273200,278664,284128,289592,295056,300520,305984,311448,316912,322376,327840,333304,338768,344232,349696,355160,360624,366088,371552,377016,382480,387944,393408,398872,404336,409800,415264,420728,426192,431656,437120,442584,448048,453512,458976,464440,469904,475368,480832,486296,491760,497224,502688,508152,513616,519080,524544,530008,535472,540936,546400],"measured_values":[180608.0,331413.0,538171.0,659857.0,863112.0,917808.0,1154090.0,1245122.0,1449965.0,1525445.0,1748438.0,1893097.0,2015688.0,2177183.0,2422321.0,2435000.0,2546501.0,2701970.0,2911817.0,2979356.0,3239848.0,3362138.0,3324137.0,3576481.0,3784439.0,3955154.0,4131459.0,4621822.0,4672069.0,4586131.0,4891713.0,4915496.0,5274060.0,4942788.0,5551805.0,5370360.0,5485203.0,5752292.0,5795835.0,6067984.0,5902275.0,6124626.0,6430004.0,6489120.0,6694569.0,6570198.0,7027162.0,6901011.0,7314242.0,7444109.0,7593826.0,7654987.0,8126288.0,8289263.0,8401216.0,8053643.0,9061293.0,9174693.0,9246592.0,9190740.0,9101063.0,9157871.0,9882593.0,9696410.0,10141457.0,10197999.0,10187018.0,10015873.0,10270796.0,10928191.0,11126429.0,10987788.0,10684007.0,11234241.0,12573682.0,12076261.0,11856928.0,11834337.0,12647350.0,12563168.0,12758240.0,12442920.0,12923386.0,13145559.0,14159878.0,13407724.0,12636180.0,13231300.0,13488884.0,13254063.0,13575395.0,13839865.0,13901138.0,14192700.0,15144696.0,14644130.0,14570209.0,14502429.0,14856185.0,14834070.0],"unit":"ns","throughput":[],"typical":{"estimate":27.915307706138286,"lower_bound":27.690769473510663,"upper_bound":28.15805718805226,"unit":"ns"},"mean":{"estimate":28.137688708524728,"lower_bound":27.902282293170785,"upper_bound":28.391031801992877,"unit":"ns"},"median":{"estimate":27.91796493716447,"lower_bound":27.72127144784247,"upper_bound":28.07086353277451,"unit":"ns"},"median_abs_dev":{"estimate":0.9796951995752172,"lower_bound":0.743384603046421,"upper_bound":1.1910539614344247,"unit":"ns"},"slope":{"estimate":27.915307706138286,"lower_bound":27.690769473510663,"upper_bound":28.15805718805226,"unit":"ns"},"change":{"mean":{"estimate":0.09431327830230285,"lower_bound":0.08080962660513678,"upper_bound":0.10901036517542845,"unit":"%"},"median":{"estimate":0.10635074443702508,"lower_bound":0.09402184209171348,"upper_bound":0.11514158047233525,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"exp","benchmarks":["exp/exp"],"report_directory":"/root/fuel-core/target/criterion/reports/exp"} +{"reason":"benchmark-complete","id":"expi/expi","report_directory":"/root/fuel-core/target/criterion/reports/expi/expi","iteration_count":[5524,11048,16572,22096,27620,33144,38668,44192,49716,55240,60764,66288,71812,77336,82860,88384,93908,99432,104956,110480,116004,121528,127052,132576,138100,143624,149148,154672,160196,165720,171244,176768,182292,187816,193340,198864,204388,209912,215436,220960,226484,232008,237532,243056,248580,254104,259628,265152,270676,276200,281724,287248,292772,298296,303820,309344,314868,320392,325916,331440,336964,342488,348012,353536,359060,364584,370108,375632,381156,386680,392204,397728,403252,408776,414300,419824,425348,430872,436396,441920,447444,452968,458492,464016,469540,475064,480588,486112,491636,497160,502684,508208,513732,519256,524780,530304,535828,541352,546876,552400],"measured_values":[143307.0,250024.0,412774.0,431358.0,615416.0,724494.0,983548.0,1083829.0,1189952.0,1288782.0,1516015.0,1519158.0,1842142.0,1804610.0,1970030.0,2089322.0,2103718.0,2177761.0,2446775.0,2639622.0,2751014.0,2859987.0,3001925.0,3221008.0,3492338.0,3388631.0,3665547.0,3693843.0,3482665.0,3802906.0,4292524.0,3695487.0,3906843.0,3965245.0,4545528.0,4521542.0,5095492.0,4795439.0,5093490.0,5305171.0,5548073.0,5804373.0,5409276.0,5855161.0,6027575.0,6352216.0,6315698.0,6008399.0,5935284.0,6691248.0,6304104.0,6554774.0,7375988.0,6950140.0,7715294.0,6827729.0,8302699.0,8269057.0,8218568.0,7982571.0,8273584.0,7947382.0,8599291.0,7882731.0,8483572.0,8665292.0,9533955.0,8558048.0,9615935.0,8365355.0,9576430.0,8965174.0,10269635.0,9574860.0,10401955.0,9104509.0,10652523.0,9995787.0,10928358.0,10228771.0,11145008.0,9812807.0,10420652.0,10890073.0,11638560.0,10939102.0,11983011.0,11156529.0,12241797.0,11567786.0,11550462.0,11145836.0,12109386.0,11754249.0,13519008.0,12847368.0,13037377.0,11812702.0,14076142.0,12029449.0],"unit":"ns","throughput":[],"typical":{"estimate":23.71675185257672,"lower_bound":23.36986302094362,"upper_bound":24.06667838878864,"unit":"ns"},"mean":{"estimate":23.66983548570805,"lower_bound":23.408648657329596,"upper_bound":23.930069500375698,"unit":"ns"},"median":{"estimate":23.633336645625413,"lower_bound":23.32352877124019,"upper_bound":24.08451303403331,"unit":"ns"},"median_abs_dev":{"estimate":1.4601787311002823,"lower_bound":1.1649047919857405,"upper_bound":1.8784431591187996,"unit":"ns"},"slope":{"estimate":23.71675185257672,"lower_bound":23.36986302094362,"upper_bound":24.06667838878864,"unit":"ns"},"change":{"mean":{"estimate":0.1412146025902672,"lower_bound":0.11847476054391533,"upper_bound":0.16255789625705758,"unit":"%"},"median":{"estimate":0.16249895170889062,"lower_bound":0.136095319882924,"upper_bound":0.19168108089794345,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"expi","benchmarks":["expi/expi"],"report_directory":"/root/fuel-core/target/criterion/reports/expi"} +{"reason":"benchmark-complete","id":"gt/gt","report_directory":"/root/fuel-core/target/criterion/reports/gt/gt","iteration_count":[5644,11288,16932,22576,28220,33864,39508,45152,50796,56440,62084,67728,73372,79016,84660,90304,95948,101592,107236,112880,118524,124168,129812,135456,141100,146744,152388,158032,163676,169320,174964,180608,186252,191896,197540,203184,208828,214472,220116,225760,231404,237048,242692,248336,253980,259624,265268,270912,276556,282200,287844,293488,299132,304776,310420,316064,321708,327352,332996,338640,344284,349928,355572,361216,366860,372504,378148,383792,389436,395080,400724,406368,412012,417656,423300,428944,434588,440232,445876,451520,457164,462808,468452,474096,479740,485384,491028,496672,502316,507960,513604,519248,524892,530536,536180,541824,547468,553112,558756,564400],"measured_values":[151568.0,285116.0,357673.0,565755.0,595289.0,730805.0,867678.0,999474.0,1164224.0,1397690.0,1316619.0,1622450.0,1710953.0,1821892.0,1763531.0,2106176.0,1954879.0,2163530.0,2509219.0,2642140.0,2455988.0,2778786.0,2592341.0,3151871.0,3024475.0,3296865.0,3260375.0,3777882.0,3393935.0,3994984.0,4071913.0,4150266.0,4323014.0,4635939.0,4453779.0,4755724.0,4938638.0,4948974.0,5106129.0,5308077.0,5031310.0,5397840.0,5353830.0,5235743.0,5126156.0,5792112.0,5316873.0,5974226.0,6701591.0,6443645.0,6341579.0,6885688.0,6678417.0,7220854.0,7322241.0,7402940.0,7542867.0,8090801.0,7876483.0,7800519.0,7933931.0,7771432.0,7779075.0,7908615.0,8037040.0,8235966.0,8017566.0,8207252.0,8683199.0,8328620.0,9125607.0,8384763.0,8690713.0,9456346.0,9956357.0,10369505.0,9814115.0,9958178.0,10122864.0,10207526.0,10393902.0,10128261.0,11032368.0,10459938.0,10855784.0,10341411.0,10888789.0,11157371.0,11203843.0,11475049.0,12300877.0,11728636.0,11918511.0,11687582.0,12591671.0,12586837.0,12062579.0,13542786.0,12393032.0,13621987.0],"unit":"ns","throughput":[],"typical":{"estimate":22.630428869748414,"lower_bound":22.3931606780569,"upper_bound":22.871993782506788,"unit":"ns"},"mean":{"estimate":22.613670853655016,"lower_bound":22.376570394706764,"upper_bound":22.85040239321149,"unit":"ns"},"median":{"estimate":22.613662625615586,"lower_bound":22.30961698456229,"upper_bound":22.91959996850146,"unit":"ns"},"median_abs_dev":{"estimate":1.127813188228273,"lower_bound":0.9007082202697816,"upper_bound":1.4593019136290413,"unit":"ns"},"slope":{"estimate":22.630428869748414,"lower_bound":22.3931606780569,"upper_bound":22.871993782506788,"unit":"ns"},"change":{"mean":{"estimate":0.1765366231551957,"lower_bound":0.15850116790456323,"upper_bound":0.19428225637759375,"unit":"%"},"median":{"estimate":0.18774799054786206,"lower_bound":0.16883656877998066,"upper_bound":0.2093839408452396,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"gt","benchmarks":["gt/gt"],"report_directory":"/root/fuel-core/target/criterion/reports/gt"} +{"reason":"benchmark-complete","id":"gtf/gtf","report_directory":"/root/fuel-core/target/criterion/reports/gtf/gtf","iteration_count":[560,1120,1680,2240,2800,3360,3920,4480,5040,5600,6160,6720,7280,7840,8400,8960,9520,10080,10640,11200,11760,12320,12880,13440,14000,14560,15120,15680,16240,16800,17360,17920,18480,19040,19600,20160,20720,21280,21840,22400,22960,23520,24080,24640,25200,25760,26320,26880,27440,28000,28560,29120,29680,30240,30800,31360,31920,32480,33040,33600,34160,34720,35280,35840,36400,36960,37520,38080,38640,39200,39760,40320,40880,41440,42000,42560,43120,43680,44240,44800,45360,45920,46480,47040,47600,48160,48720,49280,49840,50400,50960,51520,52080,52640,53200,53760,54320,54880,55440,56000],"measured_values":[28621.0,52322.0,76192.0,104393.0,126274.0,155849.0,177991.0,209064.0,228326.0,259814.0,280781.0,315025.0,330944.0,370377.0,385714.0,435240.0,434085.0,473789.0,487901.0,528538.0,532324.0,573457.0,583050.0,633942.0,637153.0,682455.0,692837.0,737721.0,740477.0,791338.0,794229.0,843786.0,843004.0,900886.0,888358.0,947211.0,938417.0,995739.0,996535.0,1049514.0,1048418.0,1098456.0,1099508.0,1151430.0,1143004.0,1209518.0,1191374.0,1259748.0,1251844.0,1307660.0,1309779.0,1383685.0,1356761.0,1420422.0,1401889.0,1471869.0,1455879.0,1519132.0,1536887.0,1591929.0,1585737.0,1639486.0,1639597.0,1643404.0,1662092.0,1753713.0,1746507.0,1729361.0,1767090.0,1751589.0,1829315.0,1798184.0,1884801.0,1851534.0,1936148.0,1901023.0,1988805.0,1954194.0,2038786.0,1980474.0,2085554.0,2049241.0,2148724.0,2095846.0,2204338.0,2139173.0,2250820.0,2187334.0,2300577.0,2243069.0,2360313.0,2294281.0,2425224.0,2329935.0,2476966.0,2401206.0,2517899.0,2447909.0,2569230.0,2486610.0],"unit":"ns","throughput":[],"typical":{"estimate":45.67930905761152,"lower_bound":45.43614062386098,"upper_bound":45.932480927961386,"unit":"ns"},"mean":{"estimate":46.04230217360569,"lower_bound":45.84349260030734,"upper_bound":46.250020291854376,"unit":"ns"},"median":{"estimate":46.04680153707052,"lower_bound":45.69747386759582,"upper_bound":46.342532467532465,"unit":"ns"},"median_abs_dev":{"estimate":1.002669011974675,"lower_bound":0.7832187360950889,"upper_bound":1.2636326778023725,"unit":"ns"},"slope":{"estimate":45.67930905761152,"lower_bound":45.43614062386098,"upper_bound":45.932480927961386,"unit":"ns"},"change":{"mean":{"estimate":-0.05815056668062879,"lower_bound":-0.06713209592727665,"upper_bound":-0.04926038332350594,"unit":"%"},"median":{"estimate":-0.04156624058909053,"lower_bound":-0.057731915825856794,"upper_bound":-0.03092858275404666,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"gtf","benchmarks":["gtf/gtf"],"report_directory":"/root/fuel-core/target/criterion/reports/gtf"} +{"reason":"benchmark-complete","id":"lt/lt","report_directory":"/root/fuel-core/target/criterion/reports/lt/lt","iteration_count":[5790,11580,17370,23160,28950,34740,40530,46320,52110,57900,63690,69480,75270,81060,86850,92640,98430,104220,110010,115800,121590,127380,133170,138960,144750,150540,156330,162120,167910,173700,179490,185280,191070,196860,202650,208440,214230,220020,225810,231600,237390,243180,248970,254760,260550,266340,272130,277920,283710,289500,295290,301080,306870,312660,318450,324240,330030,335820,341610,347400,353190,358980,364770,370560,376350,382140,387930,393720,399510,405300,411090,416880,422670,428460,434250,440040,445830,451620,457410,463200,468990,474780,480570,486360,492150,497940,503730,509520,515310,521100,526890,532680,538470,544260,550050,555840,561630,567420,573210,579000],"measured_values":[131312.0,260517.0,376234.0,557071.0,664322.0,852846.0,868627.0,1099843.0,1079026.0,1370081.0,1371054.0,1662118.0,1617070.0,1843775.0,1883448.0,2049602.0,2213864.0,2304413.0,2352224.0,2730032.0,2589042.0,3113653.0,2808576.0,3234113.0,3158615.0,3479109.0,3461237.0,3903915.0,3556771.0,4232154.0,3913340.0,4316574.0,4236151.0,4435010.0,4335381.0,4747098.0,4660833.0,5066479.0,5362337.0,5191313.0,5557704.0,5708619.0,5428248.0,5815354.0,5783722.0,6141323.0,6017359.0,6325800.0,6853284.0,6681746.0,7000139.0,6877154.0,6594138.0,7178731.0,6873118.0,7534108.0,7147720.0,7151082.0,7158843.0,7678086.0,7550375.0,7858088.0,7396954.0,8069610.0,7598370.0,8503493.0,7998628.0,8213326.0,8203021.0,8212204.0,8423736.0,8612142.0,8609517.0,8867964.0,8825358.0,9458477.0,9090587.0,9435349.0,9357455.0,9437036.0,10208380.0,9848769.0,10909324.0,10812180.0,10382486.0,10496792.0,10340891.0,10465568.0,10934681.0,11052824.0,10794267.0,10802425.0,10905868.0,11126538.0,11166837.0,11610764.0,11511517.0,11632168.0,11799028.0,11801655.0],"unit":"ns","throughput":[],"typical":{"estimate":21.17345019783859,"lower_bound":20.98277806945052,"upper_bound":21.402297796110183,"unit":"ns"},"mean":{"estimate":21.873243041681484,"lower_bound":21.641400372398063,"upper_bound":22.11054094263515,"unit":"ns"},"median":{"estimate":21.721214115670072,"lower_bound":21.39344189489267,"upper_bound":22.112972797927462,"unit":"ns"},"median_abs_dev":{"estimate":1.530490619236429,"lower_bound":1.1423161327891247,"upper_bound":1.765060855691465,"unit":"ns"},"slope":{"estimate":21.17345019783859,"lower_bound":20.98277806945052,"upper_bound":21.402297796110183,"unit":"ns"},"change":{"mean":{"estimate":0.16313257942250914,"lower_bound":0.1463331381530859,"upper_bound":0.17876831510650557,"unit":"%"},"median":{"estimate":0.1673564378021417,"lower_bound":0.14588409873216435,"upper_bound":0.18684560226981173,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"lt","benchmarks":["lt/lt"],"report_directory":"/root/fuel-core/target/criterion/reports/lt"} +{"reason":"benchmark-complete","id":"mldv/mldv","report_directory":"/root/fuel-core/target/criterion/reports/mldv/mldv","iteration_count":[4972,9944,14916,19888,24860,29832,34804,39776,44748,49720,54692,59664,64636,69608,74580,79552,84524,89496,94468,99440,104412,109384,114356,119328,124300,129272,134244,139216,144188,149160,154132,159104,164076,169048,174020,178992,183964,188936,193908,198880,203852,208824,213796,218768,223740,228712,233684,238656,243628,248600,253572,258544,263516,268488,273460,278432,283404,288376,293348,298320,303292,308264,313236,318208,323180,328152,333124,338096,343068,348040,353012,357984,362956,367928,372900,377872,382844,387816,392788,397760,402732,407704,412676,417648,422620,427592,432564,437536,442508,447480,452452,457424,462396,467368,472340,477312,482284,487256,492228,497200],"measured_values":[226966.0,472194.0,672314.0,918306.0,1115761.0,1352857.0,1553506.0,1806624.0,1989908.0,2330536.0,2430890.0,2781387.0,2918288.0,3193944.0,3311861.0,3659207.0,3772457.0,4140602.0,4235902.0,4837062.0,4671148.0,5181998.0,5114923.0,5736152.0,5508698.0,6018646.0,5966131.0,6692108.0,6464665.0,6968909.0,7239488.0,7729793.0,7388620.0,7902440.0,7747379.0,8226974.0,8177207.0,8760275.0,8600305.0,9317618.0,9056500.0,9816097.0,9583781.0,10127829.0,9955041.0,10494262.0,10429594.0,11028656.0,10865747.0,11540754.0,11318226.0,12147146.0,11768437.0,12454767.0,12230488.0,13073281.0,12627682.0,14112466.0,13082789.0,13872515.0,13498160.0,14546225.0,13966031.0,15117067.0,15680797.0,15870200.0,15698797.0,16601214.0,16431829.0,16948353.0,18134419.0,17814176.0,17642930.0,18521106.0,18264877.0,18675097.0,19272313.0,18789189.0,19651730.0,19060838.0,19805458.0,19863823.0,20597072.0,20552085.0,21154553.0,21984633.0,21242185.0,21822918.0,21813630.0,22149874.0,21734873.0,22481509.0,22597191.0,23187162.0,22918735.0,23441742.0,23298351.0,23353487.0,25119150.0,25073773.0],"unit":"ns","throughput":[],"typical":{"estimate":48.35897990413227,"lower_bound":47.91178587996388,"upper_bound":48.743675771742836,"unit":"ns"},"mean":{"estimate":47.02302553735434,"lower_bound":46.62884707605512,"upper_bound":47.41861781258615,"unit":"ns"},"median":{"estimate":46.861831255028164,"lower_bound":46.294837453375266,"upper_bound":47.6355403169475,"unit":"ns"},"median_abs_dev":{"estimate":2.956306194368421,"lower_bound":2.2195911170706486,"upper_bound":3.1858764166895965,"unit":"ns"},"slope":{"estimate":48.35897990413227,"lower_bound":47.91178587996388,"upper_bound":48.743675771742836,"unit":"ns"},"change":{"mean":{"estimate":-0.016758511661844833,"lower_bound":-0.02801524183598157,"upper_bound":-0.0063888701599936985,"unit":"%"},"median":{"estimate":-0.009417145582854447,"lower_bound":-0.026803812240974056,"upper_bound":0.008742222215182949,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"mldv","benchmarks":["mldv/mldv"],"report_directory":"/root/fuel-core/target/criterion/reports/mldv"} +{"reason":"benchmark-complete","id":"mlog/mlog","report_directory":"/root/fuel-core/target/criterion/reports/mlog/mlog","iteration_count":[5466,10932,16398,21864,27330,32796,38262,43728,49194,54660,60126,65592,71058,76524,81990,87456,92922,98388,103854,109320,114786,120252,125718,131184,136650,142116,147582,153048,158514,163980,169446,174912,180378,185844,191310,196776,202242,207708,213174,218640,224106,229572,235038,240504,245970,251436,256902,262368,267834,273300,278766,284232,289698,295164,300630,306096,311562,317028,322494,327960,333426,338892,344358,349824,355290,360756,366222,371688,377154,382620,388086,393552,399018,404484,409950,415416,420882,426348,431814,437280,442746,448212,453678,459144,464610,470076,475542,481008,486474,491940,497406,502872,508338,513804,519270,524736,530202,535668,541134,546600],"measured_values":[151645.0,307652.0,430565.0,623305.0,726855.0,853194.0,1035808.0,1131347.0,1261465.0,1399923.0,1543700.0,1686225.0,1856967.0,1977736.0,2221744.0,2253040.0,2413374.0,2532755.0,2674008.0,2796744.0,2946407.0,3084703.0,3224023.0,3361885.0,3508988.0,3640733.0,3940045.0,3981415.0,4285454.0,4316982.0,4608891.0,4638901.0,4879898.0,4908442.0,5156203.0,5130406.0,5188588.0,5345387.0,5631267.0,5613441.0,5783012.0,5939523.0,6049194.0,6148958.0,6280607.0,6423785.0,6578556.0,6716015.0,6864237.0,6967326.0,7150298.0,7461044.0,7958106.0,7761776.0,8167996.0,8074920.0,8446353.0,8393649.0,8870326.0,8647172.0,9139653.0,8884843.0,9479118.0,9293500.0,9645087.0,9472112.0,9485075.0,9467225.0,9650199.0,9774188.0,9998325.0,10021818.0,10283702.0,10359037.0,11144862.0,10645560.0,10952230.0,10955069.0,11111880.0,11165522.0,11392079.0,11503445.0,11707290.0,11691826.0,12031134.0,12100179.0,12228310.0,12271922.0,12498650.0,12653712.0,12748361.0,12836593.0,13104905.0,13093217.0,13421430.0,13434385.0,13634283.0,13718369.0,14108693.0,13893811.0],"unit":"ns","throughput":[],"typical":{"estimate":25.909145797028053,"lower_bound":25.801997217162555,"upper_bound":26.03790134612756,"unit":"ns"},"mean":{"estimate":26.09106992657788,"lower_bound":25.96416382293176,"upper_bound":26.22742749526091,"unit":"ns"},"median":{"estimate":25.762575820823223,"lower_bound":25.715261353220093,"upper_bound":25.895124943501,"unit":"ns"},"median_abs_dev":{"estimate":0.31405249490873194,"lower_bound":0.19389038075095041,"upper_bound":0.49904477807263053,"unit":"ns"},"slope":{"estimate":25.909145797028053,"lower_bound":25.801997217162555,"upper_bound":26.03790134612756,"unit":"ns"},"change":{"mean":{"estimate":-0.01007313012521971,"lower_bound":-0.020682132213331605,"upper_bound":0.0000624916245406335,"unit":"%"},"median":{"estimate":-0.008938462190216434,"lower_bound":-0.017900901442415226,"upper_bound":-0.0021274945315523644,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"mlog","benchmarks":["mlog/mlog"],"report_directory":"/root/fuel-core/target/criterion/reports/mlog"} +{"reason":"benchmark-complete","id":"mod/mod","report_directory":"/root/fuel-core/target/criterion/reports/mod/mod","iteration_count":[5574,11148,16722,22296,27870,33444,39018,44592,50166,55740,61314,66888,72462,78036,83610,89184,94758,100332,105906,111480,117054,122628,128202,133776,139350,144924,150498,156072,161646,167220,172794,178368,183942,189516,195090,200664,206238,211812,217386,222960,228534,234108,239682,245256,250830,256404,261978,267552,273126,278700,284274,289848,295422,300996,306570,312144,317718,323292,328866,334440,340014,345588,351162,356736,362310,367884,373458,379032,384606,390180,395754,401328,406902,412476,418050,423624,429198,434772,440346,445920,451494,457068,462642,468216,473790,479364,484938,490512,496086,501660,507234,512808,518382,523956,529530,535104,540678,546252,551826,557400],"measured_values":[141529.0,300901.0,410627.0,572494.0,657901.0,931459.0,981336.0,1124581.0,1158014.0,1428604.0,1586246.0,1783768.0,1790636.0,2088777.0,2010673.0,2351123.0,2349709.0,2712563.0,2735211.0,2798738.0,2924722.0,3229873.0,3394327.0,3594214.0,3493936.0,3804190.0,3800559.0,4154174.0,4037071.0,4353716.0,4453128.0,4681578.0,4726011.0,5070049.0,4946477.0,5291630.0,5206047.0,5409570.0,5450771.0,5524280.0,5405456.0,5591781.0,5580092.0,5885783.0,6054183.0,5798086.0,5952961.0,5980346.0,6175907.0,6237459.0,6367860.0,6352807.0,6495675.0,6687288.0,7382947.0,7740842.0,7617470.0,7667190.0,7745594.0,7878543.0,8465666.0,7885356.0,8643188.0,8334004.0,8716053.0,8650374.0,8633146.0,8751812.0,8796118.0,9087348.0,9523042.0,9960250.0,10111391.0,10064986.0,9833814.0,10371285.0,10218705.0,10542845.0,11127062.0,9946200.0,10794297.0,10153575.0,10858316.0,10637607.0,11688735.0,11342222.0,11765318.0,11154303.0,11936335.0,11731759.0,12607770.0,11586940.0,12403403.0,11709283.0,12240784.0,13453176.0,13472087.0,13802819.0,14015682.0,13174023.0],"unit":"ns","throughput":[],"typical":{"estimate":23.89169155130252,"lower_bound":23.63410386207909,"upper_bound":24.14954241328559,"unit":"ns"},"mean":{"estimate":24.43577722270733,"lower_bound":24.170047413283775,"upper_bound":24.706414682613406,"unit":"ns"},"median":{"estimate":24.44183715824487,"lower_bound":23.99852806863033,"upper_bound":24.84969599559599,"unit":"ns"},"median_abs_dev":{"estimate":1.3914638660882404,"lower_bound":1.1593326281817302,"upper_bound":1.831957934585773,"unit":"ns"},"slope":{"estimate":23.89169155130252,"lower_bound":23.63410386207909,"upper_bound":24.14954241328559,"unit":"ns"},"change":{"mean":{"estimate":0.18340528141701595,"lower_bound":0.16323395790583264,"upper_bound":0.2023935620998268,"unit":"%"},"median":{"estimate":0.20340382398589885,"lower_bound":0.17420374363470303,"upper_bound":0.2256276313392911,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"mod","benchmarks":["mod/mod"],"report_directory":"/root/fuel-core/target/criterion/reports/mod"} +{"reason":"benchmark-complete","id":"modi/modi","report_directory":"/root/fuel-core/target/criterion/reports/modi/modi","iteration_count":[5660,11320,16980,22640,28300,33960,39620,45280,50940,56600,62260,67920,73580,79240,84900,90560,96220,101880,107540,113200,118860,124520,130180,135840,141500,147160,152820,158480,164140,169800,175460,181120,186780,192440,198100,203760,209420,215080,220740,226400,232060,237720,243380,249040,254700,260360,266020,271680,277340,283000,288660,294320,299980,305640,311300,316960,322620,328280,333940,339600,345260,350920,356580,362240,367900,373560,379220,384880,390540,396200,401860,407520,413180,418840,424500,430160,435820,441480,447140,452800,458460,464120,469780,475440,481100,486760,492420,498080,503740,509400,515060,520720,526380,532040,537700,543360,549020,554680,560340,566000],"measured_values":[148026.0,264949.0,391403.0,556690.0,744209.0,886321.0,905840.0,1107899.0,1176291.0,1458413.0,1458379.0,1763218.0,1732114.0,1910987.0,1913024.0,2200070.0,2311710.0,2591546.0,2571901.0,2749797.0,2970323.0,3102680.0,2961159.0,3267456.0,3296946.0,3530005.0,3482876.0,3793153.0,3795958.0,4030100.0,4125823.0,4436383.0,4686272.0,4584904.0,4691322.0,4691000.0,4953519.0,4760127.0,5110368.0,5015699.0,5122704.0,5348672.0,5366903.0,5759755.0,5903507.0,6497897.0,5887840.0,6029388.0,6296756.0,6255003.0,6258745.0,6458195.0,6556813.0,6687289.0,6861057.0,7039907.0,7813799.0,7186925.0,7366831.0,7400014.0,7643038.0,7700374.0,7857018.0,8163381.0,8615075.0,8222224.0,8421611.0,8409432.0,8540949.0,8725467.0,8817825.0,9461650.0,9054482.0,9932668.0,9659312.0,9634541.0,9665701.0,10509182.0,10546845.0,10060309.0,10262200.0,10249477.0,10406029.0,10697354.0,11521498.0,11191899.0,11674790.0,12092613.0,11123630.0,11360925.0,11824772.0,12361270.0,11661995.0,12418914.0,12224396.0,11976928.0,13368364.0,12897771.0,13624098.0,13588784.0],"unit":"ns","throughput":[],"typical":{"estimate":22.85859046265367,"lower_bound":22.634053125396367,"upper_bound":23.08396375409938,"unit":"ns"},"mean":{"estimate":23.193025090265188,"lower_bound":22.973891451077257,"upper_bound":23.42292911090411,"unit":"ns"},"median":{"estimate":23.07126030624264,"lower_bound":22.63521914810768,"upper_bound":23.405388692579507,"unit":"ns"},"median_abs_dev":{"estimate":1.3590868326599153,"lower_bound":0.9535601382166835,"upper_bound":1.5475467547862634,"unit":"ns"},"slope":{"estimate":22.85859046265367,"lower_bound":22.634053125396367,"upper_bound":23.08396375409938,"unit":"ns"},"change":{"mean":{"estimate":0.15505878347233049,"lower_bound":0.13734101768594217,"upper_bound":0.1714499552397734,"unit":"%"},"median":{"estimate":0.15972020289561573,"lower_bound":0.14037353204476122,"upper_bound":0.17658389815573883,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"modi","benchmarks":["modi/modi"],"report_directory":"/root/fuel-core/target/criterion/reports/modi"} +{"reason":"benchmark-complete","id":"move/move","report_directory":"/root/fuel-core/target/criterion/reports/move/move","iteration_count":[5641,11282,16923,22564,28205,33846,39487,45128,50769,56410,62051,67692,73333,78974,84615,90256,95897,101538,107179,112820,118461,124102,129743,135384,141025,146666,152307,157948,163589,169230,174871,180512,186153,191794,197435,203076,208717,214358,219999,225640,231281,236922,242563,248204,253845,259486,265127,270768,276409,282050,287691,293332,298973,304614,310255,315896,321537,327178,332819,338460,344101,349742,355383,361024,366665,372306,377947,383588,389229,394870,400511,406152,411793,417434,423075,428716,434357,439998,445639,451280,456921,462562,468203,473844,479485,485126,490767,496408,502049,507690,513331,518972,524613,530254,535895,541536,547177,552818,558459,564100],"measured_values":[146628.0,220777.0,360642.0,521324.0,582809.0,663745.0,824082.0,1051583.0,1128758.0,1168874.0,1452706.0,1472392.0,1540395.0,1929027.0,2045040.0,2031214.0,1823547.0,2227549.0,2256117.0,2194733.0,2209318.0,2580544.0,2424168.0,2466261.0,2663164.0,2938701.0,3074823.0,3126837.0,3163087.0,3553297.0,3410028.0,3404421.0,3606540.0,4151976.0,4373845.0,3928399.0,4512137.0,4601410.0,4713315.0,4504141.0,4936531.0,5030230.0,5163779.0,4736630.0,5149662.0,5317012.0,5611209.0,5899510.0,5872045.0,5959508.0,5971999.0,6031777.0,5557172.0,6486840.0,6681419.0,6357315.0,6619324.0,7870287.0,7268180.0,6838708.0,7497225.0,7727953.0,7843544.0,7294002.0,7673435.0,9598739.0,8783692.0,7144424.0,7663210.0,8070560.0,9319599.0,9362453.0,9105051.0,8492769.0,9156732.0,8446703.0,9488303.0,10095734.0,10168368.0,9518112.0,9283514.0,9302299.0,10181972.0,9154665.0,9732810.0,10713845.0,10981530.0,9548804.0,9762607.0,11163883.0,11385860.0,11579332.0,10522829.0,11420409.0,11660418.0,11467414.0,11792817.0,12246995.0,12472857.0,10878938.0],"unit":"ns","throughput":[],"typical":{"estimate":21.208918046474484,"lower_bound":20.871441443579677,"upper_bound":21.53694234785357,"unit":"ns"},"mean":{"estimate":21.10591384903185,"lower_bound":20.814407321606847,"upper_bound":21.408700154225034,"unit":"ns"},"median":{"estimate":21.14674574826404,"lower_bound":20.716199631288443,"upper_bound":21.47975325507678,"unit":"ns"},"median_abs_dev":{"estimate":1.425092742667917,"lower_bound":1.1497877081223173,"upper_bound":1.7948210661756128,"unit":"ns"},"slope":{"estimate":21.208918046474484,"lower_bound":20.871441443579677,"upper_bound":21.53694234785357,"unit":"ns"},"change":{"mean":{"estimate":0.15931243290495223,"lower_bound":0.1396906553505617,"upper_bound":0.17962711176907897,"unit":"%"},"median":{"estimate":0.17091317298370612,"lower_bound":0.1434222596700434,"upper_bound":0.18978985103132318,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"move","benchmarks":["move/move"],"report_directory":"/root/fuel-core/target/criterion/reports/move"} +{"reason":"benchmark-complete","id":"movi/movi","report_directory":"/root/fuel-core/target/criterion/reports/movi/movi","iteration_count":[5723,11446,17169,22892,28615,34338,40061,45784,51507,57230,62953,68676,74399,80122,85845,91568,97291,103014,108737,114460,120183,125906,131629,137352,143075,148798,154521,160244,165967,171690,177413,183136,188859,194582,200305,206028,211751,217474,223197,228920,234643,240366,246089,251812,257535,263258,268981,274704,280427,286150,291873,297596,303319,309042,314765,320488,326211,331934,337657,343380,349103,354826,360549,366272,371995,377718,383441,389164,394887,400610,406333,412056,417779,423502,429225,434948,440671,446394,452117,457840,463563,469286,475009,480732,486455,492178,497901,503624,509347,515070,520793,526516,532239,537962,543685,549408,555131,560854,566577,572300],"measured_values":[164329.0,230575.0,377186.0,434773.0,617075.0,708842.0,872885.0,867534.0,1080780.0,1134518.0,1298075.0,1334456.0,1416859.0,1568849.0,1692961.0,1709521.0,1918453.0,2215074.0,2442659.0,2188328.0,2320001.0,2703131.0,2681003.0,2524937.0,3013363.0,3119940.0,3454451.0,3331191.0,3264804.0,3634626.0,3601191.0,3562770.0,3796296.0,3839035.0,4093362.0,3933059.0,4323494.0,4184535.0,4491251.0,4458450.0,4680976.0,4696675.0,5029071.0,4823814.0,5023283.0,5015394.0,5360058.0,5294816.0,5655253.0,6135430.0,5962512.0,5920075.0,5804206.0,5721111.0,6358444.0,6084363.0,7103973.0,6958238.0,7549182.0,6790806.0,6835656.0,7393205.0,7793390.0,6875078.0,8195016.0,7684159.0,7727754.0,7669982.0,8029934.0,8339341.0,8521492.0,7819346.0,8521892.0,8507356.0,8762030.0,8620619.0,8892128.0,8771202.0,9232551.0,8507132.0,9513806.0,9693483.0,9683719.0,9306173.0,10748177.0,10775817.0,10700411.0,9741900.0,10566936.0,10660959.0,11412717.0,10170070.0,10931231.0,11190077.0,12016648.0,10693273.0,11815516.0,12559915.0,11997127.0,11371082.0],"unit":"ns","throughput":[],"typical":{"estimate":20.459751392426387,"lower_bound":20.192016928731306,"upper_bound":20.722229777980477,"unit":"ns"},"mean":{"estimate":20.37559207403425,"lower_bound":20.13587678906477,"upper_bound":20.64846118214974,"unit":"ns"},"median":{"estimate":20.249477925928353,"lower_bound":19.921172680002584,"upper_bound":20.428446618906168,"unit":"ns"},"median_abs_dev":{"estimate":1.0792639241334268,"lower_bound":0.8444117622917523,"upper_bound":1.3769643241962544,"unit":"ns"},"slope":{"estimate":20.459751392426387,"lower_bound":20.192016928731306,"upper_bound":20.722229777980477,"unit":"ns"},"change":{"mean":{"estimate":-0.04985758558766673,"lower_bound":-0.0649452384552077,"upper_bound":-0.034491263993415996,"unit":"%"},"median":{"estimate":-0.05122188852057841,"lower_bound":-0.07212502293339662,"upper_bound":-0.03896250253277933,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"movi","benchmarks":["movi/movi"],"report_directory":"/root/fuel-core/target/criterion/reports/movi"} +{"reason":"benchmark-complete","id":"mroo/mroo","report_directory":"/root/fuel-core/target/criterion/reports/mroo/mroo","iteration_count":[4646,9292,13938,18584,23230,27876,32522,37168,41814,46460,51106,55752,60398,65044,69690,74336,78982,83628,88274,92920,97566,102212,106858,111504,116150,120796,125442,130088,134734,139380,144026,148672,153318,157964,162610,167256,171902,176548,181194,185840,190486,195132,199778,204424,209070,213716,218362,223008,227654,232300,236946,241592,246238,250884,255530,260176,264822,269468,274114,278760,283406,288052,292698,297344,301990,306636,311282,315928,320574,325220,329866,334512,339158,343804,348450,353096,357742,362388,367034,371680,376326,380972,385618,390264,394910,399556,404202,408848,413494,418140,422786,427432,432078,436724,441370,446016,450662,455308,459954,464600],"measured_values":[284056.0,540235.0,805253.0,1054903.0,1354583.0,1582115.0,1881028.0,2121106.0,2425826.0,2637253.0,2993856.0,3102311.0,3482042.0,3691888.0,4071153.0,4215621.0,4638760.0,4808834.0,5237037.0,5291474.0,5738720.0,5837534.0,6225473.0,6280289.0,6597849.0,6676340.0,7169282.0,7440187.0,7823026.0,7943406.0,8268830.0,8415763.0,8898952.0,8940470.0,9622511.0,9549808.0,9991740.0,10712249.0,10474604.0,10523126.0,10924248.0,10980456.0,11364457.0,11503870.0,11931264.0,12118753.0,12634049.0,12682020.0,13307144.0,13238415.0,13733738.0,13711537.0,14256747.0,14412945.0,14500969.0,14509922.0,15233568.0,15127087.0,16039731.0,15835377.0,16183299.0,16079875.0,16659657.0,16843227.0,17868639.0,17731384.0,18354528.0,18071224.0,18642233.0,18491002.0,18856188.0,18924925.0,19424473.0,19785318.0,19777744.0,19828208.0,20427433.0,20389073.0,21157959.0,20859309.0,21936222.0,21659224.0,22235869.0,22006512.0,22271204.0,22481604.0,23805897.0,23175132.0,24201284.0,23594263.0,24687608.0,24363155.0,25415014.0,24963558.0,25562207.0,25394150.0,25872225.0,25922870.0,26687218.0,26280456.0],"unit":"ns","throughput":[],"typical":{"estimate":57.28320961204132,"lower_bound":57.068292490655466,"upper_bound":57.50756181737753,"unit":"ns"},"mean":{"estimate":57.380940795645486,"lower_bound":57.19058087231486,"upper_bound":57.57838330112576,"unit":"ns"},"median":{"estimate":57.1320940065021,"lower_bound":56.94655617735687,"upper_bound":57.45737150853935,"unit":"ns"},"median_abs_dev":{"estimate":0.8329934904108465,"lower_bound":0.6171131920219581,"upper_bound":1.1282841966259125,"unit":"ns"},"slope":{"estimate":57.28320961204132,"lower_bound":57.068292490655466,"upper_bound":57.50756181737753,"unit":"ns"},"change":{"mean":{"estimate":0.05020543734650684,"lower_bound":0.0441461475410526,"upper_bound":0.05579115685107031,"unit":"%"},"median":{"estimate":0.04846197386886475,"lower_bound":0.0434539596975585,"upper_bound":0.05583739651739572,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"mroo","benchmarks":["mroo/mroo"],"report_directory":"/root/fuel-core/target/criterion/reports/mroo"} +{"reason":"benchmark-complete","id":"mul/mul","report_directory":"/root/fuel-core/target/criterion/reports/mul/mul","iteration_count":[5617,11234,16851,22468,28085,33702,39319,44936,50553,56170,61787,67404,73021,78638,84255,89872,95489,101106,106723,112340,117957,123574,129191,134808,140425,146042,151659,157276,162893,168510,174127,179744,185361,190978,196595,202212,207829,213446,219063,224680,230297,235914,241531,247148,252765,258382,263999,269616,275233,280850,286467,292084,297701,303318,308935,314552,320169,325786,331403,337020,342637,348254,353871,359488,365105,370722,376339,381956,387573,393190,398807,404424,410041,415658,421275,426892,432509,438126,443743,449360,454977,460594,466211,471828,477445,483062,488679,494296,499913,505530,511147,516764,522381,527998,533615,539232,544849,550466,556083,561700],"measured_values":[132717.0,231117.0,364147.0,521307.0,551505.0,674229.0,901129.0,950591.0,1096086.0,1287951.0,1291731.0,1371341.0,1514145.0,1605595.0,1799501.0,1903552.0,2047818.0,2561412.0,2462546.0,2385307.0,2504534.0,2544258.0,2840509.0,3070658.0,3147356.0,3256199.0,3281148.0,3413810.0,3433545.0,3682784.0,4361131.0,3754269.0,4362873.0,4359281.0,5036029.0,4475115.0,5019118.0,4730149.0,5329964.0,4967734.0,5383996.0,5131563.0,5864618.0,5523430.0,5581871.0,6031977.0,6641074.0,5979562.0,6095846.0,5990654.0,6323474.0,6451392.0,6325881.0,7243354.0,7590419.0,6974967.0,6884019.0,7354904.0,7342786.0,7412057.0,7555937.0,7270396.0,7762193.0,7889482.0,8343962.0,8745874.0,8484155.0,8050589.0,8497060.0,8927821.0,8695385.0,8654414.0,9386464.0,10069057.0,9990927.0,9098359.0,9259426.0,9227516.0,9841706.0,9933957.0,10036802.0,9914902.0,10215250.0,10134158.0,10486056.0,10403153.0,12349792.0,11682397.0,10998802.0,11551225.0,11869246.0,11561141.0,11684931.0,11781445.0,11548915.0,11544055.0,12747030.0,13753615.0,13213195.0,12115941.0],"unit":"ns","throughput":[],"typical":{"estimate":22.472974974979767,"lower_bound":22.19360935561548,"upper_bound":22.77214816361075,"unit":"ns"},"mean":{"estimate":22.308771286502925,"lower_bound":22.07087261372769,"upper_bound":22.554402691315065,"unit":"ns"},"median":{"estimate":22.08534881137694,"lower_bound":21.935092166354405,"upper_bound":22.23719346717611,"unit":"ns"},"median_abs_dev":{"estimate":1.0884471579426935,"lower_bound":0.7817785358908004,"upper_bound":1.3244118815231691,"unit":"ns"},"slope":{"estimate":22.472974974979767,"lower_bound":22.19360935561548,"upper_bound":22.77214816361075,"unit":"ns"},"change":{"mean":{"estimate":0.09159404687071082,"lower_bound":0.07226260248464961,"upper_bound":0.11139737306964129,"unit":"%"},"median":{"estimate":0.09527860345837391,"lower_bound":0.08275399682335483,"upper_bound":0.10576746344557186,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"mul","benchmarks":["mul/mul"],"report_directory":"/root/fuel-core/target/criterion/reports/mul"} +{"reason":"benchmark-complete","id":"muli/muli","report_directory":"/root/fuel-core/target/criterion/reports/muli/muli","iteration_count":[5675,11350,17025,22700,28375,34050,39725,45400,51075,56750,62425,68100,73775,79450,85125,90800,96475,102150,107825,113500,119175,124850,130525,136200,141875,147550,153225,158900,164575,170250,175925,181600,187275,192950,198625,204300,209975,215650,221325,227000,232675,238350,244025,249700,255375,261050,266725,272400,278075,283750,289425,295100,300775,306450,312125,317800,323475,329150,334825,340500,346175,351850,357525,363200,368875,374550,380225,385900,391575,397250,402925,408600,414275,419950,425625,431300,436975,442650,448325,454000,459675,465350,471025,476700,482375,488050,493725,499400,505075,510750,516425,522100,527775,533450,539125,544800,550475,556150,561825,567500],"measured_values":[148586.0,256267.0,368764.0,505495.0,639024.0,731516.0,801422.0,942965.0,1056545.0,1172823.0,1345897.0,1493697.0,1546143.0,1834310.0,1780619.0,1978682.0,2042632.0,2179340.0,2318058.0,2453867.0,2487048.0,2838273.0,2702148.0,2986631.0,2885847.0,3223061.0,3168509.0,3318749.0,3505896.0,3598883.0,3717426.0,3956712.0,3903995.0,4185414.0,4184681.0,4371767.0,4396651.0,4606386.0,4705402.0,4751803.0,4983752.0,5519973.0,5052670.0,5359712.0,5259627.0,5936664.0,5603929.0,6159943.0,5824313.0,6506707.0,6001635.0,6273678.0,6319310.0,6497033.0,6515369.0,7131177.0,6667464.0,7029688.0,6991959.0,7316795.0,7545708.0,7489853.0,7376698.0,7746806.0,7871896.0,8248064.0,8471880.0,8887325.0,8099124.0,8726728.0,8425820.0,8629781.0,8572887.0,8999787.0,9306352.0,9131847.0,9188135.0,9372427.0,9590748.0,10040111.0,9615142.0,10043202.0,10169504.0,10033318.0,10390281.0,10391004.0,10338790.0,11036841.0,10508827.0,11698408.0,10812380.0,11151384.0,11488248.0,11221619.0,11254288.0,11444238.0,11747016.0,12241283.0,11796886.0,12883652.0],"unit":"ns","throughput":[],"typical":{"estimate":21.43657810168419,"lower_bound":21.283382292039445,"upper_bound":21.603887941538083,"unit":"ns"},"mean":{"estimate":21.471734440465536,"lower_bound":21.320646400077333,"upper_bound":21.638897052258738,"unit":"ns"},"median":{"estimate":21.316018437642413,"lower_bound":21.138813509544786,"upper_bound":21.41937036639089,"unit":"ns"},"median_abs_dev":{"estimate":0.5953692193895396,"lower_bound":0.4315823738017913,"upper_bound":0.7391999704633339,"unit":"ns"},"slope":{"estimate":21.43657810168419,"lower_bound":21.283382292039445,"upper_bound":21.603887941538083,"unit":"ns"},"change":{"mean":{"estimate":0.09302653852017784,"lower_bound":0.07913182764081511,"upper_bound":0.10609942232880482,"unit":"%"},"median":{"estimate":0.08766391553310693,"lower_bound":0.07588974494175038,"upper_bound":0.10024527995760123,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"muli","benchmarks":["muli/muli"],"report_directory":"/root/fuel-core/target/criterion/reports/muli"} +{"reason":"benchmark-complete","id":"noop/noop","report_directory":"/root/fuel-core/target/criterion/reports/noop/noop","iteration_count":[5795,11590,17385,23180,28975,34770,40565,46360,52155,57950,63745,69540,75335,81130,86925,92720,98515,104310,110105,115900,121695,127490,133285,139080,144875,150670,156465,162260,168055,173850,179645,185440,191235,197030,202825,208620,214415,220210,226005,231800,237595,243390,249185,254980,260775,266570,272365,278160,283955,289750,295545,301340,307135,312930,318725,324520,330315,336110,341905,347700,353495,359290,365085,370880,376675,382470,388265,394060,399855,405650,411445,417240,423035,428830,434625,440420,446215,452010,457805,463600,469395,475190,480985,486780,492575,498370,504165,509960,515755,521550,527345,533140,538935,544730,550525,556320,562115,567910,573705,579500],"measured_values":[140542.0,241406.0,299574.0,461666.0,486344.0,608080.0,727145.0,858746.0,952321.0,972030.0,1245256.0,1294751.0,1414171.0,1515483.0,1594657.0,1750690.0,1689892.0,1780753.0,1791599.0,2212610.0,2177221.0,2400693.0,2467581.0,2457385.0,2529930.0,2767991.0,2800077.0,3124688.0,3007194.0,2976242.0,3053224.0,3652461.0,3274563.0,4060001.0,3696693.0,3944643.0,3888344.0,4053498.0,4150985.0,4471011.0,4455638.0,5385481.0,4856276.0,4798839.0,4580510.0,5165187.0,5031925.0,5463056.0,5086142.0,5617833.0,5250303.0,5815860.0,5470136.0,6244669.0,5709554.0,6156000.0,5721711.0,6193275.0,6192120.0,6839888.0,6359266.0,8280579.0,6892121.0,7283930.0,8287752.0,7530711.0,7810170.0,7823314.0,7502433.0,8380236.0,8296769.0,7716827.0,7762873.0,8662250.0,8670859.0,8460066.0,8439784.0,8966681.0,8074512.0,8812052.0,8769816.0,9257833.0,8637312.0,8631226.0,9283980.0,9874233.0,9168396.0,10449345.0,9979220.0,10920795.0,11215752.0,10783774.0,10092195.0,11493429.0,9969202.0,11184539.0,10139636.0,10959892.0,10831476.0,12010897.0],"unit":"ns","throughput":[],"typical":{"estimate":19.294277041823406,"lower_bound":18.99723148114631,"upper_bound":19.591125206229908,"unit":"ns"},"mean":{"estimate":18.942113500052848,"lower_bound":18.68524359981331,"upper_bound":19.21400688391505,"unit":"ns"},"median":{"estimate":18.796109347942824,"lower_bound":18.494250602013445,"upper_bound":19.030118328608406,"unit":"ns"},"median_abs_dev":{"estimate":1.2709949040962447,"lower_bound":0.9381879951432578,"upper_bound":1.4563292357677518,"unit":"ns"},"slope":{"estimate":19.294277041823406,"lower_bound":18.99723148114631,"upper_bound":19.591125206229908,"unit":"ns"},"change":{"mean":{"estimate":0.0552831236664868,"lower_bound":0.029864038877517086,"upper_bound":0.08016663957006061,"unit":"%"},"median":{"estimate":0.06865036809865055,"lower_bound":0.03443849084342311,"upper_bound":0.09679027878210307,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"noop","benchmarks":["noop/noop"],"report_directory":"/root/fuel-core/target/criterion/reports/noop"} +{"reason":"benchmark-complete","id":"not/not","report_directory":"/root/fuel-core/target/criterion/reports/not/not","iteration_count":[5738,11476,17214,22952,28690,34428,40166,45904,51642,57380,63118,68856,74594,80332,86070,91808,97546,103284,109022,114760,120498,126236,131974,137712,143450,149188,154926,160664,166402,172140,177878,183616,189354,195092,200830,206568,212306,218044,223782,229520,235258,240996,246734,252472,258210,263948,269686,275424,281162,286900,292638,298376,304114,309852,315590,321328,327066,332804,338542,344280,350018,355756,361494,367232,372970,378708,384446,390184,395922,401660,407398,413136,418874,424612,430350,436088,441826,447564,453302,459040,464778,470516,476254,481992,487730,493468,499206,504944,510682,516420,522158,527896,533634,539372,545110,550848,556586,562324,568062,573800],"measured_values":[134602.0,265164.0,366027.0,509244.0,538112.0,762012.0,830251.0,951733.0,1018186.0,1240333.0,1226289.0,1497685.0,1509875.0,1726652.0,1754044.0,2150299.0,1855581.0,2223837.0,2116267.0,2447570.0,2332339.0,2552268.0,2571195.0,2898698.0,2659303.0,2983352.0,3109402.0,3187053.0,3194287.0,3296358.0,3215727.0,3541252.0,3540216.0,3848372.0,3789434.0,3752219.0,4066474.0,4073105.0,4226359.0,4339404.0,4497867.0,4592954.0,4540521.0,4801541.0,5020682.0,5334374.0,5065054.0,5976217.0,5782933.0,6280646.0,5733754.0,6062454.0,5976924.0,6127687.0,6015234.0,6292224.0,6137156.0,6710192.0,6653373.0,6684638.0,6400104.0,6886091.0,6742392.0,7462097.0,7453628.0,7982743.0,7477815.0,7953614.0,7459297.0,7763478.0,7870511.0,7912373.0,7775191.0,8091558.0,8096707.0,8173422.0,8455541.0,9027966.0,8874367.0,9431252.0,9724981.0,10371437.0,10040726.0,10178192.0,9613227.0,10376816.0,9690263.0,10567269.0,10005841.0,10855557.0,10333090.0,11314461.0,10863944.0,11950123.0,10864568.0,11771608.0,11096203.0,11509207.0,10849299.0,12003090.0],"unit":"ns","throughput":[],"typical":{"estimate":20.03833589164153,"lower_bound":19.780517454283128,"upper_bound":20.290830580927203,"unit":"ns"},"mean":{"estimate":20.02233159844925,"lower_bound":19.796891459186405,"upper_bound":20.256237438038124,"unit":"ns"},"median":{"estimate":19.721086575678257,"lower_bound":19.450885169828794,"upper_bound":20.16259419958895,"unit":"ns"},"median_abs_dev":{"estimate":1.038883768358502,"lower_bound":0.8457786483036289,"upper_bound":1.4604698960155886,"unit":"ns"},"slope":{"estimate":20.03833589164153,"lower_bound":19.780517454283128,"upper_bound":20.290830580927203,"unit":"ns"},"change":{"mean":{"estimate":0.09743548763816312,"lower_bound":0.07788672009973326,"upper_bound":0.11746146726102145,"unit":"%"},"median":{"estimate":0.10315807113631581,"lower_bound":0.07931413547357065,"upper_bound":0.13022502669519764,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"not","benchmarks":["not/not"],"report_directory":"/root/fuel-core/target/criterion/reports/not"} +{"reason":"benchmark-complete","id":"or/or","report_directory":"/root/fuel-core/target/criterion/reports/or/or","iteration_count":[5521,11042,16563,22084,27605,33126,38647,44168,49689,55210,60731,66252,71773,77294,82815,88336,93857,99378,104899,110420,115941,121462,126983,132504,138025,143546,149067,154588,160109,165630,171151,176672,182193,187714,193235,198756,204277,209798,215319,220840,226361,231882,237403,242924,248445,253966,259487,265008,270529,276050,281571,287092,292613,298134,303655,309176,314697,320218,325739,331260,336781,342302,347823,353344,358865,364386,369907,375428,380949,386470,391991,397512,403033,408554,414075,419596,425117,430638,436159,441680,447201,452722,458243,463764,469285,474806,480327,485848,491369,496890,502411,507932,513453,518974,524495,530016,535537,541058,546579,552100],"measured_values":[143253.0,240975.0,402449.0,472540.0,623833.0,683073.0,778329.0,876184.0,993060.0,1073472.0,1254350.0,1441308.0,1417311.0,1515335.0,1652780.0,1836177.0,1792966.0,2053699.0,2129073.0,2255066.0,2293146.0,2522077.0,2509925.0,2807691.0,2655420.0,2825983.0,2988167.0,3068811.0,3142450.0,3468141.0,3412875.0,3653983.0,3712130.0,3594842.0,3917685.0,4326269.0,4198720.0,4376394.0,4253432.0,4920341.0,4622016.0,4651479.0,5112395.0,5261579.0,5387258.0,5195757.0,5262663.0,5466162.0,5376461.0,5452705.0,5401747.0,6009259.0,5829605.0,6133244.0,6008087.0,6713921.0,6214582.0,7022322.0,6467909.0,7233859.0,7373256.0,7557169.0,7357272.0,7241613.0,7264335.0,7756088.0,7194808.0,8066238.0,7765999.0,7782204.0,7844243.0,7961761.0,8032217.0,8513688.0,8587790.0,9941694.0,8983035.0,9774275.0,9841690.0,10032418.0,9316309.0,9726042.0,9309348.0,10434100.0,9790388.0,9828411.0,9986956.0,11058169.0,10854817.0,10215595.0,10237920.0,10609913.0,10398826.0,10484093.0,10383129.0,10733273.0,10778147.0,11523499.0,12207915.0,12450486.0],"unit":"ns","throughput":[],"typical":{"estimate":20.986743534975222,"lower_bound":20.721778570715347,"upper_bound":21.2573112262484,"unit":"ns"},"mean":{"estimate":20.813646509007327,"lower_bound":20.598052536313535,"upper_bound":21.045839551841972,"unit":"ns"},"median":{"estimate":20.565586279994903,"lower_bound":20.315308689930887,"upper_bound":20.786281923564573,"unit":"ns"},"median_abs_dev":{"estimate":0.989424365181148,"lower_bound":0.6915754784080721,"upper_bound":1.265820985537812,"unit":"ns"},"slope":{"estimate":20.986743534975222,"lower_bound":20.721778570715347,"upper_bound":21.2573112262484,"unit":"ns"},"change":{"mean":{"estimate":0.0550482130844443,"lower_bound":0.040419434614795344,"upper_bound":0.07176289427882007,"unit":"%"},"median":{"estimate":0.044617604992238435,"lower_bound":0.02438415918217718,"upper_bound":0.06376887832725808,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"or","benchmarks":["or/or"],"report_directory":"/root/fuel-core/target/criterion/reports/or"} +{"reason":"benchmark-complete","id":"ori/ori","report_directory":"/root/fuel-core/target/criterion/reports/ori/ori","iteration_count":[5662,11324,16986,22648,28310,33972,39634,45296,50958,56620,62282,67944,73606,79268,84930,90592,96254,101916,107578,113240,118902,124564,130226,135888,141550,147212,152874,158536,164198,169860,175522,181184,186846,192508,198170,203832,209494,215156,220818,226480,232142,237804,243466,249128,254790,260452,266114,271776,277438,283100,288762,294424,300086,305748,311410,317072,322734,328396,334058,339720,345382,351044,356706,362368,368030,373692,379354,385016,390678,396340,402002,407664,413326,418988,424650,430312,435974,441636,447298,452960,458622,464284,469946,475608,481270,486932,492594,498256,503918,509580,515242,520904,526566,532228,537890,543552,549214,554876,560538,566200],"measured_values":[141184.0,258467.0,414124.0,524103.0,661157.0,778873.0,844631.0,1032341.0,1234312.0,1206356.0,1444600.0,1489584.0,1612060.0,1731938.0,1930021.0,2014812.0,2083697.0,2203076.0,2236320.0,2564064.0,2708706.0,2693912.0,2837291.0,3109358.0,3008697.0,3357440.0,3506525.0,3549286.0,3692387.0,4056843.0,3897038.0,4073744.0,4358181.0,4517351.0,4441261.0,4564846.0,4444568.0,4779508.0,5384254.0,5039295.0,5578827.0,5252440.0,5199655.0,5490369.0,6042160.0,6161008.0,5937190.0,6019397.0,6331668.0,6388802.0,6468447.0,6383304.0,7032181.0,6388488.0,6766362.0,6449713.0,6762278.0,6664174.0,7604665.0,6830600.0,7718122.0,6826431.0,7897322.0,7298405.0,8357840.0,7496141.0,8385890.0,7879762.0,8227052.0,7865151.0,8041591.0,8195667.0,9178537.0,8465134.0,8604407.0,8491557.0,9075720.0,8722717.0,8851714.0,8822998.0,9166786.0,9204823.0,10068649.0,9479548.0,10188187.0,9685467.0,9747311.0,9773695.0,9909937.0,11105183.0,10354108.0,10325415.0,10922602.0,10697694.0,10712657.0,10794789.0,12032455.0,11048823.0,11339781.0,11551175.0],"unit":"ns","throughput":[],"typical":{"estimate":20.772469247225235,"lower_bound":20.539893625669475,"upper_bound":21.044308824149983,"unit":"ns"},"mean":{"estimate":21.629811108981666,"lower_bound":21.36324098118754,"upper_bound":21.897401759290616,"unit":"ns"},"median":{"estimate":21.79012720620733,"lower_bound":21.286265344558906,"upper_bound":22.171072119933232,"unit":"ns"},"median_abs_dev":{"estimate":1.5318035708064721,"lower_bound":1.1505028464438087,"upper_bound":2.0623756591714733,"unit":"ns"},"slope":{"estimate":20.772469247225235,"lower_bound":20.539893625669475,"upper_bound":21.044308824149983,"unit":"ns"},"change":{"mean":{"estimate":0.22704217765675616,"lower_bound":0.20846852078135178,"upper_bound":0.248513103990938,"unit":"%"},"median":{"estimate":0.2461319314236976,"lower_bound":0.21804520681720274,"upper_bound":0.27077475009617025,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"ori","benchmarks":["ori/ori"],"report_directory":"/root/fuel-core/target/criterion/reports/ori"} +{"reason":"benchmark-complete","id":"sll/sll","report_directory":"/root/fuel-core/target/criterion/reports/sll/sll","iteration_count":[5523,11046,16569,22092,27615,33138,38661,44184,49707,55230,60753,66276,71799,77322,82845,88368,93891,99414,104937,110460,115983,121506,127029,132552,138075,143598,149121,154644,160167,165690,171213,176736,182259,187782,193305,198828,204351,209874,215397,220920,226443,231966,237489,243012,248535,254058,259581,265104,270627,276150,281673,287196,292719,298242,303765,309288,314811,320334,325857,331380,336903,342426,347949,353472,358995,364518,370041,375564,381087,386610,392133,397656,403179,408702,414225,419748,425271,430794,436317,441840,447363,452886,458409,463932,469455,474978,480501,486024,491547,497070,502593,508116,513639,519162,524685,530208,535731,541254,546777,552300],"measured_values":[134081.0,248927.0,406647.0,522299.0,636487.0,729789.0,959295.0,1138037.0,1217093.0,1287012.0,1363610.0,1491102.0,1741235.0,1751276.0,2191555.0,2218345.0,2105513.0,2317808.0,2400586.0,2563925.0,2519995.0,2707821.0,2880433.0,3115760.0,2891435.0,3108287.0,3282893.0,3795855.0,3491063.0,3585107.0,3792322.0,3792000.0,4077129.0,4214961.0,4452512.0,4654413.0,4341719.0,4772822.0,4515849.0,4784597.0,4825204.0,4924678.0,5317113.0,5254648.0,5539579.0,5846704.0,5570795.0,6154805.0,6622796.0,7300913.0,7251932.0,7752522.0,7310226.0,7579908.0,7405074.0,7899243.0,8078174.0,8623100.0,8823871.0,8643906.0,8775685.0,9023324.0,8701256.0,9039460.0,9265575.0,9503036.0,9643399.0,10145909.0,10111549.0,10471942.0,10407675.0,10797434.0,10553493.0,10625650.0,9765907.0,10304806.0,9823432.0,10287758.0,10899729.0,11334511.0,11004278.0,11450142.0,11166384.0,12298819.0,11717636.0,11953524.0,12723694.0,12574009.0,13038855.0,13568038.0,13104318.0,13407222.0,13719935.0,13192828.0,13927112.0,13623555.0,13909119.0,14206538.0,14564332.0,14203533.0],"unit":"ns","throughput":[],"typical":{"estimate":25.41952389541207,"lower_bound":25.10143441824282,"upper_bound":25.695553484230278,"unit":"ns"},"mean":{"estimate":24.35734133820899,"lower_bound":23.989858817815467,"upper_bound":24.718047037367178,"unit":"ns"},"median":{"estimate":24.547872771281817,"lower_bound":23.64199710302372,"upper_bound":25.289127209744002,"unit":"ns"},"median_abs_dev":{"estimate":2.3458654351317816,"lower_bound":1.7493585317571316,"upper_bound":2.828561283034564,"unit":"ns"},"slope":{"estimate":25.41952389541207,"lower_bound":25.10143441824282,"upper_bound":25.695553484230278,"unit":"ns"},"change":{"mean":{"estimate":0.17539290238354832,"lower_bound":0.15140818100676207,"upper_bound":0.19913945575446876,"unit":"%"},"median":{"estimate":0.19447588254796178,"lower_bound":0.14935609566914243,"upper_bound":0.23633754188240283,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"sll","benchmarks":["sll/sll"],"report_directory":"/root/fuel-core/target/criterion/reports/sll"} +{"reason":"benchmark-complete","id":"slli/slli","report_directory":"/root/fuel-core/target/criterion/reports/slli/slli","iteration_count":[5807,11614,17421,23228,29035,34842,40649,46456,52263,58070,63877,69684,75491,81298,87105,92912,98719,104526,110333,116140,121947,127754,133561,139368,145175,150982,156789,162596,168403,174210,180017,185824,191631,197438,203245,209052,214859,220666,226473,232280,238087,243894,249701,255508,261315,267122,272929,278736,284543,290350,296157,301964,307771,313578,319385,325192,330999,336806,342613,348420,354227,360034,365841,371648,377455,383262,389069,394876,400683,406490,412297,418104,423911,429718,435525,441332,447139,452946,458753,464560,470367,476174,481981,487788,493595,499402,505209,511016,516823,522630,528437,534244,540051,545858,551665,557472,563279,569086,574893,580700],"measured_values":[124786.0,216362.0,317892.0,434332.0,536830.0,637167.0,786091.0,879684.0,1031150.0,1062011.0,1260137.0,1301948.0,1503356.0,1499593.0,1681057.0,1747960.0,1925895.0,1909710.0,2109544.0,2198787.0,2376095.0,2348517.0,2580160.0,2638120.0,2847189.0,2758151.0,2962586.0,3043683.0,3271190.0,3182393.0,3516449.0,3507400.0,3735299.0,3609113.0,3898733.0,3952444.0,4148889.0,4044765.0,4435812.0,4354696.0,4669851.0,4470907.0,4858331.0,4771885.0,5059276.0,5002636.0,5883500.0,5293529.0,5411780.0,5305888.0,5673951.0,5672713.0,6023368.0,5734567.0,6129281.0,6061016.0,6475086.0,6154990.0,6699585.0,6564877.0,6837968.0,6599037.0,7153766.0,6986087.0,7387337.0,7002845.0,7519990.0,7417558.0,7945994.0,8173992.0,8577126.0,8952803.0,8730366.0,8476252.0,8969863.0,9043192.0,8988332.0,8986119.0,9373473.0,9403066.0,9325185.0,9665429.0,10377671.0,9959880.0,10112370.0,10188746.0,10168554.0,10358975.0,10548175.0,10626114.0,10821223.0,10619898.0,10754902.0,11162707.0,11158944.0,11180073.0,11599391.0,11553481.0,12053353.0,11973233.0],"unit":"ns","throughput":[],"typical":{"estimate":19.94420043440079,"lower_bound":19.755524324926217,"upper_bound":20.10949694313605,"unit":"ns"},"mean":{"estimate":19.45969990281388,"lower_bound":19.293711456016037,"upper_bound":19.628432714742388,"unit":"ns"},"median":{"estimate":19.44068340217659,"lower_bound":19.174738583067274,"upper_bound":19.578717243065086,"unit":"ns"},"median_abs_dev":{"estimate":1.0042908424060117,"lower_bound":0.768593383936924,"upper_bound":1.2051786807354103,"unit":"ns"},"slope":{"estimate":19.94420043440079,"lower_bound":19.755524324926217,"upper_bound":20.10949694313605,"unit":"ns"},"change":{"mean":{"estimate":0.011645224453282976,"lower_bound":-0.002698368644902461,"upper_bound":0.026697102145386356,"unit":"%"},"median":{"estimate":0.020746472946552963,"lower_bound":0.006042801778141316,"upper_bound":0.0360818321963472,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"slli","benchmarks":["slli/slli"],"report_directory":"/root/fuel-core/target/criterion/reports/slli"} +{"reason":"benchmark-complete","id":"srl/srl","report_directory":"/root/fuel-core/target/criterion/reports/srl/srl","iteration_count":[5656,11312,16968,22624,28280,33936,39592,45248,50904,56560,62216,67872,73528,79184,84840,90496,96152,101808,107464,113120,118776,124432,130088,135744,141400,147056,152712,158368,164024,169680,175336,180992,186648,192304,197960,203616,209272,214928,220584,226240,231896,237552,243208,248864,254520,260176,265832,271488,277144,282800,288456,294112,299768,305424,311080,316736,322392,328048,333704,339360,345016,350672,356328,361984,367640,373296,378952,384608,390264,395920,401576,407232,412888,418544,424200,429856,435512,441168,446824,452480,458136,463792,469448,475104,480760,486416,492072,497728,503384,509040,514696,520352,526008,531664,537320,542976,548632,554288,559944,565600],"measured_values":[139476.0,285144.0,409759.0,552771.0,695891.0,899970.0,924866.0,1124371.0,1100565.0,1396177.0,1437186.0,1678540.0,1682811.0,1945627.0,1830955.0,2253145.0,2141880.0,2408033.0,2456671.0,2592638.0,2612788.0,2894767.0,2675299.0,3029719.0,3067056.0,3381827.0,3417276.0,3480045.0,3603153.0,3949944.0,3718448.0,4172298.0,4322926.0,4215747.0,3997312.0,4154954.0,4473243.0,4635769.0,4597279.0,4535912.0,4751216.0,5173362.0,5577347.0,5982347.0,6759220.0,6356769.0,6158294.0,6621271.0,6220198.0,6557944.0,6436106.0,6718878.0,6665630.0,6740014.0,7146263.0,7577942.0,7114502.0,7800548.0,7721105.0,8236786.0,7794488.0,8398168.0,8093942.0,9363498.0,8240235.0,8560063.0,8266095.0,8957183.0,8731512.0,9163673.0,9107133.0,8955775.0,9073541.0,9570111.0,9355175.0,10089930.0,9858238.0,10582128.0,9830076.0,10360113.0,10755365.0,10414466.0,9978456.0,10445657.0,11768973.0,11229869.0,10756846.0,10279382.0,11584568.0,11762878.0,11948272.0,12042340.0,12566583.0,11442720.0,11877314.0,12391253.0,11522748.0,12057437.0,11765124.0,12503281.0],"unit":"ns","throughput":[],"typical":{"estimate":22.594671961902645,"lower_bound":22.332034709376995,"upper_bound":22.864861105851375,"unit":"ns"},"mean":{"estimate":22.823899781920712,"lower_bound":22.570302891272917,"upper_bound":23.080381904218708,"unit":"ns"},"median":{"estimate":22.862826910231156,"lower_bound":22.410590002148904,"upper_bound":23.052389055869874,"unit":"ns"},"median_abs_dev":{"estimate":1.2870595497974995,"lower_bound":0.8976565421665893,"upper_bound":1.5333831591719111,"unit":"ns"},"slope":{"estimate":22.594671961902645,"lower_bound":22.332034709376995,"upper_bound":22.864861105851375,"unit":"ns"},"change":{"mean":{"estimate":0.10427462871209525,"lower_bound":0.08433142710166183,"upper_bound":0.12291260962671295,"unit":"%"},"median":{"estimate":0.12188012399053827,"lower_bound":0.09687923343718485,"upper_bound":0.1373421701247699,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"srl","benchmarks":["srl/srl"],"report_directory":"/root/fuel-core/target/criterion/reports/srl"} +{"reason":"benchmark-complete","id":"srli/srli","report_directory":"/root/fuel-core/target/criterion/reports/srli/srli","iteration_count":[5730,11460,17190,22920,28650,34380,40110,45840,51570,57300,63030,68760,74490,80220,85950,91680,97410,103140,108870,114600,120330,126060,131790,137520,143250,148980,154710,160440,166170,171900,177630,183360,189090,194820,200550,206280,212010,217740,223470,229200,234930,240660,246390,252120,257850,263580,269310,275040,280770,286500,292230,297960,303690,309420,315150,320880,326610,332340,338070,343800,349530,355260,360990,366720,372450,378180,383910,389640,395370,401100,406830,412560,418290,424020,429750,435480,441210,446940,452670,458400,464130,469860,475590,481320,487050,492780,498510,504240,509970,515700,521430,527160,532890,538620,544350,550080,555810,561540,567270,573000],"measured_values":[138314.0,295877.0,405228.0,519020.0,605802.0,743419.0,775570.0,1040760.0,1143982.0,1303643.0,1436860.0,1595416.0,1619043.0,1902148.0,1943760.0,2039060.0,1998072.0,2283941.0,2456536.0,2621675.0,2596174.0,3012259.0,2800816.0,2855837.0,2934152.0,3121073.0,3164819.0,3431475.0,3677672.0,3598411.0,3777321.0,3821073.0,3861159.0,4130524.0,4401966.0,4022478.0,4495577.0,4634510.0,4801290.0,4840593.0,5220142.0,5123486.0,5350402.0,5363824.0,5335086.0,5515092.0,5614383.0,6266178.0,6161470.0,6533170.0,6533671.0,6907803.0,6601903.0,7095841.0,7316523.0,7414720.0,6865093.0,7421624.0,7758332.0,7901366.0,7688065.0,8226594.0,8496640.0,8226148.0,7994483.0,8459903.0,8631784.0,8987073.0,8519392.0,9054994.0,9248698.0,9485919.0,9042603.0,8689351.0,9134440.0,8669490.0,9576516.0,10227728.0,10845270.0,10515741.0,10194405.0,10765091.0,9924860.0,10760976.0,10884692.0,10922448.0,11035809.0,11333510.0,10634393.0,11090952.0,11009702.0,11220580.0,11363708.0,11488066.0,12245112.0,12014107.0,12372600.0,11907735.0,11911147.0,12730686.0],"unit":"ns","throughput":[],"typical":{"estimate":21.94179114432503,"lower_bound":21.733727705542815,"upper_bound":22.152612281444018,"unit":"ns"},"mean":{"estimate":21.975014580926235,"lower_bound":21.770901548426995,"upper_bound":22.18294392773705,"unit":"ns"},"median":{"estimate":21.979991650163022,"lower_bound":21.59952006980803,"upper_bound":22.286237738460613,"unit":"ns"},"median_abs_dev":{"estimate":1.130314012302921,"lower_bound":0.8998389885153649,"upper_bound":1.29889881403577,"unit":"ns"},"slope":{"estimate":21.94179114432503,"lower_bound":21.733727705542815,"upper_bound":22.152612281444018,"unit":"ns"},"change":{"mean":{"estimate":0.1344905896980928,"lower_bound":0.11577506562663395,"upper_bound":0.15292879826142874,"unit":"%"},"median":{"estimate":0.1529131961108967,"lower_bound":0.12286958669269699,"upper_bound":0.17399340741433034,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"srli","benchmarks":["srli/srli"],"report_directory":"/root/fuel-core/target/criterion/reports/srli"} +{"reason":"benchmark-complete","id":"sub/sub","report_directory":"/root/fuel-core/target/criterion/reports/sub/sub","iteration_count":[5592,11184,16776,22368,27960,33552,39144,44736,50328,55920,61512,67104,72696,78288,83880,89472,95064,100656,106248,111840,117432,123024,128616,134208,139800,145392,150984,156576,162168,167760,173352,178944,184536,190128,195720,201312,206904,212496,218088,223680,229272,234864,240456,246048,251640,257232,262824,268416,274008,279600,285192,290784,296376,301968,307560,313152,318744,324336,329928,335520,341112,346704,352296,357888,363480,369072,374664,380256,385848,391440,397032,402624,408216,413808,419400,424992,430584,436176,441768,447360,452952,458544,464136,469728,475320,480912,486504,492096,497688,503280,508872,514464,520056,525648,531240,536832,542424,548016,553608,559200],"measured_values":[134956.0,280175.0,387199.0,543251.0,710809.0,760187.0,888812.0,1113685.0,1173148.0,1382621.0,1921813.0,1675833.0,1726617.0,1771059.0,2119335.0,2109063.0,2078368.0,2350138.0,2374476.0,2512163.0,2747780.0,2833149.0,3077831.0,3150413.0,3274172.0,3324618.0,3522434.0,3561981.0,3796311.0,4167368.0,3993447.0,3885604.0,4671557.0,4556432.0,4515252.0,4812823.0,5100399.0,5049984.0,4826914.0,5155206.0,5109426.0,5471071.0,6149523.0,6090216.0,5770541.0,6128839.0,5995150.0,6164979.0,6212439.0,6235747.0,6823707.0,6461629.0,6361979.0,6781608.0,7061618.0,6796893.0,6814928.0,6951772.0,7968748.0,7394522.0,7751676.0,7528428.0,7489034.0,8114741.0,8012954.0,9059212.0,9371462.0,8769125.0,9855775.0,9486860.0,9454234.0,9375462.0,9399350.0,9638436.0,9925324.0,9489587.0,9627143.0,10291669.0,11009274.0,11041577.0,10257343.0,11085227.0,11029439.0,11349667.0,11388110.0,11323604.0,12192353.0,11216180.0,11568780.0,12033615.0,12025010.0,13032261.0,12299078.0,13425191.0,12978066.0,12127729.0,12575869.0,12628640.0,12302817.0,13073562.0],"unit":"ns","throughput":[],"typical":{"estimate":23.462399260232218,"lower_bound":23.201089026732753,"upper_bound":23.724655734981667,"unit":"ns"},"mean":{"estimate":23.49978796742473,"lower_bound":23.25611015104435,"upper_bound":23.7690443643787,"unit":"ns"},"median":{"estimate":23.339032612727177,"lower_bound":23.05859710300429,"upper_bound":23.63071656526592,"unit":"ns"},"median_abs_dev":{"estimate":1.0196909031203096,"lower_bound":0.8241800117492668,"upper_bound":1.3901010007601144,"unit":"ns"},"slope":{"estimate":23.462399260232218,"lower_bound":23.201089026732753,"upper_bound":23.724655734981667,"unit":"ns"},"change":{"mean":{"estimate":0.0849598950556183,"lower_bound":0.06468894800794658,"upper_bound":0.10487736948420963,"unit":"%"},"median":{"estimate":0.08487414001543869,"lower_bound":0.06669097044311112,"upper_bound":0.11561817197966755,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"sub","benchmarks":["sub/sub"],"report_directory":"/root/fuel-core/target/criterion/reports/sub"} +{"reason":"benchmark-complete","id":"subi/subi","report_directory":"/root/fuel-core/target/criterion/reports/subi/subi","iteration_count":[5532,11064,16596,22128,27660,33192,38724,44256,49788,55320,60852,66384,71916,77448,82980,88512,94044,99576,105108,110640,116172,121704,127236,132768,138300,143832,149364,154896,160428,165960,171492,177024,182556,188088,193620,199152,204684,210216,215748,221280,226812,232344,237876,243408,248940,254472,260004,265536,271068,276600,282132,287664,293196,298728,304260,309792,315324,320856,326388,331920,337452,342984,348516,354048,359580,365112,370644,376176,381708,387240,392772,398304,403836,409368,414900,420432,425964,431496,437028,442560,448092,453624,459156,464688,470220,475752,481284,486816,492348,497880,503412,508944,514476,520008,525540,531072,536604,542136,547668,553200],"measured_values":[131642.0,232318.0,381863.0,478534.0,681469.0,707119.0,946143.0,1123326.0,1278034.0,1200150.0,1477387.0,1458558.0,1771265.0,1704283.0,2006046.0,2096585.0,2500957.0,2538413.0,2759299.0,2620927.0,3002712.0,2742370.0,3347237.0,3169685.0,3469823.0,3341061.0,3728547.0,3630570.0,4244531.0,3914622.0,4495371.0,4086434.0,4528040.0,4426948.0,4966405.0,4723988.0,4849227.0,4750308.0,5052432.0,4899360.0,5505453.0,5190661.0,5504250.0,5263185.0,5713244.0,5677262.0,5832362.0,6510906.0,6476457.0,6355473.0,6987195.0,6349966.0,7490190.0,7172198.0,7034242.0,6817554.0,7437094.0,9232626.0,8246018.0,7519087.0,8022762.0,7679644.0,8114320.0,7826403.0,8802161.0,8367191.0,8910242.0,8526066.0,8879947.0,8412040.0,9112157.0,8844904.0,9405511.0,9176197.0,9871139.0,9508577.0,10233519.0,9686128.0,10444886.0,10285352.0,10808308.0,10026142.0,11029717.0,10232170.0,10915355.0,11484246.0,11808396.0,11250413.0,11530884.0,11600537.0,11785028.0,11933497.0,12287738.0,11925748.0,12769670.0,12264320.0,12417095.0,12215503.0,12198778.0,11943099.0],"unit":"ns","throughput":[],"typical":{"estimate":23.306612973661792,"lower_bound":23.06976923177531,"upper_bound":23.557726808359693,"unit":"ns"},"mean":{"estimate":23.581212593256083,"lower_bound":23.32463933617681,"upper_bound":23.85098201802129,"unit":"ns"},"median":{"estimate":23.419200365470076,"lower_bound":23.176719977970393,"upper_bound":23.732906517875936,"unit":"ns"},"median_abs_dev":{"estimate":1.2699677086517718,"lower_bound":0.891288270272259,"upper_bound":1.5605712432842265,"unit":"ns"},"slope":{"estimate":23.306612973661792,"lower_bound":23.06976923177531,"upper_bound":23.557726808359693,"unit":"ns"},"change":{"mean":{"estimate":0.1413920548003922,"lower_bound":0.1254788858862405,"upper_bound":0.15782751061331446,"unit":"%"},"median":{"estimate":0.14293394423343808,"lower_bound":0.11617047102419353,"upper_bound":0.16363734130655017,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"subi","benchmarks":["subi/subi"],"report_directory":"/root/fuel-core/target/criterion/reports/subi"} +{"reason":"benchmark-complete","id":"xor/xor","report_directory":"/root/fuel-core/target/criterion/reports/xor/xor","iteration_count":[5635,11270,16905,22540,28175,33810,39445,45080,50715,56350,61985,67620,73255,78890,84525,90160,95795,101430,107065,112700,118335,123970,129605,135240,140875,146510,152145,157780,163415,169050,174685,180320,185955,191590,197225,202860,208495,214130,219765,225400,231035,236670,242305,247940,253575,259210,264845,270480,276115,281750,287385,293020,298655,304290,309925,315560,321195,326830,332465,338100,343735,349370,355005,360640,366275,371910,377545,383180,388815,394450,400085,405720,411355,416990,422625,428260,433895,439530,445165,450800,456435,462070,467705,473340,478975,484610,490245,495880,501515,507150,512785,518420,524055,529690,535325,540960,546595,552230,557865,563500],"measured_values":[147000.0,228439.0,371758.0,513586.0,601328.0,700328.0,817573.0,960600.0,999157.0,1131974.0,1211328.0,1425969.0,1528863.0,1634344.0,1767206.0,1871233.0,1977315.0,2050954.0,2114733.0,2322366.0,2352070.0,2518252.0,2621302.0,2734350.0,3077968.0,3922690.0,3662109.0,3285848.0,3166187.0,3466955.0,3611516.0,3691117.0,3789419.0,3864662.0,3897377.0,4105227.0,4435530.0,4291006.0,4622645.0,4561062.0,4643783.0,4803591.0,4896036.0,6004006.0,5548770.0,6066487.0,5882196.0,6845277.0,5927569.0,5933788.0,6073361.0,6068073.0,6420936.0,6273829.0,6393350.0,6945741.0,7003074.0,6650994.0,6826951.0,7102536.0,7592870.0,9215903.0,8057000.0,7762225.0,8517272.0,7889145.0,7853859.0,8009388.0,7663940.0,7955957.0,8000010.0,8180868.0,8471132.0,8508585.0,9378553.0,9244169.0,9050939.0,8980776.0,10287703.0,10177930.0,9657745.0,9753398.0,9924195.0,10338455.0,10030250.0,9843922.0,11833908.0,10289917.0,10771722.0,10588580.0,11463302.0,10487634.0,10583302.0,10870034.0,11071004.0,11352621.0,11955760.0,11063945.0,11630900.0,11750771.0],"unit":"ns","throughput":[],"typical":{"estimate":21.234905999927356,"lower_bound":20.972567859878183,"upper_bound":21.530256338850524,"unit":"ns"},"mean":{"estimate":21.219284688523558,"lower_bound":20.956456672794776,"upper_bound":21.507947200014268,"unit":"ns"},"median":{"estimate":20.83722738860272,"lower_bound":20.661005436499543,"upper_bound":21.010277526562465,"unit":"ns"},"median_abs_dev":{"estimate":0.8962666679784125,"lower_bound":0.6310335614120076,"upper_bound":1.0986235325834073,"unit":"ns"},"slope":{"estimate":21.234905999927356,"lower_bound":20.972567859878183,"upper_bound":21.530256338850524,"unit":"ns"},"change":{"mean":{"estimate":0.05956099454500552,"lower_bound":0.03927376774025552,"upper_bound":0.07945062972890779,"unit":"%"},"median":{"estimate":0.04225171326243715,"lower_bound":0.010627581521841734,"upper_bound":0.0710610131918663,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"xor","benchmarks":["xor/xor"],"report_directory":"/root/fuel-core/target/criterion/reports/xor"} +{"reason":"benchmark-complete","id":"xori/xori","report_directory":"/root/fuel-core/target/criterion/reports/xori/xori","iteration_count":[5752,11504,17256,23008,28760,34512,40264,46016,51768,57520,63272,69024,74776,80528,86280,92032,97784,103536,109288,115040,120792,126544,132296,138048,143800,149552,155304,161056,166808,172560,178312,184064,189816,195568,201320,207072,212824,218576,224328,230080,235832,241584,247336,253088,258840,264592,270344,276096,281848,287600,293352,299104,304856,310608,316360,322112,327864,333616,339368,345120,350872,356624,362376,368128,373880,379632,385384,391136,396888,402640,408392,414144,419896,425648,431400,437152,442904,448656,454408,460160,465912,471664,477416,483168,488920,494672,500424,506176,511928,517680,523432,529184,534936,540688,546440,552192,557944,563696,569448,575200],"measured_values":[123392.0,257252.0,358074.0,538319.0,587173.0,794715.0,783812.0,1073347.0,1059390.0,1235925.0,1326509.0,1506622.0,1471433.0,1842399.0,1861244.0,2076298.0,2068800.0,2313434.0,2331200.0,2487922.0,2326629.0,2754961.0,2624635.0,2935856.0,3008471.0,3025255.0,3197821.0,3388319.0,3517670.0,3686347.0,3749552.0,3520565.0,3738430.0,3865907.0,4359068.0,5008223.0,5082855.0,5670561.0,4964519.0,5589762.0,5051755.0,5630472.0,5409943.0,5745407.0,5319860.0,5914925.0,5632173.0,5946283.0,5860018.0,6038715.0,5962411.0,6216633.0,6091192.0,6285722.0,6336186.0,6582114.0,6394201.0,6703506.0,6857599.0,6650314.0,7241244.0,7787838.0,7726653.0,8073349.0,8017662.0,8358331.0,8011767.0,8501494.0,8452695.0,8655195.0,8954829.0,9103711.0,8728637.0,9199433.0,8954420.0,9445557.0,8929689.0,8837229.0,9160350.0,10137590.0,9549627.0,10108714.0,9622241.0,10131071.0,9937596.0,10643343.0,10297718.0,10877377.0,10006590.0,10429766.0,10665508.0,10948554.0,11006404.0,10797791.0,10836004.0,11367699.0,11191366.0,11393281.0,11669610.0,11524001.0],"unit":"ns","throughput":[],"typical":{"estimate":20.80075277521836,"lower_bound":20.611859308291194,"upper_bound":21.00845288574905,"unit":"ns"},"mean":{"estimate":21.13103718210635,"lower_bound":20.904085710967493,"upper_bound":21.368613237472715,"unit":"ns"},"median":{"estimate":20.966595563974735,"lower_bound":20.68950308399347,"upper_bound":21.342447761441157,"unit":"ns"},"median_abs_dev":{"estimate":1.0879137367569989,"lower_bound":0.8477957617140127,"upper_bound":1.2765479931518193,"unit":"ns"},"slope":{"estimate":20.80075277521836,"lower_bound":20.611859308291194,"upper_bound":21.00845288574905,"unit":"ns"},"change":{"mean":{"estimate":0.15483479967412395,"lower_bound":0.1341742562902661,"upper_bound":0.17517821987115564,"unit":"%"},"median":{"estimate":0.1648076933735274,"lower_bound":0.1450006637450978,"upper_bound":0.1889901280020015,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"xori","benchmarks":["xori/xori"],"report_directory":"/root/fuel-core/target/criterion/reports/xori"} +{"reason":"benchmark-complete","id":"wdcm/wdcm","report_directory":"/root/fuel-core/target/criterion/reports/wdcm/wdcm","iteration_count":[4867,9734,14601,19468,24335,29202,34069,38936,43803,48670,53537,58404,63271,68138,73005,77872,82739,87606,92473,97340,102207,107074,111941,116808,121675,126542,131409,136276,141143,146010,150877,155744,160611,165478,170345,175212,180079,184946,189813,194680,199547,204414,209281,214148,219015,223882,228749,233616,238483,243350,248217,253084,257951,262818,267685,272552,277419,282286,287153,292020,296887,301754,306621,311488,316355,321222,326089,330956,335823,340690,345557,350424,355291,360158,365025,369892,374759,379626,384493,389360,394227,399094,403961,408828,413695,418562,423429,428296,433163,438030,442897,447764,452631,457498,462365,467232,472099,476966,481833,486700],"measured_values":[190625.0,321357.0,473847.0,660103.0,831473.0,928481.0,1121275.0,1235478.0,1417810.0,1541334.0,1753653.0,1873217.0,2149822.0,2141013.0,2392728.0,2486971.0,2730713.0,2793672.0,3025586.0,3124809.0,3319139.0,3464476.0,3627140.0,3765570.0,4053242.0,4072723.0,4503292.0,4566378.0,4752839.0,4681675.0,4920341.0,4989908.0,5607458.0,5276703.0,5752962.0,5784620.0,6107717.0,5904904.0,6270826.0,6307059.0,6594371.0,6644485.0,7102637.0,7003864.0,7449657.0,7204860.0,7574447.0,7500180.0,8037071.0,7824551.0,8140597.0,8162337.0,8472623.0,8399493.0,8883952.0,8847495.0,9263008.0,9174341.0,10204581.0,9694605.0,9877308.0,9692043.0,10115081.0,9927272.0,10482263.0,10351565.0,10952026.0,10667645.0,11220818.0,10962061.0,12130791.0,11364954.0,11818331.0,11582562.0,12335917.0,11968405.0,12514678.0,12301209.0,12896243.0,12478185.0,13213951.0,12809394.0,13457563.0,13056224.0,13570530.0,13408524.0,14370801.0,13765982.0,14540461.0,14162017.0,15243192.0,14332205.0,14965492.0,14665018.0,15130694.0,15068026.0,16350709.0,15260595.0,16032703.0,15797095.0],"unit":"ns","throughput":[],"typical":{"estimate":32.87517570204745,"lower_bound":32.664102842964105,"upper_bound":33.10052209329676,"unit":"ns"},"mean":{"estimate":32.89504147336313,"lower_bound":32.70495835779283,"upper_bound":33.11196744828382,"unit":"ns"},"median":{"estimate":32.712152834783225,"lower_bound":32.403494491947335,"upper_bound":33.0039401007989,"unit":"ns"},"median_abs_dev":{"estimate":0.8843822781808474,"lower_bound":0.5926388597880495,"upper_bound":1.0727321910777905,"unit":"ns"},"slope":{"estimate":32.87517570204745,"lower_bound":32.664102842964105,"upper_bound":33.10052209329676,"unit":"ns"},"change":{"mean":{"estimate":0.020583684528890922,"lower_bound":0.010850746374331283,"upper_bound":0.030551507114187963,"unit":"%"},"median":{"estimate":0.019830766737515715,"lower_bound":0.007755780719459038,"upper_bound":0.030400999509634374,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"wdcm","benchmarks":["wdcm/wdcm"],"report_directory":"/root/fuel-core/target/criterion/reports/wdcm"} +{"reason":"benchmark-complete","id":"wdop/wdop","report_directory":"/root/fuel-core/target/criterion/reports/wdop/wdop","iteration_count":[4598,9196,13794,18392,22990,27588,32186,36784,41382,45980,50578,55176,59774,64372,68970,73568,78166,82764,87362,91960,96558,101156,105754,110352,114950,119548,124146,128744,133342,137940,142538,147136,151734,156332,160930,165528,170126,174724,179322,183920,188518,193116,197714,202312,206910,211508,216106,220704,225302,229900,234498,239096,243694,248292,252890,257488,262086,266684,271282,275880,280478,285076,289674,294272,298870,303468,308066,312664,317262,321860,326458,331056,335654,340252,344850,349448,354046,358644,363242,367840,372438,377036,381634,386232,390830,395428,400026,404624,409222,413820,418418,423016,427614,432212,436810,441408,446006,450604,455202,459800],"measured_values":[211514.0,367243.0,572304.0,743172.0,942619.0,1106524.0,1331409.0,1499255.0,1722847.0,1853713.0,2077950.0,2258016.0,2454956.0,2603458.0,2870020.0,2974608.0,3219451.0,3331686.0,3583758.0,3703595.0,3968816.0,4092451.0,4323745.0,4374541.0,4599932.0,4741733.0,5010118.0,5111856.0,5357513.0,5469598.0,5720215.0,5843804.0,6138386.0,6214660.0,6519493.0,6572066.0,6844346.0,6938652.0,7216717.0,7296667.0,7647749.0,7686028.0,7930275.0,8031632.0,8394611.0,8412414.0,8728672.0,8776557.0,9195048.0,9217699.0,9413652.0,9582910.0,9783822.0,9855369.0,10627469.0,10343080.0,10596624.0,10582818.0,11116956.0,10974219.0,11365029.0,11336405.0,11662204.0,11797416.0,12219064.0,12062585.0,12348432.0,12433735.0,12705051.0,12794933.0,13082693.0,13142244.0,13492408.0,13522038.0,13832698.0,13932871.0,14185853.0,14300675.0,15206596.0,14628309.0,15362283.0,15047185.0,15275346.0,15386603.0,15765711.0,15716579.0,16406840.0,16116240.0,16533967.0,16427419.0,16888217.0,17041650.0,17152258.0,17208821.0,17534405.0,18247236.0,19336664.0,18416299.0,18463242.0,18339564.0],"unit":"ns","throughput":[],"typical":{"estimate":40.30875493248104,"lower_bound":40.1176828224296,"upper_bound":40.54322727919402,"unit":"ns"},"mean":{"estimate":40.38797129906471,"lower_bound":40.23604203047598,"upper_bound":40.56912610186846,"unit":"ns"},"median":{"estimate":40.15857679830326,"lower_bound":40.090175076120055,"upper_bound":40.315637233579814,"unit":"ns"},"median_abs_dev":{"estimate":0.5668666860608956,"lower_bound":0.4302610984531435,"upper_bound":0.7509645608209393,"unit":"ns"},"slope":{"estimate":40.30875493248104,"lower_bound":40.1176828224296,"upper_bound":40.54322727919402,"unit":"ns"},"change":{"mean":{"estimate":-0.018908049196740828,"lower_bound":-0.02723417832779294,"upper_bound":-0.010977297028896243,"unit":"%"},"median":{"estimate":-0.016594695427169626,"lower_bound":-0.0279012752119423,"upper_bound":-0.00971028928568407,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"wdop","benchmarks":["wdop/wdop"],"report_directory":"/root/fuel-core/target/criterion/reports/wdop"} +{"reason":"benchmark-complete","id":"wdml/wdml","report_directory":"/root/fuel-core/target/criterion/reports/wdml/wdml","iteration_count":[4379,8758,13137,17516,21895,26274,30653,35032,39411,43790,48169,52548,56927,61306,65685,70064,74443,78822,83201,87580,91959,96338,100717,105096,109475,113854,118233,122612,126991,131370,135749,140128,144507,148886,153265,157644,162023,166402,170781,175160,179539,183918,188297,192676,197055,201434,205813,210192,214571,218950,223329,227708,232087,236466,240845,245224,249603,253982,258361,262740,267119,271498,275877,280256,284635,289014,293393,297772,302151,306530,310909,315288,319667,324046,328425,332804,337183,341562,345941,350320,354699,359078,363457,367836,372215,376594,380973,385352,389731,394110,398489,402868,407247,411626,416005,420384,424763,429142,433521,437900],"measured_values":[216349.0,369260.0,547465.0,719058.0,918028.0,1089069.0,1254778.0,1451916.0,1683715.0,1848575.0,2040961.0,2166488.0,2374796.0,2552884.0,2743137.0,2942411.0,3100106.0,3404933.0,3462439.0,3630973.0,3816601.0,4047964.0,4258940.0,4349114.0,4845026.0,4872473.0,4983551.0,5063653.0,5334585.0,5505769.0,5837137.0,5844474.0,6165000.0,6236467.0,6534797.0,6637695.0,6938192.0,6910816.0,7284705.0,7375022.0,7584408.0,7658114.0,7806058.0,7898942.0,8388980.0,8307127.0,8616614.0,8814561.0,8947509.0,9167114.0,9265079.0,9332136.0,9723582.0,9985660.0,9939943.0,10113997.0,11150352.0,10807379.0,11380396.0,10923415.0,11207847.0,11521313.0,11786004.0,11817881.0,12473092.0,12134948.0,12290164.0,12354396.0,13160023.0,13098486.0,13132245.0,13040040.0,13773070.0,13686756.0,13922429.0,13782129.0,14370022.0,14268668.0,14313118.0,14730639.0,15245663.0,15242916.0,15338808.0,15449221.0,15737625.0,15786930.0,16082100.0,15851468.0,16578554.0,16637273.0,17474232.0,16700995.0,16999149.0,17288413.0,17302262.0,17594598.0,18001227.0,17948177.0,18027787.0,17999373.0],"unit":"ns","throughput":[],"typical":{"estimate":42.10646496152071,"lower_bound":41.93835433815569,"upper_bound":42.2888725572908,"unit":"ns"},"mean":{"estimate":42.144377974727156,"lower_bound":41.96378402674122,"upper_bound":42.36297364771871,"unit":"ns"},"median":{"estimate":41.972830007554236,"lower_bound":41.8610804407399,"upper_bound":42.150254159160305,"unit":"ns"},"median_abs_dev":{"estimate":0.611797004399505,"lower_bound":0.4619109215088205,"upper_bound":0.7972829024622498,"unit":"ns"},"slope":{"estimate":42.10646496152071,"lower_bound":41.93835433815569,"upper_bound":42.2888725572908,"unit":"ns"},"change":{"mean":{"estimate":-0.004470233818461344,"lower_bound":-0.010664273728702425,"upper_bound":0.0022662519347799496,"unit":"%"},"median":{"estimate":-0.005030547053567425,"lower_bound":-0.01149005178135929,"upper_bound":0.002275239671760687,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wdml","benchmarks":["wdml/wdml"],"report_directory":"/root/fuel-core/target/criterion/reports/wdml"} +{"reason":"benchmark-complete","id":"wddv/wddv","report_directory":"/root/fuel-core/target/criterion/reports/wddv/wddv","iteration_count":[4182,8364,12546,16728,20910,25092,29274,33456,37638,41820,46002,50184,54366,58548,62730,66912,71094,75276,79458,83640,87822,92004,96186,100368,104550,108732,112914,117096,121278,125460,129642,133824,138006,142188,146370,150552,154734,158916,163098,167280,171462,175644,179826,184008,188190,192372,196554,200736,204918,209100,213282,217464,221646,225828,230010,234192,238374,242556,246738,250920,255102,259284,263466,267648,271830,276012,280194,284376,288558,292740,296922,301104,305286,309468,313650,317832,322014,326196,330378,334560,338742,342924,347106,351288,355470,359652,363834,368016,372198,376380,380562,384744,388926,393108,397290,401472,405654,409836,414018,418200],"measured_values":[317516.0,579388.0,879776.0,1103062.0,1448417.0,1661816.0,1949832.0,2207982.0,2441516.0,2680194.0,3098203.0,3321163.0,3670671.0,3798356.0,4236715.0,4405519.0,4752999.0,4916845.0,5488720.0,5496013.0,5920408.0,5955325.0,6334835.0,6497610.0,6860674.0,7136514.0,7401393.0,7574377.0,8061460.0,8118563.0,8618572.0,9142717.0,9273836.0,9405237.0,9737497.0,9764393.0,10329798.0,10467003.0,10999025.0,10871224.0,11501641.0,11313733.0,11887313.0,12086811.0,12921733.0,12732681.0,13374871.0,13231830.0,14060544.0,14026498.0,14484074.0,14459044.0,14712473.0,14600334.0,15363002.0,15280154.0,15751209.0,15637863.0,16674343.0,16294094.0,17180711.0,16932935.0,17598715.0,17245243.0,18657508.0,18211601.0,19284309.0,18819955.0,19703332.0,19317546.0,20165560.0,19750202.0,20317996.0,19951213.0,21102645.0,20789001.0,21543340.0,21284291.0,22606603.0,21934277.0,23349882.0,22806945.0,23651232.0,23251781.0,24448247.0,23362709.0,24322036.0,23839120.0,24819913.0,24226827.0,25749321.0,25260127.0,26600798.0,25823738.0,26776128.0,26098379.0,27352337.0,26909223.0,28180064.0,27766177.0],"unit":"ns","throughput":[],"typical":{"estimate":66.53564247105453,"lower_bound":66.19337845923253,"upper_bound":66.87935750499226,"unit":"ns"},"mean":{"estimate":66.57571934651318,"lower_bound":66.26606652189811,"upper_bound":66.91505976739943,"unit":"ns"},"median":{"estimate":66.30358243926501,"lower_bound":65.98874769419963,"upper_bound":66.68470276573221,"unit":"ns"},"median_abs_dev":{"estimate":1.5497201779661314,"lower_bound":1.0586739875334268,"upper_bound":1.8502514226950284,"unit":"ns"},"slope":{"estimate":66.53564247105453,"lower_bound":66.19337845923253,"upper_bound":66.87935750499226,"unit":"ns"},"change":{"mean":{"estimate":0.012087101662151545,"lower_bound":0.0065379484083260666,"upper_bound":0.017679802488798028,"unit":"%"},"median":{"estimate":0.008905738030696053,"lower_bound":0.0030873470126271396,"upper_bound":0.014775386382589017,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wddv","benchmarks":["wddv/wddv"],"report_directory":"/root/fuel-core/target/criterion/reports/wddv"} +{"reason":"benchmark-complete","id":"wdmd/wdmd","report_directory":"/root/fuel-core/target/criterion/reports/wdmd/wdmd","iteration_count":[3196,6392,9588,12784,15980,19176,22372,25568,28764,31960,35156,38352,41548,44744,47940,51136,54332,57528,60724,63920,67116,70312,73508,76704,79900,83096,86292,89488,92684,95880,99076,102272,105468,108664,111860,115056,118252,121448,124644,127840,131036,134232,137428,140624,143820,147016,150212,153408,156604,159800,162996,166192,169388,172584,175780,178976,182172,185368,188564,191760,194956,198152,201348,204544,207740,210936,214132,217328,220524,223720,226916,230112,233308,236504,239700,242896,246092,249288,252484,255680,258876,262072,265268,268464,271660,274856,278052,281248,284444,287640,290836,294032,297228,300424,303620,306816,310012,313208,316404,319600],"measured_values":[495187.0,847116.0,1302850.0,1697014.0,2168464.0,2551968.0,3034307.0,3365910.0,3849120.0,4186069.0,4700764.0,5027648.0,5539177.0,5819063.0,6436918.0,6663980.0,7238956.0,7498887.0,7958319.0,8304500.0,8967919.0,9026817.0,9583351.0,9872074.0,10411445.0,10697292.0,11255435.0,11510853.0,12190595.0,12389070.0,13019700.0,13172831.0,13803375.0,14082319.0,14635736.0,14859083.0,15520811.0,15700991.0,16350662.0,16509710.0,17130745.0,17354128.0,17873810.0,18147789.0,18823198.0,18988921.0,19606665.0,19825059.0,20579486.0,20690006.0,21401177.0,21456257.0,22172679.0,22345160.0,23111225.0,23062233.0,23859503.0,23947642.0,24702911.0,24846262.0,25782545.0,25678822.0,26424456.0,26373853.0,27227742.0,27230415.0,28125425.0,28038684.0,28764416.0,28959759.0,29834470.0,29744473.0,30676859.0,30570905.0,31632678.0,31338391.0,32385692.0,32194600.0,32984074.0,33056944.0,33991675.0,33835497.0,34811023.0,34644480.0,35469844.0,35457262.0,36431138.0,36222330.0,37270144.0,37057945.0,38031914.0,37871686.0,39020356.0,38711622.0,39871828.0,39645873.0,40796777.0,40511645.0,41515430.0,41187154.0],"unit":"ns","throughput":[],"typical":{"estimate":130.13453345239256,"lower_bound":129.84698305011347,"upper_bound":130.427205464103,"unit":"ns"},"mean":{"estimate":130.8416517077951,"lower_bound":130.3589336273906,"upper_bound":131.4870907035076,"unit":"ns"},"median":{"estimate":130.54683470890552,"lower_bound":129.8237187240353,"upper_bound":130.97837922403005,"unit":"ns"},"median_abs_dev":{"estimate":1.6300962054154513,"lower_bound":1.0891329072344222,"upper_bound":2.2566476159047455,"unit":"ns"},"slope":{"estimate":130.13453345239256,"lower_bound":129.84698305011347,"upper_bound":130.427205464103,"unit":"ns"},"change":{"mean":{"estimate":-0.019385865539546576,"lower_bound":-0.024144078379291074,"upper_bound":-0.014195634121689699,"unit":"%"},"median":{"estimate":-0.020131178683996054,"lower_bound":-0.025985789912302493,"upper_bound":-0.015769012293161966,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"wdmd","benchmarks":["wdmd/wdmd"],"report_directory":"/root/fuel-core/target/criterion/reports/wdmd"} +{"reason":"benchmark-complete","id":"wdam/wdam","report_directory":"/root/fuel-core/target/criterion/reports/wdam/wdam","iteration_count":[3396,6792,10188,13584,16980,20376,23772,27168,30564,33960,37356,40752,44148,47544,50940,54336,57732,61128,64524,67920,71316,74712,78108,81504,84900,88296,91692,95088,98484,101880,105276,108672,112068,115464,118860,122256,125652,129048,132444,135840,139236,142632,146028,149424,152820,156216,159612,163008,166404,169800,173196,176592,179988,183384,186780,190176,193572,196968,200364,203760,207156,210552,213948,217344,220740,224136,227532,230928,234324,237720,241116,244512,247908,251304,254700,258096,261492,264888,268284,271680,275076,278472,281868,285264,288660,292056,295452,298848,302244,305640,309036,312432,315828,319224,322620,326016,329412,332808,336204,339600],"measured_values":[424884.0,773725.0,1161476.0,1535264.0,1939714.0,2302527.0,2727625.0,3023143.0,3418685.0,3769095.0,4170234.0,4537808.0,4972102.0,5330694.0,5743586.0,6086375.0,6484789.0,6800632.0,7213304.0,7553764.0,8058770.0,8874557.0,8927031.0,9117887.0,9627594.0,9858496.0,10337785.0,10887681.0,11278615.0,11401448.0,11861704.0,12116045.0,12624886.0,12835628.0,13330843.0,13621829.0,14218045.0,14375748.0,14943555.0,15158483.0,15736877.0,15933609.0,16324461.0,16630705.0,17187419.0,17357956.0,17875538.0,18078101.0,18724619.0,18969803.0,19495242.0,19586389.0,20180448.0,20417080.0,20971660.0,21440929.0,21717668.0,21918135.0,22475926.0,22668231.0,23334211.0,23437207.0,24070716.0,24163261.0,24769540.0,24892848.0,26041363.0,25692551.0,26316125.0,26412597.0,27255880.0,27224537.0,27930327.0,27951311.0,28738798.0,28816363.0,29401682.0,29495147.0,30201252.0,30191043.0,31068355.0,30981091.0,31686369.0,31704364.0,32582833.0,32456075.0,33420228.0,33375908.0,33952360.0,34033934.0,34583633.0,34744241.0,36412646.0,35904183.0,37063306.0,36452202.0,37109979.0,37065238.0,38482474.0,38159803.0],"unit":"ns","throughput":[],"typical":{"estimate":112.24262343601588,"lower_bound":111.95379860595463,"upper_bound":112.55985955266068,"unit":"ns"},"mean":{"estimate":112.44787315361607,"lower_bound":112.14216895960466,"upper_bound":112.82395376129696,"unit":"ns"},"median":{"estimate":112.16565472269042,"lower_bound":111.81108289163723,"upper_bound":112.44200918317952,"unit":"ns"},"median_abs_dev":{"estimate":1.1461729753440366,"lower_bound":0.8129034730301081,"upper_bound":1.2774268816913885,"unit":"ns"},"slope":{"estimate":112.24262343601588,"lower_bound":111.95379860595463,"upper_bound":112.55985955266068,"unit":"ns"},"change":{"mean":{"estimate":-0.010862777734077067,"lower_bound":-0.0160153300582043,"upper_bound":-0.006361278826079286,"unit":"%"},"median":{"estimate":-0.010234400043999448,"lower_bound":-0.013848546994335909,"upper_bound":-0.007534643540464847,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wdam","benchmarks":["wdam/wdam"],"report_directory":"/root/fuel-core/target/criterion/reports/wdam"} +{"reason":"benchmark-complete","id":"wdmm/wdmm","report_directory":"/root/fuel-core/target/criterion/reports/wdmm/wdmm","iteration_count":[3275,6550,9825,13100,16375,19650,22925,26200,29475,32750,36025,39300,42575,45850,49125,52400,55675,58950,62225,65500,68775,72050,75325,78600,81875,85150,88425,91700,94975,98250,101525,104800,108075,111350,114625,117900,121175,124450,127725,131000,134275,137550,140825,144100,147375,150650,153925,157200,160475,163750,167025,170300,173575,176850,180125,183400,186675,189950,193225,196500,199775,203050,206325,209600,212875,216150,219425,222700,225975,229250,232525,235800,239075,242350,245625,248900,252175,255450,258725,262000,265275,268550,271825,275100,278375,281650,284925,288200,291475,294750,298025,301300,304575,307850,311125,314400,317675,320950,324225,327500],"measured_values":[430382.0,834465.0,1280099.0,1678611.0,2147537.0,2550788.0,2992257.0,3394675.0,3895943.0,4234877.0,4686087.0,5078187.0,5569043.0,5938160.0,6344554.0,6762447.0,7298912.0,7695572.0,8096516.0,8428967.0,8943902.0,9313349.0,9788938.0,10061594.0,10669310.0,11044407.0,11614634.0,11875984.0,12550778.0,12762524.0,13535131.0,13510881.0,14294658.0,14402374.0,14970625.0,15156880.0,15978620.0,16127278.0,16659392.0,16903165.0,17644407.0,17813212.0,18991879.0,18609131.0,19257600.0,19362500.0,20177632.0,20281099.0,21127509.0,21201687.0,21716712.0,21956047.0,22767991.0,22880549.0,23871835.0,23537631.0,24243768.0,24388424.0,25293169.0,25211688.0,26235124.0,26370446.0,26901451.0,26773765.0,27684659.0,27871521.0,28604726.0,28568221.0,29636871.0,29504161.0,30900601.0,30416090.0,31359424.0,31248772.0,32040793.0,31922714.0,33437963.0,32941605.0,33788125.0,33706115.0,34706684.0,34765191.0,35469134.0,35493489.0,36531987.0,36342777.0,36950244.0,36852224.0,38596781.0,38149075.0,39196866.0,38817914.0,39960390.0,39858349.0,41009919.0,40461158.0,41408494.0,41564030.0,42342650.0,43093709.0],"unit":"ns","throughput":[],"typical":{"estimate":130.07774402449246,"lower_bound":129.74022850824832,"upper_bound":130.41662068035458,"unit":"ns"},"mean":{"estimate":130.06672549189594,"lower_bound":129.80673558770212,"upper_bound":130.3366831629959,"unit":"ns"},"median":{"estimate":129.88507494049085,"lower_bound":129.5035405307161,"upper_bound":130.34860785393877,"unit":"ns"},"median_abs_dev":{"estimate":1.3716095622609183,"lower_bound":1.0469944101593567,"upper_bound":1.6700174059866704,"unit":"ns"},"slope":{"estimate":130.07774402449246,"lower_bound":129.74022850824832,"upper_bound":130.41662068035458,"unit":"ns"},"change":{"mean":{"estimate":0.0022348395106372987,"lower_bound":-0.0003907302538358743,"upper_bound":0.00473078991010265,"unit":"%"},"median":{"estimate":0.00168989475128134,"lower_bound":-0.0022357366714746973,"upper_bound":0.005292888818680952,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wdmm","benchmarks":["wdmm/wdmm"],"report_directory":"/root/fuel-core/target/criterion/reports/wdmm"} +{"reason":"benchmark-complete","id":"wqcm/wqcm","report_directory":"/root/fuel-core/target/criterion/reports/wqcm/wqcm","iteration_count":[4747,9494,14241,18988,23735,28482,33229,37976,42723,47470,52217,56964,61711,66458,71205,75952,80699,85446,90193,94940,99687,104434,109181,113928,118675,123422,128169,132916,137663,142410,147157,151904,156651,161398,166145,170892,175639,180386,185133,189880,194627,199374,204121,208868,213615,218362,223109,227856,232603,237350,242097,246844,251591,256338,261085,265832,270579,275326,280073,284820,289567,294314,299061,303808,308555,313302,318049,322796,327543,332290,337037,341784,346531,351278,356025,360772,365519,370266,375013,379760,384507,389254,394001,398748,403495,408242,412989,417736,422483,427230,431977,436724,441471,446218,450965,455712,460459,465206,469953,474700],"measured_values":[196343.0,329289.0,492488.0,652542.0,821164.0,975704.0,1152831.0,1322816.0,1484030.0,1644601.0,1799718.0,1944679.0,2133494.0,2275403.0,2449912.0,2605495.0,2795903.0,2941214.0,3119958.0,3248593.0,3506740.0,3763349.0,3861496.0,3933397.0,4155526.0,4255128.0,4443668.0,4608030.0,4779164.0,4955094.0,5113908.0,5331113.0,5660972.0,5656425.0,5768819.0,5894756.0,6064493.0,6473913.0,6420242.0,6478506.0,6760797.0,6889689.0,7125409.0,7188521.0,7424997.0,7539271.0,7750538.0,7856871.0,8060044.0,8191565.0,8583982.0,8478718.0,8729465.0,8886064.0,9110438.0,9184340.0,9708440.0,9562538.0,9794493.0,9836518.0,10536967.0,10247673.0,10290715.0,10533597.0,10814914.0,10829173.0,11066345.0,11142163.0,11438799.0,11469871.0,11718016.0,12135749.0,12641177.0,12184801.0,12463321.0,12383629.0,12696696.0,12711555.0,13034394.0,13085522.0,13535470.0,13582003.0,13737631.0,13789577.0,14214103.0,14070589.0,14339066.0,14331313.0,14819050.0,14778357.0,15277690.0,15273772.0,15517879.0,15416661.0,15765523.0,15812002.0,16489431.0,16206442.0,16997409.0,16330697.0],"unit":"ns","throughput":[],"typical":{"estimate":34.89319952536113,"lower_bound":34.765757421027054,"upper_bound":35.03071823168064,"unit":"ns"},"mean":{"estimate":34.87247958545419,"lower_bound":34.73701838112805,"upper_bound":35.05064742505939,"unit":"ns"},"median":{"estimate":34.69528435323316,"lower_bound":34.646067485346784,"upper_bound":34.74428712854713,"unit":"ns"},"median_abs_dev":{"estimate":0.296879955533922,"lower_bound":0.2187311631653902,"upper_bound":0.39438059637111544,"unit":"ns"},"slope":{"estimate":34.89319952536113,"lower_bound":34.765757421027054,"upper_bound":35.03071823168064,"unit":"ns"},"change":{"mean":{"estimate":0.025286984215922237,"lower_bound":0.01852143802486925,"upper_bound":0.031938380575144115,"unit":"%"},"median":{"estimate":0.02386760402078303,"lower_bound":0.018357629587539614,"upper_bound":0.027770392877129346,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"wqcm","benchmarks":["wqcm/wqcm"],"report_directory":"/root/fuel-core/target/criterion/reports/wqcm"} +{"reason":"benchmark-complete","id":"wqop/wqop","report_directory":"/root/fuel-core/target/criterion/reports/wqop/wqop","iteration_count":[4521,9042,13563,18084,22605,27126,31647,36168,40689,45210,49731,54252,58773,63294,67815,72336,76857,81378,85899,90420,94941,99462,103983,108504,113025,117546,122067,126588,131109,135630,140151,144672,149193,153714,158235,162756,167277,171798,176319,180840,185361,189882,194403,198924,203445,207966,212487,217008,221529,226050,230571,235092,239613,244134,248655,253176,257697,262218,266739,271260,275781,280302,284823,289344,293865,298386,302907,307428,311949,316470,320991,325512,330033,334554,339075,343596,348117,352638,357159,361680,366201,370722,375243,379764,384285,388806,393327,397848,402369,406890,411411,415932,420453,424974,429495,434016,438537,443058,447579,452100],"measured_values":[234097.0,397192.0,588553.0,765150.0,990191.0,1181270.0,1351107.0,1542299.0,1746605.0,1978422.0,2161050.0,2317538.0,2529361.0,2742155.0,2919147.0,3090807.0,3333571.0,3522579.0,3704950.0,3886008.0,4146307.0,4328532.0,4483630.0,4617954.0,4981795.0,5120164.0,5312438.0,5410480.0,5664993.0,5960221.0,6081113.0,6199733.0,6384418.0,6688749.0,6888943.0,6977353.0,7345434.0,7622161.0,7685033.0,7749817.0,8149214.0,8249609.0,8343828.0,8578086.0,8998639.0,9075980.0,9212366.0,9318646.0,9751318.0,9737623.0,10194334.0,10158953.0,10391726.0,10561340.0,10877203.0,10851036.0,11273241.0,11487676.0,11658346.0,11579314.0,11996288.0,12236589.0,12532682.0,12438961.0,12808324.0,12958086.0,13135633.0,13220940.0,13588481.0,13605748.0,13943053.0,13947564.0,14371642.0,14661189.0,14655101.0,14763039.0,15144995.0,15201604.0,15627338.0,15545124.0,16036893.0,16097307.0,16324206.0,16311678.0,16685429.0,16826692.0,17160637.0,17135790.0,17645164.0,17781553.0,17713961.0,17845762.0,18145084.0,18357330.0,18457276.0,18560362.0,19025028.0,19368713.0,19666062.0,19578357.0],"unit":"ns","throughput":[],"typical":{"estimate":43.36504036545936,"lower_bound":43.2737214116855,"upper_bound":43.457825581275806,"unit":"ns"},"mean":{"estimate":43.430760231978276,"lower_bound":43.284310359000855,"upper_bound":43.64373371968318,"unit":"ns"},"median":{"estimate":43.378314647539966,"lower_bound":43.22082430140824,"upper_bound":43.49932736482934,"unit":"ns"},"median_abs_dev":{"estimate":0.4968445631765874,"lower_bound":0.3846449169761069,"upper_bound":0.5819479464669797,"unit":"ns"},"slope":{"estimate":43.36504036545936,"lower_bound":43.2737214116855,"upper_bound":43.457825581275806,"unit":"ns"},"change":{"mean":{"estimate":-0.00007382944631439958,"lower_bound":-0.006707749989227304,"upper_bound":0.0067477491398142495,"unit":"%"},"median":{"estimate":-0.0006971130543018678,"lower_bound":-0.010866699994738105,"upper_bound":0.012154306821478222,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wqop","benchmarks":["wqop/wqop"],"report_directory":"/root/fuel-core/target/criterion/reports/wqop"} +{"reason":"benchmark-complete","id":"wqml/wqml","report_directory":"/root/fuel-core/target/criterion/reports/wqml/wqml","iteration_count":[4189,8378,12567,16756,20945,25134,29323,33512,37701,41890,46079,50268,54457,58646,62835,67024,71213,75402,79591,83780,87969,92158,96347,100536,104725,108914,113103,117292,121481,125670,129859,134048,138237,142426,146615,150804,154993,159182,163371,167560,171749,175938,180127,184316,188505,192694,196883,201072,205261,209450,213639,217828,222017,226206,230395,234584,238773,242962,247151,251340,255529,259718,263907,268096,272285,276474,280663,284852,289041,293230,297419,301608,305797,309986,314175,318364,322553,326742,330931,335120,339309,343498,347687,351876,356065,360254,364443,368632,372821,377010,381199,385388,389577,393766,397955,402144,406333,410522,414711,418900],"measured_values":[250532.0,406173.0,613964.0,798877.0,1023162.0,1217719.0,1403361.0,1635935.0,1819845.0,2030272.0,2243059.0,2427419.0,2656946.0,2923120.0,3128627.0,3228515.0,3608455.0,3766064.0,3920071.0,4029954.0,4359740.0,4466149.0,4782219.0,4919029.0,5147875.0,5347169.0,5532556.0,5629719.0,5914162.0,6171307.0,6224967.0,6412536.0,6932451.0,6969294.0,7184567.0,7315509.0,7544411.0,7741121.0,7934851.0,8024860.0,8397140.0,8641393.0,8747519.0,8960864.0,9555476.0,9328363.0,9809859.0,9609068.0,10354562.0,10372664.0,10739403.0,10656434.0,11314560.0,11027031.0,11421523.0,11218208.0,11793216.0,11890197.0,12839553.0,12296069.0,12557039.0,12701947.0,12889233.0,12946157.0,13810121.0,13669985.0,13783077.0,13999053.0,14716962.0,14418617.0,14586261.0,14590236.0,14966854.0,15161474.0,15260567.0,15338761.0,16347093.0,16088099.0,16688749.0,16517453.0,17340061.0,16842484.0,17113720.0,16913288.0,17936126.0,17523066.0,18254112.0,17962689.0,18857240.0,18493097.0,19128032.0,18527677.0,19257013.0,19531429.0,20047604.0,19596183.0,19944471.0,19875020.0,20687035.0,20458413.0],"unit":"ns","throughput":[],"typical":{"estimate":49.303209944571485,"lower_bound":49.0869735897749,"upper_bound":49.52478357613021,"unit":"ns"},"mean":{"estimate":49.229563131603754,"lower_bound":48.99603351738734,"upper_bound":49.52961682047781,"unit":"ns"},"median":{"estimate":48.93562089351179,"lower_bound":48.84994031988541,"upper_bound":49.111683661289774,"unit":"ns"},"median_abs_dev":{"estimate":0.7118696256036663,"lower_bound":0.49256947701454973,"upper_bound":0.9660532496300924,"unit":"ns"},"slope":{"estimate":49.303209944571485,"lower_bound":49.0869735897749,"upper_bound":49.52478357613021,"unit":"ns"},"change":{"mean":{"estimate":0.004130720228769924,"lower_bound":-0.0019581054474209847,"upper_bound":0.011634152686112821,"unit":"%"},"median":{"estimate":0.0004723775773025629,"lower_bound":-0.0036766094558839946,"upper_bound":0.005215089298368891,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wqml","benchmarks":["wqml/wqml"],"report_directory":"/root/fuel-core/target/criterion/reports/wqml"} +{"reason":"benchmark-complete","id":"wqdv/wqdv","report_directory":"/root/fuel-core/target/criterion/reports/wqdv/wqdv","iteration_count":[3856,7712,11568,15424,19280,23136,26992,30848,34704,38560,42416,46272,50128,53984,57840,61696,65552,69408,73264,77120,80976,84832,88688,92544,96400,100256,104112,107968,111824,115680,119536,123392,127248,131104,134960,138816,142672,146528,150384,154240,158096,161952,165808,169664,173520,177376,181232,185088,188944,192800,196656,200512,204368,208224,212080,215936,219792,223648,227504,231360,235216,239072,242928,246784,250640,254496,258352,262208,266064,269920,273776,277632,281488,285344,289200,293056,296912,300768,304624,308480,312336,316192,320048,323904,327760,331616,335472,339328,343184,347040,350896,354752,358608,362464,366320,370176,374032,377888,381744,385600],"measured_values":[332139.0,628924.0,966937.0,1244372.0,1622546.0,1896346.0,2282484.0,2541386.0,2933380.0,3178098.0,3585891.0,3813696.0,4148200.0,4378032.0,4793155.0,4985654.0,5377836.0,5614574.0,6081125.0,6245081.0,6670837.0,6829672.0,7301861.0,7458089.0,8014395.0,8080880.0,8486444.0,8683898.0,9214666.0,9430484.0,9890711.0,9948130.0,10486251.0,10551201.0,10947127.0,11044829.0,11666992.0,11750581.0,12292373.0,12359577.0,12862222.0,12996615.0,13580489.0,13631345.0,14219696.0,14298870.0,14870993.0,15030736.0,15470687.0,15425065.0,16171720.0,16212683.0,16958270.0,16839333.0,17623912.0,17508848.0,18179638.0,18079810.0,18699406.0,18646225.0,19245885.0,19250723.0,20198036.0,19886220.0,20724714.0,20566481.0,21281687.0,21146071.0,21904167.0,21832616.0,22611938.0,22455191.0,23353574.0,23161446.0,23773365.0,23671083.0,24446578.0,24259556.0,24946798.0,24914183.0,25704534.0,25603032.0,26482989.0,26079334.0,27164809.0,26862337.0,27658319.0,27519246.0,28394732.0,28049026.0,28805722.0,28642896.0,29598397.0,29338089.0,30312672.0,29869767.0,30922376.0,30514212.0,31436908.0,31188506.0],"unit":"ns","throughput":[],"typical":{"estimate":81.60204291159747,"lower_bound":81.37215409893194,"upper_bound":81.8330662153206,"unit":"ns"},"mean":{"estimate":81.74562462109553,"lower_bound":81.5231760822499,"upper_bound":81.97661104666459,"unit":"ns"},"median":{"estimate":81.7574117466493,"lower_bound":81.09137766408901,"upper_bound":82.11649103519318,"unit":"ns"},"median_abs_dev":{"estimate":1.358509003940104,"lower_bound":0.895616602239009,"upper_bound":1.5005096979866408,"unit":"ns"},"slope":{"estimate":81.60204291159747,"lower_bound":81.37215409893194,"upper_bound":81.8330662153206,"unit":"ns"},"change":{"mean":{"estimate":-0.00357497299855547,"lower_bound":-0.007394099623476896,"upper_bound":0.00011298742259014613,"unit":"%"},"median":{"estimate":-0.002859229123660212,"lower_bound":-0.011340364435690975,"upper_bound":0.0023363546268801993,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wqdv","benchmarks":["wqdv/wqdv"],"report_directory":"/root/fuel-core/target/criterion/reports/wqdv"} +{"reason":"benchmark-complete","id":"wqmd/wqmd","report_directory":"/root/fuel-core/target/criterion/reports/wqmd/wqmd","iteration_count":[2530,5060,7590,10120,12650,15180,17710,20240,22770,25300,27830,30360,32890,35420,37950,40480,43010,45540,48070,50600,53130,55660,58190,60720,63250,65780,68310,70840,73370,75900,78430,80960,83490,86020,88550,91080,93610,96140,98670,101200,103730,106260,108790,111320,113850,116380,118910,121440,123970,126500,129030,131560,134090,136620,139150,141680,144210,146740,149270,151800,154330,156860,159390,161920,164450,166980,169510,172040,174570,177100,179630,182160,184690,187220,189750,192280,194810,197340,199870,202400,204930,207460,209990,212520,215050,217580,220110,222640,225170,227700,230230,232760,235290,237820,240350,242880,245410,247940,250470,253000],"measured_values":[738481.0,1399026.0,2129467.0,2799076.0,3498501.0,4202922.0,3670482.0,4197852.0,4676833.0,5263336.0,5707210.0,6267238.0,6744576.0,7329696.0,7803587.0,8375512.0,8893012.0,9400085.0,9874358.0,10506088.0,10937052.0,11520895.0,11955161.0,12544459.0,12951191.0,13579206.0,14053420.0,14681198.0,15063776.0,15712954.0,16098460.0,16748614.0,17120921.0,17682749.0,18092082.0,18703212.0,19252723.0,19766791.0,20137826.0,20741314.0,21193715.0,21807242.0,22250785.0,22831830.0,23239900.0,23823297.0,24337508.0,25100015.0,25475587.0,26185501.0,26518035.0,27248150.0,27551683.0,28283201.0,28504760.0,29121565.0,29661529.0,30412099.0,30708954.0,31357555.0,31717689.0,32493486.0,32740214.0,33569849.0,33764656.0,34691826.0,35943780.0,35747862.0,35892510.0,36300455.0,36857071.0,37362567.0,37777227.0,38805915.0,39016912.0,39748853.0,39992512.0,40818475.0,40928313.0,41861209.0,41943400.0,43072095.0,43115517.0,43955718.0,44142326.0,45093980.0,45345354.0,46056539.0,46249893.0,47061406.0,47281578.0,48195029.0,48396538.0,49259002.0,49323408.0,49836300.0,50384376.0,51335698.0,51447009.0,52357117.0],"unit":"ns","throughput":[],"typical":{"estimate":206.1030306924268,"lower_bound":205.82722805514987,"upper_bound":206.39795126725127,"unit":"ns"},"mean":{"estimate":210.45416016802884,"lower_bound":207.3937639757077,"upper_bound":214.20496770473912,"unit":"ns"},"median":{"estimate":205.6858860622166,"lower_bound":205.50831097423094,"upper_bound":206.62656675450154,"unit":"ns"},"median_abs_dev":{"estimate":1.360426727899469,"lower_bound":0.8008625193798873,"upper_bound":1.6091692073273052,"unit":"ns"},"slope":{"estimate":206.1030306924268,"lower_bound":205.82722805514987,"upper_bound":206.39795126725127,"unit":"ns"},"change":{"mean":{"estimate":0.05047434902497616,"lower_bound":0.034558624910880964,"upper_bound":0.0729231251005659,"unit":"%"},"median":{"estimate":0.0279041768227839,"lower_bound":0.026622155442022954,"upper_bound":0.03257899345524378,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"wqmd","benchmarks":["wqmd/wqmd"],"report_directory":"/root/fuel-core/target/criterion/reports/wqmd"} +{"reason":"benchmark-complete","id":"wqam/wqam","report_directory":"/root/fuel-core/target/criterion/reports/wqam/wqam","iteration_count":[3100,6200,9300,12400,15500,18600,21700,24800,27900,31000,34100,37200,40300,43400,46500,49600,52700,55800,58900,62000,65100,68200,71300,74400,77500,80600,83700,86800,89900,93000,96100,99200,102300,105400,108500,111600,114700,117800,120900,124000,127100,130200,133300,136400,139500,142600,145700,148800,151900,155000,158100,161200,164300,167400,170500,173600,176700,179800,182900,186000,189100,192200,195300,198400,201500,204600,207700,210800,213900,217000,220100,223200,226300,229400,232500,235600,238700,241800,244900,248000,251100,254200,257300,260400,263500,266600,269700,272800,275900,279000,282100,285200,288300,291400,294500,297600,300700,303800,306900,310000],"measured_values":[436077.0,852325.0,1248701.0,1660318.0,2081710.0,2490172.0,2908942.0,3331834.0,3733060.0,4165623.0,4537590.0,4985736.0,5413800.0,5815670.0,6256512.0,6655765.0,7163520.0,7451577.0,7915271.0,8330052.0,8756729.0,9142084.0,9734461.0,10024511.0,10421365.0,10804358.0,11291728.0,11670133.0,12097648.0,12458719.0,12895823.0,13345409.0,13762548.0,14245274.0,14564956.0,14979360.0,15425057.0,15829830.0,16232544.0,16651691.0,17027564.0,17472841.0,17966089.0,18256367.0,18788353.0,19141277.0,19588824.0,19960256.0,20477494.0,20776193.0,21259229.0,21587251.0,22075083.0,22430420.0,22910277.0,23237864.0,23809424.0,24115745.0,24571165.0,24946194.0,25247105.0,25750993.0,26308650.0,26642912.0,27122975.0,27490793.0,28004734.0,28273684.0,28768281.0,29070590.0,29502208.0,29943358.0,30357690.0,30745331.0,31302608.0,31657181.0,32038367.0,32341799.0,32939689.0,33304793.0,33823411.0,34017849.0,34537397.0,34945616.0,35462867.0,35785413.0,36205547.0,36461220.0,36984839.0,37418280.0,37871043.0,38345111.0,38821684.0,39007094.0,39659934.0,39789396.0,40422096.0,40702274.0,41173082.0,41687674.0],"unit":"ns","throughput":[],"typical":{"estimate":134.2526727134052,"lower_bound":134.17262145996435,"upper_bound":134.3327676967736,"unit":"ns"},"mean":{"estimate":134.38880186037701,"lower_bound":134.24831904656273,"upper_bound":134.56877401866723,"unit":"ns"},"median":{"estimate":134.26657154673285,"lower_bound":134.20000768049155,"upper_bound":134.35963978494624,"unit":"ns"},"median_abs_dev":{"estimate":0.3359349752284262,"lower_bound":0.2593832566853535,"upper_bound":0.41675252011011565,"unit":"ns"},"slope":{"estimate":134.2526727134052,"lower_bound":134.17262145996435,"upper_bound":134.3327676967736,"unit":"ns"},"change":{"mean":{"estimate":0.013067070496886268,"lower_bound":0.009191755697202037,"upper_bound":0.015734606445716726,"unit":"%"},"median":{"estimate":0.014664418272217983,"lower_bound":0.013816903448325979,"upper_bound":0.015949090385793285,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wqam","benchmarks":["wqam/wqam"],"report_directory":"/root/fuel-core/target/criterion/reports/wqam"} +{"reason":"benchmark-complete","id":"wqmm/wqmm","report_directory":"/root/fuel-core/target/criterion/reports/wqmm/wqmm","iteration_count":[3209,6418,9627,12836,16045,19254,22463,25672,28881,32090,35299,38508,41717,44926,48135,51344,54553,57762,60971,64180,67389,70598,73807,77016,80225,83434,86643,89852,93061,96270,99479,102688,105897,109106,112315,115524,118733,121942,125151,128360,131569,134778,137987,141196,144405,147614,150823,154032,157241,160450,163659,166868,170077,173286,176495,179704,182913,186122,189331,192540,195749,198958,202167,205376,208585,211794,215003,218212,221421,224630,227839,231048,234257,237466,240675,243884,247093,250302,253511,256720,259929,263138,266347,269556,272765,275974,279183,282392,285601,288810,292019,295228,298437,301646,304855,308064,311273,314482,317691,320900],"measured_values":[488247.0,826530.0,1264435.0,1662738.0,2115345.0,2480813.0,2934150.0,3338149.0,3805038.0,4168185.0,4659985.0,5047618.0,5493801.0,5862675.0,6311472.0,6646195.0,7161882.0,7415891.0,8101215.0,8360286.0,8902557.0,9143703.0,9694043.0,10713180.0,10715216.0,10743738.0,11278859.0,11707101.0,12239934.0,12608763.0,13094256.0,13380589.0,13885860.0,14196285.0,14853381.0,15014352.0,15670704.0,15917394.0,16469003.0,16929550.0,17261103.0,17529665.0,18175281.0,18395089.0,19067360.0,19103764.0,19768751.0,20067891.0,20735681.0,20831799.0,21421936.0,22235033.0,22414112.0,22591113.0,23355705.0,23509927.0,24143927.0,24177840.0,24838784.0,25165028.0,25765679.0,25802743.0,26427642.0,26867397.0,27383525.0,27570783.0,28315442.0,28448046.0,29153566.0,29149559.0,29844394.0,30121816.0,30873302.0,30772903.0,31720860.0,31803731.0,32190484.0,32796860.0,33010307.0,33734735.0,34110368.0,34335582.0,34884563.0,35172143.0,35771038.0,35740647.0,36859417.0,37149168.0,37784201.0,37470443.0,38320210.0,38381104.0,39400834.0,40793205.0,40429677.0,40338116.0,41199196.0,40918476.0,41965087.0,41929081.0],"unit":"ns","throughput":[],"typical":{"estimate":131.14521476306362,"lower_bound":130.85234075298484,"upper_bound":131.4753083758914,"unit":"ns"},"mean":{"estimate":131.25622087645607,"lower_bound":130.84737879836382,"upper_bound":131.81184308692684,"unit":"ns"},"median":{"estimate":131.00905914106465,"lower_bound":130.6608943596136,"upper_bound":131.25369410894496,"unit":"ns"},"median_abs_dev":{"estimate":1.1304244013988636,"lower_bound":0.9282532214660351,"upper_bound":1.3325113309231553,"unit":"ns"},"slope":{"estimate":131.14521476306362,"lower_bound":130.85234075298484,"upper_bound":131.4753083758914,"unit":"ns"},"change":{"mean":{"estimate":0.0035254370201018848,"lower_bound":0.00002438171881540283,"upper_bound":0.007700865355789838,"unit":"%"},"median":{"estimate":0.0023355759897543127,"lower_bound":-0.00038532124281298596,"upper_bound":0.004810649721294524,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"wqmm","benchmarks":["wqmm/wqmm"],"report_directory":"/root/fuel-core/target/criterion/reports/wqmm"} +{"reason":"benchmark-complete","id":"eck1/eck1","report_directory":"/root/fuel-core/target/criterion/reports/eck1/eck1","iteration_count":[29,58,87,116,145,174,203,232,261,290,319,348,377,406,435,464,493,522,551,580,609,638,667,696,725,754,783,812,841,870,899,928,957,986,1015,1044,1073,1102,1131,1160,1189,1218,1247,1276,1305,1334,1363,1392,1421,1450,1479,1508,1537,1566,1595,1624,1653,1682,1711,1740,1769,1798,1827,1856,1885,1914,1943,1972,2001,2030,2059,2088,2117,2146,2175,2204,2233,2262,2291,2320,2349,2378,2407,2436,2465,2494,2523,2552,2581,2610,2639,2668,2697,2726,2755,2784,2813,2842,2871,2900],"measured_values":[1037331.0,2013535.0,2975664.0,4021983.0,5020116.0,5984954.0,7002083.0,7964713.0,8986927.0,9930931.0,10943811.0,11933705.0,12930668.0,13890692.0,14928169.0,15872932.0,16898859.0,17866100.0,18885835.0,19839176.0,20872297.0,21914225.0,22843207.0,23867038.0,24840490.0,25825238.0,27267021.0,28036779.0,28961853.0,29779393.0,30857754.0,31810098.0,32744269.0,33702093.0,34728161.0,35786493.0,36863235.0,37854779.0,39157757.0,40088573.0,40780325.0,41852361.0,42846571.0,43681599.0,44855354.0,45713924.0,46763219.0,47653178.0,48588160.0,49640404.0,50696807.0,51640476.0,52787729.0,53576665.0,54721698.0,55637639.0,56630673.0,57632842.0,58589082.0,59663097.0,60604327.0,61657148.0,62669786.0,63610928.0,64593581.0,65579164.0,66548668.0,67542169.0,68587134.0,69654247.0,70511650.0,71487866.0,72544796.0,73571947.0,74567207.0,75442702.0,76628673.0,77654834.0,78471364.0,79475731.0,80491579.0,81472109.0,82680337.0,83413429.0,84467693.0,85474972.0,86427384.0,87348374.0,88506340.0,89500564.0,90327119.0,91379938.0,92446524.0,93536589.0,94376355.0,95416330.0,96363204.0,97425583.0,98520664.0,99464007.0],"unit":"ns","throughput":[],"typical":{"estimate":34278.895998328604,"lower_bound":34269.892898829414,"upper_bound":34288.686183994214,"unit":"ns"},"mean":{"estimate":34320.634480294415,"lower_bound":34290.0055904964,"upper_bound":34361.16916675563,"unit":"ns"},"median":{"estimate":34275.995699518666,"lower_bound":34265.64231656991,"upper_bound":34289.13620689655,"unit":"ns"},"median_abs_dev":{"estimate":47.389179177966696,"lower_bound":34.43051673297061,"upper_bound":61.42473463564138,"unit":"ns"},"slope":{"estimate":34278.895998328604,"lower_bound":34269.892898829414,"upper_bound":34288.686183994214,"unit":"ns"},"change":{"mean":{"estimate":0.0026983257753390166,"lower_bound":0.001299405338349652,"upper_bound":0.004162176346897855,"unit":"%"},"median":{"estimate":0.0023320820076493387,"lower_bound":0.0019221854429130047,"upper_bound":0.0027186683006965584,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"eck1","benchmarks":["eck1/eck1"],"report_directory":"/root/fuel-core/target/criterion/reports/eck1"} +{"reason":"benchmark-complete","id":"ecr1/ecr1","report_directory":"/root/fuel-core/target/criterion/reports/ecr1/ecr1","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1439092.0,2793796.0,4208269.0,5638044.0,7027391.0,8470789.0,9833339.0,11273864.0,12710040.0,14090099.0,15500457.0,16936648.0,18348890.0,19757337.0,21138499.0,22453332.0,23985582.0,25365212.0,26801095.0,28211573.0,29619161.0,31133287.0,32437924.0,33912490.0,35256848.0,36672309.0,38110021.0,39513053.0,40922693.0,42308604.0,43742122.0,45177236.0,46535533.0,47969975.0,49376298.0,50877903.0,52309253.0,53522496.0,54793140.0,56450202.0,58494561.0,59414287.0,60679226.0,62159736.0,63421438.0,64789777.0,66437075.0,67755326.0,69163020.0,70574755.0,72138408.0,73537920.0,74771924.0,76186815.0,77567140.0,78977277.0,80801927.0,81916574.0,83297989.0,84673502.0,86052017.0,87459186.0,88899077.0,90359271.0,91803355.0,93125805.0,94645664.0,95936769.0,97417798.0,98579220.0,100202367.0,101549749.0,103013222.0,104640433.0,106021629.0,107191342.0,108678453.0,109868437.0,111496818.0,112907187.0,114297235.0,115701901.0,117081219.0,118803815.0,119896133.0,121312763.0,122805610.0,124131045.0,125627120.0,126914359.0,128672518.0,129966113.0,131184007.0,132542450.0,134121275.0,135463403.0,136872190.0,138248922.0,139795538.0,141181669.0],"unit":"ns","throughput":[],"typical":{"estimate":470489.85831436876,"lower_bound":470369.0694648102,"upper_bound":470620.1395482184,"unit":"ns"},"mean":{"estimate":470418.86593697796,"lower_bound":470168.5572183505,"upper_bound":470706.8632131583,"unit":"ns"},"median":{"estimate":470359.0149819959,"lower_bound":470263.6729559748,"upper_bound":470433.6478873239,"unit":"ns"},"median_abs_dev":{"estimate":363.77277080262746,"lower_bound":262.6741886253287,"upper_bound":492.7190294061204,"unit":"ns"},"slope":{"estimate":470489.85831436876,"lower_bound":470369.0694648102,"upper_bound":470620.1395482184,"unit":"ns"},"change":{"mean":{"estimate":-0.0013216870661125757,"lower_bound":-0.00331294444534424,"upper_bound":-0.00003709603157763614,"unit":"%"},"median":{"estimate":-0.00021410860481618776,"lower_bound":-0.0005013612494266822,"upper_bound":-0.00005163113890571669,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"ecr1","benchmarks":["ecr1/ecr1"],"report_directory":"/root/fuel-core/target/criterion/reports/ecr1"} +{"reason":"benchmark-complete","id":"k256/1","report_directory":"/root/fuel-core/target/criterion/reports/k256/1","iteration_count":[1506,3012,4518,6024,7530,9036,10542,12048,13554,15060,16566,18072,19578,21084,22590,24096,25602,27108,28614,30120,31626,33132,34638,36144,37650,39156,40662,42168,43674,45180,46686,48192,49698,51204,52710,54216,55722,57228,58734,60240,61746,63252,64758,66264,67770,69276,70782,72288,73794,75300,76806,78312,79818,81324,82830,84336,85842,87348,88854,90360,91866,93372,94878,96384,97890,99396,100902,102408,103914,105420,106926,108432,109938,111444,112950,114456,115962,117468,118974,120480,121986,123492,124998,126504,128010,129516,131022,132528,134034,135540,137046,138552,140058,141564,143070,144576,146082,147588,149094,150600],"measured_values":[790534.0,1441846.0,2141227.0,2846872.0,3621223.0,4305740.0,5069205.0,5750730.0,6483236.0,7171691.0,7926324.0,8564600.0,9374711.0,10007591.0,10726952.0,11475742.0,12253589.0,12846773.0,13655697.0,14305850.0,15143100.0,15873824.0,16519722.0,17196923.0,17968905.0,18614167.0,19401006.0,20043769.0,20852365.0,21531139.0,22299269.0,22987297.0,23786568.0,24287718.0,25138694.0,25760727.0,26546951.0,27222083.0,28134622.0,28636956.0,29482213.0,29985499.0,30972019.0,31519178.0,32307452.0,32974191.0,33815890.0,34541882.0,35354712.0,35784684.0,36840653.0,37301976.0,38102424.0,38840781.0,39594072.0,40169068.0,41146448.0,41546163.0,42423775.0,43052526.0,43899182.0,44414164.0,45291810.0,45842535.0,46710567.0,47382659.0,48221549.0,48705552.0,49564806.0,50192515.0,51033166.0,51621102.0,52675993.0,53038021.0,53930818.0,54701703.0,55434708.0,55965219.0,56985621.0,57858671.0,58490121.0,58772438.0,59719354.0,60365588.0,61266627.0,61604310.0,62789276.0,63069404.0,64010502.0,64539135.0,65452569.0,66071163.0,66883985.0,67360948.0,68419224.0,68915729.0,69965886.0,70256805.0,71144342.0,71657907.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":477.1787882645076,"lower_bound":476.8605391239207,"upper_bound":477.50529639507255,"unit":"ns"},"mean":{"estimate":477.4882178041992,"lower_bound":476.77072396602847,"upper_bound":478.64810307202976,"unit":"ns"},"median":{"estimate":477.15135639777077,"lower_bound":476.56350154935814,"upper_bound":477.45486978639116,"unit":"ns"},"median_abs_dev":{"estimate":1.697839081660899,"lower_bound":1.2614251907540166,"upper_bound":2.0578802139064045,"unit":"ns"},"slope":{"estimate":477.1787882645076,"lower_bound":476.8605391239207,"upper_bound":477.50529639507255,"unit":"ns"},"change":{"mean":{"estimate":-0.0018170142792356403,"lower_bound":-0.005846446590840748,"upper_bound":0.0018749070620901291,"unit":"%"},"median":{"estimate":0.00034637974888873657,"lower_bound":-0.0008987312400463576,"upper_bound":0.0011616822513609293,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/10","report_directory":"/root/fuel-core/target/criterion/reports/k256/10","iteration_count":[1514,3028,4542,6056,7570,9084,10598,12112,13626,15140,16654,18168,19682,21196,22710,24224,25738,27252,28766,30280,31794,33308,34822,36336,37850,39364,40878,42392,43906,45420,46934,48448,49962,51476,52990,54504,56018,57532,59046,60560,62074,63588,65102,66616,68130,69644,71158,72672,74186,75700,77214,78728,80242,81756,83270,84784,86298,87812,89326,90840,92354,93868,95382,96896,98410,99924,101438,102952,104466,105980,107494,109008,110522,112036,113550,115064,116578,118092,119606,121120,122634,124148,125662,127176,128690,130204,131718,133232,134746,136260,137774,139288,140802,142316,143830,145344,146858,148372,149886,151400],"measured_values":[761680.0,1433286.0,2152801.0,2879709.0,3591352.0,4317117.0,5051978.0,5795783.0,6460605.0,7230199.0,7888464.0,8626773.0,9375621.0,10059956.0,10775112.0,11811832.0,12189308.0,13098841.0,13720766.0,14463843.0,15116853.0,15896566.0,16533155.0,17300874.0,17941521.0,18785182.0,19430056.0,20168373.0,20878104.0,21728873.0,22361145.0,23067091.0,23706365.0,24469776.0,25154707.0,25931076.0,26609696.0,27374792.0,28050338.0,28910920.0,29520669.0,30375085.0,30974704.0,31717006.0,32350283.0,33169249.0,33796501.0,34620224.0,35217409.0,36019960.0,36643286.0,37511110.0,38136162.0,39034307.0,39537968.0,40351111.0,40965438.0,41876747.0,42568654.0,43337539.0,43933638.0,44736343.0,45213464.0,46150339.0,46752967.0,47610784.0,48321102.0,49039763.0,49690338.0,50548539.0,51017249.0,51976340.0,52521965.0,53322096.0,54065962.0,54808407.0,55455997.0,56244907.0,56840764.0,57662999.0,58334296.0,59107842.0,59713609.0,60519406.0,61262873.0,61970995.0,62576864.0,63745888.0,63985020.0,64939378.0,65504476.0,66437488.0,66878545.0,67807795.0,68391806.0,69218673.0,69757492.0,70737218.0,71337517.0,72182628.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":475.9624047601432,"lower_bound":475.75234179583475,"upper_bound":476.18074940149637,"unit":"ns"},"mean":{"estimate":476.2457280772432,"lower_bound":475.7413898691991,"upper_bound":476.95618564516946,"unit":"ns"},"median":{"estimate":475.8481899100459,"lower_bound":475.5722041434417,"upper_bound":476.1251105669577,"unit":"ns"},"median_abs_dev":{"estimate":1.11513451991613,"lower_bound":0.8505111246641428,"upper_bound":1.386863753180532,"unit":"ns"},"slope":{"estimate":475.9624047601432,"lower_bound":475.75234179583475,"upper_bound":476.18074940149637,"unit":"ns"},"change":{"mean":{"estimate":-0.0008496907257961039,"lower_bound":-0.0028877508600659847,"upper_bound":0.001011049297467397,"unit":"%"},"median":{"estimate":-0.0009072075608855812,"lower_bound":-0.0015479745023915248,"upper_bound":-0.0001359289988933643,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/100","report_directory":"/root/fuel-core/target/criterion/reports/k256/100","iteration_count":[1512,3024,4536,6048,7560,9072,10584,12096,13608,15120,16632,18144,19656,21168,22680,24192,25704,27216,28728,30240,31752,33264,34776,36288,37800,39312,40824,42336,43848,45360,46872,48384,49896,51408,52920,54432,55944,57456,58968,60480,61992,63504,65016,66528,68040,69552,71064,72576,74088,75600,77112,78624,80136,81648,83160,84672,86184,87696,89208,90720,92232,93744,95256,96768,98280,99792,101304,102816,104328,105840,107352,108864,110376,111888,113400,114912,116424,117936,119448,120960,122472,123984,125496,127008,128520,130032,131544,133056,134568,136080,137592,139104,140616,142128,143640,145152,146664,148176,149688,151200],"measured_values":[762991.0,1533583.0,2303509.0,2896600.0,3613925.0,4321836.0,5050881.0,5765836.0,6442354.0,7162496.0,7893054.0,8583419.0,9334810.0,9990390.0,10744965.0,11444310.0,12140447.0,12854093.0,13578539.0,14340928.0,15028101.0,15759790.0,16533358.0,17133698.0,17918320.0,18554414.0,19455462.0,20068110.0,20815793.0,21459710.0,22217319.0,22885568.0,23640146.0,24438555.0,25165880.0,25809028.0,26534709.0,27120581.0,27913740.0,28556335.0,29338025.0,29997274.0,30876572.0,31529446.0,32299397.0,32888071.0,33655660.0,34274340.0,35162469.0,35715865.0,36549613.0,37225261.0,38027243.0,38622495.0,39430206.0,40143953.0,40828864.0,41431784.0,42333785.0,42931326.0,43760992.0,44294603.0,45178659.0,45749599.0,46520980.0,47186894.0,47967601.0,48615451.0,49391847.0,50052523.0,50816971.0,51642625.0,52341422.0,52888728.0,53689783.0,55157811.0,55255170.0,55901101.0,56644966.0,57244890.0,58188952.0,58666860.0,59540298.0,60132554.0,61009094.0,61619410.0,62346332.0,62973054.0,63744651.0,64412116.0,65142713.0,65832865.0,66650842.0,67159171.0,68240816.0,68702370.0,69574067.0,70068824.0,70919509.0,71818283.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":473.82157882988014,"lower_bound":473.56426239548136,"upper_bound":474.1313092078385,"unit":"ns"},"mean":{"estimate":474.895904213666,"lower_bound":473.9138423834037,"upper_bound":476.1560955172529,"unit":"ns"},"median":{"estimate":473.7715247715248,"lower_bound":473.44166919988606,"upper_bound":474.0076046087951,"unit":"ns"},"median_abs_dev":{"estimate":1.0446834989195435,"lower_bound":0.7829311552544266,"upper_bound":1.3182220062185308,"unit":"ns"},"slope":{"estimate":473.82157882988014,"lower_bound":473.56426239548136,"upper_bound":474.1313092078385,"unit":"ns"},"change":{"mean":{"estimate":-0.008015205576057727,"lower_bound":-0.010343949920424172,"upper_bound":-0.005480788511148333,"unit":"%"},"median":{"estimate":-0.009802002610990734,"lower_bound":-0.010739133578712198,"upper_bound":-0.009055365670958992,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/1000","report_directory":"/root/fuel-core/target/criterion/reports/k256/1000","iteration_count":[273,546,819,1092,1365,1638,1911,2184,2457,2730,3003,3276,3549,3822,4095,4368,4641,4914,5187,5460,5733,6006,6279,6552,6825,7098,7371,7644,7917,8190,8463,8736,9009,9282,9555,9828,10101,10374,10647,10920,11193,11466,11739,12012,12285,12558,12831,13104,13377,13650,13923,14196,14469,14742,15015,15288,15561,15834,16107,16380,16653,16926,17199,17472,17745,18018,18291,18564,18837,19110,19383,19656,19929,20202,20475,20748,21021,21294,21567,21840,22113,22386,22659,22932,23205,23478,23751,24024,24297,24570,24843,25116,25389,25662,25935,26208,26481,26754,27027,27300],"measured_values":[1038557.0,1899798.0,2832298.0,3760053.0,4694746.0,5623363.0,6558087.0,7494900.0,8408376.0,9359554.0,10276035.0,11209444.0,12134416.0,13103061.0,13993195.0,14961771.0,15897694.0,16816632.0,17779951.0,18662064.0,19621716.0,20547715.0,21447672.0,22430362.0,23596199.0,24285827.0,25213618.0,26188664.0,27107837.0,27984238.0,28930559.0,29931179.0,30852848.0,31749435.0,32730722.0,33614558.0,34593637.0,35539612.0,36435767.0,37397530.0,38314861.0,39308223.0,40166037.0,41087158.0,42103773.0,43046976.0,43893052.0,44843347.0,45791362.0,46659192.0,47602300.0,48588259.0,49534781.0,50521669.0,51317013.0,52332306.0,53853811.0,54148945.0,55127150.0,56061808.0,57101273.0,57908843.0,58954481.0,59831700.0,60716062.0,61654657.0,62618132.0,63504156.0,64484216.0,65368418.0,66295371.0,67272796.0,68208460.0,69112499.0,70066776.0,70949828.0,71878076.0,73114946.0,73768280.0,74717703.0,75668976.0,76582716.0,77624532.0,78499005.0,79406610.0,80381305.0,81220512.0,82227437.0,83095596.0,84192998.0,84974089.0,85932317.0,86854945.0,87849638.0,88710688.0,89652727.0,90621826.0,91520445.0,92550226.0,93526336.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":3422.9595606019516,"lower_bound":3422.0726163260456,"upper_bound":3424.0771257544598,"unit":"ns"},"mean":{"estimate":3428.7670571252343,"lower_bound":3423.676348052984,"upper_bound":3437.518493408369,"unit":"ns"},"median":{"estimate":3422.5658247796628,"lower_bound":3421.923076923077,"upper_bound":3423.2741944046293,"unit":"ns"},"median_abs_dev":{"estimate":3.090303387658464,"lower_bound":2.1295277815499576,"upper_bound":4.073317340872723,"unit":"ns"},"slope":{"estimate":3422.9595606019516,"lower_bound":3422.0726163260456,"upper_bound":3424.0771257544598,"unit":"ns"},"change":{"mean":{"estimate":0.0020779062667439785,"lower_bound":-0.000564031772848364,"upper_bound":0.005171925771298875,"unit":"%"},"median":{"estimate":0.0019093393761335786,"lower_bound":0.0014200147093219595,"upper_bound":0.0021969136370070252,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/10000","report_directory":"/root/fuel-core/target/criterion/reports/k256/10000","iteration_count":[32,64,96,128,160,192,224,256,288,320,352,384,416,448,480,512,544,576,608,640,672,704,736,768,800,832,864,896,928,960,992,1024,1056,1088,1120,1152,1184,1216,1248,1280,1312,1344,1376,1408,1440,1472,1504,1536,1568,1600,1632,1664,1696,1728,1760,1792,1824,1856,1888,1920,1952,1984,2016,2048,2080,2112,2144,2176,2208,2240,2272,2304,2336,2368,2400,2432,2464,2496,2528,2560,2592,2624,2656,2688,2720,2752,2784,2816,2848,2880,2912,2944,2976,3008,3040,3072,3104,3136,3168,3200],"measured_values":[1065766.0,1963556.0,2948708.0,3956569.0,4911058.0,5894248.0,6876425.0,7857603.0,8868719.0,9821575.0,10922864.0,11879021.0,12822169.0,13777984.0,14760321.0,15711450.0,16749934.0,17672750.0,18700740.0,19667099.0,20650900.0,21631961.0,22615340.0,23741720.0,24582815.0,25587039.0,26543452.0,27538118.0,28479237.0,29492558.0,30496261.0,31478080.0,32431216.0,33410761.0,34401841.0,35375587.0,36427237.0,37396934.0,38322593.0,39818963.0,40446806.0,41297113.0,42284232.0,43287972.0,44260105.0,45225909.0,46397550.0,47282529.0,48245157.0,49155142.0,50253798.0,51173621.0,52106160.0,53117629.0,54050770.0,55072505.0,56045614.0,57102230.0,58071201.0,58974890.0,60059854.0,60998714.0,61923453.0,62900464.0,63918624.0,64887412.0,65863332.0,67000307.0,67849235.0,68811586.0,69783094.0,70789815.0,71827563.0,72782581.0,73713062.0,74774174.0,75677451.0,76650709.0,77684958.0,78646157.0,79896075.0,80728648.0,81557254.0,82549526.0,83553291.0,84842126.0,85548326.0,86624135.0,87508584.0,88462372.0,89472504.0,90671854.0,91593887.0,92425116.0,93432802.0,94376833.0,95382599.0,96360783.0,97343981.0,98317132.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":30741.141659339442,"lower_bound":30733.061992185976,"upper_bound":30750.36941350293,"unit":"ns"},"mean":{"estimate":30774.547003603537,"lower_bound":30739.84265618122,"upper_bound":30834.075488578004,"unit":"ns"},"median":{"estimate":30728.69278641929,"lower_bound":30725.941321311668,"upper_bound":30735.18079436344,"unit":"ns"},"median_abs_dev":{"estimate":25.125390142460645,"lower_bound":17.539380765003433,"upper_bound":33.51038531089041,"unit":"ns"},"slope":{"estimate":30741.141659339442,"lower_bound":30733.061992185976,"upper_bound":30750.36941350293,"unit":"ns"},"change":{"mean":{"estimate":-0.00010525697696883718,"lower_bound":-0.0022507284862677613,"upper_bound":0.002324909032357868,"unit":"%"},"median":{"estimate":-0.0002535351999766178,"lower_bound":-0.0006602396738407679,"upper_bound":0.000030173140389333497,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/19753","report_directory":"/root/fuel-core/target/criterion/reports/k256/19753","iteration_count":[17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1207,1224,1241,1258,1275,1292,1309,1326,1343,1360,1377,1394,1411,1428,1445,1462,1479,1496,1513,1530,1547,1564,1581,1598,1615,1632,1649,1666,1683,1700],"measured_values":[1071092.0,2069390.0,3110298.0,4108669.0,5135574.0,6163635.0,7188688.0,8219154.0,9273181.0,10271274.0,11297646.0,12357008.0,13354498.0,14378402.0,15435819.0,16462035.0,17490438.0,18487827.0,19603817.0,20613455.0,21598905.0,22654372.0,23680960.0,24738683.0,25735556.0,26732398.0,27733163.0,28803885.0,29847815.0,30842367.0,31873276.0,32952592.0,33925171.0,34981356.0,36055058.0,37077072.0,38024625.0,39063371.0,40091061.0,41133881.0,42169159.0,43244151.0,44228903.0,45224655.0,46321934.0,47342265.0,48405107.0,49360795.0,50431427.0,51531667.0,52443830.0,53498343.0,54530279.0,55523158.0,56524056.0,57584603.0,58751260.0,59635258.0,60662716.0,62141056.0,62752544.0,63807832.0,64797902.0,65850986.0,66919762.0,68090145.0,68907701.0,70097358.0,70953475.0,71987743.0,72989354.0,74111637.0,75093358.0,76046859.0,77202488.0,78119092.0,79187163.0,80657491.0,81300988.0,82490882.0,83356679.0,84333608.0,85348869.0,86505030.0,87417589.0,88425639.0,89528582.0,90595497.0,91554759.0,92520195.0,93764718.0,94607824.0,95624682.0,96659716.0,97827144.0,98743532.0,99773091.0,100845769.0,101948624.0,102951367.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":60535.3966797347,"lower_bound":60518.53087128871,"upper_bound":60554.90830615148,"unit":"ns"},"mean":{"estimate":60557.785195610915,"lower_bound":60519.05252867067,"upper_bound":60618.363206268725,"unit":"ns"},"median":{"estimate":60512.21576102351,"lower_bound":60497.51096421009,"upper_bound":60532.623529411765,"unit":"ns"},"median_abs_dev":{"estimate":59.33803786309849,"lower_bound":44.16901733868619,"upper_bound":76.27538674142998,"unit":"ns"},"slope":{"estimate":60535.3966797347,"lower_bound":60518.53087128871,"upper_bound":60554.90830615148,"unit":"ns"},"change":{"mean":{"estimate":-0.00041029164344053015,"lower_bound":-0.0021015501151013275,"upper_bound":0.0010414347646880429,"unit":"%"},"median":{"estimate":0.000046837169639379894,"lower_bound":-0.00037179121641561785,"upper_bound":0.00043652644673675134,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/29629","report_directory":"/root/fuel-core/target/criterion/reports/k256/29629","iteration_count":[11,22,33,44,55,66,77,88,99,110,121,132,143,154,165,176,187,198,209,220,231,242,253,264,275,286,297,308,319,330,341,352,363,374,385,396,407,418,429,440,451,462,473,484,495,506,517,528,539,550,561,572,583,594,605,616,627,638,649,660,671,682,693,704,715,726,737,748,759,770,781,792,803,814,825,836,847,858,869,880,891,902,913,924,935,946,957,968,979,990,1001,1012,1023,1034,1045,1056,1067,1078,1089,1100],"measured_values":[1017771.0,1985378.0,2975740.0,3966808.0,4957989.0,5949020.0,6942811.0,7977740.0,8925096.0,9918266.0,10966091.0,11899540.0,12891711.0,13939532.0,14874168.0,15893485.0,16963423.0,17880142.0,18870573.0,19888942.0,20858868.0,21865794.0,22808741.0,23861411.0,24906647.0,25872376.0,26802959.0,27794064.0,28833954.0,29776829.0,30772468.0,31733157.0,32817946.0,33747094.0,34736086.0,35773271.0,36826627.0,37714705.0,38730156.0,39719106.0,40730567.0,41674755.0,42704446.0,43660157.0,44682500.0,45690486.0,46633991.0,47679666.0,48619867.0,49651205.0,50722523.0,51796845.0,52589051.0,53647426.0,54653596.0,55616149.0,56604395.0,57707842.0,58571390.0,59551531.0,60652171.0,61570870.0,62528993.0,63590676.0,64520194.0,65623267.0,66551079.0,67602863.0,68536727.0,69523309.0,70463697.0,72027560.0,72630010.0,73469169.0,74715474.0,75535825.0,76449730.0,77500742.0,78489236.0,79528680.0,80623789.0,81430079.0,82433586.0,83381220.0,84623994.0,85563780.0,86361777.0,87710961.0,88312844.0,89422328.0,90388952.0,91342627.0,92444067.0,93273082.0,94348655.0,95321392.0,96439971.0,97244357.0,98329020.0,99246944.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":90326.83635691927,"lower_bound":90297.06999014557,"upper_bound":90360.91317575455,"unit":"ns"},"mean":{"estimate":90338.03317663139,"lower_bound":90296.01605679703,"upper_bound":90395.61110023514,"unit":"ns"},"median":{"estimate":90287.32967258645,"lower_bound":90267.67676767676,"upper_bound":90302.39772727272,"unit":"ns"},"median_abs_dev":{"estimate":97.44709045778144,"lower_bound":71.10121222699424,"upper_bound":130.63171541054862,"unit":"ns"},"slope":{"estimate":90326.83635691927,"lower_bound":90297.06999014557,"upper_bound":90360.91317575455,"unit":"ns"},"change":{"mean":{"estimate":-0.0009947558725668104,"lower_bound":-0.00215121352244447,"upper_bound":0.000028706671374495206,"unit":"%"},"median":{"estimate":-0.00034207592606116943,"lower_bound":-0.0008589923663155918,"upper_bound":0.000021171207361669886,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/44444","report_directory":"/root/fuel-core/target/criterion/reports/k256/44444","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1116254.0,2161646.0,3272779.0,4355852.0,5519846.0,6486945.0,7603211.0,8678835.0,9819781.0,10842345.0,11939054.0,13004189.0,14087129.0,15165066.0,16221734.0,17358306.0,18414854.0,19490426.0,20548032.0,21654051.0,22792978.0,23815633.0,24927239.0,25980698.0,27097270.0,28544046.0,29482687.0,30322649.0,31421737.0,32526298.0,33552605.0,34631390.0,35742715.0,36796151.0,37940308.0,39012754.0,40053515.0,41149056.0,42484459.0,43284088.0,44422896.0,45451454.0,46584492.0,47750180.0,48925293.0,49825374.0,50881224.0,51959870.0,53072792.0,54128884.0,55311790.0,56315483.0,57398155.0,58420749.0,59600043.0,60643126.0,61804875.0,62747875.0,63885422.0,64967328.0,66291243.0,67156356.0,68209352.0,69261740.0,70566850.0,71539986.0,72512795.0,73615962.0,74701274.0,75842452.0,76863877.0,77940523.0,79145918.0,80161644.0,81304351.0,82302455.0,83324848.0,84514434.0,85768120.0,86660572.0,87681107.0,88822460.0,89918125.0,90947244.0,92009400.0,93357321.0,94191362.0,95268120.0,96439975.0,97514076.0,98492711.0,99602961.0,100778242.0,101813836.0,102865858.0,104094738.0,105309718.0,106144366.0,107244938.0,108482791.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":135433.32344133293,"lower_bound":135399.35000447187,"upper_bound":135470.32490527205,"unit":"ns"},"mean":{"estimate":135546.69514137268,"lower_bound":135451.0443193177,"upper_bound":135667.18662550347,"unit":"ns"},"median":{"estimate":135401.2332317073,"lower_bound":135368.96875,"upper_bound":135436.21666666667,"unit":"ns"},"median_abs_dev":{"estimate":126.3477764749469,"lower_bound":96.01953639853473,"upper_bound":171.7197343723291,"unit":"ns"},"slope":{"estimate":135433.32344133293,"lower_bound":135399.35000447187,"upper_bound":135470.32490527205,"unit":"ns"},"change":{"mean":{"estimate":0.00023769857597444322,"lower_bound":-0.000979192545046348,"upper_bound":0.0013417233692259276,"unit":"%"},"median":{"estimate":0.00027238124615425185,"lower_bound":-0.00013780933725782152,"upper_bound":0.0005617947555927039,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/66666","report_directory":"/root/fuel-core/target/criterion/reports/k256/66666","iteration_count":[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260,265,270,275,280,285,290,295,300,305,310,315,320,325,330,335,340,345,350,355,360,365,370,375,380,385,390,395,400,405,410,415,420,425,430,435,440,445,450,455,460,465,470,475,480,485,490,495,500],"measured_values":[1057160.0,2030686.0,3044361.0,4058259.0,5072408.0,6116268.0,7129160.0,8152887.0,9134326.0,10144588.0,11216697.0,12174530.0,13218553.0,14203404.0,15218956.0,16265934.0,17247111.0,18299648.0,19277630.0,20347751.0,21335889.0,22321400.0,23363910.0,24404407.0,25394320.0,26405800.0,27449298.0,28436030.0,29452758.0,30465793.0,31480485.0,32523721.0,33539074.0,34663915.0,35566770.0,36698657.0,37569883.0,38610219.0,39597669.0,40996284.0,41682331.0,42693417.0,43725835.0,44782827.0,45679068.0,46958059.0,47797761.0,48762136.0,49773263.0,50810593.0,51829877.0,52814145.0,53831059.0,54846342.0,55891336.0,57039383.0,58078904.0,58899722.0,59943549.0,60956556.0,62190260.0,63393269.0,64004107.0,65646038.0,66034398.0,67053418.0,68121551.0,69102362.0,70177489.0,71321927.0,72252189.0,73208038.0,74180359.0,75192224.0,76197022.0,77305083.0,78178833.0,79249953.0,80268412.0,81221545.0,82295309.0,83369041.0,84296787.0,85502958.0,86306397.0,87399818.0,88324253.0,89539310.0,90356206.0,91458853.0,92431242.0,93469647.0,94445096.0,95415390.0,96693884.0,97602756.0,98555456.0,99608182.0,100558848.0,101599742.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":203311.30469572928,"lower_bound":203245.08455716728,"upper_bound":203391.6384944577,"unit":"ns"},"mean":{"estimate":203397.22849442624,"lower_bound":203261.0928845322,"upper_bound":203600.566282111,"unit":"ns"},"median":{"estimate":203209.1476967245,"lower_bound":203188.52,"upper_bound":203254.41960784313,"unit":"ns"},"median_abs_dev":{"estimate":192.66682940353346,"lower_bound":138.59949696795084,"upper_bound":247.9857948911769,"unit":"ns"},"slope":{"estimate":203311.30469572928,"lower_bound":203245.08455716728,"upper_bound":203391.6384944577,"unit":"ns"},"change":{"mean":{"estimate":-0.001643626353712846,"lower_bound":-0.0055074362411092195,"upper_bound":0.0008371633884100447,"unit":"%"},"median":{"estimate":-0.00013706353246634162,"lower_bound":-0.0003711773986166955,"upper_bound":0.00022195924854218063,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"k256/100000","report_directory":"/root/fuel-core/target/criterion/reports/k256/100000","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1244152.0,2431844.0,3654691.0,4922662.0,6108960.0,7353944.0,8569699.0,10333741.0,11097651.0,12314276.0,13488336.0,14600824.0,15842603.0,17030685.0,18275549.0,19491654.0,20708278.0,21910946.0,23142241.0,24384550.0,25576331.0,26997452.0,28001717.0,29293639.0,30440239.0,31684938.0,32899101.0,34088968.0,35306988.0,36591032.0,37768473.0,38979918.0,40197506.0,41508962.0,42704086.0,43970122.0,45038232.0,46257108.0,47499463.0,49107973.0,49972667.0,51323520.0,52351970.0,53656583.0,54796495.0,56028504.0,57245562.0,58450332.0,59679167.0,60866753.0,62118640.0,63345990.0,64674373.0,65800688.0,66992555.0,68290357.0,69468964.0,70774382.0,71828576.0,73089162.0,74298122.0,75480427.0,76734667.0,78086700.0,79199717.0,80487829.0,81616023.0,82826045.0,84046488.0,85260793.0,86584227.0,87699947.0,88920993.0,90077224.0,91360459.0,92524282.0,93861266.0,95091079.0,96225154.0,97563252.0,98791531.0,99931313.0,101094830.0,102327312.0,103514345.0,104724500.0,106078883.0,107378738.0,108420689.0,109627006.0,110943819.0,112533504.0,113279530.0,114633587.0,115727849.0,117041745.0,118223056.0,119407290.0,120674265.0,121768689.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":304684.9618678883,"lower_bound":304614.9897960086,"upper_bound":304768.21537258517,"unit":"ns"},"mean":{"estimate":305075.83653857856,"lower_bound":304757.2518932004,"upper_bound":305540.6129085076,"unit":"ns"},"median":{"estimate":304554.7954705056,"lower_bound":304526.5606060606,"upper_bound":304665.75128986867,"unit":"ns"},"median_abs_dev":{"estimate":267.6640177110121,"lower_bound":163.17367335419084,"upper_bound":353.91235454055214,"unit":"ns"},"slope":{"estimate":304684.9618678883,"lower_bound":304614.9897960086,"upper_bound":304768.21537258517,"unit":"ns"},"change":{"mean":{"estimate":0.000461492453106338,"lower_bound":-0.0013663299085182542,"upper_bound":0.0022559649156036693,"unit":"%"},"median":{"estimate":-0.00010788403545103353,"lower_bound":-0.0003381752562776619,"upper_bound":0.000268010442461053,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"k256","benchmarks":["k256/1","k256/10","k256/100","k256/1000","k256/10000","k256/19753","k256/29629","k256/44444","k256/66666","k256/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/k256"} +{"reason":"benchmark-complete","id":"s256/1","report_directory":"/root/fuel-core/target/criterion/reports/s256/1","iteration_count":[2099,4198,6297,8396,10495,12594,14693,16792,18891,20990,23089,25188,27287,29386,31485,33584,35683,37782,39881,41980,44079,46178,48277,50376,52475,54574,56673,58772,60871,62970,65069,67168,69267,71366,73465,75564,77663,79762,81861,83960,86059,88158,90257,92356,94455,96554,98653,100752,102851,104950,107049,109148,111247,113346,115445,117544,119643,121742,123841,125940,128039,130138,132237,134336,136435,138534,140633,142732,144831,146930,149029,151128,153227,155326,157425,159524,161623,163722,165821,167920,170019,172118,174217,176316,178415,180514,182613,184712,186811,188910,191009,193108,195207,197306,199405,201504,203603,205702,207801,209900],"measured_values":[648742.0,1283844.0,1910936.0,2539758.0,3166055.0,3870588.0,4387416.0,5083711.0,5637900.0,6252515.0,6946110.0,7577275.0,8153323.0,8750934.0,9408399.0,10078965.0,10671724.0,11289772.0,11957737.0,12568032.0,13183707.0,13803749.0,14478963.0,15195521.0,15690595.0,16340702.0,16963802.0,17719743.0,18239318.0,18863259.0,19503941.0,20172543.0,20743680.0,21352408.0,21982914.0,22725019.0,23269073.0,23838417.0,24471508.0,25160369.0,25684549.0,26342960.0,27024220.0,27730023.0,28354073.0,28746002.0,29501050.0,30169934.0,30706931.0,31323969.0,31932967.0,32708916.0,33228556.0,34105736.0,34561189.0,35359610.0,35716775.0,36434746.0,37145816.0,37784633.0,38475107.0,38957933.0,39644255.0,40454762.0,40917503.0,41511699.0,42081643.0,42801220.0,43389498.0,43921816.0,44652410.0,45371179.0,45963083.0,46494845.0,47110098.0,47832227.0,48370260.0,49072316.0,49627599.0,50418593.0,51009879.0,51483469.0,52203605.0,53126692.0,53719754.0,54030422.0,54764444.0,55498853.0,55873126.0,56605299.0,57235393.0,58064588.0,58606769.0,58971616.0,59621751.0,60434342.0,61054561.0,61537601.0,62292660.0,63079890.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":299.7206251043285,"lower_bound":299.55350202395397,"upper_bound":299.8891346420933,"unit":"ns"},"mean":{"estimate":299.93603018906117,"lower_bound":299.6360485067804,"upper_bound":300.28423865344024,"unit":"ns"},"median":{"estimate":299.6402493250754,"lower_bound":299.38141972367794,"upper_bound":299.8030888104231,"unit":"ns"},"median_abs_dev":{"estimate":0.8311330763458805,"lower_bound":0.5819852168694458,"upper_bound":1.0450250003204935,"unit":"ns"},"slope":{"estimate":299.7206251043285,"lower_bound":299.55350202395397,"upper_bound":299.8891346420933,"unit":"ns"},"change":{"mean":{"estimate":0.008680953637694833,"lower_bound":0.007233730532375082,"upper_bound":0.010159369005375916,"unit":"%"},"median":{"estimate":0.009229520898021093,"lower_bound":0.00786702345268031,"upper_bound":0.009963157822614921,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/10","report_directory":"/root/fuel-core/target/criterion/reports/s256/10","iteration_count":[2096,4192,6288,8384,10480,12576,14672,16768,18864,20960,23056,25152,27248,29344,31440,33536,35632,37728,39824,41920,44016,46112,48208,50304,52400,54496,56592,58688,60784,62880,64976,67072,69168,71264,73360,75456,77552,79648,81744,83840,85936,88032,90128,92224,94320,96416,98512,100608,102704,104800,106896,108992,111088,113184,115280,117376,119472,121568,123664,125760,127856,129952,132048,134144,136240,138336,140432,142528,144624,146720,148816,150912,153008,155104,157200,159296,161392,163488,165584,167680,169776,171872,173968,176064,178160,180256,182352,184448,186544,188640,190736,192832,194928,197024,199120,201216,203312,205408,207504,209600],"measured_values":[658184.0,1251583.0,1875950.0,2515172.0,3111922.0,3730977.0,4355338.0,4958214.0,5632588.0,6257239.0,6835059.0,7432060.0,8096313.0,8690188.0,9369730.0,9958460.0,10577289.0,11227729.0,11834433.0,12430475.0,13070647.0,13696385.0,14384863.0,14946036.0,15558613.0,16145445.0,16808837.0,17391189.0,18054966.0,18697446.0,19314133.0,19960338.0,20602028.0,21165441.0,21847507.0,22435429.0,23070729.0,23595013.0,24303017.0,24847916.0,25542434.0,26054791.0,26806362.0,27352853.0,28043079.0,28580574.0,29240196.0,29846701.0,30551547.0,31075702.0,31854345.0,33083869.0,33112484.0,33529589.0,34275826.0,34808913.0,35654306.0,36106534.0,36775449.0,37288424.0,38015834.0,38629246.0,39262919.0,39880479.0,40539005.0,41034126.0,41715239.0,42406809.0,43030662.0,43488352.0,44222968.0,44784888.0,45526085.0,46160552.0,46753459.0,47296795.0,48064852.0,48521159.0,49220661.0,49755183.0,50547594.0,51025122.0,51804855.0,52302729.0,52991501.0,53473124.0,54333664.0,54599075.0,55616044.0,55896497.0,56716000.0,57231531.0,58127057.0,58488987.0,59182944.0,59817374.0,60483869.0,61037101.0,61608829.0,62259032.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":297.2271314667498,"lower_bound":297.06729923754585,"upper_bound":297.40379014881125,"unit":"ns"},"mean":{"estimate":297.4087592664604,"lower_bound":297.10835965504043,"upper_bound":297.8404644797813,"unit":"ns"},"median":{"estimate":297.1668890654089,"lower_bound":297.0156018180621,"upper_bound":297.3184796437659,"unit":"ns"},"median_abs_dev":{"estimate":0.5584008286800763,"lower_bound":0.44088094751095597,"upper_bound":0.7807281622077868,"unit":"ns"},"slope":{"estimate":297.2271314667498,"lower_bound":297.06729923754585,"upper_bound":297.40379014881125,"unit":"ns"},"change":{"mean":{"estimate":-0.00011077270984782839,"lower_bound":-0.0014573641787665487,"upper_bound":0.0015444411977452485,"unit":"%"},"median":{"estimate":-0.00023780298835973657,"lower_bound":-0.0009389067357713499,"upper_bound":0.00039290622126819663,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/100","report_directory":"/root/fuel-core/target/criterion/reports/s256/100","iteration_count":[1368,2736,4104,5472,6840,8208,9576,10944,12312,13680,15048,16416,17784,19152,20520,21888,23256,24624,25992,27360,28728,30096,31464,32832,34200,35568,36936,38304,39672,41040,42408,43776,45144,46512,47880,49248,50616,51984,53352,54720,56088,57456,58824,60192,61560,62928,64296,65664,67032,68400,69768,71136,72504,73872,75240,76608,77976,79344,80712,82080,83448,84816,86184,87552,88920,90288,91656,93024,94392,95760,97128,98496,99864,101232,102600,103968,105336,106704,108072,109440,110808,112176,113544,114912,116280,117648,119016,120384,121752,123120,124488,125856,127224,128592,129960,131328,132696,134064,135432,136800],"measured_values":[770627.0,1530578.0,2296981.0,3061206.0,3824904.0,4593584.0,5343017.0,5989812.0,6728718.0,7459470.0,8203646.0,8981175.0,9715335.0,10450834.0,11210243.0,11957321.0,12695011.0,13430197.0,14193425.0,14923267.0,15669344.0,16420727.0,17172211.0,18044157.0,18769080.0,19442304.0,20152922.0,20937777.0,21700805.0,22430548.0,23145831.0,23935140.0,24652339.0,25398141.0,26135074.0,26973457.0,27622737.0,28410118.0,29144055.0,29854704.0,30588831.0,31420824.0,32187811.0,32903259.0,33576241.0,34373927.0,35100656.0,36008698.0,36556023.0,37344878.0,38139975.0,38952931.0,39542982.0,40349837.0,41088813.0,41894433.0,42567767.0,43513586.0,44122359.0,44873536.0,45508408.0,46334180.0,47079698.0,47837227.0,48512170.0,49336483.0,50059706.0,50875138.0,51600127.0,52331246.0,53004831.0,53829944.0,54640390.0,55293198.0,55995540.0,57334031.0,57570029.0,58366187.0,59144017.0,59815015.0,60486704.0,61436527.0,62037434.0,62851236.0,63504799.0,64474048.0,65114666.0,66650907.0,66739486.0,67281315.0,67894110.0,68793855.0,69548447.0,70222624.0,71040961.0,71818715.0,72643364.0,73285323.0,73908627.0,74825759.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":546.8273123677254,"lower_bound":546.4908132993669,"upper_bound":547.2581249040264,"unit":"ns"},"mean":{"estimate":547.5143066549675,"lower_bound":546.8599295987661,"upper_bound":548.2727672058651,"unit":"ns"},"median":{"estimate":546.5168192777264,"lower_bound":546.2826594118399,"upper_bound":546.640719240143,"unit":"ns"},"median_abs_dev":{"estimate":0.878922056557947,"lower_bound":0.6161762325812935,"upper_bound":1.1115397931687212,"unit":"ns"},"slope":{"estimate":546.8273123677254,"lower_bound":546.4908132993669,"upper_bound":547.2581249040264,"unit":"ns"},"change":{"mean":{"estimate":0.00460170123751058,"lower_bound":0.0033565335186750756,"upper_bound":0.006055781992185625,"unit":"%"},"median":{"estimate":0.0031487299863781626,"lower_bound":0.0025006824302861164,"upper_bound":0.0036224929932386907,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/1000","report_directory":"/root/fuel-core/target/criterion/reports/s256/1000","iteration_count":[235,470,705,940,1175,1410,1645,1880,2115,2350,2585,2820,3055,3290,3525,3760,3995,4230,4465,4700,4935,5170,5405,5640,5875,6110,6345,6580,6815,7050,7285,7520,7755,7990,8225,8460,8695,8930,9165,9400,9635,9870,10105,10340,10575,10810,11045,11280,11515,11750,11985,12220,12455,12690,12925,13160,13395,13630,13865,14100,14335,14570,14805,15040,15275,15510,15745,15980,16215,16450,16685,16920,17155,17390,17625,17860,18095,18330,18565,18800,19035,19270,19505,19740,19975,20210,20445,20680,20915,21150,21385,21620,21855,22090,22325,22560,22795,23030,23265,23500],"measured_values":[1016182.0,1884423.0,2854034.0,3770908.0,4713458.0,5657409.0,6595939.0,7542048.0,8538493.0,9425415.0,10368736.0,11341466.0,12254197.0,13197163.0,14166781.0,15087643.0,16085674.0,16971702.0,17949988.0,18970685.0,19852741.0,20767826.0,21707386.0,22654204.0,23595062.0,24566484.0,25468638.0,26426909.0,27363525.0,28305797.0,29302593.0,30197727.0,31306572.0,32808668.0,33015340.0,34017172.0,34964631.0,35845389.0,36818574.0,37774259.0,38692625.0,39856938.0,40669181.0,41552235.0,42529967.0,43476600.0,44355772.0,45308159.0,46412175.0,47214715.0,48126277.0,49242935.0,49984697.0,50989729.0,51899976.0,53066520.0,53805973.0,54928287.0,55717975.0,56644109.0,57598631.0,58507269.0,59583290.0,60389056.0,61378163.0,62330007.0,63390054.0,64194185.0,65099848.0,66052218.0,66979208.0,68117052.0,68885580.0,69865672.0,70798077.0,71739636.0,72746956.0,73612819.0,74617339.0,75640733.0,76466372.0,77525758.0,78321478.0,79271727.0,80420344.0,81148702.0,82089609.0,83094638.0,83978145.0,84968800.0,85862018.0,87003722.0,87805343.0,88702548.0,89655976.0,90737442.0,91541332.0,92540887.0,93378995.0,94493346.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":4018.9377803042926,"lower_bound":4017.8383464751623,"upper_bound":4020.1946777094277,"unit":"ns"},"mean":{"estimate":4022.8307315699003,"lower_bound":4018.292062216989,"upper_bound":4030.3145030962405,"unit":"ns"},"median":{"estimate":4017.1519495820394,"lower_bound":4016.0778079650845,"upper_bound":4018.2103436988546,"unit":"ns"},"median_abs_dev":{"estimate":3.836563609799056,"lower_bound":2.5164795895864764,"upper_bound":5.640777079820528,"unit":"ns"},"slope":{"estimate":4018.9377803042926,"lower_bound":4017.8383464751623,"upper_bound":4020.1946777094277,"unit":"ns"},"change":{"mean":{"estimate":0.003475034191751991,"lower_bound":0.0020502816607483043,"upper_bound":0.0052552795590894265,"unit":"%"},"median":{"estimate":0.0027931147739930218,"lower_bound":0.0024484210555613117,"upper_bound":0.003265064216979585,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/10000","report_directory":"/root/fuel-core/target/criterion/reports/s256/10000","iteration_count":[26,52,78,104,130,156,182,208,234,260,286,312,338,364,390,416,442,468,494,520,546,572,598,624,650,676,702,728,754,780,806,832,858,884,910,936,962,988,1014,1040,1066,1092,1118,1144,1170,1196,1222,1248,1274,1300,1326,1352,1378,1404,1430,1456,1482,1508,1534,1560,1586,1612,1638,1664,1690,1716,1742,1768,1794,1820,1846,1872,1898,1924,1950,1976,2002,2028,2054,2080,2106,2132,2158,2184,2210,2236,2262,2288,2314,2340,2366,2392,2418,2444,2470,2496,2522,2548,2574,2600],"measured_values":[1061830.0,1977059.0,2967325.0,3955553.0,4944616.0,5962436.0,6921599.0,7911749.0,8904431.0,9916905.0,10879863.0,11867210.0,12974693.0,13933630.0,14862039.0,15913023.0,16975674.0,17827956.0,18876251.0,19779548.0,20797047.0,21758817.0,22776080.0,23791126.0,24869633.0,25741229.0,26761489.0,27774812.0,28681981.0,29704275.0,30692110.0,31677191.0,32666959.0,33740700.0,34642922.0,35671201.0,36679034.0,37611607.0,38598299.0,39754510.0,41250746.0,41598128.0,42614438.0,43545296.0,44593699.0,45555242.0,46748457.0,47531979.0,48576494.0,49536028.0,50642589.0,51515537.0,52534075.0,53467147.0,54484966.0,55999151.0,56554832.0,57481271.0,58385007.0,59514307.0,60425823.0,61649586.0,62418688.0,63413327.0,64370537.0,65476801.0,66357100.0,67481757.0,68331604.0,69438023.0,70283650.0,71326272.0,72353032.0,73304089.0,74266165.0,75286678.0,76216261.0,77255373.0,78229359.0,79209525.0,80345325.0,81191856.0,82236471.0,83196996.0,84250722.0,85201072.0,86193727.0,87207846.0,88083492.0,89099320.0,90347655.0,91127285.0,92236076.0,93046822.0,94071748.0,95092219.0,96115472.0,97026405.0,98203925.0,99011030.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":38115.492119448456,"lower_bound":38104.23275537929,"upper_bound":38129.17976371673,"unit":"ns"},"mean":{"estimate":38151.05088066589,"lower_bound":38110.33686292942,"upper_bound":38216.70545090811,"unit":"ns"},"median":{"estimate":38100.19195207353,"lower_bound":38089.82967032967,"upper_bound":38108.347880705514,"unit":"ns"},"median_abs_dev":{"estimate":39.55118770443694,"lower_bound":28.186600874545,"upper_bound":56.11274413160108,"unit":"ns"},"slope":{"estimate":38115.492119448456,"lower_bound":38104.23275537929,"upper_bound":38129.17976371673,"unit":"ns"},"change":{"mean":{"estimate":0.007137203290599858,"lower_bound":0.005534240255290113,"upper_bound":0.008995683886107466,"unit":"%"},"median":{"estimate":0.00654065782888491,"lower_bound":0.0062343628172888245,"upper_bound":0.006872351443373725,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/19753","report_directory":"/root/fuel-core/target/criterion/reports/s256/19753","iteration_count":[14,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252,266,280,294,308,322,336,350,364,378,392,406,420,434,448,462,476,490,504,518,532,546,560,574,588,602,616,630,644,658,672,686,700,714,728,742,756,770,784,798,812,826,840,854,868,882,896,910,924,938,952,966,980,994,1008,1022,1036,1050,1064,1078,1092,1106,1120,1134,1148,1162,1176,1190,1204,1218,1232,1246,1260,1274,1288,1302,1316,1330,1344,1358,1372,1386,1400],"measured_values":[1088394.0,2093770.0,3137482.0,4182340.0,5227597.0,6274930.0,7351024.0,8365180.0,9409997.0,10456408.0,11529855.0,12546844.0,13591157.0,14665617.0,15743295.0,16756776.0,17804090.0,18846091.0,19867624.0,20940959.0,21985763.0,23028715.0,24106909.0,25092642.0,26202127.0,27212941.0,28260061.0,29303792.0,30351177.0,31395025.0,32524521.0,33547523.0,34560643.0,35575757.0,36655253.0,37694109.0,39165166.0,40032361.0,40805453.0,41921496.0,42954282.0,43971356.0,44986575.0,46089267.0,47366321.0,48181631.0,49224756.0,50244279.0,51317522.0,52361176.0,53411374.0,54422147.0,55626505.0,56687174.0,57564897.0,58580954.0,59771245.0,60698928.0,61842817.0,62902047.0,63894036.0,64907902.0,65987459.0,67008175.0,68045899.0,69090873.0,70111689.0,71154658.0,72344442.0,73301722.0,74320773.0,75417181.0,76424561.0,77496673.0,78532750.0,79655042.0,80596611.0,81637159.0,82745263.0,83844074.0,84802415.0,86115356.0,86845513.0,87942981.0,89005575.0,90062225.0,91107000.0,92120266.0,93198692.0,94188421.0,95288434.0,96331696.0,97509130.0,98395249.0,99502090.0,100580435.0,101538763.0,102576299.0,103627454.0,104665388.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":74809.37187253268,"lower_bound":74794.35376294017,"upper_bound":74827.19135856535,"unit":"ns"},"mean":{"estimate":74841.21803995561,"lower_bound":74794.79496053107,"upper_bound":74914.21265638561,"unit":"ns"},"median":{"estimate":74789.51904761905,"lower_bound":74777.20106345267,"upper_bound":74802.51245847176,"unit":"ns"},"median_abs_dev":{"estimate":45.17150225747832,"lower_bound":36.89156418496132,"upper_bound":69.85141813490011,"unit":"ns"},"slope":{"estimate":74809.37187253268,"lower_bound":74794.35376294017,"upper_bound":74827.19135856535,"unit":"ns"},"change":{"mean":{"estimate":0.007345402109425914,"lower_bound":0.006079314402698122,"upper_bound":0.008583329368639037,"unit":"%"},"median":{"estimate":0.007686754324446099,"lower_bound":0.007378947429116378,"upper_bound":0.00796657064233507,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/29629","report_directory":"/root/fuel-core/target/criterion/reports/s256/29629","iteration_count":[9,18,27,36,45,54,63,72,81,90,99,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900],"measured_values":[1030838.0,2016981.0,3027185.0,4063494.0,5044119.0,6054486.0,7059661.0,8102629.0,9107086.0,10111036.0,11113631.0,12188445.0,13116420.0,14122251.0,15159565.0,16167939.0,17176628.0,18159465.0,19224623.0,20177576.0,21304074.0,22250599.0,23201372.0,24238555.0,25303392.0,26258100.0,27293154.0,28276765.0,29694846.0,30381766.0,31363907.0,32291288.0,33346324.0,34323508.0,35368391.0,36376335.0,37465153.0,38524870.0,39399889.0,40382594.0,41457284.0,42399897.0,43741892.0,44505501.0,45497947.0,46492136.0,47499478.0,49572314.0,49503898.0,50522705.0,51535120.0,52545594.0,53520392.0,54566298.0,55597976.0,56724893.0,57614830.0,58767415.0,59634365.0,60731785.0,61886351.0,62606632.0,63624748.0,64761939.0,65655526.0,66636756.0,67764226.0,68659474.0,69696587.0,70730148.0,71683293.0,72707846.0,73894977.0,74910509.0,75841017.0,76783468.0,77827984.0,78855412.0,79783476.0,80851601.0,81966531.0,82833217.0,83969107.0,84858513.0,86681433.0,87657399.0,87975770.0,88949200.0,89937710.0,90969114.0,92262833.0,93018595.0,93966112.0,94908037.0,95964099.0,97031683.0,98234845.0,99020162.0,100180743.0,101299091.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":112399.56263566655,"lower_bound":112334.65979646375,"upper_bound":112477.81265584206,"unit":"ns"},"mean":{"estimate":112407.12892478224,"lower_bound":112333.69715097274,"upper_bound":112495.2637105384,"unit":"ns"},"median":{"estimate":112293.48217592592,"lower_bound":112272.67777777778,"upper_bound":112323.57644824311,"unit":"ns"},"median_abs_dev":{"estimate":137.54756266666968,"lower_bound":97.75720344963129,"upper_bound":187.1793500916598,"unit":"ns"},"slope":{"estimate":112399.56263566655,"lower_bound":112334.65979646375,"upper_bound":112477.81265584206,"unit":"ns"},"change":{"mean":{"estimate":0.00783529855763243,"lower_bound":0.006753195424240205,"upper_bound":0.008833838827820033,"unit":"%"},"median":{"estimate":0.0076521557635162996,"lower_bound":0.0072587748015107145,"upper_bound":0.00805101143091691,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/44444","report_directory":"/root/fuel-core/target/criterion/reports/s256/44444","iteration_count":[6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,96,102,108,114,120,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,222,228,234,240,246,252,258,264,270,276,282,288,294,300,306,312,318,324,330,336,342,348,354,360,366,372,378,384,390,396,402,408,414,420,426,432,438,444,450,456,462,468,474,480,486,492,498,504,510,516,522,528,534,540,546,552,558,564,570,576,582,588,594,600],"measured_values":[1055554.0,2044714.0,3019002.0,4055320.0,5036827.0,6069710.0,7103975.0,8111284.0,9060772.0,10071412.0,11108248.0,12083569.0,13086998.0,14128325.0,15100147.0,16144479.0,17196689.0,18265364.0,19130707.0,20222538.0,21171570.0,22151587.0,23184784.0,24167652.0,25199177.0,26262978.0,27435202.0,28270553.0,29200037.0,30236850.0,31279477.0,32278743.0,33294004.0,34288962.0,35327254.0,36280686.0,37281708.0,38331725.0,39293729.0,40333180.0,41333592.0,42349067.0,43323244.0,44350359.0,45335417.0,46401313.0,47375139.0,48487393.0,49452997.0,50380361.0,51400843.0,52400958.0,53501932.0,54468324.0,55434856.0,56452457.0,57547278.0,58550216.0,59493795.0,60485890.0,61469371.0,62556171.0,63488811.0,64499649.0,65641293.0,66587908.0,67552375.0,68531482.0,69650464.0,70885354.0,71594814.0,72626502.0,73558389.0,74604111.0,75625059.0,76579718.0,77569190.0,78656031.0,79759415.0,80675758.0,81735835.0,82984350.0,83751315.0,84713693.0,85821815.0,86867530.0,87689239.0,88722763.0,89709970.0,90866466.0,91773158.0,92753394.0,95218329.0,94914758.0,95943286.0,96771626.0,98263820.0,98830144.0,99799138.0,100859740.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":168206.7901945717,"lower_bound":168100.61169450768,"upper_bound":168361.28244734873,"unit":"ns"},"mean":{"estimate":168273.94916249675,"lower_bound":168132.68163905654,"upper_bound":168476.6606445639,"unit":"ns"},"median":{"estimate":168071.4690705128,"lower_bound":168028.33333333334,"upper_bound":168120.6992753623,"unit":"ns"},"median_abs_dev":{"estimate":187.413862083697,"lower_bound":136.39331157732633,"upper_bound":244.58753102678835,"unit":"ns"},"slope":{"estimate":168206.7901945717,"lower_bound":168100.61169450768,"upper_bound":168361.28244734873,"unit":"ns"},"change":{"mean":{"estimate":0.008250933717651066,"lower_bound":0.0065761434855646506,"upper_bound":0.009757141469276634,"unit":"%"},"median":{"estimate":0.008262367769525936,"lower_bound":0.007921414126484505,"upper_bound":0.008648364883966364,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/66666","report_directory":"/root/fuel-core/target/criterion/reports/s256/66666","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1085837.0,2011091.0,3046551.0,4024468.0,5047796.0,6038086.0,7041736.0,8076378.0,9084424.0,10059766.0,11067225.0,12102269.0,13078940.0,14090719.0,15120849.0,16098329.0,17670319.0,18390293.0,19355458.0,20356328.0,21386643.0,22330316.0,23167385.0,24146073.0,25208367.0,26187773.0,27263337.0,28256556.0,29247290.0,30211186.0,31213068.0,32239513.0,33440187.0,34236253.0,35255889.0,36273531.0,37252944.0,40255241.0,39461378.0,40482104.0,41291299.0,42285956.0,43320154.0,44339292.0,45369765.0,46312259.0,47333595.0,48433095.0,49442957.0,50408522.0,51456631.0,52404784.0,53355177.0,54731313.0,55699154.0,56429540.0,57695333.0,58381272.0,59487118.0,60506793.0,61749402.0,62695669.0,63553374.0,64461156.0,65497897.0,66628993.0,67506086.0,68475037.0,69540173.0,70567256.0,71760573.0,72528962.0,73544454.0,74548672.0,75511899.0,76558834.0,77585267.0,78572986.0,79657369.0,80634537.0,81594848.0,82682795.0,83644519.0,84630322.0,85609319.0,86631980.0,87774411.0,88885629.0,89669653.0,90699707.0,91790216.0,93116859.0,94814936.0,94872490.0,96566954.0,96765768.0,97753255.0,98857863.0,99727937.0,100709559.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":252282.10745529778,"lower_bound":252087.8461626583,"upper_bound":252524.79200479036,"unit":"ns"},"mean":{"estimate":252639.40140490478,"lower_bound":252221.20890285668,"upper_bound":253194.14925229212,"unit":"ns"},"median":{"estimate":251951.6127369008,"lower_bound":251888.3805970149,"upper_bound":252081.97582278482,"unit":"ns"},"median_abs_dev":{"estimate":355.3383972146403,"lower_bound":247.45940978138185,"upper_bound":479.81737165395805,"unit":"ns"},"slope":{"estimate":252282.10745529778,"lower_bound":252087.8461626583,"upper_bound":252524.79200479036,"unit":"ns"},"change":{"mean":{"estimate":0.010515253683143877,"lower_bound":0.008552287642828543,"upper_bound":0.012782818287730221,"unit":"%"},"median":{"estimate":0.008794112271252263,"lower_bound":0.00849401899396085,"upper_bound":0.009428678736553625,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"s256/100000","report_directory":"/root/fuel-core/target/criterion/reports/s256/100000","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1195264.0,2261521.0,3395542.0,4525393.0,5658089.0,6816736.0,7919412.0,9050616.0,10181804.0,11342329.0,12444507.0,13606443.0,14736258.0,15855656.0,16997201.0,18100766.0,19267216.0,20393822.0,21530872.0,22657336.0,23842079.0,24917999.0,26047219.0,27297551.0,28312285.0,29473737.0,30603914.0,31748158.0,32840262.0,33970192.0,35130149.0,36316975.0,37366379.0,38571270.0,39682776.0,40758054.0,41919408.0,43025718.0,44184378.0,45272000.0,46475200.0,47661472.0,48678531.0,49837446.0,51211629.0,52106078.0,53232878.0,54597390.0,55589675.0,56669594.0,57732786.0,59008499.0,60136757.0,62232488.0,62786956.0,63569566.0,64747034.0,66723078.0,66926346.0,67999492.0,69158218.0,70292823.0,71347104.0,72791181.0,73712758.0,74761191.0,76264430.0,77148615.0,78154598.0,79343490.0,80415663.0,81525799.0,82742761.0,83933909.0,85416922.0,86307037.0,87207377.0,88367598.0,89505465.0,90779577.0,91732466.0,93053965.0,94022273.0,95170377.0,96315108.0,97478910.0,99099384.0,99738207.0,101063932.0,102069110.0,103099277.0,104232230.0,105421465.0,106754589.0,107729759.0,108843745.0,109977781.0,111109120.0,112318638.0,114565750.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":378262.49813014135,"lower_bound":378002.7937616995,"upper_bound":378584.49831055175,"unit":"ns"},"mean":{"estimate":378275.21370282426,"lower_bound":377917.4431263808,"upper_bound":378791.65081875806,"unit":"ns"},"median":{"estimate":377823.0295210789,"lower_bound":377663.3703703704,"upper_bound":377924.03668234765,"unit":"ns"},"median_abs_dev":{"estimate":480.5804804072817,"lower_bound":333.9216216611013,"upper_bound":573.7377520123711,"unit":"ns"},"slope":{"estimate":378262.49813014135,"lower_bound":378002.7937616995,"upper_bound":378584.49831055175,"unit":"ns"},"change":{"mean":{"estimate":0.00925005643544008,"lower_bound":0.007895440058025815,"upper_bound":0.010825666215232364,"unit":"%"},"median":{"estimate":0.009072930147406622,"lower_bound":0.008652942270776343,"upper_bound":0.009360303729364583,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"s256","benchmarks":["s256/1","s256/10","s256/100","s256/1000","s256/10000","s256/19753","s256/29629","s256/44444","s256/66666","s256/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/s256"} +{"reason":"benchmark-complete","id":"ed19/ed19","report_directory":"/root/fuel-core/target/criterion/reports/ed19/ed19","iteration_count":[29,58,87,116,145,174,203,232,261,290,319,348,377,406,435,464,493,522,551,580,609,638,667,696,725,754,783,812,841,870,899,928,957,986,1015,1044,1073,1102,1131,1160,1189,1218,1247,1276,1305,1334,1363,1392,1421,1450,1479,1508,1537,1566,1595,1624,1653,1682,1711,1740,1769,1798,1827,1856,1885,1914,1943,1972,2001,2030,2059,2088,2117,2146,2175,2204,2233,2262,2291,2320,2349,2378,2407,2436,2465,2494,2523,2552,2581,2610,2639,2668,2697,2726,2755,2784,2813,2842,2871,2900],"measured_values":[1088499.0,2015063.0,2976027.0,3965464.0,4919654.0,5905421.0,6889464.0,7875231.0,8890162.0,9844183.0,10830293.0,11815971.0,12826259.0,13800217.0,14823112.0,15809609.0,16764158.0,17708834.0,18724001.0,19699707.0,20666560.0,21677492.0,22653875.0,23673926.0,24652235.0,25666193.0,26652689.0,27580635.0,28559275.0,29533124.0,30527716.0,31546093.0,32532686.0,33488033.0,34466143.0,35943206.0,36802837.0,37477484.0,38418850.0,39367236.0,40388777.0,41442838.0,42515533.0,43368235.0,44311610.0,45378681.0,46446266.0,47329401.0,48273891.0,49185276.0,50320781.0,51606740.0,52281416.0,53174455.0,54216261.0,55209966.0,56203513.0,57197138.0,58143727.0,59182367.0,60142901.0,61197237.0,62145661.0,63143027.0,64070589.0,65055142.0,66760693.0,67617565.0,68089549.0,68922390.0,69917041.0,71600258.0,71957576.0,72936110.0,73856781.0,74913286.0,76133740.0,76856586.0,77815900.0,78873143.0,79816898.0,81102833.0,81965714.0,82839452.0,83780489.0,84739743.0,85823389.0,86712661.0,87677191.0,89332022.0,89787596.0,90989109.0,91832815.0,92654085.0,93632303.0,94606426.0,95629034.0,96508737.0,97569951.0,98576743.0],"unit":"ns","throughput":[],"typical":{"estimate":34023.41451210999,"lower_bound":34004.2862140136,"upper_bound":34045.91650302393,"unit":"ns"},"mean":{"estimate":34061.96470904329,"lower_bound":34009.99183883429,"upper_bound":34146.429482017695,"unit":"ns"},"median":{"estimate":33991.68327586207,"lower_bound":33986.980931364466,"upper_bound":34003.08275862069,"unit":"ns"},"median_abs_dev":{"estimate":44.15782324173091,"lower_bound":34.187326538944255,"upper_bound":58.0049107293026,"unit":"ns"},"slope":{"estimate":34023.41451210999,"lower_bound":34004.2862140136,"upper_bound":34045.91650302393,"unit":"ns"},"change":{"mean":{"estimate":-0.0012057975442532065,"lower_bound":-0.004187733098303037,"upper_bound":0.001812100646184555,"unit":"%"},"median":{"estimate":-0.0015899747182309687,"lower_bound":-0.0018436167524432667,"upper_bound":-0.0010991291668803749,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"ed19","benchmarks":["ed19/ed19"],"report_directory":"/root/fuel-core/target/criterion/reports/ed19"} +{"reason":"benchmark-complete","id":"jmp/jmp","report_directory":"/root/fuel-core/target/criterion/reports/jmp/jmp","iteration_count":[5665,11330,16995,22660,28325,33990,39655,45320,50985,56650,62315,67980,73645,79310,84975,90640,96305,101970,107635,113300,118965,124630,130295,135960,141625,147290,152955,158620,164285,169950,175615,181280,186945,192610,198275,203940,209605,215270,220935,226600,232265,237930,243595,249260,254925,260590,266255,271920,277585,283250,288915,294580,300245,305910,311575,317240,322905,328570,334235,339900,345565,351230,356895,362560,368225,373890,379555,385220,390885,396550,402215,407880,413545,419210,424875,430540,436205,441870,447535,453200,458865,464530,470195,475860,481525,487190,492855,498520,504185,509850,515515,521180,526845,532510,538175,543840,549505,555170,560835,566500],"measured_values":[134520.0,248791.0,393676.0,464220.0,609689.0,801747.0,918197.0,987400.0,1177425.0,1420816.0,1484761.0,1516074.0,1554957.0,1764697.0,1783641.0,2050915.0,2104018.0,2225679.0,2333389.0,2497507.0,2833886.0,2891015.0,2819797.0,2939182.0,3383354.0,3413404.0,3708752.0,3449493.0,3616324.0,3814516.0,3789928.0,4066149.0,4207339.0,4526037.0,4640404.0,4682804.0,4883842.0,4720996.0,5015386.0,5061675.0,5206698.0,5235652.0,5367583.0,5192855.0,5794507.0,5545420.0,5855368.0,5976380.0,5660683.0,6071927.0,6050951.0,6429405.0,6934589.0,7307402.0,7027738.0,6865721.0,6703381.0,7025383.0,7353833.0,7609805.0,8112601.0,8645827.0,8386719.0,7529881.0,8536736.0,8368230.0,8221520.0,8462954.0,8832852.0,8591941.0,9584102.0,9468397.0,9313638.0,9451207.0,9182232.0,9908978.0,10766372.0,9975622.0,9994487.0,10239369.0,11454499.0,10845724.0,10298422.0,10793799.0,11568153.0,11312344.0,11136028.0,10880591.0,11579459.0,11062561.0,11742367.0,11255722.0,11399767.0,11652173.0,12702139.0,12187836.0,12623123.0,12736967.0,13188750.0,12507373.0],"unit":"ns","throughput":[],"typical":{"estimate":22.580970553452968,"lower_bound":22.355511042381988,"upper_bound":22.808230610320013,"unit":"ns"},"mean":{"estimate":22.494940199548015,"lower_bound":22.305910319102594,"upper_bound":22.689348518859912,"unit":"ns"},"median":{"estimate":22.423635516005426,"lower_bound":22.043309796999118,"upper_bound":22.610989350316018,"unit":"ns"},"median_abs_dev":{"estimate":1.080041439489743,"lower_bound":0.7565072376845032,"upper_bound":1.1983767165886379,"unit":"ns"},"slope":{"estimate":22.580970553452968,"lower_bound":22.355511042381988,"upper_bound":22.808230610320013,"unit":"ns"},"change":{"mean":{"estimate":0.2781933574132489,"lower_bound":0.25965697317905856,"upper_bound":0.29723484289830837,"unit":"%"},"median":{"estimate":0.30306362711036283,"lower_bound":0.27428569252862145,"upper_bound":0.3226396199766013,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"jmp","benchmarks":["jmp/jmp"],"report_directory":"/root/fuel-core/target/criterion/reports/jmp"} +{"reason":"benchmark-complete","id":"ji/ji","report_directory":"/root/fuel-core/target/criterion/reports/ji/ji","iteration_count":[5740,11480,17220,22960,28700,34440,40180,45920,51660,57400,63140,68880,74620,80360,86100,91840,97580,103320,109060,114800,120540,126280,132020,137760,143500,149240,154980,160720,166460,172200,177940,183680,189420,195160,200900,206640,212380,218120,223860,229600,235340,241080,246820,252560,258300,264040,269780,275520,281260,287000,292740,298480,304220,309960,315700,321440,327180,332920,338660,344400,350140,355880,361620,367360,373100,378840,384580,390320,396060,401800,407540,413280,419020,424760,430500,436240,441980,447720,453460,459200,464940,470680,476420,482160,487900,493640,499380,505120,510860,516600,522340,528080,533820,539560,545300,551040,556780,562520,568260,574000],"measured_values":[133979.0,213021.0,327263.0,431656.0,592310.0,701961.0,848240.0,898183.0,1071078.0,1156016.0,1212814.0,1430035.0,1588365.0,1660918.0,1831246.0,1890798.0,2053146.0,2332732.0,2382637.0,2565840.0,2646404.0,2769286.0,2698916.0,3233216.0,2983770.0,3170919.0,3074291.0,3407801.0,3396846.0,3494586.0,3462694.0,3708969.0,3862971.0,4023394.0,4204766.0,4382978.0,4350901.0,4278119.0,4604823.0,4609246.0,4824312.0,4993337.0,5131496.0,5102231.0,5416332.0,5542811.0,5703670.0,5725772.0,5658867.0,5958628.0,6458211.0,6074102.0,6220698.0,6176099.0,6476321.0,6531085.0,6834026.0,6971143.0,7098267.0,7299589.0,7123823.0,7118411.0,7517343.0,7652536.0,7661609.0,7942302.0,8150841.0,8394108.0,8182257.0,8654779.0,8531652.0,8955535.0,8830673.0,8933767.0,8714125.0,8808689.0,9007251.0,9449632.0,9302493.0,9555575.0,9537571.0,9867419.0,9782211.0,9983403.0,10205808.0,10271969.0,10609836.0,10524948.0,11558609.0,11639045.0,11290042.0,11644361.0,11254155.0,10929249.0,12108647.0,11318651.0,11517207.0,13069348.0,12425730.0,11958352.0],"unit":"ns","throughput":[],"typical":{"estimate":21.048418943849764,"lower_bound":20.844350501732432,"upper_bound":21.264413355193266,"unit":"ns"},"mean":{"estimate":20.859264910878515,"lower_bound":20.69153672919144,"upper_bound":21.02969863488393,"unit":"ns"},"median":{"estimate":20.78920043910928,"lower_bound":20.65322299651568,"upper_bound":20.929646590343456,"unit":"ns"},"median_abs_dev":{"estimate":0.5933778376965657,"lower_bound":0.4264382346284869,"upper_bound":0.7046933032557428,"unit":"ns"},"slope":{"estimate":21.048418943849764,"lower_bound":20.844350501732432,"upper_bound":21.264413355193266,"unit":"ns"},"change":{"mean":{"estimate":0.15603475212318219,"lower_bound":0.14191130540883323,"upper_bound":0.17049550654011003,"unit":"%"},"median":{"estimate":0.15897864694470631,"lower_bound":0.14291301903653175,"upper_bound":0.1698213240789935,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"ji","benchmarks":["ji/ji"],"report_directory":"/root/fuel-core/target/criterion/reports/ji"} +{"reason":"benchmark-complete","id":"jne/jne","report_directory":"/root/fuel-core/target/criterion/reports/jne/jne","iteration_count":[5663,11326,16989,22652,28315,33978,39641,45304,50967,56630,62293,67956,73619,79282,84945,90608,96271,101934,107597,113260,118923,124586,130249,135912,141575,147238,152901,158564,164227,169890,175553,181216,186879,192542,198205,203868,209531,215194,220857,226520,232183,237846,243509,249172,254835,260498,266161,271824,277487,283150,288813,294476,300139,305802,311465,317128,322791,328454,334117,339780,345443,351106,356769,362432,368095,373758,379421,385084,390747,396410,402073,407736,413399,419062,424725,430388,436051,441714,447377,453040,458703,464366,470029,475692,481355,487018,492681,498344,504007,509670,515333,520996,526659,532322,537985,543648,549311,554974,560637,566300],"measured_values":[152317.0,254705.0,390778.0,533222.0,653728.0,763797.0,948279.0,1019057.0,1148851.0,1298929.0,1395369.0,1477715.0,1615824.0,1765957.0,1865085.0,2059301.0,2185335.0,2278260.0,2540642.0,2669696.0,2752956.0,2868234.0,2912129.0,3120314.0,3158055.0,3335500.0,3549518.0,3541321.0,3621551.0,3906806.0,4047990.0,4200907.0,4174825.0,4466234.0,4488437.0,4681731.0,4751047.0,4905607.0,5038427.0,5102167.0,5249966.0,5524439.0,5620032.0,5712911.0,5761612.0,6062514.0,6186622.0,6560113.0,6421531.0,6635146.0,6825393.0,6804653.0,6749386.0,6899825.0,7312192.0,7489084.0,7551848.0,7577235.0,7782460.0,7934442.0,8060995.0,8192485.0,8361625.0,8517537.0,8431521.0,8422323.0,8998374.0,8763804.0,9013700.0,9002557.0,9780089.0,9942094.0,9635955.0,9654738.0,10242653.0,9841785.0,10066747.0,10222572.0,10455243.0,10431053.0,10276178.0,10525406.0,10534546.0,11072782.0,11256743.0,11142976.0,11257479.0,11423704.0,11600624.0,11649974.0,12912702.0,12102745.0,12120458.0,12245143.0,13547866.0,13941304.0,13311063.0,12794114.0,12838017.0,13144778.0],"unit":"ns","throughput":[],"typical":{"estimate":23.30261428871782,"lower_bound":23.101262573040383,"upper_bound":23.527526339923064,"unit":"ns"},"mean":{"estimate":23.10744971436181,"lower_bound":22.969966410265084,"upper_bound":23.259514415574085,"unit":"ns"},"median":{"estimate":23.023347627341757,"lower_bound":22.927580145441702,"upper_bound":23.114567315079412,"unit":"ns"},"median_abs_dev":{"estimate":0.5004544452015209,"lower_bound":0.3606793180415758,"upper_bound":0.621236015900747,"unit":"ns"},"slope":{"estimate":23.30261428871782,"lower_bound":23.101262573040383,"upper_bound":23.527526339923064,"unit":"ns"},"change":{"mean":{"estimate":0.08695187723020847,"lower_bound":0.07640162000188419,"upper_bound":0.09762653987110707,"unit":"%"},"median":{"estimate":0.08816541054866578,"lower_bound":0.07332817923193913,"upper_bound":0.10097062635582699,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"jne","benchmarks":["jne/jne"],"report_directory":"/root/fuel-core/target/criterion/reports/jne"} +{"reason":"benchmark-complete","id":"jnei/jnei","report_directory":"/root/fuel-core/target/criterion/reports/jnei/jnei","iteration_count":[5677,11354,17031,22708,28385,34062,39739,45416,51093,56770,62447,68124,73801,79478,85155,90832,96509,102186,107863,113540,119217,124894,130571,136248,141925,147602,153279,158956,164633,170310,175987,181664,187341,193018,198695,204372,210049,215726,221403,227080,232757,238434,244111,249788,255465,261142,266819,272496,278173,283850,289527,295204,300881,306558,312235,317912,323589,329266,334943,340620,346297,351974,357651,363328,369005,374682,380359,386036,391713,397390,403067,408744,414421,420098,425775,431452,437129,442806,448483,454160,459837,465514,471191,476868,482545,488222,493899,499576,505253,510930,516607,522284,527961,533638,539315,544992,550669,556346,562023,567700],"measured_values":[138613.0,264842.0,387954.0,512724.0,639791.0,777888.0,888161.0,1031596.0,1212007.0,1305077.0,1406949.0,1495403.0,1674070.0,1795166.0,1889374.0,2008577.0,2251557.0,2341686.0,2450152.0,2575308.0,2667976.0,2738111.0,2822291.0,2990178.0,3303669.0,3402275.0,3391518.0,3503626.0,3737980.0,3762110.0,3915176.0,4060120.0,4176867.0,4436710.0,4495224.0,4621160.0,4771754.0,5087562.0,5232537.0,5243701.0,5281632.0,5504968.0,5584632.0,5762065.0,5907327.0,5860533.0,6003123.0,6277111.0,6501437.0,6479054.0,6586027.0,6770696.0,6737455.0,7208196.0,7424657.0,7358177.0,7353923.0,7517925.0,7638723.0,7824928.0,8599056.0,8012878.0,8326066.0,8878880.0,8651445.0,8469986.0,8800737.0,8508619.0,9376825.0,9021084.0,9098026.0,9212749.0,9397886.0,9593504.0,9964946.0,10747654.0,10764602.0,10512261.0,10433055.0,10291107.0,10554606.0,10618278.0,10965873.0,10865393.0,11091735.0,11275688.0,11283904.0,11494504.0,12213927.0,11923583.0,12527847.0,11891959.0,11947006.0,12082848.0,12535259.0,13188538.0,12198361.0,12825175.0,12871941.0,13628828.0],"unit":"ns","throughput":[],"typical":{"estimate":23.147609296886507,"lower_bound":22.979319695247668,"upper_bound":23.32125366749774,"unit":"ns"},"mean":{"estimate":22.956418534613498,"lower_bound":22.83358696343848,"upper_bound":23.08472487975472,"unit":"ns"},"median":{"estimate":22.834361678498333,"lower_bound":22.726121716127558,"upper_bound":22.985908050026424,"unit":"ns"},"median_abs_dev":{"estimate":0.43721882043747856,"lower_bound":0.33539422556290444,"upper_bound":0.638460493827098,"unit":"ns"},"slope":{"estimate":23.147609296886507,"lower_bound":22.979319695247668,"upper_bound":23.32125366749774,"unit":"ns"},"change":{"mean":{"estimate":0.1564690049103703,"lower_bound":0.14240994529905238,"upper_bound":0.16990638044605025,"unit":"%"},"median":{"estimate":0.14698974863695602,"lower_bound":0.137806530571419,"upper_bound":0.16067679485402375,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"jnei","benchmarks":["jnei/jnei"],"report_directory":"/root/fuel-core/target/criterion/reports/jnei"} +{"reason":"benchmark-complete","id":"jnzi/jnzi","report_directory":"/root/fuel-core/target/criterion/reports/jnzi/jnzi","iteration_count":[5657,11314,16971,22628,28285,33942,39599,45256,50913,56570,62227,67884,73541,79198,84855,90512,96169,101826,107483,113140,118797,124454,130111,135768,141425,147082,152739,158396,164053,169710,175367,181024,186681,192338,197995,203652,209309,214966,220623,226280,231937,237594,243251,248908,254565,260222,265879,271536,277193,282850,288507,294164,299821,305478,311135,316792,322449,328106,333763,339420,345077,350734,356391,362048,367705,373362,379019,384676,390333,395990,401647,407304,412961,418618,424275,429932,435589,441246,446903,452560,458217,463874,469531,475188,480845,486502,492159,497816,503473,509130,514787,520444,526101,531758,537415,543072,548729,554386,560043,565700],"measured_values":[149711.0,266580.0,411639.0,505721.0,608725.0,718316.0,864776.0,913344.0,1154768.0,1230847.0,1248911.0,1411940.0,1689969.0,1742253.0,1900719.0,1791473.0,2129029.0,2127629.0,2263317.0,2361456.0,2581532.0,2697013.0,3058172.0,2721879.0,2924633.0,3045672.0,3518750.0,3456688.0,4008894.0,3924624.0,3763352.0,3911948.0,3898226.0,4349663.0,4632837.0,4296717.0,4794020.0,4582199.0,4680559.0,4565447.0,5064111.0,5231085.0,5184687.0,5590252.0,5838456.0,5597407.0,5895296.0,5651543.0,6055477.0,5689469.0,6076998.0,6350826.0,7019991.0,6614027.0,6673683.0,6919307.0,7353023.0,7185933.0,7357146.0,7445266.0,7327302.0,7533794.0,7294741.0,7616650.0,8154389.0,7698985.0,8380045.0,8018118.0,9158894.0,8875979.0,9450720.0,8919244.0,9318846.0,9193717.0,9802531.0,9319804.0,10574371.0,9608431.0,10420319.0,9587612.0,10662378.0,10595487.0,10964035.0,10067098.0,11150039.0,9831170.0,10831578.0,10830848.0,11803408.0,11011871.0,11394742.0,11191772.0,12516511.0,12189121.0,12640905.0,11215076.0,11862719.0,12250009.0,12102340.0,11911374.0],"unit":"ns","throughput":[],"typical":{"estimate":22.076419894726143,"lower_bound":21.81695115968748,"upper_bound":22.339455550650804,"unit":"ns"},"mean":{"estimate":21.978534359179033,"lower_bound":21.761214354651337,"upper_bound":22.205530045769823,"unit":"ns"},"median":{"estimate":21.836161482274434,"lower_bound":21.628800109991555,"upper_bound":22.0256572726032,"unit":"ns"},"median_abs_dev":{"estimate":1.1196496302364107,"lower_bound":0.7673947057194151,"upper_bound":1.4363008797650252,"unit":"ns"},"slope":{"estimate":22.076419894726143,"lower_bound":21.81695115968748,"upper_bound":22.339455550650804,"unit":"ns"},"change":{"mean":{"estimate":0.12457169811998092,"lower_bound":0.10896313510938588,"upper_bound":0.13945566712446178,"unit":"%"},"median":{"estimate":0.12056556157807163,"lower_bound":0.10819911026281104,"upper_bound":0.1324745906159832,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"jnzi","benchmarks":["jnzi/jnzi"],"report_directory":"/root/fuel-core/target/criterion/reports/jnzi"} +{"reason":"benchmark-complete","id":"ret_script/ret_script","report_directory":"/root/fuel-core/target/criterion/reports/ret_script/ret_script","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2367.0,2004.0,1904.0,1904.0,1901.0,1927.0,1861.0,1849.0,1850.0,1881.0,1863.0,1889.0,1877.0,2029.0,1941.0,1928.0,1906.0,2102.0,1951.0,1957.0,1887.0,1920.0,1880.0,86771.0,1942.0,1870.0,1892.0,1929.0,1875.0,1857.0,1854.0,1942.0,2329.0,1932.0,1879.0,1844.0,1873.0,1832.0,1856.0,1853.0,1868.0,2199.0,1984.0,1875.0,1915.0,1821.0,1908.0,1884.0,1975.0,1878.0,1890.0,1871.0,1847.0,1994.0,1865.0,1883.0,1962.0,1948.0,1875.0,1859.0,1850.0,1899.0,1853.0,1892.0,1850.0,1895.0,1852.0,1894.0,1879.0,1871.0,1857.0,2096.0,1856.0,1906.0,1909.0,1928.0,1871.0,1958.0,1875.0,1886.0,1890.0,1878.0,1871.0,1863.0,1876.0,1982.0,1952.0,1930.0,1889.0,1879.0,1938.0,1890.0,1878.0,1867.0,1987.0,1892.0,1881.0,1940.0,1896.0,1868.0],"unit":"ns","throughput":[],"typical":{"estimate":2761.33,"lower_bound":1900.85,"upper_bound":4468.92025,"unit":"ns"},"mean":{"estimate":2761.33,"lower_bound":1900.85,"upper_bound":4468.92025,"unit":"ns"},"median":{"estimate":1889.0,"lower_bound":1879.0,"upper_bound":1897.0,"unit":"ns"},"median_abs_dev":{"estimate":38.54759931564331,"lower_bound":25.945499539375305,"upper_bound":53.3735990524292,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.42599009517514186,"lower_bound":-0.0377598832874885,"upper_bound":1.643429705669526,"unit":"%"},"median":{"estimate":0.005054535780792735,"lower_bound":-0.004492600422832949,"upper_bound":0.016323253947016392,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"ret_script","benchmarks":["ret_script/ret_script"],"report_directory":"/root/fuel-core/target/criterion/reports/ret_script"} +{"reason":"benchmark-complete","id":"ret_contract/ret_contract","report_directory":"/root/fuel-core/target/criterion/reports/ret_contract/ret_contract","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1220.0,839.0,837.0,863.0,990.0,925.0,908.0,847.0,1282.0,1007.0,834.0,1001.0,870.0,819.0,831.0,844.0,841.0,796.0,975.0,862.0,837.0,854.0,841.0,1038.0,862.0,825.0,837.0,857.0,831.0,844.0,1010.0,852.0,859.0,938.0,986.0,889.0,914.0,1048.0,915.0,902.0,909.0,1049.0,917.0,867.0,1002.0,910.0,881.0,965.0,981.0,938.0,904.0,901.0,1002.0,930.0,897.0,891.0,964.0,975.0,1017.0,955.0,963.0,951.0,1074.0,1439.0,959.0,882.0,1130.0,950.0,994.0,948.0,1014.0,994.0,946.0,1260.0,999.0,904.0,1323.0,1039.0,961.0,954.0,972.0,1025.0,963.0,1042.0,1005.0,973.0,922.0,935.0,957.0,911.0,928.0,1014.0,960.0,918.0,899.0,1028.0,1033.0,1014.0,901.0,1010.0],"unit":"ns","throughput":[],"typical":{"estimate":952.79,"lower_bound":932.7,"upper_bound":974.77,"unit":"ns"},"mean":{"estimate":952.79,"lower_bound":932.7,"upper_bound":974.77,"unit":"ns"},"median":{"estimate":942.0,"lower_bound":915.0,"upper_bound":961.5,"unit":"ns"},"median_abs_dev":{"estimate":88.95599842071533,"lower_bound":66.7169988155365,"upper_bound":106.7471981048584,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.012636837070889584,"lower_bound":-0.01809857088626468,"upper_bound":0.04415475189234663,"unit":"%"},"median":{"estimate":0.03063457330415753,"lower_bound":-0.006929637526652432,"upper_bound":0.07422096317280458,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"ret_contract","benchmarks":["ret_contract/ret_contract"],"report_directory":"/root/fuel-core/target/criterion/reports/ret_contract"} +{"reason":"benchmark-complete","id":"retd_contract/1","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1650.0,1372.0,1427.0,1406.0,1283.0,1288.0,1261.0,1239.0,1246.0,1260.0,1509.0,1247.0,1255.0,1340.0,1659.0,1584.0,1255.0,1358.0,1263.0,1236.0,1409.0,1323.0,1253.0,1295.0,1289.0,1331.0,1317.0,1378.0,1298.0,1232.0,1252.0,1302.0,1280.0,1342.0,1543.0,1305.0,1315.0,1352.0,1287.0,1296.0,1303.0,1376.0,1474.0,1326.0,1263.0,1406.0,1356.0,1374.0,1658.0,1363.0,1389.0,1372.0,1363.0,1397.0,1221.0,1327.0,1395.0,1384.0,1249.0,1255.0,1335.0,1411.0,1442.0,1325.0,1349.0,1389.0,1387.0,1342.0,1277.0,1281.0,1237.0,1365.0,1317.0,1297.0,1378.0,1385.0,1370.0,1339.0,1221.0,1391.0,1319.0,1333.0,1362.0,1394.0,1328.0,1376.0,1295.0,1378.0,2069.0,1772.0,1500.0,1549.0,1441.0,1546.0,1449.0,1500.0,1607.0,1387.0,1459.0,1517.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":1372.07,"lower_bound":1348.74,"upper_bound":1398.23,"unit":"ns"},"mean":{"estimate":1372.07,"lower_bound":1348.74,"upper_bound":1398.23,"unit":"ns"},"median":{"estimate":1350.5,"lower_bound":1327.0,"upper_bound":1373.0,"unit":"ns"},"median_abs_dev":{"estimate":82.28429853916168,"lower_bound":61.52789890766144,"upper_bound":110.45369803905487,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.4661683973807792,"lower_bound":-0.7269993437656629,"upper_bound":0.018940332911391796,"unit":"%"},"median":{"estimate":0.002970664686223534,"lower_bound":-0.02265155574447935,"upper_bound":0.024934871604019415,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/10","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1642.0,1404.0,1273.0,1274.0,1255.0,1293.0,1341.0,1307.0,1267.0,1252.0,1241.0,1456.0,1626.0,1312.0,1523.0,1327.0,1264.0,1372.0,1498.0,1295.0,1435.0,1286.0,1289.0,1280.0,1292.0,1305.0,1302.0,1300.0,1300.0,1267.0,1286.0,1284.0,1283.0,1244.0,1368.0,1332.0,1221.0,1327.0,1281.0,1233.0,1428.0,1228.0,1224.0,1265.0,1309.0,1280.0,1360.0,1236.0,1315.0,1295.0,1319.0,1317.0,1319.0,1298.0,1339.0,1394.0,1365.0,1290.0,1336.0,1346.0,1269.0,1273.0,1330.0,1319.0,1450.0,1315.0,1327.0,1314.0,1262.0,1372.0,1286.0,1284.0,1327.0,1305.0,1252.0,1277.0,1439.0,1367.0,1291.0,1262.0,1313.0,1264.0,1291.0,1332.0,1424.0,1355.0,1344.0,1343.0,1439.0,1378.0,1282.0,1368.0,1353.0,1270.0,1261.0,1364.0,1279.0,1335.0,1295.0,1282.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":1322.93,"lower_bound":1309.22,"upper_bound":1337.99,"unit":"ns"},"mean":{"estimate":1322.93,"lower_bound":1309.22,"upper_bound":1337.99,"unit":"ns"},"median":{"estimate":1305.0,"lower_bound":1292.0,"upper_bound":1319.0,"unit":"ns"},"median_abs_dev":{"estimate":47.443199157714844,"lower_bound":36.32369935512543,"upper_bound":63.75179886817932,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.08484483736631654,"lower_bound":-0.10990625245852517,"upper_bound":-0.059904000813557665,"unit":"%"},"median":{"estimate":-0.07643312101910826,"lower_bound":-0.09472212513107303,"upper_bound":-0.04260742898761838,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"retd_contract/100","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1858.0,1503.0,1781.0,1548.0,1791.0,1543.0,1507.0,1608.0,1552.0,1483.0,1578.0,1468.0,1492.0,1515.0,1462.0,1472.0,1517.0,1468.0,1474.0,1576.0,1513.0,1539.0,1549.0,1483.0,1515.0,1574.0,1496.0,1485.0,1550.0,1490.0,1548.0,1500.0,1501.0,1483.0,1534.0,1500.0,1523.0,1590.0,1478.0,1658.0,1551.0,1488.0,1494.0,1481.0,1465.0,1448.0,1487.0,1452.0,1444.0,1485.0,1581.0,1484.0,1525.0,1459.0,1621.0,1592.0,1437.0,1664.0,1522.0,1643.0,1469.0,1511.0,1448.0,1447.0,1484.0,1451.0,1574.0,1508.0,1448.0,1502.0,1525.0,1466.0,1468.0,1492.0,1445.0,1452.0,1512.0,1432.0,1453.0,1581.0,1565.0,1519.0,1567.0,1608.0,1506.0,1601.0,1513.0,1515.0,1547.0,1596.0,1511.0,1549.0,1522.0,1527.0,1504.0,1510.0,1464.0,1490.0,1592.0,1545.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1524.47,"lower_bound":1511.06,"upper_bound":1539.26,"unit":"ns"},"mean":{"estimate":1524.47,"lower_bound":1511.06,"upper_bound":1539.26,"unit":"ns"},"median":{"estimate":1510.5,"lower_bound":1498.0,"upper_bound":1519.5,"unit":"ns"},"median_abs_dev":{"estimate":55.59749901294708,"lower_bound":37.06499934196472,"upper_bound":66.7169988155365,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.34616159926573087,"lower_bound":-0.5786661907975084,"upper_bound":-0.0858728387493093,"unit":"%"},"median":{"estimate":-0.08120437956204385,"lower_bound":-0.10461018010590728,"upper_bound":-0.06339341205717841,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/1000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[6122.0,5282.0,5438.0,5416.0,5284.0,5397.0,5410.0,5246.0,5374.0,5398.0,5230.0,5394.0,5390.0,5547.0,5354.0,5525.0,5235.0,5365.0,6014.0,5452.0,5428.0,5484.0,5308.0,5848.0,5440.0,5315.0,5511.0,5539.0,5373.0,5430.0,5842.0,5251.0,5475.0,5582.0,5315.0,5426.0,5703.0,5471.0,5407.0,5546.0,5349.0,5608.0,5558.0,5366.0,6079.0,5363.0,5541.0,5308.0,5447.0,5640.0,5473.0,5275.0,5441.0,5382.0,5163.0,5347.0,5343.0,5176.0,5332.0,5624.0,5189.0,5320.0,5411.0,5206.0,5418.0,5423.0,5245.0,5472.0,5390.0,5168.0,5355.0,5893.0,5172.0,5656.0,7576.0,5199.0,5435.0,5546.0,5216.0,5407.0,5430.0,5241.0,5448.0,5332.0,5100.0,5363.0,5417.0,5330.0,5387.0,6502.0,5443.0,6468.0,5472.0,5388.0,5543.0,5412.0,5224.0,5729.0,5623.0,5478.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":5474.09,"lower_bound":5418.01,"upper_bound":5541.51,"unit":"ns"},"mean":{"estimate":5474.09,"lower_bound":5418.01,"upper_bound":5541.51,"unit":"ns"},"median":{"estimate":5411.5,"lower_bound":5388.0,"upper_bound":5435.0,"unit":"ns"},"median_abs_dev":{"estimate":128.24489772319794,"lower_bound":89.69729840755463,"upper_bound":188.2901966571808,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.030028917917059528,"lower_bound":-0.08006146976559325,"upper_bound":0.004600328576588364,"unit":"%"},"median":{"estimate":-0.0019365547768350755,"lower_bound":-0.014758456320469349,"upper_bound":0.0066809720237026955,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/10000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[45494.0,39854.0,39690.0,39685.0,39794.0,39817.0,39737.0,39624.0,39578.0,39665.0,39641.0,39646.0,39679.0,39622.0,39753.0,40124.0,39947.0,39744.0,39688.0,40260.0,39682.0,39797.0,39802.0,39666.0,39907.0,52554.0,39808.0,39689.0,39648.0,39613.0,39553.0,39871.0,39637.0,39551.0,39855.0,39640.0,39654.0,39798.0,39573.0,39769.0,39813.0,39672.0,42035.0,39863.0,39722.0,39650.0,39606.0,39615.0,39650.0,39447.0,39692.0,39686.0,39410.0,39657.0,39735.0,39583.0,39696.0,39618.0,39586.0,39643.0,40229.0,40018.0,39801.0,39750.0,39626.0,39512.0,39601.0,39618.0,39624.0,39835.0,39710.0,39701.0,39587.0,39589.0,39656.0,39697.0,39582.0,39844.0,39548.0,39575.0,39734.0,39865.0,39669.0,39676.0,39772.0,39813.0,39789.0,39678.0,39618.0,39524.0,40162.0,39739.0,39809.0,39612.0,39680.0,39817.0,39999.0,39693.0,39766.0,39793.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":39927.99,"lower_bound":39717.8295,"upper_bound":40249.64075,"unit":"ns"},"mean":{"estimate":39927.99,"lower_bound":39717.8295,"upper_bound":40249.64075,"unit":"ns"},"median":{"estimate":39688.5,"lower_bound":39669.0,"upper_bound":39734.0,"unit":"ns"},"median_abs_dev":{"estimate":117.12539792060852,"lower_bound":89.69729840755463,"upper_bound":153.44909727573395,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.005118230057040041,"lower_bound":-0.004789676249323557,"upper_bound":0.015496396949663453,"unit":"%"},"median":{"estimate":0.003755690440060633,"lower_bound":0.0025139911820812877,"upper_bound":0.0050859036967687565,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/19753","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[141297.0,76995.0,76859.0,76697.0,76719.0,76771.0,76792.0,76689.0,76736.0,76679.0,76731.0,76721.0,76652.0,77011.0,76748.0,105611.0,77266.0,77178.0,76945.0,76691.0,76786.0,76851.0,76804.0,76650.0,76845.0,76691.0,76683.0,76649.0,76652.0,76810.0,76874.0,76634.0,76584.0,76635.0,76796.0,76695.0,76676.0,76664.0,76730.0,76736.0,76744.0,76656.0,76677.0,78040.0,77712.0,76983.0,77174.0,76924.0,76755.0,76642.0,76742.0,76788.0,76706.0,76781.0,76748.0,76693.0,76751.0,76775.0,76693.0,76775.0,76783.0,76655.0,76773.0,76749.0,76789.0,76907.0,76769.0,76683.0,76736.0,76749.0,76666.0,76728.0,76864.0,76663.0,76693.0,76788.0,76895.0,76714.0,76731.0,76583.0,76713.0,76735.0,76748.0,76641.0,76764.0,76621.0,76671.0,76660.0,76666.0,76686.0,76749.0,76557.0,76723.0,76710.0,76667.0,76677.0,76732.0,76645.0,76696.0,76703.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":77706.74,"lower_bound":76755.02975,"upper_bound":79307.66,"unit":"ns"},"mean":{"estimate":77706.74,"lower_bound":76755.02975,"upper_bound":79307.66,"unit":"ns"},"median":{"estimate":76731.5,"lower_bound":76709.5,"upper_bound":76748.5,"unit":"ns"},"median_abs_dev":{"estimate":80.8016985654831,"lower_bound":62.26919889450073,"upper_bound":100.81679821014404,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.009293396143950527,"lower_bound":-0.009839974141703529,"upper_bound":0.03306067670509044,"unit":"%"},"median":{"estimate":0.007649476683869727,"lower_bound":0.0071807393404745845,"upper_bound":0.008065681444991757,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/29629","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[133773.0,114330.0,114640.0,114345.0,114449.0,114106.0,114806.0,114148.0,114683.0,114131.0,114427.0,114098.0,114886.0,114146.0,114657.0,114395.0,114430.0,114061.0,114697.0,114098.0,114901.0,114240.0,114569.0,114125.0,114845.0,114163.0,114705.0,114207.0,114830.0,114156.0,114467.0,114158.0,114552.0,114072.0,114560.0,114081.0,114619.0,114109.0,114417.0,114057.0,114429.0,114100.0,114480.0,114053.0,114653.0,114100.0,114450.0,114258.0,114627.0,114408.0,114501.0,114030.0,114494.0,114125.0,114419.0,117125.0,114614.0,114216.0,114442.0,114109.0,114483.0,114115.0,114364.0,114121.0,114452.0,114077.0,114566.0,114084.0,117090.0,114121.0,114574.0,114153.0,114367.0,114076.0,114408.0,114017.0,114466.0,114181.0,114539.0,114430.0,114351.0,114166.0,114540.0,114033.0,114566.0,114116.0,114755.0,114159.0,114558.0,114104.0,114692.0,114092.0,114426.0,114184.0,114524.0,114109.0,114390.0,114211.0,114683.0,114023.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":114601.38,"lower_bound":114343.61975,"upper_bound":115046.10225000001,"unit":"ns"},"mean":{"estimate":114601.38,"lower_bound":114343.61975,"upper_bound":115046.10225000001,"unit":"ns"},"median":{"estimate":114392.5,"lower_bound":114211.0,"upper_bound":114435.5,"unit":"ns"},"median_abs_dev":{"estimate":349.1522938013077,"lower_bound":223.87259602546692,"upper_bound":395.8541929721832,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006206268747609656,"lower_bound":-0.0037162543869185953,"upper_bound":0.013833313681254466,"unit":"%"},"median":{"estimate":0.010503208823048782,"lower_bound":0.008940008303960356,"upper_bound":0.011084750405351063,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/44444","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[232911.0,170585.0,170014.0,170405.0,170036.0,170261.0,170219.0,174658.0,170284.0,170282.0,170041.0,170223.0,170625.0,170179.0,170238.0,172851.0,170078.0,170330.0,170068.0,170241.0,170165.0,170287.0,170299.0,170085.0,170065.0,170248.0,170209.0,170262.0,170081.0,170320.0,170126.0,170226.0,170143.0,170852.0,170030.0,170173.0,170104.0,170205.0,170082.0,170139.0,170001.0,170174.0,170065.0,170139.0,170006.0,170160.0,170068.0,183631.0,170141.0,170167.0,170050.0,170291.0,170024.0,170377.0,170112.0,170848.0,170312.0,170256.0,170163.0,170308.0,170178.0,170080.0,170243.0,170196.0,170007.0,170149.0,170147.0,170269.0,170241.0,170091.0,170259.0,170171.0,170174.0,171240.0,170218.0,170029.0,170161.0,170234.0,170578.0,170143.0,170107.0,170402.0,170392.0,170103.0,170154.0,170255.0,170352.0,170197.0,170464.0,170117.0,170192.0,170266.0,170118.0,170135.0,170101.0,170048.0,171211.0,170215.0,170121.0,170279.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":171059.6,"lower_bound":170250.01,"upper_bound":172488.6605,"unit":"ns"},"mean":{"estimate":171059.6,"lower_bound":170250.01,"upper_bound":172488.6605,"unit":"ns"},"median":{"estimate":170185.5,"lower_bound":170161.0,"upper_bound":170228.5,"unit":"ns"},"median_abs_dev":{"estimate":123.05579781532288,"lower_bound":99.33419823646545,"upper_bound":159.3794971704483,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0027098317083664725,"lower_bound":-0.015147675888099142,"upper_bound":0.016642035821551115,"unit":"%"},"median":{"estimate":0.00705054617323686,"lower_bound":0.005969725806356241,"upper_bound":0.007934698614684432,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/66666","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[283940.0,254370.0,254284.0,254516.0,254209.0,254440.0,254426.0,259337.0,254477.0,254441.0,254330.0,254252.0,254375.0,254312.0,254313.0,254316.0,254334.0,254175.0,254190.0,254206.0,254284.0,256723.0,254283.0,254246.0,254221.0,254160.0,254242.0,254153.0,254256.0,254146.0,254187.0,254220.0,254361.0,254046.0,254142.0,254294.0,263184.0,254187.0,254263.0,254136.0,254258.0,254228.0,254208.0,254037.0,254209.0,254462.0,254141.0,257293.0,254185.0,254205.0,254257.0,254079.0,254112.0,254222.0,254303.0,254074.0,254331.0,254137.0,284275.0,254142.0,254346.0,254140.0,254169.0,254075.0,254254.0,254121.0,254179.0,254123.0,254468.0,256599.0,254299.0,254073.0,254337.0,254250.0,254280.0,254115.0,254327.0,254137.0,254309.0,254200.0,254220.0,254165.0,254281.0,254531.0,254381.0,254298.0,254292.0,254222.0,254212.0,254497.0,254242.0,254085.0,254378.0,254796.0,254555.0,254667.0,254448.0,254454.0,254637.0,254332.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":255086.29,"lower_bound":254393.7795,"upper_bound":256040.04825,"unit":"ns"},"mean":{"estimate":255086.29,"lower_bound":254393.7795,"upper_bound":256040.04825,"unit":"ns"},"median":{"estimate":254257.5,"lower_bound":254222.0,"upper_bound":254298.0,"unit":"ns"},"median_abs_dev":{"estimate":131.21009767055511,"lower_bound":102.29939818382263,"upper_bound":189.03149664402008,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.005161511853623013,"lower_bound":-0.0016278953041715504,"upper_bound":0.011355076380565942,"unit":"%"},"median":{"estimate":0.008112239132632704,"lower_bound":0.007838559369902631,"upper_bound":0.008347079909907018,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_contract/100000","report_directory":"/root/fuel-core/target/criterion/reports/retd_contract/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[421219.0,383348.0,380843.0,380693.0,380891.0,380858.0,380891.0,380681.0,380977.0,381052.0,380815.0,383330.0,380885.0,380785.0,380893.0,380748.0,380873.0,380779.0,380865.0,380720.0,381296.0,380821.0,381029.0,380811.0,380762.0,380778.0,381037.0,380987.0,380975.0,380989.0,380819.0,380853.0,380950.0,383226.0,380950.0,380902.0,380873.0,380681.0,380815.0,380748.0,380821.0,380814.0,380810.0,380787.0,380863.0,380736.0,380877.0,380681.0,380891.0,380736.0,381096.0,380779.0,383232.0,380763.0,380839.0,380886.0,380903.0,380724.0,380770.0,380765.0,380872.0,380918.0,411418.0,380695.0,380881.0,380748.0,380922.0,380704.0,381281.0,380846.0,380856.0,380840.0,381001.0,380607.0,380993.0,383099.0,380897.0,380793.0,380804.0,380822.0,380885.0,380727.0,380984.0,380869.0,380706.0,380934.0,381313.0,380955.0,380739.0,380875.0,380746.0,380760.0,381026.0,380765.0,380937.0,383102.0,381049.0,380725.0,380950.0,380881.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":381711.46,"lower_bound":380952.31975,"upper_bound":382844.41099999996,"unit":"ns"},"mean":{"estimate":381711.46,"lower_bound":380952.31975,"upper_bound":382844.41099999996,"unit":"ns"},"median":{"estimate":380867.0,"lower_bound":380822.0,"upper_bound":380885.5,"unit":"ns"},"median_abs_dev":{"estimate":131.21009767055511,"lower_bound":97.11029827594757,"upper_bound":167.53379702568054,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007970704291584418,"lower_bound":0.0035335451925443883,"upper_bound":0.011689272542723466,"unit":"%"},"median":{"estimate":0.008816319395240413,"lower_bound":0.008668327235312079,"upper_bound":0.008961921766635017,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"retd_contract","benchmarks":["retd_contract/1","retd_contract/10","retd_contract/100","retd_contract/1000","retd_contract/10000","retd_contract/19753","retd_contract/29629","retd_contract/44444","retd_contract/66666","retd_contract/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/retd_contract"} +{"reason":"benchmark-complete","id":"retd_script/1","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[3960.0,1392.0,1310.0,1351.0,1387.0,1316.0,1443.0,1423.0,1368.0,1348.0,1327.0,1357.0,1359.0,1325.0,1384.0,1343.0,1339.0,1366.0,1396.0,146112.0,1420.0,1262.0,1281.0,1302.0,1289.0,1535.0,1571.0,1257.0,1261.0,1445.0,1472.0,1447.0,1473.0,1392.0,1402.0,1389.0,1414.0,2054.0,1583.0,1361.0,1363.0,1409.0,1365.0,1578.0,1511.0,1434.0,1372.0,1422.0,1349.0,1428.0,1345.0,1390.0,1367.0,1408.0,1483.0,1356.0,1513.0,1341.0,1440.0,1243.0,1290.0,1267.0,1279.0,1308.0,1378.0,1362.0,1948.0,1378.0,1333.0,1324.0,1321.0,1307.0,1416.0,1858.0,1486.0,1457.0,1538.0,1625.0,1360.0,1355.0,1424.0,1557.0,1450.0,1545.0,1446.0,1467.0,1453.0,1472.0,1458.0,1449.0,1462.0,1380.0,1390.0,1526.0,1462.0,1381.0,1372.0,1314.0,1411.0,1344.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":2886.86,"lower_bound":1403.36,"upper_bound":5814.6,"unit":"ns"},"mean":{"estimate":2886.86,"lower_bound":1403.36,"upper_bound":5814.6,"unit":"ns"},"median":{"estimate":1390.0,"lower_bound":1370.0,"upper_bound":1416.0,"unit":"ns"},"median_abs_dev":{"estimate":83.76689851284027,"lower_bound":61.52789890766144,"upper_bound":100.81679821014404,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.994858860518951,"lower_bound":-0.1120261366308638,"upper_bound":3.37880161230664,"unit":"%"},"median":{"estimate":0.062285059228123885,"lower_bound":0.036063110443275814,"upper_bound":0.08518802762854949,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/10","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1664.0,1331.0,1307.0,1279.0,1289.0,1259.0,1251.0,1252.0,1226.0,1288.0,1278.0,1352.0,1319.0,1262.0,1266.0,1243.0,1272.0,1714.0,1522.0,1371.0,1435.0,1669.0,1341.0,1324.0,1339.0,1283.0,1380.0,1328.0,1310.0,1292.0,1326.0,1264.0,1288.0,1406.0,1608.0,1255.0,1338.0,1266.0,1240.0,1291.0,1389.0,1380.0,1411.0,1298.0,1308.0,1317.0,1293.0,69632.0,1347.0,1301.0,1335.0,1484.0,1304.0,1882.0,1444.0,1440.0,1415.0,1377.0,1425.0,1572.0,1407.0,1300.0,1372.0,1414.0,1312.0,1322.0,1368.0,1292.0,1282.0,1438.0,1329.0,1297.0,1379.0,1636.0,1324.0,1356.0,1397.0,1367.0,1349.0,1303.0,1319.0,1328.0,1535.0,1299.0,1382.0,1307.0,1243.0,1274.0,1349.0,1247.0,1309.0,1346.0,1302.0,1320.0,1314.0,1224.0,1235.0,1303.0,1323.0,1285.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":2035.7,"lower_bound":1336.89,"upper_bound":3415.64025,"unit":"ns"},"mean":{"estimate":2035.7,"lower_bound":1336.89,"upper_bound":3415.64025,"unit":"ns"},"median":{"estimate":1322.5,"lower_bound":1308.0,"upper_bound":1338.0,"unit":"ns"},"median_abs_dev":{"estimate":65.23439884185791,"lower_bound":42.99539923667908,"upper_bound":81.54299855232239,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.45022832351411624,"lower_bound":-0.05225655587851727,"upper_bound":1.4394427288596139,"unit":"%"},"median":{"estimate":-0.039229930984380657,"lower_bound":-0.057389323972388655,"upper_bound":-0.023255813953488413,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/100","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1842.0,1477.0,1554.0,1563.0,1539.0,1513.0,1526.0,1573.0,1543.0,1529.0,1561.0,1501.0,1522.0,2550.0,1638.0,1565.0,1589.0,1621.0,1505.0,1606.0,1542.0,1593.0,1617.0,1537.0,1528.0,1651.0,1543.0,1525.0,1702.0,1535.0,1560.0,1641.0,1684.0,1564.0,2023.0,1588.0,1573.0,1645.0,1610.0,1579.0,1637.0,1550.0,1586.0,1635.0,1591.0,1528.0,1683.0,1642.0,1598.0,1616.0,1631.0,1642.0,1620.0,1765.0,1605.0,1818.0,1613.0,1663.0,1665.0,1601.0,1722.0,1690.0,1515.0,1470.0,1514.0,1464.0,1455.0,1525.0,1432.0,1455.0,1613.0,1470.0,1506.0,1552.0,1493.0,1522.0,1558.0,1466.0,1502.0,1834.0,1475.0,1506.0,1538.0,1542.0,1531.0,1623.0,1565.0,1542.0,1638.0,1563.0,1483.0,1602.0,1639.0,1482.0,1533.0,1510.0,1506.0,1765.0,1528.0,1517.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1590.92,"lower_bound":1567.56,"upper_bound":1619.51025,"unit":"ns"},"mean":{"estimate":1590.92,"lower_bound":1567.56,"upper_bound":1619.51025,"unit":"ns"},"median":{"estimate":1563.0,"lower_bound":1542.0,"upper_bound":1589.5,"unit":"ns"},"median_abs_dev":{"estimate":74.12999868392944,"lower_bound":56.33879899978638,"upper_bound":91.17989838123322,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.02429271463879834,"lower_bound":-0.05330503029334578,"upper_bound":0.003154372481961717,"unit":"%"},"median":{"estimate":-0.008563273073263544,"lower_bound":-0.029457364341085257,"upper_bound":0.012144455097475193,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/1000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[6606.0,5457.0,5402.0,5366.0,5299.0,5460.0,5452.0,5286.0,5395.0,5339.0,5242.0,5442.0,5364.0,5302.0,5308.0,5358.0,5405.0,5336.0,5717.0,5271.0,5388.0,5632.0,5290.0,5457.0,5427.0,5356.0,5475.0,5483.0,5214.0,6024.0,5424.0,5251.0,5405.0,5702.0,5206.0,5424.0,5731.0,5232.0,5340.0,5441.0,5309.0,5459.0,5432.0,5297.0,5733.0,5676.0,5232.0,5492.0,5394.0,5265.0,5390.0,5412.0,5235.0,5413.0,5479.0,7387.0,5515.0,5390.0,5291.0,5422.0,5574.0,5318.0,5439.0,5418.0,5242.0,5409.0,5315.0,5204.0,5444.0,5347.0,5340.0,208015.0,5543.0,5253.0,5527.0,5354.0,5220.0,5351.0,5302.0,5292.0,5447.0,5350.0,5180.0,5506.0,5381.0,5204.0,5430.0,5595.0,5225.0,5307.0,5270.0,5465.0,5384.0,5383.0,5239.0,5419.0,5396.0,5261.0,5405.0,5370.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":7450.56,"lower_bound":5387.70975,"upper_bound":11536.60125,"unit":"ns"},"mean":{"estimate":7450.56,"lower_bound":5387.70975,"upper_bound":11536.60125,"unit":"ns"},"median":{"estimate":5390.0,"lower_bound":5356.0,"upper_bound":5412.0,"unit":"ns"},"median_abs_dev":{"estimate":115.64279794692993,"lower_bound":81.54299855232239,"upper_bound":143.81219744682312,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.3906213837229269,"lower_bound":0.0034323762076929444,"upper_bound":1.1578196556678517,"unit":"%"},"median":{"estimate":0.015544041450777257,"lower_bound":0.007622811970638077,"upper_bound":0.022899318697956028,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/10000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[41402.0,39823.0,39747.0,39823.0,39819.0,39633.0,39919.0,39780.0,39745.0,57136.0,39744.0,39636.0,39891.0,39705.0,39687.0,41032.0,39758.0,39674.0,39768.0,39676.0,39908.0,39934.0,39581.0,39698.0,39853.0,39561.0,39749.0,39951.0,39739.0,39653.0,39950.0,39689.0,39736.0,40071.0,39592.0,39795.0,39851.0,39697.0,39812.0,39907.0,39719.0,39751.0,40165.0,39724.0,40057.0,39868.0,39777.0,39816.0,39859.0,39669.0,39743.0,40236.0,39724.0,40566.0,40080.0,39800.0,39819.0,39780.0,39730.0,39769.0,40553.0,39874.0,40125.0,39831.0,39741.0,40198.0,39859.0,39634.0,39738.0,39790.0,39705.0,39707.0,39752.0,40147.0,39686.0,39704.0,39687.0,39733.0,39674.0,39641.0,39688.0,39767.0,39725.0,39674.0,39761.0,39800.0,39663.0,39821.0,40041.0,39726.0,40115.0,39788.0,40041.0,39854.0,39814.0,39804.0,40030.0,39936.0,39725.0,39780.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":40021.09,"lower_bound":39810.99,"upper_bound":40399.89025,"unit":"ns"},"mean":{"estimate":40021.09,"lower_bound":39810.99,"upper_bound":40399.89025,"unit":"ns"},"median":{"estimate":39778.5,"lower_bound":39747.0,"upper_bound":39812.0,"unit":"ns"},"median_abs_dev":{"estimate":115.64279794692993,"lower_bound":81.54299855232239,"upper_bound":155.67299723625183,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008566279673709154,"lower_bound":0.0024767587585033004,"upper_bound":0.020313358922435954,"unit":"%"},"median":{"estimate":0.004850138304725027,"lower_bound":0.00369828086739199,"upper_bound":0.006016634224031092,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/19753","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[136819.0,77212.0,76696.0,77212.0,76695.0,76987.0,76878.0,76668.0,76712.0,77629.0,76803.0,76767.0,77194.0,76833.0,76713.0,76857.0,76750.0,76716.0,76997.0,76787.0,79153.0,76919.0,76681.0,76832.0,76921.0,76651.0,76708.0,77186.0,76650.0,76827.0,76777.0,76642.0,77125.0,76878.0,76710.0,76729.0,76948.0,76698.0,76877.0,76946.0,76720.0,76952.0,77233.0,76656.0,76835.0,76851.0,76656.0,76770.0,77102.0,76712.0,76706.0,76826.0,76647.0,77076.0,76816.0,77082.0,76974.0,76825.0,76734.0,76809.0,79121.0,76792.0,76704.0,76802.0,76865.0,76733.0,76787.0,76998.0,76831.0,76856.0,76804.0,76810.0,76837.0,76792.0,78866.0,76788.0,77056.0,76867.0,76847.0,76668.0,76768.0,76754.0,76804.0,76777.0,76845.0,76917.0,76862.0,76868.0,76927.0,76671.0,77345.0,76782.0,76741.0,77195.0,76777.0,76822.0,77379.0,78980.0,76806.0,77168.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":77547.77,"lower_bound":76883.4795,"upper_bound":78800.6405,"unit":"ns"},"mean":{"estimate":77547.77,"lower_bound":76883.4795,"upper_bound":78800.6405,"unit":"ns"},"median":{"estimate":76825.5,"lower_bound":76798.0,"upper_bound":76851.5,"unit":"ns"},"median_abs_dev":{"estimate":146.7773973941803,"lower_bound":93.4037983417511,"upper_bound":188.2901966571808,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0007058695700143947,"lower_bound":-0.025505783800398505,"upper_bound":0.024012219397298605,"unit":"%"},"median":{"estimate":0.007963945761199742,"lower_bound":0.007265002098195472,"upper_bound":0.008580066274829882,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/29629","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[180379.0,114354.0,114567.0,114344.0,114380.0,114218.0,114309.0,114277.0,114363.0,114320.0,114291.0,114246.0,114191.0,116622.0,114336.0,114345.0,114329.0,114286.0,114293.0,114369.0,114292.0,131594.0,114370.0,114468.0,114444.0,114488.0,114233.0,114490.0,114260.0,114213.0,114338.0,114389.0,114345.0,114210.0,114167.0,114299.0,114359.0,114203.0,114397.0,114223.0,114281.0,114241.0,114350.0,114285.0,114296.0,114298.0,114224.0,114178.0,114239.0,114291.0,114270.0,114250.0,114305.0,114296.0,114257.0,114194.0,114309.0,114282.0,114309.0,114354.0,114100.0,114345.0,114346.0,114240.0,114687.0,114217.0,114136.0,114370.0,114178.0,114162.0,114163.0,114200.0,114184.0,114116.0,114144.0,114476.0,114167.0,114139.0,114078.0,114124.0,114222.0,114132.0,114084.0,114053.0,114309.0,114119.0,114404.0,114093.0,114275.0,116343.0,114205.0,114046.0,114148.0,116446.0,114110.0,114121.0,114337.0,114093.0,114187.0,114169.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":115165.78,"lower_bound":114297.13,"upper_bound":116715.91325,"unit":"ns"},"mean":{"estimate":115165.78,"lower_bound":114297.13,"upper_bound":116715.91325,"unit":"ns"},"median":{"estimate":114281.5,"lower_bound":114240.0,"upper_bound":114298.0,"unit":"ns"},"median_abs_dev":{"estimate":115.64279794692993,"lower_bound":93.4037983417511,"upper_bound":144.55349743366241,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.014235216431828901,"lower_bound":0.004012620737353698,"upper_bound":0.029870521872546157,"unit":"%"},"median":{"estimate":0.009754589030505079,"lower_bound":0.009267111912081738,"upper_bound":0.010002032215026047,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/44444","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[205938.0,170869.0,170302.0,170523.0,170298.0,170465.0,170512.0,170538.0,170400.0,170337.0,172510.0,170389.0,170711.0,170246.0,170398.0,170574.0,170336.0,170319.0,170286.0,170353.0,170410.0,170587.0,170443.0,170342.0,170455.0,201816.0,170535.0,170298.0,170398.0,171355.0,170562.0,183246.0,170759.0,170584.0,170520.0,170627.0,170477.0,170453.0,170718.0,170439.0,170593.0,170581.0,170601.0,170296.0,170174.0,170298.0,170155.0,170299.0,170157.0,170310.0,170102.0,170183.0,170199.0,170407.0,170142.0,170221.0,170082.0,170211.0,170128.0,170141.0,170107.0,170224.0,170114.0,170125.0,170314.0,170200.0,170122.0,170246.0,170157.0,170151.0,170135.0,170060.0,170150.0,170353.0,170076.0,170155.0,170106.0,170238.0,170174.0,170297.0,170133.0,170146.0,170101.0,170157.0,170143.0,173104.0,170789.0,170200.0,170189.0,170215.0,170058.0,170422.0,170143.0,170200.0,170173.0,170153.0,170136.0,170424.0,170112.0,170561.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":171176.71,"lower_bound":170378.6795,"upper_bound":172254.29475,"unit":"ns"},"mean":{"estimate":171176.71,"lower_bound":170378.6795,"upper_bound":172254.29475,"unit":"ns"},"median":{"estimate":170298.0,"lower_bound":170219.5,"upper_bound":170353.0,"unit":"ns"},"median_abs_dev":{"estimate":222.38999605178833,"lower_bound":143.81219744682312,"upper_bound":281.6939949989319,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.01008523222640978,"lower_bound":0.003257158213628947,"upper_bound":0.017154381704291375,"unit":"%"},"median":{"estimate":0.008701111775820447,"lower_bound":0.00810157767565256,"upper_bound":0.009048098566520446,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/66666","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[394539.0,254500.0,254221.0,254197.0,254151.0,254315.0,254197.0,254273.0,254299.0,254238.0,254149.0,254305.0,254229.0,254315.0,254129.0,254254.0,254134.0,254282.0,254205.0,254227.0,254159.0,254186.0,254362.0,254300.0,254238.0,257066.0,254168.0,254219.0,254198.0,254403.0,255640.0,254460.0,254415.0,254402.0,254155.0,254269.0,254664.0,254645.0,254252.0,254309.0,254125.0,254322.0,254247.0,254290.0,254280.0,254341.0,254323.0,254272.0,254196.0,254296.0,256242.0,254135.0,254406.0,254293.0,254282.0,254344.0,254148.0,254417.0,254299.0,254296.0,254109.0,254448.0,254136.0,254233.0,254310.0,254227.0,254149.0,254268.0,256594.0,254292.0,254310.0,254362.0,254325.0,254311.0,254191.0,254466.0,254110.0,254288.0,254145.0,256388.0,254171.0,254275.0,254094.0,254239.0,254129.0,254142.0,254291.0,254364.0,254190.0,254299.0,256641.0,254306.0,254111.0,254178.0,254401.0,254411.0,254127.0,254573.0,254504.0,254117.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":255804.48,"lower_bound":254328.01924999998,"upper_bound":258675.56025,"unit":"ns"},"mean":{"estimate":255804.48,"lower_bound":254328.01924999998,"upper_bound":258675.56025,"unit":"ns"},"median":{"estimate":254282.0,"lower_bound":254246.0,"upper_bound":254299.0,"unit":"ns"},"median_abs_dev":{"estimate":126.02099776268005,"lower_bound":85.99079847335815,"upper_bound":172.7228969335556,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.009763547755907043,"lower_bound":-0.0036152172717151677,"upper_bound":0.02509626431975207,"unit":"%"},"median":{"estimate":0.008525279366999428,"lower_bound":0.008290042431692957,"upper_bound":0.008628964444937992,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"retd_script/100000","report_directory":"/root/fuel-core/target/criterion/reports/retd_script/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[390392.0,383205.0,380739.0,380817.0,380750.0,380741.0,381008.0,380852.0,380754.0,380802.0,380738.0,383024.0,381116.0,380744.0,380742.0,380831.0,380875.0,418361.0,381087.0,380973.0,380921.0,381036.0,380921.0,380992.0,380934.0,380952.0,380791.0,380893.0,381253.0,380977.0,380986.0,380765.0,381028.0,380731.0,380915.0,383268.0,380966.0,380754.0,380953.0,380710.0,380841.0,380968.0,380728.0,381176.0,380850.0,380935.0,381164.0,381181.0,380788.0,380815.0,380925.0,380810.0,380739.0,380774.0,380801.0,380796.0,380744.0,380676.0,381232.0,380819.0,380827.0,381223.0,380758.0,380802.0,381022.0,380694.0,380752.0,383275.0,380744.0,380843.0,380883.0,380821.0,380701.0,380831.0,380930.0,380779.0,380909.0,380630.0,380904.0,380728.0,383264.0,380780.0,380743.0,380650.0,380667.0,380877.0,380731.0,380847.0,381021.0,380782.0,380777.0,380840.0,380623.0,380790.0,380713.0,380945.0,380755.0,380843.0,380913.0,411081.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":381747.57,"lower_bound":380975.5,"upper_bound":382840.35024999996,"unit":"ns"},"mean":{"estimate":381747.57,"lower_bound":380975.5,"upper_bound":382840.35024999996,"unit":"ns"},"median":{"estimate":380840.5,"lower_bound":380802.0,"upper_bound":380893.5,"unit":"ns"},"median_abs_dev":{"estimate":143.07089745998383,"lower_bound":105.26459813117981,"upper_bound":185.3249967098236,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004126057169975272,"lower_bound":-0.0015603007137923383,"upper_bound":0.009191929993345787,"unit":"%"},"median":{"estimate":0.009143061554360177,"lower_bound":0.0090033636757465,"upper_bound":0.00930961525467966,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"retd_script","benchmarks":["retd_script/1","retd_script/10","retd_script/100","retd_script/1000","retd_script/10000","retd_script/19753","retd_script/29629","retd_script/44444","retd_script/66666","retd_script/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/retd_script"} +{"reason":"benchmark-complete","id":"rvrt_script/rvrt_script","report_directory":"/root/fuel-core/target/criterion/reports/rvrt_script/rvrt_script","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2358.0,1946.0,1867.0,1833.0,1819.0,1828.0,1819.0,1805.0,1810.0,1820.0,1821.0,1817.0,1811.0,1795.0,1805.0,1821.0,1844.0,1827.0,1833.0,1817.0,1944.0,1858.0,1837.0,1830.0,1821.0,1822.0,1817.0,1821.0,1851.0,1913.0,1993.0,1906.0,1828.0,1829.0,1840.0,1819.0,1815.0,1833.0,1828.0,1796.0,1802.0,1808.0,1914.0,1851.0,1824.0,1827.0,1836.0,1838.0,1873.0,1841.0,1875.0,1842.0,1833.0,1805.0,1861.0,1820.0,1828.0,1879.0,1888.0,1958.0,1860.0,1829.0,1835.0,1993.0,1821.0,1807.0,1875.0,1884.0,1868.0,1814.0,1802.0,1832.0,1876.0,1831.0,1823.0,1823.0,1844.0,1843.0,1815.0,1865.0,1851.0,1833.0,1864.0,1821.0,1823.0,1820.0,1836.0,1851.0,2010.0,1834.0,1802.0,1833.0,1822.0,1809.0,1976.0,1841.0,1843.0,1848.0,1829.0,1826.0],"unit":"ns","throughput":[],"typical":{"estimate":1850.12,"lower_bound":1838.64,"upper_bound":1864.68,"unit":"ns"},"mean":{"estimate":1850.12,"lower_bound":1838.64,"upper_bound":1864.68,"unit":"ns"},"median":{"estimate":1832.5,"lower_bound":1827.5,"upper_bound":1836.5,"unit":"ns"},"median_abs_dev":{"estimate":20.01509964466095,"lower_bound":14.825999736785889,"upper_bound":28.910699486732483,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0023893244334158847,"lower_bound":-0.007938215299292695,"upper_bound":0.012249355683868838,"unit":"%"},"median":{"estimate":-0.0029923830250272454,"lower_bound":-0.01189832341806385,"upper_bound":0.008257638315441795,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"rvrt_script","benchmarks":["rvrt_script/rvrt_script"],"report_directory":"/root/fuel-core/target/criterion/reports/rvrt_script"} +{"reason":"benchmark-complete","id":"rvrt_contract/rvrt_contract","report_directory":"/root/fuel-core/target/criterion/reports/rvrt_contract/rvrt_contract","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1227.0,1002.0,936.0,862.0,879.0,820.0,890.0,921.0,813.0,1141.0,891.0,888.0,875.0,879.0,826.0,878.0,865.0,833.0,821.0,875.0,1238.0,850.0,856.0,964.0,965.0,815.0,806.0,824.0,806.0,1196.0,928.0,886.0,822.0,994.0,888.0,832.0,910.0,903.0,991.0,1260.0,1013.0,933.0,811.0,957.0,894.0,1097.0,838.0,935.0,1161.0,886.0,947.0,988.0,1318.0,958.0,844.0,828.0,974.0,938.0,819.0,947.0,928.0,926.0,930.0,963.0,820.0,947.0,937.0,1011.0,1300.0,905.0,820.0,936.0,969.0,922.0,831.0,828.0,958.0,933.0,967.0,949.0,938.0,1093.0,1031.0,939.0,827.0,817.0,936.0,896.0,896.0,824.0,820.0,930.0,979.0,818.0,1020.0,953.0,957.0,998.0,1049.0,1117.0],"unit":"ns","throughput":[],"typical":{"estimate":935.6,"lower_bound":914.49,"upper_bound":958.44025,"unit":"ns"},"mean":{"estimate":935.6,"lower_bound":914.49,"upper_bound":958.44025,"unit":"ns"},"median":{"estimate":928.0,"lower_bound":893.5,"upper_bound":937.0,"unit":"ns"},"median_abs_dev":{"estimate":83.76689851284027,"lower_bound":62.26919889450073,"upper_bound":116.38409793376923,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.054672528463532766,"lower_bound":0.013479432936093211,"upper_bound":0.09726055391371044,"unit":"%"},"median":{"estimate":0.11337732453509308,"lower_bound":0.07014388489208634,"upper_bound":0.13090909090909086,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"rvrt_contract","benchmarks":["rvrt_contract/rvrt_contract"],"report_directory":"/root/fuel-core/target/criterion/reports/rvrt_contract"} +{"reason":"benchmark-complete","id":"log/log","report_directory":"/root/fuel-core/target/criterion/reports/log/log","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2235.0,1952.0,1844.0,1847.0,1793.0,1794.0,1802.0,1788.0,1807.0,1797.0,1771.0,1916.0,1949.0,1820.0,1810.0,1782.0,1808.0,1796.0,1791.0,1788.0,1798.0,1812.0,1842.0,1801.0,1774.0,1813.0,1974.0,1801.0,1862.0,1800.0,1806.0,1785.0,1783.0,1770.0,1767.0,1831.0,1793.0,1828.0,1784.0,1791.0,1928.0,1860.0,1800.0,1840.0,1806.0,1809.0,1805.0,1917.0,1786.0,1778.0,1808.0,1786.0,1804.0,1778.0,1766.0,1870.0,1826.0,1795.0,1798.0,1800.0,1851.0,1824.0,1784.0,1812.0,1834.0,2174.0,1833.0,1854.0,1834.0,1838.0,1999.0,1794.0,1809.0,1769.0,1763.0,1789.0,1767.0,1795.0,1808.0,1794.0,1800.0,1756.0,1772.0,1756.0,1861.0,1820.0,2015.0,1797.0,1804.0,1796.0,1769.0,1774.0,1766.0,1799.0,1865.0,1886.0,1837.0,1819.0,1926.0,1840.0],"unit":"ns","throughput":[],"typical":{"estimate":1826.48,"lower_bound":1813.1,"upper_bound":1842.0,"unit":"ns"},"mean":{"estimate":1826.48,"lower_bound":1813.1,"upper_bound":1842.0,"unit":"ns"},"median":{"estimate":1804.0,"lower_bound":1798.0,"upper_bound":1809.5,"unit":"ns"},"median_abs_dev":{"estimate":30.393299460411072,"lower_bound":20.01509964466095,"upper_bound":43.73669922351837,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.028478420442335728,"lower_bound":-0.04310694640968003,"upper_bound":-0.013657415075840744,"unit":"%"},"median":{"estimate":-0.020097772949484005,"lower_bound":-0.03475006682705162,"upper_bound":-0.014449291166848455,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"log","benchmarks":["log/log"],"report_directory":"/root/fuel-core/target/criterion/reports/log"} +{"reason":"benchmark-complete","id":"logd/1","report_directory":"/root/fuel-core/target/criterion/reports/logd/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2916.0,2677.0,2528.0,2506.0,2505.0,2461.0,2457.0,2684.0,2602.0,2734.0,2469.0,2509.0,2518.0,2571.0,2529.0,2491.0,2801.0,2517.0,2485.0,2457.0,2481.0,2487.0,2524.0,2496.0,2464.0,2645.0,2541.0,2585.0,2494.0,2506.0,2618.0,2457.0,2458.0,2439.0,2448.0,2616.0,2531.0,2510.0,2501.0,2483.0,2478.0,2520.0,2528.0,2484.0,2493.0,2473.0,2466.0,2466.0,2437.0,2473.0,2467.0,2523.0,2515.0,2497.0,2479.0,2516.0,2544.0,2480.0,2516.0,2584.0,2665.0,2565.0,2583.0,2478.0,2486.0,2463.0,2454.0,2438.0,2449.0,2466.0,2572.0,2794.0,2740.0,2656.0,2601.0,2463.0,2464.0,2512.0,2464.0,2480.0,2470.0,2480.0,2505.0,2505.0,2512.0,2537.0,2449.0,2495.0,2529.0,2454.0,2455.0,2466.0,2515.0,2495.0,2518.0,2507.0,2488.0,2528.0,2493.0,2493.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":2523.27,"lower_bound":2507.84,"upper_bound":2540.38,"unit":"ns"},"mean":{"estimate":2523.27,"lower_bound":2507.84,"upper_bound":2540.38,"unit":"ns"},"median":{"estimate":2499.0,"lower_bound":2488.0,"upper_bound":2512.0,"unit":"ns"},"median_abs_dev":{"estimate":44.477999210357666,"lower_bound":34.099799394607544,"upper_bound":59.303998947143555,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.013560901542873705,"lower_bound":0.00038684954818295485,"upper_bound":0.02541589374995942,"unit":"%"},"median":{"estimate":0.015234613040828737,"lower_bound":0.010162601626016343,"upper_bound":0.02241238793806022,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/10","report_directory":"/root/fuel-core/target/criterion/reports/logd/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2720.0,2494.0,2511.0,2510.0,2484.0,2467.0,2472.0,2456.0,2444.0,2468.0,2472.0,2497.0,2478.0,2618.0,2494.0,2484.0,2467.0,2562.0,2481.0,2456.0,2518.0,2461.0,2458.0,2475.0,2483.0,2437.0,4524.0,2679.0,2498.0,2486.0,2453.0,2460.0,2466.0,2455.0,2463.0,2482.0,2439.0,2449.0,2452.0,2436.0,2481.0,2461.0,2603.0,2436.0,2452.0,2438.0,2455.0,2458.0,2455.0,2468.0,2477.0,2475.0,2458.0,2513.0,2603.0,2473.0,2452.0,2462.0,2473.0,2467.0,2430.0,2439.0,2592.0,2512.0,2459.0,2535.0,2437.0,2438.0,2438.0,2561.0,2435.0,2598.0,2617.0,2492.0,2463.0,2464.0,2466.0,2458.0,2457.0,2486.0,2433.0,2445.0,2439.0,2494.0,2458.0,2449.0,2462.0,2441.0,2505.0,2443.0,2518.0,2450.0,2495.0,2472.0,2458.0,2477.0,2468.0,2468.0,2490.0,2464.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":2502.75,"lower_bound":2474.85,"upper_bound":2549.63,"unit":"ns"},"mean":{"estimate":2502.75,"lower_bound":2474.85,"upper_bound":2549.63,"unit":"ns"},"median":{"estimate":2467.0,"lower_bound":2462.0,"upper_bound":2474.0,"unit":"ns"},"median_abs_dev":{"estimate":25.20419955253601,"lower_bound":17.791199684143066,"upper_bound":35.58239936828613,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.002681830498748705,"lower_bound":-0.016470766371124917,"upper_bound":0.016290220977005308,"unit":"%"},"median":{"estimate":-0.009634684865515886,"lower_bound":-0.014182980423491864,"upper_bound":-0.004830917874396157,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/100","report_directory":"/root/fuel-core/target/criterion/reports/logd/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[3165.0,2934.0,2766.0,2917.0,2808.0,2772.0,2782.0,2773.0,2809.0,2751.0,2802.0,2790.0,2740.0,2807.0,2825.0,2757.0,2782.0,2931.0,3231.0,2906.0,2765.0,2791.0,3029.0,2791.0,2748.0,2874.0,2795.0,2742.0,2841.0,2828.0,2777.0,2865.0,2760.0,2828.0,2782.0,2769.0,2721.0,2824.0,2753.0,2876.0,2823.0,2793.0,2766.0,2804.0,2768.0,2728.0,2917.0,2983.0,2893.0,2825.0,2834.0,2727.0,2769.0,2780.0,2762.0,2794.0,2748.0,2740.0,2908.0,2765.0,2807.0,2794.0,2852.0,2865.0,2870.0,3058.0,2778.0,2810.0,2734.0,2722.0,2891.0,2819.0,2753.0,2798.0,2723.0,2754.0,2851.0,2886.0,2811.0,2788.0,2858.0,2862.0,2828.0,2858.0,2704.0,2784.0,2783.0,2783.0,2819.0,2762.0,2739.0,2792.0,2839.0,2743.0,2771.0,2787.0,2724.0,2897.0,2791.0,2755.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":2815.77,"lower_bound":2799.99,"upper_bound":2833.16,"unit":"ns"},"mean":{"estimate":2815.77,"lower_bound":2799.99,"upper_bound":2833.16,"unit":"ns"},"median":{"estimate":2792.5,"lower_bound":2783.0,"upper_bound":2808.0,"unit":"ns"},"median_abs_dev":{"estimate":52.632299065589905,"lower_bound":40.0301992893219,"upper_bound":71.90609872341156,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.004099230377454632,"lower_bound":-0.015653237880907486,"upper_bound":0.007148533075092668,"unit":"%"},"median":{"estimate":-0.00196568977841316,"lower_bound":-0.009939652112176067,"upper_bound":0.00922075574037251,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/1000","report_directory":"/root/fuel-core/target/criterion/reports/logd/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[7143.0,6595.0,6466.0,6446.0,6489.0,6694.0,6500.0,6495.0,6508.0,6485.0,6469.0,6515.0,6487.0,6423.0,6597.0,6422.0,6464.0,6950.0,6783.0,6573.0,6487.0,6810.0,6378.0,6509.0,6489.0,6453.0,6500.0,6466.0,6453.0,6471.0,6536.0,6442.0,6476.0,6538.0,6464.0,6619.0,6592.0,6425.0,6471.0,6530.0,6416.0,6487.0,6580.0,6450.0,6530.0,6469.0,6444.0,6464.0,6519.0,6446.0,6449.0,6616.0,6594.0,6464.0,7015.0,6630.0,6474.0,6715.0,6556.0,6509.0,6703.0,6540.0,6529.0,6569.0,6386.0,6712.0,6549.0,6479.0,6641.0,6570.0,6454.0,6595.0,6530.0,6476.0,6456.0,6553.0,6386.0,6526.0,6513.0,6543.0,6481.0,6401.0,6465.0,6494.0,6519.0,6430.0,6537.0,6556.0,6476.0,6556.0,6483.0,6471.0,6648.0,6479.0,6452.0,6526.0,6487.0,6420.0,6557.0,6463.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":6530.51,"lower_bound":6508.49,"upper_bound":6555.75025,"unit":"ns"},"mean":{"estimate":6530.51,"lower_bound":6508.49,"upper_bound":6555.75025,"unit":"ns"},"median":{"estimate":6494.5,"lower_bound":6481.0,"upper_bound":6522.012499999997,"unit":"ns"},"median_abs_dev":{"estimate":62.26919889450073,"lower_bound":47.443199157714844,"upper_bound":83.02559852600098,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.010922685160101864,"lower_bound":0.0052559357462231785,"upper_bound":0.01633276483077925,"unit":"%"},"median":{"estimate":0.010659819483348931,"lower_bound":0.007298136645962794,"upper_bound":0.014551396778460735,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/10000","report_directory":"/root/fuel-core/target/criterion/reports/logd/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[42658.0,41177.0,41076.0,41067.0,41014.0,41171.0,40900.0,41022.0,41062.0,40882.0,40869.0,41188.0,41033.0,40994.0,40950.0,41004.0,41051.0,41227.0,40999.0,41028.0,41054.0,40911.0,40836.0,40935.0,41389.0,42947.0,40953.0,41022.0,40932.0,41174.0,40902.0,40902.0,40930.0,40917.0,41063.0,40925.0,41028.0,41040.0,40876.0,40858.0,40892.0,40918.0,40965.0,41006.0,41004.0,40982.0,40913.0,40949.0,40976.0,40982.0,40957.0,40959.0,40957.0,41023.0,41032.0,40925.0,40841.0,40936.0,41135.0,40914.0,40948.0,41002.0,40847.0,40937.0,41065.0,40994.0,40914.0,40887.0,40928.0,40941.0,40993.0,40893.0,40994.0,41003.0,41067.0,40804.0,40943.0,40854.0,40934.0,40969.0,40927.0,41142.0,40904.0,40925.0,40898.0,40949.0,40996.0,40929.0,40969.0,40952.0,40953.0,40969.0,41103.0,40948.0,40971.0,41046.0,40938.0,40998.0,41043.0,40932.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":41016.41,"lower_bound":40971.83,"upper_bound":41076.62,"unit":"ns"},"mean":{"estimate":41016.41,"lower_bound":40971.83,"upper_bound":41076.62,"unit":"ns"},"median":{"estimate":40962.0,"lower_bound":40948.0,"upper_bound":40994.0,"unit":"ns"},"median_abs_dev":{"estimate":71.16479873657227,"lower_bound":56.33879899978638,"upper_bound":93.4037983417511,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0038240183102562497,"lower_bound":0.002234048591234706,"upper_bound":0.005657902175045225,"unit":"%"},"median":{"estimate":0.0037122799279596386,"lower_bound":0.002398609785349004,"upper_bound":0.004631671812968641,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/19753","report_directory":"/root/fuel-core/target/criterion/reports/logd/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[95304.0,78138.0,78038.0,78000.0,78111.0,78012.0,78058.0,78182.0,78127.0,78063.0,78111.0,78052.0,78100.0,77981.0,78236.0,77984.0,78101.0,78041.0,78469.0,78104.0,78145.0,78029.0,78109.0,78310.0,78192.0,78082.0,78002.0,78113.0,78139.0,78041.0,78025.0,78016.0,78034.0,77971.0,78161.0,78040.0,77936.0,79549.0,77979.0,77984.0,78190.0,78031.0,78178.0,78214.0,78095.0,78002.0,78042.0,78018.0,78060.0,78077.0,78289.0,78031.0,78055.0,78019.0,78001.0,78056.0,78130.0,77967.0,78119.0,78148.0,78093.0,78276.0,78034.0,78024.0,78019.0,78010.0,78022.0,78261.0,78134.0,77976.0,78018.0,78138.0,78081.0,78142.0,78085.0,78119.0,78048.0,78100.0,78074.0,78021.0,78189.0,77897.0,78096.0,78055.0,78018.0,78032.0,78676.0,78018.0,78258.0,78367.0,78584.0,78876.0,78518.0,78293.0,78012.0,78189.0,78072.0,78046.0,78119.0,77984.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":78297.65,"lower_bound":78097.11,"upper_bound":78667.09,"unit":"ns"},"mean":{"estimate":78297.65,"lower_bound":78097.11,"upper_bound":78667.09,"unit":"ns"},"median":{"estimate":78075.5,"lower_bound":78048.0,"upper_bound":78102.0,"unit":"ns"},"median_abs_dev":{"estimate":85.24949848651886,"lower_bound":62.26919889450073,"upper_bound":117.12539792060852,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0048157938821407065,"lower_bound":-0.02828818948464043,"upper_bound":0.010339277114860428,"unit":"%"},"median":{"estimate":0.007347818233427006,"lower_bound":0.006868973523815658,"upper_bound":0.00784597119702668,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/29629","report_directory":"/root/fuel-core/target/criterion/reports/logd/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[147024.0,115479.0,115328.0,115377.0,115487.0,115374.0,115372.0,115424.0,115442.0,115423.0,115358.0,115505.0,115734.0,115484.0,115451.0,115630.0,115488.0,115445.0,115446.0,115460.0,115854.0,115466.0,115388.0,115509.0,116753.0,115895.0,115967.0,115855.0,115553.0,115681.0,115566.0,115566.0,115519.0,115537.0,115456.0,115490.0,115426.0,115465.0,115465.0,115499.0,115471.0,115529.0,115544.0,115344.0,115452.0,115439.0,115396.0,115429.0,115426.0,115452.0,115444.0,115451.0,115490.0,115516.0,115415.0,115391.0,115424.0,115512.0,115589.0,115413.0,115614.0,115483.0,115596.0,115464.0,115428.0,115362.0,115487.0,115396.0,115547.0,115418.0,115360.0,115410.0,115579.0,115524.0,117831.0,115407.0,115449.0,115457.0,115421.0,115753.0,115427.0,115503.0,115408.0,115894.0,115984.0,115467.0,115493.0,115407.0,115560.0,115375.0,115686.0,115423.0,115512.0,115414.0,115500.0,115378.0,115449.0,115379.0,115620.0,115436.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":115850.69,"lower_bound":115495.74,"upper_bound":116519.091,"unit":"ns"},"mean":{"estimate":115850.69,"lower_bound":115495.74,"upper_bound":116519.091,"unit":"ns"},"median":{"estimate":115465.0,"lower_bound":115449.0,"upper_bound":115488.5,"unit":"ns"},"median_abs_dev":{"estimate":75.61259865760803,"lower_bound":57.08009898662567,"upper_bound":104.52329814434052,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.003198873445116046,"lower_bound":-0.010776453470129146,"upper_bound":0.014354904724852754,"unit":"%"},"median":{"estimate":0.008080181945966158,"lower_bound":0.007821502147421278,"upper_bound":0.008395730096705911,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/44444","report_directory":"/root/fuel-core/target/criterion/reports/logd/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[233285.0,171786.0,171688.0,171483.0,171596.0,171509.0,171588.0,171455.0,171517.0,171514.0,171475.0,171483.0,171402.0,171382.0,171357.0,171583.0,171771.0,171600.0,171703.0,171703.0,171465.0,171584.0,171650.0,171508.0,171507.0,171420.0,171422.0,171392.0,171417.0,171409.0,171512.0,171436.0,171559.0,171392.0,171415.0,171405.0,173810.0,171406.0,171403.0,171562.0,173740.0,171445.0,171496.0,171474.0,171442.0,171369.0,171411.0,171378.0,173802.0,171595.0,171360.0,171379.0,202394.0,171444.0,171411.0,171410.0,184443.0,171411.0,171454.0,171382.0,173666.0,171335.0,171452.0,171543.0,173764.0,171405.0,171441.0,171560.0,171626.0,171444.0,171406.0,171426.0,203092.0,171391.0,171369.0,171390.0,174366.0,171352.0,171413.0,171469.0,173724.0,171473.0,171342.0,171414.0,171383.0,171545.0,171369.0,171420.0,171516.0,171353.0,171469.0,171365.0,171504.0,171357.0,171475.0,171355.0,171472.0,171617.0,171465.0,171294.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":173006.16,"lower_bound":171760.0625,"upper_bound":174688.2925,"unit":"ns"},"mean":{"estimate":173006.16,"lower_bound":171760.0625,"upper_bound":174688.2925,"unit":"ns"},"median":{"estimate":171460.0,"lower_bound":171426.0,"upper_bound":171483.0,"unit":"ns"},"median_abs_dev":{"estimate":101.55809819698334,"lower_bound":73.38869869709015,"upper_bound":137.14049756526947,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.002258767511241322,"lower_bound":-0.02177460436413217,"upper_bound":0.01946427262492678,"unit":"%"},"median":{"estimate":0.00795678001722444,"lower_bound":0.007604607428302712,"upper_bound":0.008273453211181891,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/66666","report_directory":"/root/fuel-core/target/criterion/reports/logd/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[318461.0,256125.0,255712.0,255762.0,255544.0,255933.0,255625.0,255900.0,255613.0,255959.0,255583.0,255800.0,255724.0,258018.0,255848.0,255842.0,255688.0,262546.0,255519.0,255890.0,255726.0,255999.0,255532.0,256181.0,255549.0,255694.0,255695.0,255888.0,255678.0,256053.0,255696.0,255841.0,255552.0,255762.0,255533.0,255748.0,255516.0,255590.0,255791.0,258070.0,255549.0,255784.0,255954.0,256066.0,255864.0,255836.0,255691.0,255921.0,255676.0,255797.0,255821.0,255741.0,255569.0,255866.0,255774.0,255852.0,255967.0,255745.0,255800.0,255788.0,255846.0,286233.0,255770.0,255719.0,255761.0,261891.0,255597.0,255814.0,255596.0,255568.0,255978.0,255803.0,255741.0,255733.0,255542.0,255777.0,255671.0,255798.0,255551.0,255812.0,255668.0,255706.0,255623.0,255689.0,255751.0,255762.0,255834.0,256014.0,256218.0,255620.0,255765.0,255576.0,255772.0,255596.0,255721.0,255520.0,255619.0,255731.0,257971.0,255709.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":256883.13,"lower_bound":255864.63975,"upper_bound":258462.56275,"unit":"ns"},"mean":{"estimate":256883.13,"lower_bound":255864.63975,"upper_bound":258462.56275,"unit":"ns"},"median":{"estimate":255762.0,"lower_bound":255726.0,"upper_bound":255791.0,"unit":"ns"},"median_abs_dev":{"estimate":137.14049756526947,"lower_bound":107.48849809169769,"upper_bound":219.42479610443115,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.010865888874499463,"lower_bound":0.004556331262485833,"upper_bound":0.017396430206953327,"unit":"%"},"median":{"estimate":0.0091061888942372,"lower_bound":0.008861426072275913,"upper_bound":0.00928691781659774,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"logd/100000","report_directory":"/root/fuel-core/target/criterion/reports/logd/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[472490.0,382280.0,382214.0,390300.0,382032.0,382151.0,414765.0,382186.0,382206.0,390439.0,409865.0,382118.0,382060.0,382030.0,382122.0,389471.0,382031.0,381970.0,384343.0,382013.0,382090.0,382237.0,382156.0,382225.0,382047.0,382015.0,382096.0,382035.0,381938.0,382135.0,382052.0,413540.0,382126.0,382091.0,382135.0,382436.0,382023.0,382078.0,382245.0,382203.0,382139.0,382086.0,382099.0,382161.0,384417.0,382146.0,381991.0,382092.0,382000.0,382100.0,382188.0,382078.0,382242.0,382080.0,381989.0,382294.0,382145.0,384507.0,382077.0,382082.0,382273.0,382178.0,382056.0,382073.0,382123.0,382236.0,382195.0,382509.0,382041.0,382042.0,384540.0,382008.0,382025.0,382199.0,382041.0,382094.0,382229.0,382333.0,382109.0,382300.0,382074.0,382285.0,382108.0,382296.0,382038.0,382089.0,385294.0,382120.0,382418.0,384984.0,382105.0,382074.0,382138.0,382314.0,382122.0,382446.0,382262.0,382238.0,382015.0,382396.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":384353.22,"lower_bound":382718.9585,"upper_bound":386691.042,"unit":"ns"},"mean":{"estimate":384353.22,"lower_bound":382718.9585,"upper_bound":386691.042,"unit":"ns"},"median":{"estimate":382135.0,"lower_bound":382104.5,"upper_bound":382186.0,"unit":"ns"},"median_abs_dev":{"estimate":139.36439752578735,"lower_bound":97.11029827594757,"upper_bound":171.240296959877,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.009525072271644897,"lower_bound":0.0031115781026710533,"upper_bound":0.01651287175099923,"unit":"%"},"median":{"estimate":0.009059846212345235,"lower_bound":0.00887198651447485,"upper_bound":0.00921548846446374,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"logd","benchmarks":["logd/1","logd/10","logd/100","logd/1000","logd/10000","logd/19753","logd/29629","logd/44444","logd/66666","logd/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/logd"} +{"reason":"benchmark-complete","id":"lb/lb","report_directory":"/root/fuel-core/target/criterion/reports/lb/lb","iteration_count":[5580,11160,16740,22320,27900,33480,39060,44640,50220,55800,61380,66960,72540,78120,83700,89280,94860,100440,106020,111600,117180,122760,128340,133920,139500,145080,150660,156240,161820,167400,172980,178560,184140,189720,195300,200880,206460,212040,217620,223200,228780,234360,239940,245520,251100,256680,262260,267840,273420,279000,284580,290160,295740,301320,306900,312480,318060,323640,329220,334800,340380,345960,351540,357120,362700,368280,373860,379440,385020,390600,396180,401760,407340,412920,418500,424080,429660,435240,440820,446400,451980,457560,463140,468720,474300,479880,485460,491040,496620,502200,507780,513360,518940,524520,530100,535680,541260,546840,552420,558000],"measured_values":[138932.0,246550.0,397078.0,519926.0,663883.0,784907.0,851421.0,1011481.0,1112678.0,1171927.0,1373364.0,1401174.0,1569102.0,1666886.0,1924438.0,1946170.0,2145500.0,2100049.0,2428557.0,2811238.0,2772522.0,2996965.0,3023594.0,3249271.0,3241005.0,3546662.0,3476346.0,3647175.0,3527734.0,4101610.0,3851575.0,4169975.0,4094056.0,4147459.0,4255795.0,4602789.0,4734988.0,4672348.0,4918536.0,4849857.0,5043506.0,5740811.0,5452770.0,5612507.0,5571281.0,5778038.0,5616507.0,5837127.0,6037773.0,6708776.0,6514957.0,6846178.0,6581078.0,6633402.0,6597953.0,6964601.0,7393166.0,7701201.0,7712340.0,7729109.0,7874621.0,8080718.0,8686263.0,8893912.0,8362435.0,8847480.0,8605256.0,8592462.0,8362866.0,9146412.0,9017427.0,9649993.0,9364132.0,9619067.0,9504921.0,9346838.0,9707063.0,9932609.0,10045962.0,9985993.0,10654824.0,10322667.0,10518362.0,10762821.0,10668568.0,11659604.0,10642461.0,11615762.0,10997958.0,12227843.0,11682519.0,12278171.0,11538082.0,12407461.0,11930933.0,12230761.0,12185094.0,12773713.0,12499838.0,13367888.0],"unit":"ns","throughput":[],"typical":{"estimate":22.991479676036935,"lower_bound":22.80418378274368,"upper_bound":23.181352531587603,"unit":"ns"},"mean":{"estimate":22.894601486074663,"lower_bound":22.714103180797096,"upper_bound":23.07637384148227,"unit":"ns"},"median":{"estimate":22.84594423740089,"lower_bound":22.627417544621846,"upper_bound":23.031302542784353,"unit":"ns"},"median_abs_dev":{"estimate":0.9421936402830067,"lower_bound":0.723962125964731,"upper_bound":1.1717999272250688,"unit":"ns"},"slope":{"estimate":22.991479676036935,"lower_bound":22.80418378274368,"upper_bound":23.181352531587603,"unit":"ns"},"change":{"mean":{"estimate":0.1446877600669778,"lower_bound":0.13086279381518298,"upper_bound":0.15860729789146572,"unit":"%"},"median":{"estimate":0.13768014604159018,"lower_bound":0.12166409902607067,"upper_bound":0.151852092218131,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"lb","benchmarks":["lb/lb"],"report_directory":"/root/fuel-core/target/criterion/reports/lb"} +{"reason":"benchmark-complete","id":"lw/lw","report_directory":"/root/fuel-core/target/criterion/reports/lw/lw","iteration_count":[5650,11300,16950,22600,28250,33900,39550,45200,50850,56500,62150,67800,73450,79100,84750,90400,96050,101700,107350,113000,118650,124300,129950,135600,141250,146900,152550,158200,163850,169500,175150,180800,186450,192100,197750,203400,209050,214700,220350,226000,231650,237300,242950,248600,254250,259900,265550,271200,276850,282500,288150,293800,299450,305100,310750,316400,322050,327700,333350,339000,344650,350300,355950,361600,367250,372900,378550,384200,389850,395500,401150,406800,412450,418100,423750,429400,435050,440700,446350,452000,457650,463300,468950,474600,480250,485900,491550,497200,502850,508500,514150,519800,525450,531100,536750,542400,548050,553700,559350,565000],"measured_values":[154975.0,248807.0,384704.0,525214.0,652727.0,795650.0,883063.0,1045148.0,1036985.0,1228306.0,1405275.0,1562266.0,1592136.0,1761441.0,1920025.0,1845357.0,1981247.0,2153302.0,2434040.0,2423527.0,2570220.0,2742347.0,2927334.0,3052057.0,3156531.0,3283341.0,3493689.0,3518705.0,3619745.0,3961342.0,3949363.0,4079318.0,4299827.0,4243808.0,4512204.0,4740221.0,4822828.0,4874308.0,5046114.0,5104791.0,5347399.0,5605457.0,5608987.0,5650197.0,5620251.0,6113699.0,6070385.0,6126663.0,6263733.0,6376083.0,6386422.0,6495250.0,6596248.0,6720848.0,6969797.0,7417583.0,7128822.0,7536805.0,7443714.0,7893856.0,7946475.0,8320439.0,8272467.0,7897690.0,8319744.0,9074136.0,8668814.0,8462370.0,8899219.0,9145599.0,8987901.0,9146905.0,9335312.0,9959820.0,9424928.0,9660189.0,10574317.0,11135324.0,10324073.0,10533889.0,10544770.0,10465441.0,10440708.0,11154774.0,11004669.0,11264702.0,11269172.0,11481231.0,11554913.0,11721403.0,11744604.0,11963874.0,12030612.0,12490119.0,12211552.0,12255799.0,12549291.0,12864474.0,12723180.0,13273934.0],"unit":"ns","throughput":[],"typical":{"estimate":22.947878034344182,"lower_bound":22.80820805682007,"upper_bound":23.094907983164145,"unit":"ns"},"mean":{"estimate":22.749702495072867,"lower_bound":22.58614976838054,"upper_bound":22.92424779405827,"unit":"ns"},"median":{"estimate":22.737215741485652,"lower_bound":22.595499631268435,"upper_bound":22.90098871424588,"unit":"ns"},"median_abs_dev":{"estimate":0.5732371944520066,"lower_bound":0.426479470745137,"upper_bound":0.726766449332998,"unit":"ns"},"slope":{"estimate":22.947878034344182,"lower_bound":22.80820805682007,"upper_bound":23.094907983164145,"unit":"ns"},"change":{"mean":{"estimate":0.1390992885724418,"lower_bound":0.12727839831426663,"upper_bound":0.15185851285628257,"unit":"%"},"median":{"estimate":0.14864859309304923,"lower_bound":0.12198222658870317,"upper_bound":0.17163800138141466,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"lw","benchmarks":["lw/lw"],"report_directory":"/root/fuel-core/target/criterion/reports/lw"} +{"reason":"benchmark-complete","id":"sb/sb","report_directory":"/root/fuel-core/target/criterion/reports/sb/sb","iteration_count":[5001,10002,15003,20004,25005,30006,35007,40008,45009,50010,55011,60012,65013,70014,75015,80016,85017,90018,95019,100020,105021,110022,115023,120024,125025,130026,135027,140028,145029,150030,155031,160032,165033,170034,175035,180036,185037,190038,195039,200040,205041,210042,215043,220044,225045,230046,235047,240048,245049,250050,255051,260052,265053,270054,275055,280056,285057,290058,295059,300060,305061,310062,315063,320064,325065,330066,335067,340068,345069,350070,355071,360072,365073,370074,375075,380076,385077,390078,395079,400080,405081,410082,415083,420084,425085,430086,435087,440088,445089,450090,455091,460092,465093,470094,475095,480096,485097,490098,495099,500100],"measured_values":[139961.0,255111.0,417892.0,540090.0,678742.0,814096.0,968124.0,1100589.0,1218491.0,1339297.0,1493820.0,1614328.0,1705994.0,1892345.0,2018396.0,2136319.0,2176715.0,2441347.0,2585912.0,2721467.0,2866290.0,3062498.0,3204245.0,3251419.0,3423144.0,3560486.0,3907975.0,3848357.0,3906688.0,4097025.0,4258918.0,4340856.0,4588603.0,4696084.0,4799474.0,4855029.0,4997894.0,5239159.0,5343031.0,5320089.0,5574567.0,5660877.0,5953438.0,5880957.0,6091637.0,6323595.0,6489348.0,6535267.0,6750266.0,6901504.0,7033445.0,7228821.0,7351323.0,7425927.0,7530964.0,7517784.0,7871295.0,7787957.0,8124991.0,7914975.0,8408024.0,8350213.0,8549124.0,8786743.0,8863770.0,9156145.0,9211336.0,9322889.0,9683660.0,9601356.0,10096696.0,9848616.0,10188976.0,10081285.0,10240198.0,10278518.0,10618506.0,10719155.0,10892777.0,10903248.0,11214225.0,11273381.0,11583743.0,11593747.0,11659382.0,11686679.0,11975398.0,12050020.0,12468549.0,12331706.0,12708087.0,12361321.0,12947574.0,13189661.0,13094812.0,12944897.0,13384439.0,13378800.0,13560477.0,13657348.0],"unit":"ns","throughput":[],"typical":{"estimate":27.457873636444575,"lower_bound":27.36851500032393,"upper_bound":27.54641305395706,"unit":"ns"},"mean":{"estimate":27.345395293323268,"lower_bound":27.249033133768982,"upper_bound":27.437569914861868,"unit":"ns"},"median":{"estimate":27.39205259181264,"lower_bound":27.29713790575218,"upper_bound":27.483955271376047,"unit":"ns"},"median_abs_dev":{"estimate":0.35947221559327835,"lower_bound":0.27119004352868914,"upper_bound":0.4713607307546821,"unit":"ns"},"slope":{"estimate":27.457873636444575,"lower_bound":27.36851500032393,"upper_bound":27.54641305395706,"unit":"ns"},"change":{"mean":{"estimate":0.03644670757006763,"lower_bound":0.028159377455235026,"upper_bound":0.04408171869991151,"unit":"%"},"median":{"estimate":0.03863523699931681,"lower_bound":0.032416725771251764,"upper_bound":0.045419508638499195,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"sb","benchmarks":["sb/sb"],"report_directory":"/root/fuel-core/target/criterion/reports/sb"} +{"reason":"benchmark-complete","id":"sw/sw","report_directory":"/root/fuel-core/target/criterion/reports/sw/sw","iteration_count":[4997,9994,14991,19988,24985,29982,34979,39976,44973,49970,54967,59964,64961,69958,74955,79952,84949,89946,94943,99940,104937,109934,114931,119928,124925,129922,134919,139916,144913,149910,154907,159904,164901,169898,174895,179892,184889,189886,194883,199880,204877,209874,214871,219868,224865,229862,234859,239856,244853,249850,254847,259844,264841,269838,274835,279832,284829,289826,294823,299820,304817,309814,314811,319808,324805,329802,334799,339796,344793,349790,354787,359784,364781,369778,374775,379772,384769,389766,394763,399760,404757,409754,414751,419748,424745,429742,434739,439736,444733,449730,454727,459724,464721,469718,474715,479712,484709,489706,494703,499700],"measured_values":[175403.0,290944.0,431278.0,520410.0,678725.0,782276.0,980595.0,1087581.0,1253138.0,1314244.0,1526466.0,1637470.0,1847135.0,1915771.0,2121561.0,2216690.0,2396585.0,2395446.0,2655083.0,2721045.0,2946628.0,3016996.0,3403979.0,3396491.0,3523927.0,3555170.0,3805672.0,3880548.0,4123368.0,4128495.0,4439756.0,4483576.0,4647282.0,4676016.0,4927495.0,5127528.0,5355522.0,5241469.0,5561754.0,5537924.0,5683292.0,5722867.0,6235724.0,5994027.0,6345636.0,6313336.0,6591411.0,6618849.0,7015119.0,6867229.0,7099246.0,7085220.0,7421137.0,7404455.0,7733141.0,7686905.0,8043522.0,7890292.0,8303714.0,8313132.0,8700567.0,8586797.0,8927909.0,8874027.0,9276880.0,9038943.0,9504754.0,9392144.0,9786321.0,9660648.0,10205238.0,9885781.0,10369651.0,10176496.0,10685388.0,10555356.0,10928598.0,10725755.0,11140095.0,11191438.0,11617407.0,11239565.0,11538537.0,11603957.0,11985401.0,11854182.0,12358309.0,12100253.0,12574511.0,12448710.0,12923729.0,12692671.0,13246296.0,12939987.0,13498953.0,13318814.0,13570591.0,13489601.0,14078514.0,13949498.0],"unit":"ns","throughput":[],"typical":{"estimate":27.977042867067958,"lower_bound":27.87086081514695,"upper_bound":28.08441368965577,"unit":"ns"},"mean":{"estimate":27.98328967985872,"lower_bound":27.819620103044453,"upper_bound":28.18427981421225,"unit":"ns"},"median":{"estimate":27.889987548084406,"lower_bound":27.727076245747448,"upper_bound":28.137395164371352,"unit":"ns"},"median_abs_dev":{"estimate":0.6060712134746264,"lower_bound":0.4644865890124087,"upper_bound":0.7022901320185521,"unit":"ns"},"slope":{"estimate":27.977042867067958,"lower_bound":27.87086081514695,"upper_bound":28.08441368965577,"unit":"ns"},"change":{"mean":{"estimate":0.0608929640675806,"lower_bound":0.04980862670145323,"upper_bound":0.07176877700083312,"unit":"%"},"median":{"estimate":0.06350360160090229,"lower_bound":0.05120202540791707,"upper_bound":0.07601699209280799,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"sw","benchmarks":["sw/sw"],"report_directory":"/root/fuel-core/target/criterion/reports/sw"} +{"reason":"benchmark-complete","id":"cfe/1","report_directory":"/root/fuel-core/target/criterion/reports/cfe/1","iteration_count":[5532,11064,16596,22128,27660,33192,38724,44256,49788,55320,60852,66384,71916,77448,82980,88512,94044,99576,105108,110640,116172,121704,127236,132768,138300,143832,149364,154896,160428,165960,171492,177024,182556,188088,193620,199152,204684,210216,215748,221280,226812,232344,237876,243408,248940,254472,260004,265536,271068,276600,282132,287664,293196,298728,304260,309792,315324,320856,326388,331920,337452,342984,348516,354048,359580,365112,370644,376176,381708,387240,392772,398304,403836,409368,414900,420432,425964,431496,437028,442560,448092,453624,459156,464688,470220,475752,481284,486816,492348,497880,503412,508944,514476,520008,525540,531072,536604,542136,547668,553200],"measured_values":[168660.0,260723.0,412126.0,545251.0,655274.0,770103.0,945993.0,1100383.0,1203900.0,1220577.0,1350684.0,1686570.0,1704185.0,1809609.0,1910856.0,2186016.0,2135114.0,2226054.0,2375550.0,2461343.0,2643397.0,2783849.0,2881260.0,3057199.0,3258209.0,3240313.0,3255938.0,3533046.0,3589737.0,4032070.0,3856980.0,4174684.0,4496977.0,4826713.0,4846829.0,4842918.0,4740836.0,4920067.0,4784987.0,4759675.0,5000787.0,5326470.0,5252383.0,5413254.0,5724353.0,6589479.0,6347011.0,6477567.0,6498905.0,6239505.0,6624172.0,6573794.0,6434714.0,7159796.0,7286848.0,7245114.0,7245261.0,7635225.0,7046026.0,7423810.0,7470877.0,8312116.0,8076759.0,8720827.0,8457841.0,9513535.0,9489951.0,9385887.0,9106437.0,9434451.0,9454152.0,9290263.0,9434010.0,10040035.0,9413661.0,9862950.0,9693356.0,9973269.0,10134057.0,11137566.0,9866208.0,10648702.0,11178254.0,11050299.0,11300701.0,10481142.0,11678319.0,12537557.0,11989274.0,11513032.0,11269631.0,11695799.0,11989455.0,12778161.0,12073509.0,13236293.0,12547829.0,14020835.0,12691490.0,12805412.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":23.653042464168067,"lower_bound":23.381247204561255,"upper_bound":23.93168442082369,"unit":"ns"},"mean":{"estimate":23.587962805033662,"lower_bound":23.348784172309326,"upper_bound":23.847402458678193,"unit":"ns"},"median":{"estimate":23.385402889547706,"lower_bound":23.1607907345326,"upper_bound":23.690310918293566,"unit":"ns"},"median_abs_dev":{"estimate":1.2430425709971504,"lower_bound":0.8916394510054708,"upper_bound":1.452576338453834,"unit":"ns"},"slope":{"estimate":23.653042464168067,"lower_bound":23.381247204561255,"upper_bound":23.93168442082369,"unit":"ns"},"change":{"mean":{"estimate":0.1484316998069799,"lower_bound":0.1310883678217717,"upper_bound":0.1675408655493212,"unit":"%"},"median":{"estimate":0.14159424766183104,"lower_bound":0.12415631275334804,"upper_bound":0.16987366926937497,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfe/10","report_directory":"/root/fuel-core/target/criterion/reports/cfe/10","iteration_count":[5519,11038,16557,22076,27595,33114,38633,44152,49671,55190,60709,66228,71747,77266,82785,88304,93823,99342,104861,110380,115899,121418,126937,132456,137975,143494,149013,154532,160051,165570,171089,176608,182127,187646,193165,198684,204203,209722,215241,220760,226279,231798,237317,242836,248355,253874,259393,264912,270431,275950,281469,286988,292507,298026,303545,309064,314583,320102,325621,331140,336659,342178,347697,353216,358735,364254,369773,375292,380811,386330,391849,397368,402887,408406,413925,419444,424963,430482,436001,441520,447039,452558,458077,463596,469115,474634,480153,485672,491191,496710,502229,507748,513267,518786,524305,529824,535343,540862,546381,551900],"measured_values":[145450.0,243933.0,349315.0,530097.0,594832.0,713392.0,845114.0,992347.0,1089560.0,1171404.0,1364562.0,1480676.0,1549848.0,1777974.0,1782107.0,1940590.0,2130674.0,2211826.0,2325536.0,2431250.0,2529641.0,2647924.0,2836865.0,2917513.0,3285872.0,3072031.0,3209586.0,3385379.0,3605169.0,3737973.0,3797514.0,4040774.0,4360687.0,4544894.0,4535926.0,4409534.0,4529018.0,4667544.0,4752347.0,4703650.0,4830646.0,5130525.0,5209296.0,5489950.0,5449042.0,5740874.0,5615787.0,6154407.0,7049167.0,6380287.0,6372690.0,6437100.0,6753388.0,7564340.0,7173932.0,6904811.0,7324710.0,7543711.0,7233365.0,7604600.0,8507224.0,7884018.0,7945056.0,8155069.0,7884714.0,8146576.0,7962631.0,8853813.0,9350879.0,8574180.0,9195588.0,9334289.0,10697407.0,10397186.0,9475714.0,9317504.0,9609370.0,10148993.0,10080792.0,10307363.0,9957170.0,10154394.0,10192460.0,10352888.0,10402648.0,10767858.0,10649426.0,10730059.0,10567021.0,11990477.0,11297940.0,11609160.0,11458036.0,11934508.0,11856173.0,13481592.0,12770883.0,12442089.0,13121865.0,12606473.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":23.017611194858564,"lower_bound":22.758199531889655,"upper_bound":23.297455622244076,"unit":"ns"},"mean":{"estimate":22.76768053781721,"lower_bound":22.557387432299677,"upper_bound":22.99400378136207,"unit":"ns"},"median":{"estimate":22.476396621588233,"lower_bound":22.273604763790186,"upper_bound":22.686655401846476,"unit":"ns"},"median_abs_dev":{"estimate":0.7879791878964069,"lower_bound":0.5681283206265718,"upper_bound":1.028911038818158,"unit":"ns"},"slope":{"estimate":23.017611194858564,"lower_bound":22.758199531889655,"upper_bound":23.297455622244076,"unit":"ns"},"change":{"mean":{"estimate":0.16762513360663678,"lower_bound":0.15358715065438652,"upper_bound":0.1820869285080834,"unit":"%"},"median":{"estimate":0.15483534614022165,"lower_bound":0.1407763083713054,"upper_bound":0.16951618937489177,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfe/100","report_directory":"/root/fuel-core/target/criterion/reports/cfe/100","iteration_count":[5518,11036,16554,22072,27590,33108,38626,44144,49662,55180,60698,66216,71734,77252,82770,88288,93806,99324,104842,110360,115878,121396,126914,132432,137950,143468,148986,154504,160022,165540,171058,176576,182094,187612,193130,198648,204166,209684,215202,220720,226238,231756,237274,242792,248310,253828,259346,264864,270382,275900,281418,286936,292454,297972,303490,309008,314526,320044,325562,331080,336598,342116,347634,353152,358670,364188,369706,375224,380742,386260,391778,397296,402814,408332,413850,419368,424886,430404,435922,441440,446958,452476,457994,463512,469030,474548,480066,485584,491102,496620,502138,507656,513174,518692,524210,529728,535246,540764,546282,551800],"measured_values":[156637.0,245510.0,396901.0,490143.0,602212.0,766580.0,891544.0,983148.0,1257817.0,1215150.0,1485232.0,1437961.0,1603121.0,1668040.0,1816538.0,1947920.0,2104688.0,2118941.0,2314546.0,2446767.0,2527308.0,2620037.0,2813921.0,3120089.0,3219182.0,3211068.0,3276557.0,3384913.0,3394679.0,3716776.0,3741437.0,3871369.0,4037569.0,4108789.0,4414285.0,4409052.0,4452053.0,4742715.0,4812639.0,5000613.0,4941290.0,5587145.0,5338645.0,5317582.0,5733555.0,5566446.0,6894449.0,6247479.0,6041638.0,5976805.0,6373295.0,6458915.0,6915941.0,6721583.0,7092884.0,6848058.0,6957423.0,7109750.0,7159433.0,7484236.0,7456618.0,7656781.0,7664598.0,7807406.0,8069442.0,8880463.0,8692600.0,8711017.0,8653281.0,9123841.0,9063663.0,9266250.0,9204515.0,9294934.0,9557423.0,9629809.0,9904719.0,9661017.0,10308815.0,10398266.0,10223486.0,10725526.0,10720055.0,11577038.0,11002362.0,10993421.0,11037715.0,10895674.0,11681048.0,11993030.0,11286012.0,11253644.0,11394018.0,11654504.0,11278445.0,11901243.0,12465020.0,12186258.0,12765741.0,12101231.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":22.875252041587448,"lower_bound":22.680105369380687,"upper_bound":23.073487882554478,"unit":"ns"},"mean":{"estimate":22.759117107742263,"lower_bound":22.566300765165405,"upper_bound":22.975091301710354,"unit":"ns"},"median":{"estimate":22.472471456731867,"lower_bound":22.348133381660023,"upper_bound":22.68724521499351,"unit":"ns"},"median_abs_dev":{"estimate":0.803928865927421,"lower_bound":0.5679171382156054,"upper_bound":0.9788696049976663,"unit":"ns"},"slope":{"estimate":22.875252041587448,"lower_bound":22.680105369380687,"upper_bound":23.073487882554478,"unit":"ns"},"change":{"mean":{"estimate":0.1426288262554254,"lower_bound":0.12810145684131927,"upper_bound":0.15812782776380005,"unit":"%"},"median":{"estimate":0.13099291437568028,"lower_bound":0.11782493004193983,"upper_bound":0.14977966111342966,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfe/1000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/1000","iteration_count":[5116,10232,15348,20464,25580,30696,35812,40928,46044,51160,56276,61392,66508,71624,76740,81856,86972,92088,97204,102320,107436,112552,117668,122784,127900,133016,138132,143248,148364,153480,158596,163712,168828,173944,179060,184176,189292,194408,199524,204640,209756,214872,219988,225104,230220,235336,240452,245568,250684,255800,260916,266032,271148,276264,281380,286496,291612,296728,301844,306960,312076,317192,322308,327424,332540,337656,342772,347888,353004,358120,363236,368352,373468,378584,383700,388816,393932,399048,404164,409280,414396,419512,424628,429744,434860,439976,445092,450208,455324,460440,465556,470672,475788,480904,486020,491136,496252,501368,506484,511600],"measured_values":[147813.0,220892.0,339956.0,477678.0,587068.0,721269.0,923543.0,900206.0,981100.0,1233312.0,1393434.0,1510469.0,1516474.0,1695991.0,1845298.0,1858007.0,2044784.0,2135939.0,2183179.0,2284424.0,2630867.0,2682641.0,2677428.0,2889404.0,2936535.0,2967842.0,3218412.0,3307530.0,3312638.0,3322607.0,3872645.0,3880295.0,3786234.0,3906752.0,4364926.0,4212975.0,4560100.0,4259620.0,4746920.0,4639742.0,4739338.0,4878011.0,6191112.0,5006108.0,5606937.0,5429326.0,5620464.0,5548307.0,5629840.0,5774857.0,6072413.0,6014416.0,6052070.0,6315712.0,6524640.0,6658208.0,7013334.0,8247339.0,6906230.0,7031926.0,7542564.0,7039912.0,7326687.0,7357393.0,7881623.0,7636654.0,8143482.0,8027015.0,8090441.0,8135715.0,8402256.0,8377718.0,8929565.0,8768952.0,8730013.0,8679423.0,9270498.0,8968652.0,9246498.0,9420349.0,9276761.0,9310950.0,9436851.0,9657221.0,10353887.0,10040220.0,10259512.0,10440882.0,10768779.0,10464366.0,10707866.0,10519338.0,10521554.0,10757152.0,10885974.0,11738606.0,11902235.0,11616301.0,12108064.0,11696946.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":23.062436230739873,"lower_bound":22.88210114304612,"upper_bound":23.262327317979015,"unit":"ns"},"mean":{"estimate":23.207559335973386,"lower_bound":22.99326093382995,"upper_bound":23.45109051295041,"unit":"ns"},"median":{"estimate":22.934555132519748,"lower_bound":22.75408777237652,"upper_bound":23.16250026414217,"unit":"ns"},"median_abs_dev":{"estimate":0.8040778565830152,"lower_bound":0.5759674489847139,"upper_bound":0.9930890860509523,"unit":"ns"},"slope":{"estimate":23.062436230739873,"lower_bound":22.88210114304612,"upper_bound":23.262327317979015,"unit":"ns"},"change":{"mean":{"estimate":0.20562994178266236,"lower_bound":0.18623154712127743,"upper_bound":0.224159919413367,"unit":"%"},"median":{"estimate":0.20428085485180758,"lower_bound":0.1929795522604882,"upper_bound":0.21632205222632273,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfe/10000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/10000","iteration_count":[2240,4480,6720,8960,11200,13440,15680,17920,20160,22400,24640,26880,29120,31360,33600,35840,38080,40320,42560,44800,47040,49280,51520,53760,56000,58240,60480,62720,64960,67200,69440,71680,73920,76160,78400,80640,82880,85120,87360,89600,91840,94080,96320,98560,100800,103040,105280,107520,109760,112000,114240,116480,118720,120960,123200,125440,127680,129920,132160,134400,136640,138880,141120,143360,145600,147840,150080,152320,154560,156800,159040,161280,163520,165760,168000,170240,172480,174720,176960,179200,181440,183680,185920,188160,190400,192640,194880,197120,199360,201600,203840,206080,208320,210560,212800,215040,217280,219520,221760,224000],"measured_values":[57739.0,108144.0,169252.0,212910.0,267200.0,315514.0,376787.0,429684.0,509952.0,538450.0,622806.0,649498.0,721398.0,753182.0,842962.0,849381.0,937163.0,976639.0,1087929.0,1077532.0,1173993.0,1192491.0,1282094.0,1297980.0,1430419.0,1425458.0,1524037.0,1532550.0,1572254.0,1637673.0,1763563.0,1743930.0,1811509.0,1870433.0,1927640.0,1940293.0,2052468.0,2057994.0,2221668.0,2157893.0,2229188.0,2183197.0,2420247.0,2382977.0,2535237.0,2493485.0,2649644.0,2595541.0,2782868.0,2719051.0,2733261.0,2840003.0,2917916.0,2897533.0,2925069.0,3031890.0,3190174.0,3155814.0,3311363.0,3273789.0,3534969.0,3342998.0,3536368.0,3435803.0,3640418.0,3587471.0,3803754.0,3678522.0,3768283.0,3817643.0,3995939.0,3929607.0,4065763.0,4023550.0,4261028.0,4100476.0,4139421.0,4194525.0,4432278.0,4335368.0,4642260.0,4440097.0,4597923.0,4533062.0,4641346.0,4701775.0,4739922.0,4711621.0,5016747.0,4883711.0,5151571.0,4938314.0,5173805.0,5120417.0,5116591.0,5196515.0,5457586.0,5332018.0,5570480.0,5403794.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":24.517424452173362,"lower_bound":24.39180263618001,"upper_bound":24.649150206933104,"unit":"ns"},"mean":{"estimate":24.51836480612973,"lower_bound":24.41228326612888,"upper_bound":24.62691393590863,"unit":"ns"},"median":{"estimate":24.338296795280613,"lower_bound":24.224756944444444,"upper_bound":24.47558379120879,"unit":"ns"},"median_abs_dev":{"estimate":0.46666855254086836,"lower_bound":0.3113245808699424,"upper_bound":0.6735320107696892,"unit":"ns"},"slope":{"estimate":24.517424452173362,"lower_bound":24.39180263618001,"upper_bound":24.649150206933104,"unit":"ns"},"change":{"mean":{"estimate":0.07476676859957165,"lower_bound":0.06712936694251331,"upper_bound":0.08280261149640819,"unit":"%"},"median":{"estimate":0.06691947401810672,"lower_bound":0.055241382436445274,"upper_bound":0.09248546441997972,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfe/100000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/100000","iteration_count":[371,742,1113,1484,1855,2226,2597,2968,3339,3710,4081,4452,4823,5194,5565,5936,6307,6678,7049,7420,7791,8162,8533,8904,9275,9646,10017,10388,10759,11130,11501,11872,12243,12614,12985,13356,13727,14098,14469,14840,15211,15582,15953,16324,16695,17066,17437,17808,18179,18550,18921,19292,19663,20034,20405,20776,21147,21518,21889,22260,22631,23002,23373,23744,24115,24486,24857,25228,25599,25970,26341,26712,27083,27454,27825,28196,28567,28938,29309,29680,30051,30422,30793,31164,31535,31906,32277,32648,33019,33390,33761,34132,34503,34874,35245,35616,35987,36358,36729,37100],"measured_values":[8417.0,18010.0,24693.0,35558.0,41062.0,53522.0,57345.0,71281.0,73638.0,88816.0,90190.0,106003.0,106778.0,124943.0,122972.0,141892.0,139311.0,161490.0,156855.0,177631.0,172223.0,195541.0,188317.0,213217.0,205288.0,230109.0,221127.0,247765.0,238534.0,265615.0,270169.0,283257.0,270546.0,316857.0,287395.0,320250.0,303662.0,337940.0,322516.0,355034.0,336295.0,372865.0,366773.0,388024.0,371560.0,404292.0,401514.0,418911.0,404598.0,438622.0,420965.0,458056.0,435526.0,476856.0,452715.0,492716.0,468697.0,509541.0,497547.0,528643.0,499499.0,547827.0,517684.0,565614.0,534025.0,575217.0,523644.0,574252.0,536832.0,587587.0,556546.0,605981.0,598949.0,622778.0,587330.0,637336.0,599052.0,654921.0,620462.0,684184.0,635725.0,688452.0,650055.0,736363.0,664359.0,728028.0,678341.0,742273.0,694265.0,753481.0,712984.0,771810.0,726065.0,793955.0,741784.0,821323.0,757074.0,820470.0,772824.0,833191.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":22.26785812869415,"lower_bound":22.02637328360855,"upper_bound":22.520917594651394,"unit":"ns"},"mean":{"estimate":22.698983675464042,"lower_bound":22.498278934406024,"upper_bound":22.89979527425949,"unit":"ns"},"median":{"estimate":22.619055431852807,"lower_bound":22.219283199422225,"upper_bound":22.79019435769042,"unit":"ns"},"median_abs_dev":{"estimate":1.2931768323313002,"lower_bound":0.6504338431797853,"upper_bound":1.760457591387139,"unit":"ns"},"slope":{"estimate":22.26785812869415,"lower_bound":22.02637328360855,"upper_bound":22.520917594651394,"unit":"ns"},"change":{"mean":{"estimate":0.023293117980628608,"lower_bound":0.009860850062251233,"upper_bound":0.03708558502346707,"unit":"%"},"median":{"estimate":0.008505227058248854,"lower_bound":-0.017493436488939838,"upper_bound":0.02701399033043539,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"cfe/1000000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/1000000","iteration_count":[33,66,99,132,165,198,231,264,297,330,363,396,429,462,495,528,561,594,627,660,693,726,759,792,825,858,891,924,957,990,1023,1056,1089,1122,1155,1188,1221,1254,1287,1320,1353,1386,1419,1452,1485,1518,1551,1584,1617,1650,1683,1716,1749,1782,1815,1848,1881,1914,1947,1980,2013,2046,2079,2112,2145,2178,2211,2244,2277,2310,2343,2376,2409,2442,2475,2508,2541,2574,2607,2640,2673,2706,2739,2772,2805,2838,2871,2904,2937,2970,3003,3036,3069,3102,3135,3168,3201,3234,3267,3300],"measured_values":[1369.0,2479.0,3655.0,5064.0,6187.0,7557.0,8554.0,9627.0,10666.0,12326.0,13478.0,14673.0,15557.0,16924.0,18122.0,19570.0,20294.0,22298.0,22767.0,24817.0,25129.0,27029.0,27673.0,29555.0,29610.0,31682.0,32799.0,34325.0,34597.0,36571.0,36670.0,38686.0,39598.0,39708.0,41369.0,43647.0,44013.0,47710.0,46636.0,48417.0,52101.0,50641.0,51343.0,52419.0,53946.0,55560.0,56401.0,58215.0,58726.0,59976.0,61154.0,63043.0,63366.0,66237.0,66580.0,67162.0,67973.0,70660.0,71028.0,71132.0,72867.0,75735.0,75584.0,76507.0,77843.0,79259.0,82628.0,81235.0,81446.0,84637.0,85205.0,86948.0,87162.0,87776.0,91381.0,90942.0,92563.0,92624.0,93355.0,95471.0,96908.0,99308.0,97830.0,101304.0,100198.0,102881.0,103645.0,105796.0,105266.0,107848.0,110071.0,111569.0,111451.0,114013.0,112879.0,116537.0,115588.0,116308.0,367197.0,119697.0],"unit":"ns","throughput":[{"per_iteration":1000000,"unit":"bytes"}],"typical":{"estimate":38.56296752063266,"lower_bound":36.28916372638776,"upper_bound":43.442781808106204,"unit":"ns"},"mean":{"estimate":37.36056072412601,"lower_bound":36.49558111361333,"upper_bound":38.97356862582241,"unit":"ns"},"median":{"estimate":36.40925488652762,"lower_bound":36.31787260358689,"upper_bound":36.613155363155364,"unit":"ns"},"median_abs_dev":{"estimate":0.4570917345467351,"lower_bound":0.35535164960510623,"upper_bound":0.622196279768938,"unit":"ns"},"slope":{"estimate":38.56296752063266,"lower_bound":36.28916372638776,"upper_bound":43.442781808106204,"unit":"ns"},"change":{"mean":{"estimate":-0.06753721668309143,"lower_bound":-0.13748708341408714,"upper_bound":0.002779657940050177,"unit":"%"},"median":{"estimate":-0.04339007819992391,"lower_bound":-0.04927730240206274,"upper_bound":-0.031222539271384984,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"cfe/10000000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/10000000","iteration_count":[12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12],"measured_values":[2259.0,1760.0,2130.0,2089.0,1753.0,2152.0,1992.0,1989.0,1898.0,1741.0,2108.0,2083.0,1945.0,1814.0,2148.0,1823.0,2098.0,1973.0,2350.0,1752.0,1844.0,1684.0,1930.0,1470.0,2090.0,1866.0,2046.0,1923.0,2005.0,1523.0,1973.0,2084.0,1643.0,1883.0,1861.0,2066.0,2002.0,2239.0,1809.0,1937.0,2048.0,2461.0,1917.0,2077.0,2047.0,2315.0,2002.0,2218.0,1950.0,2119.0,1834.0,1762.0,1981.0,1944.0,2064.0,1861.0,1918.0,2780.0,2047.0,2128.0,1931.0,2311.0,1649.0,2017.0,1882.0,2332.0,2228.0,2036.0,2376.0,1876.0,1846.0,2052.0,1962.0,2210.0,2071.0,2122.0,2040.0,2466.0,2855.0,2901.0,1969.0,1952.0,1829.0,1712.0,2043.0,2435.0,1892.0,2398.0,2274.0,2633.0,2048.0,1766.0,2075.0,2582.0,2125.0,2094.0,2137.0,2373.0,2556.0,2400.0],"unit":"ns","throughput":[{"per_iteration":10000000,"unit":"bytes"}],"typical":{"estimate":171.38666666666668,"lower_bound":167.20831249999998,"upper_bound":175.74916666666658,"unit":"ns"},"mean":{"estimate":171.38666666666668,"lower_bound":167.20831249999998,"upper_bound":175.74916666666658,"unit":"ns"},"median":{"estimate":170.125,"lower_bound":164.41666666666666,"upper_bound":172.58333333333334,"unit":"ns"},"median_abs_dev":{"estimate":16.555699706077583,"lower_bound":11.922574788331971,"upper_bound":22.67142459750174,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.19650887042267828,"lower_bound":-0.2281410436411144,"upper_bound":-0.16575749715676702,"unit":"%"},"median":{"estimate":-0.18061408789885613,"lower_bound":-0.21531676022453905,"upper_bound":-0.16365098512263765,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"cfe/30000000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/30000000","iteration_count":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"measured_values":[2073.0,1073.0,1158.0,1245.0,1061.0,1033.0,1054.0,1053.0,779.0,915.0,878.0,909.0,799.0,850.0,852.0,1013.0,937.0,997.0,1051.0,883.0,1043.0,1442.0,1387.0,1450.0,1151.0,1357.0,1116.0,1059.0,1077.0,1583.0,1207.0,918.0,1341.0,1296.0,1216.0,1477.0,1341.0,1496.0,991.0,1254.0,893.0,1332.0,1581.0,967.0,946.0,1170.0,1300.0,1208.0,1762.0,741.0,841.0,1090.0,802.0,1068.0,1367.0,1141.0,1502.0,988.0,1125.0,857.0,591.0,889.0,880.0,974.0,921.0,991.0,1233.0,1018.0,1139.0,1403.0,948.0,1023.0,841.0,1264.0,934.0,1077.0,1035.0,949.0,795.0,1124.0,797.0,838.0,830.0,829.0,1011.0,845.0,977.0,990.0,1340.0,1213.0,1463.0,1181.0,1079.0,1548.0,1232.0,1552.0,1549.0,1018.0,1251.0,1180.0],"unit":"ns","throughput":[{"per_iteration":30000000,"unit":"bytes"}],"typical":{"estimate":278.12,"lower_bound":266.1875,"upper_bound":290.53756250000004,"unit":"ns"},"mean":{"estimate":278.12,"lower_bound":266.1875,"upper_bound":290.53756250000004,"unit":"ns"},"median":{"estimate":265.0,"lower_bound":253.875,"upper_bound":281.875,"unit":"ns"},"median_abs_dev":{"estimate":59.859973937273026,"lower_bound":45.21929919719696,"upper_bound":74.31532368063927,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.032390495077062265,"lower_bound":-0.08486740629683667,"upper_bound":0.02227769870998906,"unit":"%"},"median":{"estimate":-0.07785993910395828,"lower_bound":-0.119254119687771,"upper_bound":0.00660566397810695,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"cfe/60000000","report_directory":"/root/fuel-core/target/criterion/reports/cfe/60000000","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[1334.0,1260.0,945.0,1597.0,1219.0,823.0,779.0,1580.0,958.0,1684.0,1392.0,1382.0,1469.0,954.0,1500.0,1653.0,1120.0,1624.0,1400.0,1056.0,948.0,1654.0,1168.0,1251.0,1317.0,1208.0,1477.0,1401.0,1051.0,1285.0,1169.0,1185.0,1022.0,924.0,1257.0,883.0,867.0,783.0,898.0,1132.0,1102.0,1039.0,1098.0,1109.0,1059.0,1194.0,1593.0,994.0,1209.0,1082.0,1618.0,1075.0,1055.0,1147.0,1186.0,778.0,964.0,1309.0,1248.0,958.0,978.0,754.0,1295.0,1603.0,1081.0,1308.0,1431.0,1241.0,928.0,797.0,1355.0,1193.0,1369.0,1556.0,777.0,917.0,1460.0,1151.0,1190.0,1370.0,1165.0,778.0,1267.0,1550.0,972.0,1053.0,1114.0,1306.0,1852.0,1428.0,1157.0,906.0,918.0,905.0,714.0,868.0,981.0,1040.0,1567.0,1589.0],"unit":"ns","throughput":[{"per_iteration":60000000,"unit":"bytes"}],"typical":{"estimate":591.55,"lower_bound":566.504875,"upper_bound":616.885125,"unit":"ns"},"mean":{"estimate":591.55,"lower_bound":566.504875,"upper_bound":616.885125,"unit":"ns"},"median":{"estimate":583.25,"lower_bound":546.0,"upper_bound":612.5,"unit":"ns"},"median_abs_dev":{"estimate":150.11324733495712,"lower_bound":106.0058981180191,"upper_bound":173.83484691381454,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0758258668770555,"lower_bound":-0.1308206162265114,"upper_bound":-0.02162093502904925,"unit":"%"},"median":{"estimate":-0.06530448717948723,"lower_bound":-0.13234890761630347,"upper_bound":0.005061155630535552,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"cfe","benchmarks":["cfe/1","cfe/10","cfe/100","cfe/1000","cfe/10000","cfe/100000","cfe/1000000","cfe/10000000","cfe/30000000","cfe/60000000"],"report_directory":"/root/fuel-core/target/criterion/reports/cfe"} +{"reason":"benchmark-complete","id":"cfei/1","report_directory":"/root/fuel-core/target/criterion/reports/cfei/1","iteration_count":[5630,11260,16890,22520,28150,33780,39410,45040,50670,56300,61930,67560,73190,78820,84450,90080,95710,101340,106970,112600,118230,123860,129490,135120,140750,146380,152010,157640,163270,168900,174530,180160,185790,191420,197050,202680,208310,213940,219570,225200,230830,236460,242090,247720,253350,258980,264610,270240,275870,281500,287130,292760,298390,304020,309650,315280,320910,326540,332170,337800,343430,349060,354690,360320,365950,371580,377210,382840,388470,394100,399730,405360,410990,416620,422250,427880,433510,439140,444770,450400,456030,461660,467290,472920,478550,484180,489810,495440,501070,506700,512330,517960,523590,529220,534850,540480,546110,551740,557370,563000],"measured_values":[150938.0,261050.0,392774.0,536397.0,657401.0,840922.0,926262.0,1008056.0,1059523.0,1190712.0,1355155.0,1480231.0,1597469.0,1694535.0,1848702.0,2064647.0,2143547.0,2194014.0,2345122.0,2780762.0,2880850.0,3126020.0,3059802.0,3135524.0,3304195.0,3571507.0,3460816.0,3897806.0,3607446.0,3724844.0,3843963.0,4506316.0,4280250.0,4668288.0,4393386.0,4357233.0,4955448.0,5143767.0,5253857.0,5617910.0,5329619.0,5299727.0,5635232.0,5646640.0,5783026.0,6227498.0,5882964.0,6127454.0,6070016.0,6988973.0,6557612.0,7025708.0,6801245.0,7280345.0,6994057.0,6920802.0,7205725.0,8143397.0,7738647.0,8461174.0,8036597.0,8009932.0,7819905.0,8365637.0,8344774.0,8464432.0,8188528.0,8268543.0,8406357.0,8729843.0,8760466.0,8845772.0,8797564.0,10028345.0,9657193.0,9727733.0,10429495.0,9817122.0,10406750.0,10450531.0,10245009.0,9991433.0,10594822.0,10848236.0,10485136.0,10891293.0,10934919.0,11926411.0,11623292.0,12079313.0,11841419.0,11928820.0,11589608.0,11584729.0,11777905.0,12472653.0,12637769.0,13389694.0,13085253.0,13356494.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":22.915599960208105,"lower_bound":22.702872544792477,"upper_bound":23.12945279854839,"unit":"ns"},"mean":{"estimate":23.003685158553008,"lower_bound":22.795785804629144,"upper_bound":23.217968528129607,"unit":"ns"},"median":{"estimate":22.895471654825343,"lower_bound":22.674119301361753,"upper_bound":23.183836589698046,"unit":"ns"},"median_abs_dev":{"estimate":1.2381518043061552,"lower_bound":0.853097486906309,"upper_bound":1.4371159384580046,"unit":"ns"},"slope":{"estimate":22.915599960208105,"lower_bound":22.702872544792477,"upper_bound":23.12945279854839,"unit":"ns"},"change":{"mean":{"estimate":0.1608751755466422,"lower_bound":0.14699347294570717,"upper_bound":0.1758944186100061,"unit":"%"},"median":{"estimate":0.15874625585284763,"lower_bound":0.1454427596118929,"upper_bound":0.17393128846972972,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfei/10","report_directory":"/root/fuel-core/target/criterion/reports/cfei/10","iteration_count":[5611,11222,16833,22444,28055,33666,39277,44888,50499,56110,61721,67332,72943,78554,84165,89776,95387,100998,106609,112220,117831,123442,129053,134664,140275,145886,151497,157108,162719,168330,173941,179552,185163,190774,196385,201996,207607,213218,218829,224440,230051,235662,241273,246884,252495,258106,263717,269328,274939,280550,286161,291772,297383,302994,308605,314216,319827,325438,331049,336660,342271,347882,353493,359104,364715,370326,375937,381548,387159,392770,398381,403992,409603,415214,420825,426436,432047,437658,443269,448880,454491,460102,465713,471324,476935,482546,488157,493768,499379,504990,510601,516212,521823,527434,533045,538656,544267,549878,555489,561100],"measured_values":[165836.0,238233.0,384422.0,522334.0,637126.0,826087.0,916582.0,980960.0,1135673.0,1224300.0,1316817.0,1552703.0,1610197.0,1748222.0,1960554.0,2012792.0,2158243.0,2187372.0,2380825.0,2481161.0,2596346.0,2790513.0,2791131.0,3199402.0,3316399.0,3252165.0,3340103.0,3546922.0,3690129.0,3664877.0,3854363.0,4214001.0,4189914.0,4335339.0,4650799.0,4961517.0,4640157.0,4729495.0,4937353.0,5080305.0,5361016.0,5652319.0,6125592.0,5383130.0,5837064.0,6485438.0,6566463.0,6416026.0,6389595.0,6303954.0,6327791.0,6471252.0,7411633.0,7249568.0,7653701.0,7342189.0,7259227.0,7659393.0,7298014.0,7556825.0,8424768.0,7996075.0,8077466.0,7782320.0,8158452.0,8339277.0,8759883.0,8714729.0,8765445.0,8665100.0,8982426.0,9644659.0,9574900.0,9863271.0,10434978.0,13154786.0,10025300.0,10073299.0,10768481.0,10883387.0,10347273.0,10505390.0,11355748.0,10727848.0,10657578.0,10583474.0,11391052.0,11916743.0,11636934.0,11264133.0,11559936.0,11707705.0,12136794.0,13123116.0,12610611.0,13216942.0,13027684.0,12363437.0,13507291.0,12561631.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":23.37982525932497,"lower_bound":23.073213208889936,"upper_bound":23.75113577823296,"unit":"ns"},"mean":{"estimate":23.166757573657293,"lower_bound":22.916226091232293,"upper_bound":23.45632856786305,"unit":"ns"},"median":{"estimate":22.799734744807793,"lower_bound":22.634054058577316,"upper_bound":23.240045973834196,"unit":"ns"},"median_abs_dev":{"estimate":0.8855197555092262,"lower_bound":0.7216490800311238,"upper_bound":1.1988709598243217,"unit":"ns"},"slope":{"estimate":23.37982525932497,"lower_bound":23.073213208889936,"upper_bound":23.75113577823296,"unit":"ns"},"change":{"mean":{"estimate":0.18104386724455268,"lower_bound":0.16461327493861486,"upper_bound":0.19831083324785176,"unit":"%"},"median":{"estimate":0.1634973212351627,"lower_bound":0.15004645928602534,"upper_bound":0.183967932439691,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfei/100","report_directory":"/root/fuel-core/target/criterion/reports/cfei/100","iteration_count":[5487,10974,16461,21948,27435,32922,38409,43896,49383,54870,60357,65844,71331,76818,82305,87792,93279,98766,104253,109740,115227,120714,126201,131688,137175,142662,148149,153636,159123,164610,170097,175584,181071,186558,192045,197532,203019,208506,213993,219480,224967,230454,235941,241428,246915,252402,257889,263376,268863,274350,279837,285324,290811,296298,301785,307272,312759,318246,323733,329220,334707,340194,345681,351168,356655,362142,367629,373116,378603,384090,389577,395064,400551,406038,411525,417012,422499,427986,433473,438960,444447,449934,455421,460908,466395,471882,477369,482856,488343,493830,499317,504804,510291,515778,521265,526752,532239,537726,543213,548700],"measured_values":[146187.0,237653.0,338242.0,447831.0,606238.0,674190.0,845656.0,913692.0,1074172.0,1287943.0,1443705.0,1403833.0,1546775.0,1630832.0,1719577.0,1844899.0,2006905.0,2221257.0,2441509.0,2321533.0,2629908.0,2675922.0,2660503.0,2785731.0,3188096.0,3390118.0,3378543.0,3346731.0,3498400.0,3550473.0,3807176.0,3858271.0,4053003.0,4475272.0,4702454.0,4539922.0,4495380.0,4641666.0,4803622.0,4926230.0,5272190.0,5134604.0,5364790.0,5500063.0,5672743.0,5417861.0,5546410.0,5693238.0,5882798.0,6014021.0,6061256.0,6172517.0,6448450.0,6467490.0,6539586.0,7525787.0,7594828.0,6919912.0,7016527.0,7052590.0,7286558.0,7253751.0,7926875.0,8114669.0,8662696.0,8621652.0,8409185.0,7969900.0,8887432.0,9180345.0,8803088.0,8717932.0,8803424.0,9363151.0,9356976.0,9291840.0,10007853.0,9959099.0,9775653.0,10919358.0,10504828.0,9801688.0,10027646.0,10128314.0,10523911.0,10234605.0,10375198.0,10917564.0,11550333.0,11211796.0,11794207.0,11295167.0,11848332.0,11699996.0,12273539.0,11814599.0,11954500.0,11866452.0,11745246.0,12485727.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":22.618488330721064,"lower_bound":22.414990865369084,"upper_bound":22.825541221267674,"unit":"ns"},"mean":{"estimate":22.426612020169056,"lower_bound":22.224075059531966,"upper_bound":22.63602250153707,"unit":"ns"},"median":{"estimate":22.281167197198393,"lower_bound":22.001958703008334,"upper_bound":22.55193057007011,"unit":"ns"},"median_abs_dev":{"estimate":0.9239394374762483,"lower_bound":0.7150718687632687,"upper_bound":1.2195090699511661,"unit":"ns"},"slope":{"estimate":22.618488330721064,"lower_bound":22.414990865369084,"upper_bound":22.825541221267674,"unit":"ns"},"change":{"mean":{"estimate":0.1524144363072355,"lower_bound":0.13897277088638654,"upper_bound":0.1657476487969638,"unit":"%"},"median":{"estimate":0.1472714650339486,"lower_bound":0.13005161441390078,"upper_bound":0.16365605493924384,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfei/1000","report_directory":"/root/fuel-core/target/criterion/reports/cfei/1000","iteration_count":[5099,10198,15297,20396,25495,30594,35693,40792,45891,50990,56089,61188,66287,71386,76485,81584,86683,91782,96881,101980,107079,112178,117277,122376,127475,132574,137673,142772,147871,152970,158069,163168,168267,173366,178465,183564,188663,193762,198861,203960,209059,214158,219257,224356,229455,234554,239653,244752,249851,254950,260049,265148,270247,275346,280445,285544,290643,295742,300841,305940,311039,316138,321237,326336,331435,336534,341633,346732,351831,356930,362029,367128,372227,377326,382425,387524,392623,397722,402821,407920,413019,418118,423217,428316,433415,438514,443613,448712,453811,458910,464009,469108,474207,479306,484405,489504,494603,499702,504801,509900],"measured_values":[134735.0,220402.0,322697.0,452179.0,607206.0,686675.0,806529.0,875149.0,1028154.0,1066236.0,1258327.0,1320006.0,1439738.0,1525736.0,1730265.0,1828121.0,2020936.0,2032941.0,2109832.0,2234331.0,2442362.0,2526537.0,2750305.0,2750023.0,2924164.0,3051354.0,3137347.0,3149361.0,3338724.0,3281252.0,3664869.0,3733440.0,3981159.0,3724068.0,3976287.0,4067331.0,4111180.0,4370144.0,4487562.0,4575172.0,5009971.0,4778389.0,5178576.0,5177039.0,5271434.0,5247790.0,5449464.0,5746261.0,6292524.0,5662756.0,5768296.0,6511180.0,6066164.0,6169000.0,6248017.0,6378188.0,6662141.0,6701610.0,7002974.0,7125637.0,7414873.0,6996681.0,7296061.0,8172986.0,7778830.0,8033599.0,8152428.0,8043570.0,8319894.0,8016221.0,8660828.0,8225325.0,8626706.0,8315841.0,9086375.0,9657837.0,9344804.0,9161869.0,8925424.0,9441794.0,10171735.0,9693859.0,10025702.0,10105482.0,10308281.0,9962698.0,9713027.0,10191691.0,10646745.0,10156556.0,10160002.0,10471966.0,11381639.0,10669619.0,10781280.0,11616478.0,11419127.0,11346287.0,11665644.0,11526744.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":23.032686045209825,"lower_bound":22.837642338480386,"upper_bound":23.232862568061257,"unit":"ns"},"mean":{"estimate":22.839506603706003,"lower_bound":22.66213185253521,"upper_bound":23.022598103069058,"unit":"ns"},"median":{"estimate":22.683216196853323,"lower_bound":22.45880424733141,"upper_bound":22.939117474014513,"unit":"ns"},"median_abs_dev":{"estimate":0.7714488202737967,"lower_bound":0.5974972406761672,"upper_bound":1.0334863362932536,"unit":"ns"},"slope":{"estimate":23.032686045209825,"lower_bound":22.837642338480386,"upper_bound":23.232862568061257,"unit":"ns"},"change":{"mean":{"estimate":0.16459845030286835,"lower_bound":0.14758655007685426,"upper_bound":0.17945630604999646,"unit":"%"},"median":{"estimate":0.1702669175907574,"lower_bound":0.15280249839340576,"upper_bound":0.18452565902630824,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"cfei/10000","report_directory":"/root/fuel-core/target/criterion/reports/cfei/10000","iteration_count":[2266,4532,6798,9064,11330,13596,15862,18128,20394,22660,24926,27192,29458,31724,33990,36256,38522,40788,43054,45320,47586,49852,52118,54384,56650,58916,61182,63448,65714,67980,70246,72512,74778,77044,79310,81576,83842,86108,88374,90640,92906,95172,97438,99704,101970,104236,106502,108768,111034,113300,115566,117832,120098,122364,124630,126896,129162,131428,133694,135960,138226,140492,142758,145024,147290,149556,151822,154088,156354,158620,160886,163152,165418,167684,169950,172216,174482,176748,179014,181280,183546,185812,188078,190344,192610,194876,197142,199408,201674,203940,206206,208472,210738,213004,215270,217536,219802,222068,224334,226600],"measured_values":[56305.0,110897.0,165342.0,223305.0,274943.0,313987.0,361921.0,414310.0,460498.0,520729.0,559726.0,616128.0,699384.0,757362.0,764292.0,825323.0,903925.0,1001630.0,1050958.0,1114573.0,1111515.0,1230556.0,1262890.0,1336465.0,1359956.0,1368571.0,1450278.0,1472986.0,1495585.0,1639158.0,1717721.0,1788884.0,1799936.0,1890545.0,1928025.0,2007328.0,2031011.0,2125734.0,2028785.0,2155809.0,2186318.0,2339153.0,2383997.0,2435081.0,2439586.0,2410386.0,2431950.0,2541405.0,2699997.0,2774039.0,2837300.0,2957642.0,2913900.0,2962399.0,2861119.0,3113056.0,3178369.0,3228564.0,3254999.0,3361042.0,3348417.0,3464517.0,3459800.0,3566201.0,3594087.0,3693159.0,3721764.0,3763851.0,3804876.0,3866057.0,3922111.0,4030456.0,4007251.0,4113155.0,4127647.0,4233292.0,4179044.0,4139932.0,4286867.0,4355179.0,4202566.0,4236710.0,4276799.0,4390775.0,4318269.0,4555060.0,4724044.0,4765951.0,4825202.0,4835251.0,5015146.0,5034444.0,5103306.0,5228661.0,5259309.0,5346346.0,5344489.0,5467310.0,5504750.0,5555080.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":24.081801884724047,"lower_bound":23.919276733443713,"upper_bound":24.2292232336089,"unit":"ns"},"mean":{"estimate":23.984850205022152,"lower_bound":23.847737706952746,"upper_bound":24.115947098406743,"unit":"ns"},"median":{"estimate":24.2490524272902,"lower_bound":24.068476941747573,"upper_bound":24.35404151568145,"unit":"ns"},"median_abs_dev":{"estimate":0.4869541427735425,"lower_bound":0.35466984219882103,"upper_bound":0.7398405869742137,"unit":"ns"},"slope":{"estimate":24.081801884724047,"lower_bound":23.919276733443713,"upper_bound":24.2292232336089,"unit":"ns"},"change":{"mean":{"estimate":-0.011023609382635136,"lower_bound":-0.021907825072829738,"upper_bound":-0.000552488944701529,"unit":"%"},"median":{"estimate":0.02336363444219991,"lower_bound":-0.017324396445458357,"upper_bound":0.03764964059352645,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"cfei/100000","report_directory":"/root/fuel-core/target/criterion/reports/cfei/100000","iteration_count":[371,742,1113,1484,1855,2226,2597,2968,3339,3710,4081,4452,4823,5194,5565,5936,6307,6678,7049,7420,7791,8162,8533,8904,9275,9646,10017,10388,10759,11130,11501,11872,12243,12614,12985,13356,13727,14098,14469,14840,15211,15582,15953,16324,16695,17066,17437,17808,18179,18550,18921,19292,19663,20034,20405,20776,21147,21518,21889,22260,22631,23002,23373,23744,24115,24486,24857,25228,25599,25970,26341,26712,27083,27454,27825,28196,28567,28938,29309,29680,30051,30422,30793,31164,31535,31906,32277,32648,33019,33390,33761,34132,34503,34874,35245,35616,35987,36358,36729,37100],"measured_values":[9602.0,17488.0,26235.0,34834.0,43672.0,52198.0,61696.0,70158.0,78791.0,87828.0,96311.0,104802.0,113719.0,123768.0,131834.0,136601.0,149201.0,153746.0,166380.0,171141.0,183994.0,187111.0,202428.0,206123.0,219222.0,227555.0,237510.0,244008.0,253839.0,261080.0,271517.0,277480.0,288774.0,293301.0,308397.0,309443.0,325354.0,327010.0,342084.0,345118.0,362509.0,344632.0,379626.0,374068.0,395105.0,390699.0,376004.0,419777.0,395059.0,437236.0,425656.0,452648.0,427863.0,471196.0,447141.0,488805.0,501939.0,504603.0,516599.0,519385.0,535364.0,541763.0,552232.0,553660.0,569767.0,569533.0,587189.0,563556.0,618893.0,580109.0,622604.0,619705.0,694947.0,646213.0,659316.0,665617.0,692358.0,682417.0,697172.0,700971.0,712703.0,727893.0,691738.0,734966.0,725433.0,723552.0,739740.0,743982.0,757619.0,776652.0,771940.0,778736.0,791310.0,793076.0,805587.0,813280.0,819779.0,830212.0,838649.0,847359.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":23.20237426993293,"lower_bound":23.065936361636133,"upper_bound":23.35732438818853,"unit":"ns"},"mean":{"estimate":23.34325471622213,"lower_bound":23.222766530514164,"upper_bound":23.4654912101935,"unit":"ns"},"median":{"estimate":23.53922925621039,"lower_bound":23.37264150943396,"upper_bound":23.583814657938646,"unit":"ns"},"median_abs_dev":{"estimate":0.30956006188965524,"lower_bound":0.17759551408843016,"upper_bound":0.4827602348372324,"unit":"ns"},"slope":{"estimate":23.20237426993293,"lower_bound":23.065936361636133,"upper_bound":23.35732438818853,"unit":"ns"},"change":{"mean":{"estimate":-0.08501066533853274,"lower_bound":-0.10436949753268965,"upper_bound":-0.06498761358646063,"unit":"%"},"median":{"estimate":-0.023434959853301907,"lower_bound":-0.14520229003127283,"upper_bound":-0.009484489687230702,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"cfei/1000000","report_directory":"/root/fuel-core/target/criterion/reports/cfei/1000000","iteration_count":[33,66,99,132,165,198,231,264,297,330,363,396,429,462,495,528,561,594,627,660,693,726,759,792,825,858,891,924,957,990,1023,1056,1089,1122,1155,1188,1221,1254,1287,1320,1353,1386,1419,1452,1485,1518,1551,1584,1617,1650,1683,1716,1749,1782,1815,1848,1881,1914,1947,1980,2013,2046,2079,2112,2145,2178,2211,2244,2277,2310,2343,2376,2409,2442,2475,2508,2541,2574,2607,2640,2673,2706,2739,2772,2805,2838,2871,2904,2937,2970,3003,3036,3069,3102,3135,3168,3201,3234,3267,3300],"measured_values":[1255.0,2501.0,3598.0,4933.0,6034.0,7428.0,8475.0,9954.0,10756.0,12112.0,13182.0,14732.0,15742.0,17120.0,18353.0,19571.0,20879.0,22033.0,23109.0,24214.0,25444.0,26345.0,27448.0,29009.0,29581.0,30953.0,32188.0,33107.0,33775.0,35927.0,36262.0,38192.0,39002.0,40427.0,41293.0,42576.0,44053.0,44942.0,46067.0,47425.0,48874.0,49974.0,50423.0,52580.0,53411.0,55146.0,55387.0,57367.0,58730.0,59948.0,60464.0,62778.0,65835.0,63741.0,64715.0,66242.0,68222.0,68922.0,69200.0,70507.0,73121.0,73473.0,76034.0,75876.0,76638.0,78240.0,78654.0,80631.0,83308.0,83232.0,84573.0,85811.0,86737.0,87951.0,89681.0,90205.0,90866.0,93586.0,95049.0,94770.0,95106.0,97703.0,98579.0,99503.0,101299.0,101955.0,103283.0,104672.0,105915.0,106917.0,107733.0,109192.0,109056.0,112457.0,112458.0,112269.0,113569.0,114740.0,115253.0,118840.0],"unit":"ns","throughput":[{"per_iteration":1000000,"unit":"bytes"}],"typical":{"estimate":35.95371772998195,"lower_bound":35.86917187099652,"upper_bound":36.04008542328344,"unit":"ns"},"mean":{"estimate":36.2020247212088,"lower_bound":36.09530662373723,"upper_bound":36.31511390946737,"unit":"ns"},"median":{"estimate":36.059292767157935,"lower_bound":35.986781609195404,"upper_bound":36.16337285902503,"unit":"ns"},"median_abs_dev":{"estimate":0.3703096352989709,"lower_bound":0.2746910972163041,"upper_bound":0.5045356469616842,"unit":"ns"},"slope":{"estimate":35.95371772998195,"lower_bound":35.86917187099652,"upper_bound":36.04008542328344,"unit":"ns"},"change":{"mean":{"estimate":-0.10549005644986564,"lower_bound":-0.11783904057441366,"upper_bound":-0.09313616215791369,"unit":"%"},"median":{"estimate":-0.13762045694773428,"lower_bound":-0.14513957454447535,"upper_bound":-0.06309302641714609,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"cfei/10000000","report_directory":"/root/fuel-core/target/criterion/reports/cfei/10000000","iteration_count":[12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12],"measured_values":[1818.0,1891.0,1879.0,1898.0,2037.0,1752.0,2035.0,1807.0,1874.0,1865.0,2193.0,1955.0,2148.0,1975.0,2283.0,2059.0,1899.0,1721.0,1910.0,2030.0,1838.0,2114.0,2108.0,1973.0,1977.0,2037.0,2046.0,1820.0,1609.0,1831.0,1510.0,1865.0,2119.0,1933.0,1867.0,1809.0,1897.0,2228.0,2198.0,2298.0,1990.0,1988.0,2167.0,1901.0,2167.0,2425.0,1869.0,2107.0,2578.0,1716.0,2051.0,1998.0,2082.0,2106.0,2594.0,2083.0,2228.0,1853.0,2100.0,1875.0,1988.0,2170.0,2321.0,1911.0,2280.0,2149.0,1958.0,2058.0,2465.0,2152.0,2144.0,2657.0,1951.0,1962.0,1807.0,2048.0,1843.0,2171.0,1894.0,2076.0,1956.0,2114.0,1952.0,1897.0,2025.0,1882.0,1981.0,1905.0,1846.0,1793.0,1851.0,1927.0,2095.0,1755.0,1963.0,1982.0,1830.0,2216.0,1861.0,1833.0],"unit":"ns","throughput":[{"per_iteration":10000000,"unit":"bytes"}],"typical":{"estimate":167.21083333333328,"lower_bound":164.0966666666666,"upper_bound":170.4808541666667,"unit":"ns"},"mean":{"estimate":167.21083333333328,"lower_bound":164.0966666666666,"upper_bound":170.4808541666667,"unit":"ns"},"median":{"estimate":164.66666666666669,"lower_bound":161.08333333333334,"upper_bound":169.58333333333334,"unit":"ns"},"median_abs_dev":{"estimate":14.455349743366241,"lower_bound":11.119499802589417,"upper_bound":17.173449695110293,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.2403564762759287,"lower_bound":-0.2691592373836623,"upper_bound":-0.20862407623868323,"unit":"%"},"median":{"estimate":-0.24233128834355822,"lower_bound":-0.28568814055636893,"upper_bound":-0.18511106663998378,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"cfei","benchmarks":["cfei/cfei","cfei/1","cfei/10","cfei/100","cfei/1000","cfei/10000","cfei/100000","cfei/1000000","cfei/10000000"],"report_directory":"/root/fuel-core/target/criterion/reports/cfei"} +{"reason":"benchmark-complete","id":"mcl/1","report_directory":"/root/fuel-core/target/criterion/reports/mcl/1","iteration_count":[5122,10244,15366,20488,25610,30732,35854,40976,46098,51220,56342,61464,66586,71708,76830,81952,87074,92196,97318,102440,107562,112684,117806,122928,128050,133172,138294,143416,148538,153660,158782,163904,169026,174148,179270,184392,189514,194636,199758,204880,210002,215124,220246,225368,230490,235612,240734,245856,250978,256100,261222,266344,271466,276588,281710,286832,291954,297076,302198,307320,312442,317564,322686,327808,332930,338052,343174,348296,353418,358540,363662,368784,373906,379028,384150,389272,394394,399516,404638,409760,414882,420004,425126,430248,435370,440492,445614,450736,455858,460980,466102,471224,476346,481468,486590,491712,496834,501956,507078,512200],"measured_values":[166051.0,312197.0,443468.0,599788.0,755040.0,874111.0,1079162.0,1207758.0,1434786.0,1510657.0,1741160.0,1769425.0,1981291.0,2134922.0,2356586.0,2393513.0,2687092.0,2723485.0,3000846.0,3027231.0,3232192.0,3318789.0,3670257.0,3655391.0,4024764.0,3946798.0,4347955.0,4211082.0,4576879.0,4513732.0,5016915.0,4862048.0,5251851.0,5060520.0,5515075.0,5467959.0,5789419.0,5720942.0,6025089.0,6012281.0,6489351.0,6356190.0,6648849.0,6690750.0,6936525.0,6996649.0,7411157.0,7216223.0,7682231.0,7643603.0,7931635.0,7811306.0,8093507.0,8160191.0,8583561.0,8494231.0,8848700.0,8786142.0,9278865.0,9048761.0,9578602.0,9392183.0,9778396.0,9540805.0,10104685.0,9986307.0,10777882.0,10243112.0,10895239.0,10522324.0,10832711.0,10898632.0,11322896.0,11325972.0,11972160.0,11534413.0,12056863.0,11751674.0,12352963.0,12056726.0,12659646.0,12391986.0,12601486.0,12687693.0,13217976.0,12989580.0,13269505.0,13122402.0,13827453.0,13682009.0,14166966.0,13785025.0,14553198.0,14137710.0,14688301.0,14425671.0,14940577.0,14902324.0,15420722.0,15110368.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":29.93261601264884,"lower_bound":29.799461573449623,"upper_bound":30.07180317731902,"unit":"ns"},"mean":{"estimate":29.999982954691454,"lower_bound":29.863400643585212,"upper_bound":30.14009600848985,"unit":"ns"},"median":{"estimate":29.763903609081275,"lower_bound":29.636248012044476,"upper_bound":30.128315261466373,"unit":"ns"},"median_abs_dev":{"estimate":0.6232983637723999,"lower_bound":0.42134601653366455,"upper_bound":0.8747378316232504,"unit":"ns"},"slope":{"estimate":29.93261601264884,"lower_bound":29.799461573449623,"upper_bound":30.07180317731902,"unit":"ns"},"change":{"mean":{"estimate":0.02463397170653092,"lower_bound":0.01666401057298855,"upper_bound":0.03242590812487214,"unit":"%"},"median":{"estimate":0.020757682123080157,"lower_bound":0.010505176524920445,"upper_bound":0.03919678216974942,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcl/10","report_directory":"/root/fuel-core/target/criterion/reports/mcl/10","iteration_count":[5216,10432,15648,20864,26080,31296,36512,41728,46944,52160,57376,62592,67808,73024,78240,83456,88672,93888,99104,104320,109536,114752,119968,125184,130400,135616,140832,146048,151264,156480,161696,166912,172128,177344,182560,187776,192992,198208,203424,208640,213856,219072,224288,229504,234720,239936,245152,250368,255584,260800,266016,271232,276448,281664,286880,292096,297312,302528,307744,312960,318176,323392,328608,333824,339040,344256,349472,354688,359904,365120,370336,375552,380768,385984,391200,396416,401632,406848,412064,417280,422496,427712,432928,438144,443360,448576,453792,459008,464224,469440,474656,479872,485088,490304,495520,500736,505952,511168,516384,521600],"measured_values":[163887.0,313825.0,494649.0,592163.0,734731.0,876754.0,1019095.0,1171143.0,1360327.0,1490194.0,1673710.0,1759116.0,1935843.0,2148630.0,2262205.0,2349207.0,2547294.0,2721503.0,2897473.0,2984771.0,3207553.0,3269088.0,3471739.0,3490003.0,3705404.0,3788237.0,4008698.0,4151382.0,4301383.0,4382066.0,4695864.0,4801551.0,5021630.0,5034892.0,5315547.0,5247846.0,5523457.0,5531978.0,5868418.0,5976022.0,6288915.0,6228388.0,6533292.0,6436268.0,6797805.0,6896534.0,7082245.0,7229435.0,7464296.0,7436576.0,7757831.0,7856355.0,7880846.0,7937987.0,8442992.0,8305508.0,8492401.0,8495150.0,8770064.0,8847828.0,9155999.0,9170317.0,9578083.0,9508496.0,9724314.0,9917769.0,10233249.0,10022152.0,10496106.0,10394973.0,10796038.0,10872290.0,11013035.0,10990823.0,11230589.0,11319782.0,11738747.0,11577500.0,11890784.0,11724024.0,12075011.0,11997738.0,12452733.0,12658036.0,13046696.0,12713373.0,13089112.0,12929306.0,13564826.0,13776749.0,13864855.0,13740683.0,14251781.0,14174600.0,14783777.0,14925716.0,14788010.0,14647738.0,14921065.0,15552984.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":28.860714701941305,"lower_bound":28.72851463932336,"upper_bound":28.9908507047147,"unit":"ns"},"mean":{"estimate":28.78937019865639,"lower_bound":28.6731843556611,"upper_bound":28.914523021631677,"unit":"ns"},"median":{"estimate":28.735187471561044,"lower_bound":28.569670245398772,"upper_bound":28.889199353870254,"unit":"ns"},"median_abs_dev":{"estimate":0.5172708991740309,"lower_bound":0.38939175439216317,"upper_bound":0.6695265548739232,"unit":"ns"},"slope":{"estimate":28.860714701941305,"lower_bound":28.72851463932336,"upper_bound":28.9908507047147,"unit":"ns"},"change":{"mean":{"estimate":0.02926154688156335,"lower_bound":0.021106923743204043,"upper_bound":0.03764648170309855,"unit":"%"},"median":{"estimate":0.024740016619783978,"lower_bound":0.01140171378631849,"upper_bound":0.0379694657223828,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcl/100","report_directory":"/root/fuel-core/target/criterion/reports/mcl/100","iteration_count":[5117,10234,15351,20468,25585,30702,35819,40936,46053,51170,56287,61404,66521,71638,76755,81872,86989,92106,97223,102340,107457,112574,117691,122808,127925,133042,138159,143276,148393,153510,158627,163744,168861,173978,179095,184212,189329,194446,199563,204680,209797,214914,220031,225148,230265,235382,240499,245616,250733,255850,260967,266084,271201,276318,281435,286552,291669,296786,301903,307020,312137,317254,322371,327488,332605,337722,342839,347956,353073,358190,363307,368424,373541,378658,383775,388892,394009,399126,404243,409360,414477,419594,424711,429828,434945,440062,445179,450296,455413,460530,465647,470764,475881,480998,486115,491232,496349,501466,506583,511700],"measured_values":[175799.0,297039.0,437720.0,581000.0,746447.0,896296.0,1047884.0,1182823.0,1372085.0,1515156.0,1646286.0,1806114.0,1931679.0,2108346.0,2281607.0,2440619.0,2550556.0,2687456.0,2818680.0,2979976.0,3108652.0,3347075.0,3453166.0,3643787.0,3718731.0,3866030.0,3975724.0,4173565.0,4376017.0,4512730.0,4652668.0,4761120.0,4911587.0,5092817.0,5311351.0,5390388.0,5637297.0,5742047.0,5863916.0,5991447.0,6104956.0,6378793.0,6551646.0,6578863.0,6798943.0,7316377.0,7369056.0,7195245.0,7336172.0,7560587.0,7620871.0,7756294.0,8125032.0,8559113.0,8368387.0,8351228.0,8473771.0,8687757.0,8817379.0,8973072.0,9131102.0,9515718.0,9748488.0,9677801.0,9705496.0,9925256.0,10019880.0,10124396.0,10343478.0,10895295.0,10899515.0,10801717.0,11006227.0,11180417.0,11398489.0,11328297.0,11499521.0,11756337.0,11713627.0,11853956.0,12205319.0,12498624.0,12561770.0,12646512.0,12696467.0,12969686.0,12923718.0,13398868.0,13328054.0,13630022.0,13482381.0,13717044.0,13802729.0,14060029.0,14250786.0,14374519.0,14797920.0,14823040.0,14943838.0,15204441.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":29.436613027868436,"lower_bound":29.352801835748075,"upper_bound":29.52639750057086,"unit":"ns"},"mean":{"estimate":29.45170835936891,"lower_bound":29.34065866291114,"upper_bound":29.59226740033843,"unit":"ns"},"median":{"estimate":29.30562360221615,"lower_bound":29.254976409168318,"upper_bound":29.422261928027023,"unit":"ns"},"median_abs_dev":{"estimate":0.32606573482431594,"lower_bound":0.23746477573169897,"upper_bound":0.40758825639306123,"unit":"ns"},"slope":{"estimate":29.436613027868436,"lower_bound":29.352801835748075,"upper_bound":29.52639750057086,"unit":"ns"},"change":{"mean":{"estimate":0.030881960144338638,"lower_bound":0.022709665017230464,"upper_bound":0.039303493809986816,"unit":"%"},"median":{"estimate":0.03250415808191587,"lower_bound":0.026869081228764413,"upper_bound":0.03857484181747051,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcl/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/1000","iteration_count":[4476,8952,13428,17904,22380,26856,31332,35808,40284,44760,49236,53712,58188,62664,67140,71616,76092,80568,85044,89520,93996,98472,102948,107424,111900,116376,120852,125328,129804,134280,138756,143232,147708,152184,156660,161136,165612,170088,174564,179040,183516,187992,192468,196944,201420,205896,210372,214848,219324,223800,228276,232752,237228,241704,246180,250656,255132,259608,264084,268560,273036,277512,281988,286464,290940,295416,299892,304368,308844,313320,317796,322272,326748,331224,335700,340176,344652,349128,353604,358080,362556,367032,371508,375984,380460,384936,389412,393888,398364,402840,407316,411792,416268,420744,425220,429696,434172,438648,443124,447600],"measured_values":[166880.0,284119.0,428844.0,570370.0,721590.0,876031.0,1035556.0,1143722.0,1307068.0,1435863.0,1588237.0,1767669.0,1900597.0,2044857.0,2179427.0,2333318.0,2438515.0,2616977.0,2785434.0,2836624.0,3065124.0,3221058.0,3334430.0,3473139.0,3600334.0,3687599.0,3918359.0,4058154.0,4195616.0,4332493.0,4443241.0,4541483.0,4736399.0,4797505.0,5097231.0,5160768.0,5370348.0,5433745.0,5670648.0,5804134.0,5930127.0,5994269.0,6168384.0,6304601.0,6480889.0,6630863.0,6763954.0,6856522.0,7137609.0,7219376.0,7321538.0,7500902.0,7704899.0,7732521.0,8006223.0,7999512.0,8244803.0,8342547.0,8489897.0,8565473.0,8909790.0,8886918.0,9157995.0,9316810.0,9381168.0,9597931.0,9697149.0,9807215.0,9938757.0,10090962.0,10316284.0,10433879.0,10571912.0,10725495.0,10922062.0,11021036.0,11169973.0,11227746.0,11447127.0,11477976.0,11675212.0,11787432.0,11999542.0,12121342.0,12365490.0,12263296.0,12664501.0,12618354.0,12898753.0,12991694.0,13207024.0,13350515.0,13593768.0,13446389.0,13865407.0,13783518.0,13947532.0,13998960.0,14453278.0,14404756.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":32.270408117219226,"lower_bound":32.2110581772451,"upper_bound":32.32962977714055,"unit":"ns"},"mean":{"estimate":32.31551935871152,"lower_bound":32.22298076741056,"upper_bound":32.44269734485924,"unit":"ns"},"median":{"estimate":32.26138888888889,"lower_bound":32.20453750593012,"upper_bound":32.37602220296201,"unit":"ns"},"median_abs_dev":{"estimate":0.31110463071761957,"lower_bound":0.23012598353952532,"upper_bound":0.35390182944381543,"unit":"ns"},"slope":{"estimate":32.270408117219226,"lower_bound":32.2110581772451,"upper_bound":32.32962977714055,"unit":"ns"},"change":{"mean":{"estimate":0.01058419459950044,"lower_bound":0.005407657135206593,"upper_bound":0.015808658814013853,"unit":"%"},"median":{"estimate":0.01197310498128945,"lower_bound":0.006624191849805117,"upper_bound":0.01681083073777967,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcl/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/10000","iteration_count":[1382,2764,4146,5528,6910,8292,9674,11056,12438,13820,15202,16584,17966,19348,20730,22112,23494,24876,26258,27640,29022,30404,31786,33168,34550,35932,37314,38696,40078,41460,42842,44224,45606,46988,48370,49752,51134,52516,53898,55280,56662,58044,59426,60808,62190,63572,64954,66336,67718,69100,70482,71864,73246,74628,76010,77392,78774,80156,81538,82920,84302,85684,87066,88448,89830,91212,92594,93976,95358,96740,98122,99504,100886,102268,103650,105032,106414,107796,109178,110560,111942,113324,114706,116088,117470,118852,120234,121616,122998,124380,125762,127144,128526,129908,131290,132672,134054,135436,136818,138200],"measured_values":[223089.0,409659.0,624568.0,819511.0,1040940.0,1228334.0,1454568.0,1648148.0,1873018.0,2047556.0,2295869.0,2456295.0,2707595.0,2864225.0,3132367.0,3276354.0,3551716.0,3688731.0,3971882.0,4093696.0,4367384.0,4562026.0,4801816.0,4962939.0,5200473.0,5326966.0,5645299.0,5739917.0,6044806.0,6140109.0,6451198.0,6553211.0,6878019.0,6970128.0,7305739.0,7377068.0,7715244.0,7797049.0,8111961.0,8190277.0,8549462.0,8637643.0,8945310.0,9027053.0,9398751.0,9445820.0,9811573.0,9842087.0,10246712.0,10260160.0,10649110.0,10638636.0,11049452.0,11048600.0,11452811.0,11478398.0,11879304.0,11880301.0,12278741.0,12288886.0,12688423.0,12696741.0,13155622.0,13128977.0,13515472.0,13515758.0,13979469.0,14100642.0,14422607.0,14322523.0,14799238.0,14755339.0,15270954.0,15161241.0,15617852.0,15575159.0,16048533.0,16020497.0,16454218.0,16368448.0,16948607.0,16794686.0,17368181.0,17238510.0,17708538.0,17641462.0,18147611.0,18102637.0,18515109.0,18435705.0,18980410.0,18839604.0,19372646.0,19281194.0,19794046.0,19694146.0,20223593.0,20094635.0,20636765.0,20540909.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":149.6261759128588,"lower_bound":149.2958171103227,"upper_bound":149.95894300275162,"unit":"ns"},"mean":{"estimate":149.74176883220892,"lower_bound":149.42690115331027,"upper_bound":150.1053371378725,"unit":"ns"},"median":{"estimate":150.20269419437292,"lower_bound":148.49519330163324,"upper_bound":150.5883582569545,"unit":"ns"},"median_abs_dev":{"estimate":1.7017987778476107,"lower_bound":0.6398061029681927,"upper_bound":2.0196633293260273,"unit":"ns"},"slope":{"estimate":149.6261759128588,"lower_bound":149.2958171103227,"upper_bound":149.95894300275162,"unit":"ns"},"change":{"mean":{"estimate":0.0042236750407209644,"lower_bound":0.001985111832657666,"upper_bound":0.006424172129117189,"unit":"%"},"median":{"estimate":0.007017631886676812,"lower_bound":-0.0042545711571925215,"upper_bound":0.010442606899571327,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcl/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcl/19753","iteration_count":[832,1664,2496,3328,4160,4992,5824,6656,7488,8320,9152,9984,10816,11648,12480,13312,14144,14976,15808,16640,17472,18304,19136,19968,20800,21632,22464,23296,24128,24960,25792,26624,27456,28288,29120,29952,30784,31616,32448,33280,34112,34944,35776,36608,37440,38272,39104,39936,40768,41600,42432,43264,44096,44928,45760,46592,47424,48256,49088,49920,50752,51584,52416,53248,54080,54912,55744,56576,57408,58240,59072,59904,60736,61568,62400,63232,64064,64896,65728,66560,67392,68224,69056,69888,70720,71552,72384,73216,74048,74880,75712,76544,77376,78208,79040,79872,80704,81536,82368,83200],"measured_values":[256308.0,478817.0,731121.0,959046.0,1217578.0,1435485.0,1704367.0,1930933.0,2190722.0,2391628.0,2674565.0,2886162.0,3161990.0,3360741.0,3648815.0,3828005.0,4136849.0,4308094.0,4660828.0,4801299.0,5110825.0,5275434.0,5586527.0,5743594.0,6089660.0,6222784.0,6562867.0,6702794.0,7050184.0,7198293.0,7529367.0,7731424.0,8084977.0,8137168.0,8510395.0,8679123.0,9146863.0,9090225.0,9488721.0,9571698.0,9996657.0,10089017.0,10461528.0,10577261.0,10943314.0,11082501.0,11421262.0,11485784.0,11941138.0,11966686.0,12399312.0,12459530.0,12916154.0,12919133.0,13385525.0,13503346.0,13865073.0,13901932.0,14359774.0,14355713.0,14853874.0,14867539.0,15334293.0,15325164.0,15838712.0,15790560.0,16302678.0,16271288.0,16760926.0,16807591.0,17296569.0,17300588.0,17753411.0,17748743.0,18241691.0,18187645.0,18759511.0,18664464.0,19292464.0,19173771.0,19704131.0,19649044.0,20214293.0,20171113.0,20762423.0,20614202.0,21156266.0,21102679.0,21672698.0,21577649.0,22161207.0,22028015.0,22599202.0,22518710.0,23104348.0,23101297.0,23630458.0,23495041.0,24110094.0,23977658.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":290.38674058425505,"lower_bound":289.7942975770804,"upper_bound":290.9834938177423,"unit":"ns"},"mean":{"estimate":290.618620982619,"lower_bound":290.0657190795091,"upper_bound":291.22807347960804,"unit":"ns"},"median":{"estimate":291.1597394540943,"lower_bound":288.712885855464,"upper_bound":292.2582596103609,"unit":"ns"},"median_abs_dev":{"estimate":2.9739280730503284,"lower_bound":0.985093372964953,"upper_bound":3.885403253722998,"unit":"ns"},"slope":{"estimate":290.38674058425505,"lower_bound":289.7942975770804,"upper_bound":290.9834938177423,"unit":"ns"},"change":{"mean":{"estimate":-0.011168096246639503,"lower_bound":-0.0138042499630668,"upper_bound":-0.008622095921438653,"unit":"%"},"median":{"estimate":-0.011330208206410841,"lower_bound":-0.019439209656821554,"upper_bound":-0.0025381923647765925,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcl/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcl/29629","iteration_count":[687,1374,2061,2748,3435,4122,4809,5496,6183,6870,7557,8244,8931,9618,10305,10992,11679,12366,13053,13740,14427,15114,15801,16488,17175,17862,18549,19236,19923,20610,21297,21984,22671,23358,24045,24732,25419,26106,26793,27480,28167,28854,29541,30228,30915,31602,32289,32976,33663,34350,35037,35724,36411,37098,37785,38472,39159,39846,40533,41220,41907,42594,43281,43968,44655,45342,46029,46716,47403,48090,48777,49464,50151,50838,51525,52212,52899,53586,54273,54960,55647,56334,57021,57708,58395,59082,59769,60456,61143,61830,62517,63204,63891,64578,65265,65952,66639,67326,68013,68700],"measured_values":[335696.0,659414.0,993767.0,1314107.0,1656077.0,1977729.0,2322876.0,2682961.0,2982910.0,3298813.0,3658599.0,3941741.0,4306501.0,4623178.0,4975767.0,5255852.0,5663030.0,6006574.0,6295569.0,6564434.0,6975050.0,7259388.0,7621133.0,7883197.0,8297294.0,8583536.0,8976604.0,9194414.0,9641863.0,9889923.0,10352294.0,10535051.0,11052828.0,11219892.0,11613069.0,11823251.0,12275785.0,12568061.0,12963670.0,13139651.0,13611133.0,13849158.0,14254426.0,14476248.0,14963706.0,15216188.0,15675044.0,15774799.0,16271478.0,16517276.0,16933586.0,17096490.0,17589069.0,17888305.0,18236921.0,18417771.0,18938735.0,19146180.0,19592299.0,19721724.0,20255119.0,20462488.0,20934328.0,21338792.0,21592125.0,21790459.0,22266930.0,22324522.0,22940028.0,23259462.0,23615157.0,23685988.0,24210297.0,24456802.0,24929004.0,24998303.0,25532058.0,25939001.0,26193652.0,26323437.0,26919007.0,27056589.0,27548434.0,27612190.0,28192531.0,28413952.0,28844031.0,28961937.0,29526138.0,29760687.0,30213677.0,30338555.0,30884309.0,31081725.0,31537544.0,31560729.0,32176726.0,32330259.0,32854902.0,32904645.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":481.69384320560715,"lower_bound":481.1806344434943,"upper_bound":482.19495525457864,"unit":"ns"},"mean":{"estimate":481.8228421136957,"lower_bound":481.35056630701,"upper_bound":482.29671228220053,"unit":"ns"},"median":{"estimate":482.3784957351504,"lower_bound":481.20205554899877,"upper_bound":482.87638977479025,"unit":"ns"},"median_abs_dev":{"estimate":2.327267777514652,"lower_bound":1.6153270790385705,"upper_bound":3.1521805236617153,"unit":"ns"},"slope":{"estimate":481.69384320560715,"lower_bound":481.1806344434943,"upper_bound":482.19495525457864,"unit":"ns"},"change":{"mean":{"estimate":-0.0014421382859282073,"lower_bound":-0.002809277546393712,"upper_bound":-0.00015054545199422485,"unit":"%"},"median":{"estimate":-0.0005823394634353329,"lower_bound":-0.0028888938123782237,"upper_bound":0.0013247952747983405,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcl/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcl/44444","iteration_count":[363,726,1089,1452,1815,2178,2541,2904,3267,3630,3993,4356,4719,5082,5445,5808,6171,6534,6897,7260,7623,7986,8349,8712,9075,9438,9801,10164,10527,10890,11253,11616,11979,12342,12705,13068,13431,13794,14157,14520,14883,15246,15609,15972,16335,16698,17061,17424,17787,18150,18513,18876,19239,19602,19965,20328,20691,21054,21417,21780,22143,22506,22869,23232,23595,23958,24321,24684,25047,25410,25773,26136,26499,26862,27225,27588,27951,28314,28677,29040,29403,29766,30129,30492,30855,31218,31581,31944,32307,32670,33033,33396,33759,34122,34485,34848,35211,35574,35937,36300],"measured_values":[271916.0,533998.0,799822.0,1067608.0,1334029.0,1621986.0,1866728.0,2151533.0,2404575.0,2672784.0,2949287.0,3222284.0,3469915.0,3759799.0,4002412.0,4291177.0,4536701.0,4821973.0,5066114.0,5385597.0,5603545.0,5897498.0,6140175.0,6429454.0,6697667.0,6959288.0,7203729.0,7513464.0,7750346.0,8041424.0,8286934.0,8558710.0,8801532.0,9128061.0,9371741.0,9633164.0,9874969.0,10168815.0,10418601.0,10732177.0,10953276.0,11255050.0,11503604.0,11793435.0,12034362.0,12400151.0,12551167.0,12839892.0,13131578.0,13373287.0,13634805.0,13924395.0,14143120.0,14455818.0,14684900.0,15022165.0,15250811.0,15515324.0,15749642.0,16036228.0,16306794.0,16611965.0,16827201.0,17156463.0,17340609.0,17664038.0,17897517.0,18232311.0,18430915.0,18748683.0,18955590.0,19277844.0,19474787.0,19802750.0,20108460.0,20350390.0,20538511.0,20892315.0,21111587.0,21420400.0,21639603.0,22030197.0,22177801.0,22452443.0,22756254.0,23013936.0,23299423.0,23485547.0,23805665.0,24033410.0,24312773.0,24530050.0,24803378.0,25137065.0,25316600.0,25605529.0,25941270.0,26186444.0,26544949.0,26677078.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":736.6129832956159,"lower_bound":736.2452857691089,"upper_bound":737.0019434299859,"unit":"ns"},"mean":{"estimate":737.0663180096452,"lower_bound":736.6590676903562,"upper_bound":737.5201427577706,"unit":"ns"},"median":{"estimate":736.7706070191134,"lower_bound":736.23380874336,"upper_bound":737.200845665962,"unit":"ns"},"median_abs_dev":{"estimate":1.8552884028246857,"lower_bound":1.435078620937291,"upper_bound":2.2497143561537882,"unit":"ns"},"slope":{"estimate":736.6129832956159,"lower_bound":736.2452857691089,"upper_bound":737.0019434299859,"unit":"ns"},"change":{"mean":{"estimate":-0.013272065539042366,"lower_bound":-0.014850042116170194,"upper_bound":-0.011968825458109695,"unit":"%"},"median":{"estimate":-0.013314544748995849,"lower_bound":-0.014324753676509117,"upper_bound":-0.011343324861792126,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"mcl/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcl/66666","iteration_count":[207,414,621,828,1035,1242,1449,1656,1863,2070,2277,2484,2691,2898,3105,3312,3519,3726,3933,4140,4347,4554,4761,4968,5175,5382,5589,5796,6003,6210,6417,6624,6831,7038,7245,7452,7659,7866,8073,8280,8487,8694,8901,9108,9315,9522,9729,9936,10143,10350,10557,10764,10971,11178,11385,11592,11799,12006,12213,12420,12627,12834,13041,13248,13455,13662,13869,14076,14283,14490,14697,14904,15111,15318,15525,15732,15939,16146,16353,16560,16767,16974,17181,17388,17595,17802,18009,18216,18423,18630,18837,19044,19251,19458,19665,19872,20079,20286,20493,20700],"measured_values":[242389.0,470232.0,710809.0,955183.0,1182937.0,1416606.0,1659365.0,1899390.0,2129542.0,2357920.0,2600171.0,2880093.0,3089298.0,3303444.0,3546992.0,3814956.0,4058247.0,4288575.0,4534490.0,4866746.0,4979421.0,5182085.0,5450154.0,5751015.0,5909130.0,6168350.0,6445807.0,6687190.0,6872599.0,7086093.0,7339379.0,7627338.0,7836092.0,8117631.0,8318929.0,8583107.0,8767412.0,8979997.0,9267279.0,9557637.0,9707373.0,9914532.0,10224511.0,10487768.0,10664208.0,10816636.0,11133783.0,11438084.0,11717968.0,11900725.0,12087271.0,12393907.0,12533304.0,12739648.0,13002416.0,13337669.0,13467918.0,13680247.0,13958675.0,14280768.0,14484303.0,14717793.0,14964546.0,15280576.0,15411073.0,15638938.0,15856059.0,16191900.0,16339019.0,16557685.0,16849282.0,17100647.0,17314233.0,17498926.0,17794915.0,18081829.0,18227374.0,18453626.0,18673524.0,19053118.0,19150515.0,19347166.0,19673831.0,19972372.0,20125579.0,20309046.0,20569939.0,21026955.0,21056061.0,21322552.0,21609393.0,21944855.0,22051786.0,22172491.0,22500879.0,22916069.0,22934940.0,23222835.0,23514070.0,23911130.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1146.0677143768887,"lower_bound":1144.94341651834,"upper_bound":1147.259724618082,"unit":"ns"},"mean":{"estimate":1146.7817156470805,"lower_bound":1145.617319426594,"upper_bound":1148.045285675609,"unit":"ns"},"median":{"estimate":1145.2791633487286,"lower_bound":1144.6155809300737,"upper_bound":1147.0898075552388,"unit":"ns"},"median_abs_dev":{"estimate":4.865970813919065,"lower_bound":3.729026629562781,"upper_bound":6.617986019438703,"unit":"ns"},"slope":{"estimate":1146.0677143768887,"lower_bound":1144.94341651834,"upper_bound":1147.259724618082,"unit":"ns"},"change":{"mean":{"estimate":0.005158378186503443,"lower_bound":0.00391996524166639,"upper_bound":0.0063383910241694595,"unit":"%"},"median":{"estimate":0.004021275864316554,"lower_bound":0.003122929570226707,"upper_bound":0.00583190706548224,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcl/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcl/100000","iteration_count":[200,400,600,800,1000,1200,1400,1600,1800,2000,2200,2400,2600,2800,3000,3200,3400,3600,3800,4000,4200,4400,4600,4800,5000,5200,5400,5600,5800,6000,6200,6400,6600,6800,7000,7200,7400,7600,7800,8000,8200,8400,8600,8800,9000,9200,9400,9600,9800,10000,10200,10400,10600,10800,11000,11200,11400,11600,11800,12000,12200,12400,12600,12800,13000,13200,13400,13600,13800,14000,14200,14400,14600,14800,15000,15200,15400,15600,15800,16000,16200,16400,16600,16800,17000,17200,17400,17600,17800,18000,18200,18400,18600,18800,19000,19200,19400,19600,19800,20000],"measured_values":[293232.0,574682.0,860603.0,1152019.0,1436329.0,1737166.0,2016132.0,2295379.0,2632934.0,2875819.0,3148434.0,3443376.0,3731247.0,4007692.0,4317349.0,4609181.0,4870707.0,5199850.0,5453839.0,5759749.0,6045933.0,6353235.0,6643444.0,6901430.0,7382431.0,7564344.0,7796397.0,8065888.0,8372354.0,8680271.0,8898868.0,9225272.0,9510776.0,9817730.0,10025534.0,10346633.0,10631186.0,10944570.0,11240192.0,11462374.0,11754889.0,12120966.0,12365486.0,12607027.0,12956328.0,13210161.0,13520281.0,13825524.0,14111320.0,14421789.0,14666643.0,14996872.0,15274689.0,15544842.0,15791773.0,16131926.0,16441416.0,16747990.0,17034525.0,17283736.0,17475066.0,17837609.0,18202390.0,18465352.0,18682047.0,19024463.0,19255755.0,19532229.0,19912440.0,20129858.0,20415928.0,20714672.0,20956269.0,21325957.0,21610930.0,21824576.0,22240473.0,22403883.0,22789122.0,23043845.0,23346414.0,23617481.0,23849418.0,24161730.0,24461554.0,24700991.0,24930183.0,25324400.0,25596084.0,25890453.0,26286111.0,26585173.0,26795731.0,27021235.0,27205638.0,27528053.0,27919358.0,28168563.0,28340645.0,28781751.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1438.724167681395,"lower_bound":1437.775165049486,"upper_bound":1439.6815576234133,"unit":"ns"},"mean":{"estimate":1439.8302172682272,"lower_bound":1438.6448475664442,"upper_bound":1441.1879457145012,"unit":"ns"},"median":{"estimate":1439.1292491408935,"lower_bound":1437.9822471910113,"upper_bound":1440.1245274390244,"unit":"ns"},"median_abs_dev":{"estimate":4.209044302197699,"lower_bound":2.977608535088662,"upper_bound":5.194560817777807,"unit":"ns"},"slope":{"estimate":1438.724167681395,"lower_bound":1437.775165049486,"upper_bound":1439.6815576234133,"unit":"ns"},"change":{"mean":{"estimate":-0.033761995792048305,"lower_bound":-0.035690018357925436,"upper_bound":-0.031708527373029816,"unit":"%"},"median":{"estimate":-0.036596735171088746,"lower_bound":-0.03841342136974624,"upper_bound":-0.03402031799839014,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"mcl","benchmarks":["mcl/1","mcl/10","mcl/100","mcl/1000","mcl/10000","mcl/19753","mcl/29629","mcl/44444","mcl/66666","mcl/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcl"} +{"reason":"benchmark-complete","id":"mcli/1","report_directory":"/root/fuel-core/target/criterion/reports/mcli/1","iteration_count":[5099,10198,15297,20396,25495,30594,35693,40792,45891,50990,56089,61188,66287,71386,76485,81584,86683,91782,96881,101980,107079,112178,117277,122376,127475,132574,137673,142772,147871,152970,158069,163168,168267,173366,178465,183564,188663,193762,198861,203960,209059,214158,219257,224356,229455,234554,239653,244752,249851,254950,260049,265148,270247,275346,280445,285544,290643,295742,300841,305940,311039,316138,321237,326336,331435,336534,341633,346732,351831,356930,362029,367128,372227,377326,382425,387524,392623,397722,402821,407920,413019,418118,423217,428316,433415,438514,443613,448712,453811,458910,464009,469108,474207,479306,484405,489504,494603,499702,504801,509900],"measured_values":[168188.0,307259.0,458239.0,600020.0,747979.0,917810.0,1061777.0,1180936.0,1300826.0,1546839.0,1640964.0,1746448.0,1902202.0,2097502.0,2238070.0,2351606.0,2495699.0,2698283.0,2832596.0,3061129.0,3188127.0,3332423.0,3369272.0,3541891.0,3656547.0,3864114.0,3973413.0,4170872.0,4349413.0,4544229.0,4678553.0,4772703.0,4954161.0,5032285.0,5253105.0,5356513.0,5620662.0,5818754.0,5844312.0,6004077.0,6039991.0,6250171.0,6470137.0,6536030.0,6669871.0,6784397.0,6868211.0,7157094.0,7564252.0,7635862.0,7742548.0,7767392.0,8040438.0,8102656.0,8323343.0,8248722.0,8477451.0,8770634.0,8815151.0,8796950.0,9048514.0,9417972.0,9649337.0,9663701.0,9670065.0,9872509.0,9959754.0,10009513.0,10461046.0,10526792.0,10524503.0,10697585.0,10849579.0,11196564.0,11289097.0,11231723.0,11534538.0,11844273.0,11949149.0,12024704.0,12433237.0,12655186.0,12542967.0,12714581.0,12908010.0,13163098.0,13293284.0,13055219.0,13474107.0,13636426.0,13870865.0,13797628.0,13956524.0,14304673.0,14350025.0,14146215.0,14809414.0,14814436.0,15125871.0,14991366.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":29.52926782729878,"lower_bound":29.433699825302202,"upper_bound":29.619350149272186,"unit":"ns"},"mean":{"estimate":29.4604976472498,"lower_bound":29.358042756579053,"upper_bound":29.575787104561968,"unit":"ns"},"median":{"estimate":29.422846164462168,"lower_bound":29.319978327422128,"upper_bound":29.59816915397706,"unit":"ns"},"median_abs_dev":{"estimate":0.4464695539181395,"lower_bound":0.37834545437071726,"upper_bound":0.5546558573335638,"unit":"ns"},"slope":{"estimate":29.52926782729878,"lower_bound":29.433699825302202,"upper_bound":29.619350149272186,"unit":"ns"},"change":{"mean":{"estimate":0.0374849263511674,"lower_bound":0.02636939151142762,"upper_bound":0.04698623018343588,"unit":"%"},"median":{"estimate":0.045668828891069824,"lower_bound":0.0262385806223544,"upper_bound":0.05538429355304845,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcli/10","report_directory":"/root/fuel-core/target/criterion/reports/mcli/10","iteration_count":[5065,10130,15195,20260,25325,30390,35455,40520,45585,50650,55715,60780,65845,70910,75975,81040,86105,91170,96235,101300,106365,111430,116495,121560,126625,131690,136755,141820,146885,151950,157015,162080,167145,172210,177275,182340,187405,192470,197535,202600,207665,212730,217795,222860,227925,232990,238055,243120,248185,253250,258315,263380,268445,273510,278575,283640,288705,293770,298835,303900,308965,314030,319095,324160,329225,334290,339355,344420,349485,354550,359615,364680,369745,374810,379875,384940,390005,395070,400135,405200,410265,415330,420395,425460,430525,435590,440655,445720,450785,455850,460915,465980,471045,476110,481175,486240,491305,496370,501435,506500],"measured_values":[165144.0,298689.0,446337.0,563964.0,761242.0,870902.0,1028703.0,1156008.0,1368301.0,1488125.0,1590601.0,1722674.0,1828380.0,2071559.0,2162728.0,2257933.0,2525672.0,2742094.0,2852496.0,2912684.0,3208942.0,3396160.0,3470580.0,3551814.0,3710152.0,3810377.0,4003432.0,4158403.0,4317252.0,4508123.0,4634423.0,4595239.0,4893098.0,4849667.0,5077702.0,5200734.0,5346737.0,5476898.0,5686432.0,5831365.0,6120518.0,6140399.0,6335497.0,6291448.0,6830789.0,6914656.0,6993029.0,6975706.0,7385468.0,7659319.0,7781597.0,7456167.0,8110776.0,8055604.0,8311885.0,8205555.0,8638077.0,8581813.0,8925525.0,8700769.0,9107270.0,9237630.0,9581415.0,9276851.0,9747414.0,9862017.0,10086817.0,9981479.0,10453300.0,10613807.0,10669229.0,10420955.0,10890562.0,11013760.0,11295686.0,11227163.0,11557294.0,11608120.0,11669338.0,11712587.0,12301577.0,12324452.0,12495534.0,12416384.0,12782193.0,12670507.0,13016716.0,12704139.0,13284732.0,13461638.0,13656478.0,13292962.0,14112499.0,14130777.0,14100008.0,13980072.0,14574497.0,14676066.0,14607132.0,14660858.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":29.35462425734551,"lower_bound":29.238518691809784,"upper_bound":29.464772726122966,"unit":"ns"},"mean":{"estimate":29.292205225250754,"lower_bound":29.162684491542276,"upper_bound":29.426272963542353,"unit":"ns"},"median":{"estimate":29.37811955220432,"lower_bound":29.21391905231984,"upper_bound":29.479311631714538,"unit":"ns"},"median_abs_dev":{"estimate":0.6012838199742089,"lower_bound":0.42509585734756683,"upper_bound":0.8005368704003281,"unit":"ns"},"slope":{"estimate":29.35462425734551,"lower_bound":29.238518691809784,"upper_bound":29.464772726122966,"unit":"ns"},"change":{"mean":{"estimate":0.0787718343211814,"lower_bound":0.06949389806546885,"upper_bound":0.08839489738000499,"unit":"%"},"median":{"estimate":0.08588143454400088,"lower_bound":0.07014360840866574,"upper_bound":0.09958342212508153,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcli/100","report_directory":"/root/fuel-core/target/criterion/reports/mcli/100","iteration_count":[5172,10344,15516,20688,25860,31032,36204,41376,46548,51720,56892,62064,67236,72408,77580,82752,87924,93096,98268,103440,108612,113784,118956,124128,129300,134472,139644,144816,149988,155160,160332,165504,170676,175848,181020,186192,191364,196536,201708,206880,212052,217224,222396,227568,232740,237912,243084,248256,253428,258600,263772,268944,274116,279288,284460,289632,294804,299976,305148,310320,315492,320664,325836,331008,336180,341352,346524,351696,356868,362040,367212,372384,377556,382728,387900,393072,398244,403416,408588,413760,418932,424104,429276,434448,439620,444792,449964,455136,460308,465480,470652,475824,480996,486168,491340,496512,501684,506856,512028,517200],"measured_values":[209255.0,310245.0,448904.0,595946.0,750894.0,905477.0,1054583.0,1220623.0,1391502.0,1500088.0,1650092.0,1844168.0,1994112.0,2117670.0,2284983.0,2401038.0,2618729.0,2747710.0,2862829.0,3045091.0,3231486.0,3384870.0,3778995.0,3663897.0,3857246.0,3971601.0,4083373.0,4222299.0,4487198.0,4516342.0,4823812.0,4850261.0,5085008.0,5145589.0,5324302.0,5468256.0,5703194.0,5766545.0,6017886.0,6100995.0,6251979.0,6338686.0,6534747.0,6662581.0,6952636.0,7046380.0,7287446.0,7333946.0,7484275.0,7622475.0,7765035.0,7853594.0,8237455.0,8168310.0,8605266.0,8582737.0,8816811.0,8815770.0,9106316.0,9111185.0,9475785.0,9414242.0,9793279.0,9703791.0,9941081.0,10034504.0,10378136.0,10376496.0,10658428.0,10902665.0,11014239.0,10947757.0,11468991.0,11289065.0,11591122.0,11552285.0,11908282.0,11947561.0,12011081.0,12188411.0,12358294.0,12510662.0,12751940.0,12797374.0,13126949.0,13170171.0,13443324.0,13708754.0,13799556.0,13742329.0,14141423.0,14222914.0,14282090.0,14244328.0,14628110.0,14504576.0,14831928.0,14907718.0,15246225.0,15135545.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":29.649089876020188,"lower_bound":29.576395051379475,"upper_bound":29.7228013852348,"unit":"ns"},"mean":{"estimate":29.69968743607525,"lower_bound":29.53465732315723,"upper_bound":29.96258163226011,"unit":"ns"},"median":{"estimate":29.520003813268026,"lower_bound":29.47045922108728,"upper_bound":29.637993492099213,"unit":"ns"},"median_abs_dev":{"estimate":0.3814598709216926,"lower_bound":0.2841748435410751,"upper_bound":0.454310558332626,"unit":"ns"},"slope":{"estimate":29.649089876020188,"lower_bound":29.576395051379475,"upper_bound":29.7228013852348,"unit":"ns"},"change":{"mean":{"estimate":0.05498212932665014,"lower_bound":0.04511169040691365,"upper_bound":0.06676819306322118,"unit":"%"},"median":{"estimate":0.05474292594441521,"lower_bound":0.043363587244850565,"upper_bound":0.06310859042707295,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcli/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/1000","iteration_count":[4568,9136,13704,18272,22840,27408,31976,36544,41112,45680,50248,54816,59384,63952,68520,73088,77656,82224,86792,91360,95928,100496,105064,109632,114200,118768,123336,127904,132472,137040,141608,146176,150744,155312,159880,164448,169016,173584,178152,182720,187288,191856,196424,200992,205560,210128,214696,219264,223832,228400,232968,237536,242104,246672,251240,255808,260376,264944,269512,274080,278648,283216,287784,292352,296920,301488,306056,310624,315192,319760,324328,328896,333464,338032,342600,347168,351736,356304,360872,365440,370008,374576,379144,383712,388280,392848,397416,401984,406552,411120,415688,420256,424824,429392,433960,438528,443096,447664,452232,456800],"measured_values":[169145.0,290992.0,435768.0,579345.0,713523.0,878245.0,1042131.0,1170459.0,1303174.0,1442620.0,1591603.0,1783561.0,1907475.0,2038904.0,2242000.0,2325465.0,2478100.0,2617885.0,2747266.0,2907148.0,3123145.0,3191853.0,3348750.0,3471300.0,3639653.0,3793345.0,3897536.0,4121467.0,4246479.0,4480957.0,4495058.0,4647590.0,4782928.0,4947032.0,5176429.0,5349869.0,5360827.0,5533199.0,5641853.0,5887326.0,5947491.0,6162104.0,6229897.0,6425519.0,6519858.0,6704915.0,6808819.0,7131181.0,7139124.0,7285813.0,7392098.0,7576679.0,7916069.0,8154023.0,8046423.0,8168076.0,8469043.0,8544815.0,8546598.0,8782584.0,8854367.0,9044597.0,9382779.0,9267830.0,9526686.0,9665558.0,9737721.0,9875631.0,10016397.0,10136726.0,10285026.0,10525118.0,10621224.0,10864264.0,10876367.0,11163703.0,11290266.0,11359784.0,11471666.0,11711594.0,11769918.0,11942919.0,12214062.0,12294904.0,12375252.0,12711616.0,12654798.0,12784268.0,13023867.0,13146552.0,13332108.0,13652289.0,13630008.0,13772339.0,13788741.0,13885161.0,14323515.0,14344917.0,14372665.0,14771696.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":32.00464656568383,"lower_bound":31.94261761286627,"upper_bound":32.06904672551843,"unit":"ns"},"mean":{"estimate":32.03540383789343,"lower_bound":31.93959559612122,"upper_bound":32.16731690632681,"unit":"ns"},"median":{"estimate":31.895990975030724,"lower_bound":31.851186334956697,"upper_bound":32.0021234676007,"unit":"ns"},"median_abs_dev":{"estimate":0.24419253186165252,"lower_bound":0.1960217438498698,"upper_bound":0.31703505418535355,"unit":"ns"},"slope":{"estimate":32.00464656568383,"lower_bound":31.94261761286627,"upper_bound":32.06904672551843,"unit":"ns"},"change":{"mean":{"estimate":0.0719709089889573,"lower_bound":0.06673614643761919,"upper_bound":0.07706049481945117,"unit":"%"},"median":{"estimate":0.0691081823451054,"lower_bound":0.06607148469475632,"upper_bound":0.07378093567264021,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcli/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/10000","iteration_count":[1373,2746,4119,5492,6865,8238,9611,10984,12357,13730,15103,16476,17849,19222,20595,21968,23341,24714,26087,27460,28833,30206,31579,32952,34325,35698,37071,38444,39817,41190,42563,43936,45309,46682,48055,49428,50801,52174,53547,54920,56293,57666,59039,60412,61785,63158,64531,65904,67277,68650,70023,71396,72769,74142,75515,76888,78261,79634,81007,82380,83753,85126,86499,87872,89245,90618,91991,93364,94737,96110,97483,98856,100229,101602,102975,104348,105721,107094,108467,109840,111213,112586,113959,115332,116705,118078,119451,120824,122197,123570,124943,126316,127689,129062,130435,131808,133181,134554,135927,137300],"measured_values":[250023.0,418309.0,628833.0,841326.0,1047927.0,1251370.0,1464853.0,1654313.0,1855614.0,2036518.0,2252828.0,2452953.0,2657911.0,2850687.0,3078984.0,3270469.0,3475677.0,3666455.0,3884106.0,4105176.0,4317789.0,4494187.0,4714762.0,4911532.0,5112390.0,5307004.0,5521763.0,5775486.0,5960092.0,6146717.0,6347433.0,6545920.0,6750520.0,6933262.0,7158075.0,7402626.0,7584602.0,7762169.0,7993363.0,8190903.0,8420396.0,8551190.0,8830706.0,9014617.0,9208171.0,9389423.0,9632846.0,9849988.0,10043906.0,10204253.0,10464339.0,10664692.0,10887656.0,11016499.0,11276021.0,11460024.0,11685789.0,11836637.0,12091960.0,12285891.0,12498816.0,12670060.0,12908806.0,13099186.0,13301412.0,13469380.0,13732868.0,13962720.0,14108351.0,14386737.0,14539551.0,14743366.0,15091559.0,15112914.0,15380847.0,15608626.0,15801304.0,15891640.0,16178726.0,16387145.0,16597182.0,16734064.0,17112436.0,17227874.0,17405656.0,17553212.0,17809808.0,18027904.0,18240245.0,18409411.0,18704200.0,18922474.0,19032183.0,19168174.0,19501532.0,19641369.0,19881606.0,20034547.0,20297681.0,20533109.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":149.20460733836316,"lower_bound":149.10021869509188,"upper_bound":149.31027147959801,"unit":"ns"},"mean":{"estimate":149.70554639859324,"lower_bound":149.24631340163864,"upper_bound":150.47722020098234,"unit":"ns"},"median":{"estimate":149.21347579951004,"lower_bound":149.11700174129976,"upper_bound":149.28260037092377,"unit":"ns"},"median_abs_dev":{"estimate":0.43756089539690435,"lower_bound":0.31518326757428317,"upper_bound":0.5427651115249834,"unit":"ns"},"slope":{"estimate":149.20460733836316,"lower_bound":149.10021869509188,"upper_bound":149.31027147959801,"unit":"ns"},"change":{"mean":{"estimate":0.009912009328670202,"lower_bound":0.004950787643418088,"upper_bound":0.01638449089990648,"unit":"%"},"median":{"estimate":0.008572730318470834,"lower_bound":0.007558710024850868,"upper_bound":0.009272884786801772,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcli/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcli/19753","iteration_count":[809,1618,2427,3236,4045,4854,5663,6472,7281,8090,8899,9708,10517,11326,12135,12944,13753,14562,15371,16180,16989,17798,18607,19416,20225,21034,21843,22652,23461,24270,25079,25888,26697,27506,28315,29124,29933,30742,31551,32360,33169,33978,34787,35596,36405,37214,38023,38832,39641,40450,41259,42068,42877,43686,44495,45304,46113,46922,47731,48540,49349,50158,50967,51776,52585,53394,54203,55012,55821,56630,57439,58248,59057,59866,60675,61484,62293,63102,63911,64720,65529,66338,67147,67956,68765,69574,70383,71192,72001,72810,73619,74428,75237,76046,76855,77664,78473,79282,80091,80900],"measured_values":[263676.0,473448.0,710283.0,954600.0,1177714.0,1420873.0,1653563.0,1910924.0,2125619.0,2383766.0,2592600.0,2865794.0,3066570.0,3312938.0,3548363.0,3837093.0,4024919.0,4265701.0,4478842.0,4834520.0,5003539.0,5211282.0,5459488.0,5732509.0,5892961.0,6178346.0,6363971.0,6685266.0,6837784.0,7119192.0,7323706.0,7640673.0,7804289.0,8075367.0,8250417.0,8615527.0,8748542.0,9012615.0,9209292.0,9555577.0,9681966.0,9962643.0,10136245.0,10523406.0,10604040.0,10901056.0,11112784.0,11476348.0,11564197.0,11913826.0,12021603.0,12413968.0,12518863.0,12804242.0,12980569.0,13391827.0,13469186.0,13768261.0,13935394.0,14368193.0,14405835.0,14709824.0,14862757.0,15307741.0,15342342.0,15637917.0,15819902.0,16249972.0,16265379.0,16595186.0,16762449.0,17191194.0,17352503.0,17533290.0,17678725.0,18192879.0,18198835.0,18468321.0,18616479.0,19102105.0,19137519.0,19439564.0,19601917.0,20057715.0,20064694.0,20414489.0,20540202.0,21029427.0,21054893.0,21316363.0,21498545.0,21986360.0,21946881.0,22311205.0,22413810.0,22955801.0,23004478.0,23283676.0,23398141.0,23953056.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":293.2116999223491,"lower_bound":292.81776069270643,"upper_bound":293.6255414816973,"unit":"ns"},"mean":{"estimate":293.5270255461787,"lower_bound":292.96100541210484,"upper_bound":294.34795178923827,"unit":"ns"},"median":{"estimate":292.7842597795008,"lower_bound":292.32831404277636,"upper_bound":293.1694424565741,"unit":"ns"},"median_abs_dev":{"estimate":1.4969660051026374,"lower_bound":1.0975030757230704,"upper_bound":2.23037463347518,"unit":"ns"},"slope":{"estimate":293.2116999223491,"lower_bound":292.81776069270643,"upper_bound":293.6255414816973,"unit":"ns"},"change":{"mean":{"estimate":-0.014271900699827311,"lower_bound":-0.017427974648531817,"upper_bound":-0.01071363741945228,"unit":"%"},"median":{"estimate":-0.02228044959596087,"lower_bound":-0.02536680103070854,"upper_bound":-0.007121972141105437,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"mcli/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcli/29629","iteration_count":[669,1338,2007,2676,3345,4014,4683,5352,6021,6690,7359,8028,8697,9366,10035,10704,11373,12042,12711,13380,14049,14718,15387,16056,16725,17394,18063,18732,19401,20070,20739,21408,22077,22746,23415,24084,24753,25422,26091,26760,27429,28098,28767,29436,30105,30774,31443,32112,32781,33450,34119,34788,35457,36126,36795,37464,38133,38802,39471,40140,40809,41478,42147,42816,43485,44154,44823,45492,46161,46830,47499,48168,48837,49506,50175,50844,51513,52182,52851,53520,54189,54858,55527,56196,56865,57534,58203,58872,59541,60210,60879,61548,62217,62886,63555,64224,64893,65562,66231,66900],"measured_values":[325636.0,693457.0,970226.0,1390718.0,1617740.0,2085471.0,2265312.0,2808888.0,2924367.0,3498117.0,3586465.0,4212199.0,4265346.0,4872953.0,5165613.0,5579651.0,5503894.0,6250744.0,6147631.0,6994812.0,6796143.0,7647278.0,7469264.0,8334735.0,8113998.0,9051092.0,8738601.0,9751842.0,9399528.0,10423144.0,10036483.0,11142624.0,10680937.0,11810173.0,11354864.0,12517268.0,12034813.0,13190881.0,12648927.0,13927858.0,13306889.0,14573342.0,13912876.0,15319651.0,14614485.0,15961128.0,15205943.0,16721498.0,15889733.0,17361451.0,16528681.0,18063478.0,17195664.0,18760294.0,17807542.0,19485782.0,18489065.0,20186286.0,19094322.0,20885407.0,19790488.0,21511551.0,20390689.0,22306254.0,21638897.0,23042330.0,21819140.0,23674280.0,22358799.0,24385659.0,23017491.0,25090528.0,23621846.0,25730259.0,24286929.0,26450031.0,24930861.0,27082908.0,25884817.0,27881756.0,26261260.0,28501592.0,26872564.0,29213733.0,27563784.0,29875849.0,28178553.0,30611599.0,28856677.0,31273006.0,29863283.0,31992610.0,30123913.0,32630472.0,30785843.0,33398074.0,31482473.0,34031595.0,32110422.0,34765063.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":502.8690324119755,"lower_bound":498.3330260571173,"upper_bound":507.3767973432574,"unit":"ns"},"mean":{"estimate":502.9570545801982,"lower_bound":499.5297799304459,"upper_bound":506.38168067695864,"unit":"ns"},"median":{"estimate":516.5192077727952,"lower_bound":485.69456900847035,"upper_bound":519.0895354778683,"unit":"ns"},"median_abs_dev":{"estimate":12.216361539468998,"lower_bound":2.449606166282248,"upper_bound":26.003569313804554,"unit":"ns"},"slope":{"estimate":502.8690324119755,"lower_bound":498.3330260571173,"upper_bound":507.3767973432574,"unit":"ns"},"change":{"mean":{"estimate":0.038532809236798915,"lower_bound":0.03075180214543647,"upper_bound":0.04506799519165084,"unit":"%"},"median":{"estimate":0.06692775756054514,"lower_bound":0.0031083574775696565,"upper_bound":0.07306078536028635,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcli/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcli/44444","iteration_count":[355,710,1065,1420,1775,2130,2485,2840,3195,3550,3905,4260,4615,4970,5325,5680,6035,6390,6745,7100,7455,7810,8165,8520,8875,9230,9585,9940,10295,10650,11005,11360,11715,12070,12425,12780,13135,13490,13845,14200,14555,14910,15265,15620,15975,16330,16685,17040,17395,17750,18105,18460,18815,19170,19525,19880,20235,20590,20945,21300,21655,22010,22365,22720,23075,23430,23785,24140,24495,24850,25205,25560,25915,26270,26625,26980,27335,27690,28045,28400,28755,29110,29465,29820,30175,30530,30885,31240,31595,31950,32305,32660,33015,33370,33725,34080,34435,34790,35145,35500],"measured_values":[292986.0,530593.0,818874.0,1062235.0,1317093.0,1611076.0,1850766.0,2123233.0,2402312.0,2664841.0,2916175.0,3205492.0,3456901.0,3731712.0,3985572.0,4255119.0,4493655.0,4793102.0,5011455.0,5323836.0,5553003.0,5853106.0,6061730.0,6381865.0,6609211.0,6928064.0,7138019.0,7488531.0,7649867.0,7996355.0,8176517.0,8529293.0,8735742.0,9079208.0,9269956.0,9584242.0,9756803.0,10163414.0,10299180.0,10684425.0,10822234.0,11171348.0,11338596.0,11697824.0,11933200.0,12205257.0,12404829.0,12838626.0,12943907.0,13267767.0,13439331.0,13863454.0,14009414.0,14382913.0,14525049.0,14930363.0,15038954.0,15450911.0,15563941.0,16038682.0,16092157.0,16514842.0,16623219.0,17024752.0,17123895.0,17515933.0,17691720.0,18100851.0,18197254.0,18682966.0,18744147.0,19604678.0,19271814.0,19638152.0,19777786.0,20290676.0,20309529.0,20751655.0,20892449.0,21242424.0,21415147.0,21755602.0,21922185.0,22407827.0,22541326.0,22807158.0,23165961.0,23217938.0,23771682.0,23769221.0,24293761.0,24267972.0,24714588.0,24791707.0,25317246.0,25374160.0,25904584.0,25911894.0,26297076.0,26392183.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":747.2448702131512,"lower_bound":746.2208132863584,"upper_bound":748.3701917435194,"unit":"ns"},"mean":{"estimate":748.4872515168629,"lower_bound":747.043587364117,"upper_bound":750.4948593845108,"unit":"ns"},"median":{"estimate":747.5151724400457,"lower_bound":745.5172752973538,"upper_bound":749.0451877934272,"unit":"ns"},"median_abs_dev":{"estimate":4.989658462723722,"lower_bound":3.5859960114531875,"upper_bound":5.763654004244178,"unit":"ns"},"slope":{"estimate":747.2448702131512,"lower_bound":746.2208132863584,"upper_bound":748.3701917435194,"unit":"ns"},"change":{"mean":{"estimate":0.00036044229737641764,"lower_bound":-0.0026604654857128483,"upper_bound":0.0035002271312391513,"unit":"%"},"median":{"estimate":-0.0018069022255317035,"lower_bound":-0.004787512751252902,"upper_bound":0.0025107920498042002,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcli/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcli/66666","iteration_count":[206,412,618,824,1030,1236,1442,1648,1854,2060,2266,2472,2678,2884,3090,3296,3502,3708,3914,4120,4326,4532,4738,4944,5150,5356,5562,5768,5974,6180,6386,6592,6798,7004,7210,7416,7622,7828,8034,8240,8446,8652,8858,9064,9270,9476,9682,9888,10094,10300,10506,10712,10918,11124,11330,11536,11742,11948,12154,12360,12566,12772,12978,13184,13390,13596,13802,14008,14214,14420,14626,14832,15038,15244,15450,15656,15862,16068,16274,16480,16686,16892,17098,17304,17510,17716,17922,18128,18334,18540,18746,18952,19158,19364,19570,19776,19982,20188,20394,20600],"measured_values":[250650.0,477409.0,710695.0,953922.0,1187374.0,1431232.0,1660125.0,1907281.0,2133884.0,2385971.0,2611484.0,2865767.0,3114218.0,3351461.0,3564653.0,3851243.0,4049485.0,4293547.0,4503672.0,4789958.0,4981410.0,5249567.0,5458540.0,5737062.0,5940767.0,6216873.0,6403361.0,6703801.0,6877180.0,7160852.0,7361394.0,7714274.0,7900210.0,8117410.0,8301813.0,8612987.0,8790874.0,9108395.0,9290058.0,9563324.0,9772941.0,10079269.0,10227928.0,10522052.0,10707587.0,10998309.0,11158190.0,11481197.0,11620493.0,11945780.0,12132011.0,12431402.0,12591972.0,12887015.0,13099590.0,13357134.0,13561295.0,13818745.0,14108535.0,14419468.0,14485037.0,14777072.0,14941133.0,15310000.0,15417097.0,15789210.0,15928542.0,16226436.0,16357904.0,16692322.0,16845938.0,17168845.0,17333249.0,17649410.0,17918045.0,18123133.0,18268788.0,18603919.0,18828838.0,19105277.0,19280669.0,19606229.0,19684112.0,20050061.0,20223567.0,20550298.0,20734556.0,21012850.0,21118270.0,21500044.0,21572083.0,21978105.0,22072302.0,22437772.0,22499838.0,22901619.0,23006427.0,23473456.0,23464212.0,23912733.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1156.5172168476086,"lower_bound":1155.44061731807,"upper_bound":1157.5895361480525,"unit":"ns"},"mean":{"estimate":1157.4874958405926,"lower_bound":1156.2308845666291,"upper_bound":1159.097319236843,"unit":"ns"},"median":{"estimate":1157.5825708080881,"lower_bound":1156.2645121868422,"upper_bound":1158.3334068843778,"unit":"ns"},"median_abs_dev":{"estimate":4.82650398054821,"lower_bound":3.817485728753714,"upper_bound":6.31338360620491,"unit":"ns"},"slope":{"estimate":1156.5172168476086,"lower_bound":1155.44061731807,"upper_bound":1157.5895361480525,"unit":"ns"},"change":{"mean":{"estimate":-0.003056084405716364,"lower_bound":-0.0056666166014447345,"upper_bound":-0.0007458618106574502,"unit":"%"},"median":{"estimate":0.00002613637604853558,"lower_bound":-0.001511198913105129,"upper_bound":0.0007377948856011063,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcli/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcli/100000","iteration_count":[196,392,588,784,980,1176,1372,1568,1764,1960,2156,2352,2548,2744,2940,3136,3332,3528,3724,3920,4116,4312,4508,4704,4900,5096,5292,5488,5684,5880,6076,6272,6468,6664,6860,7056,7252,7448,7644,7840,8036,8232,8428,8624,8820,9016,9212,9408,9604,9800,9996,10192,10388,10584,10780,10976,11172,11368,11564,11760,11956,12152,12348,12544,12740,12936,13132,13328,13524,13720,13916,14112,14308,14504,14700,14896,15092,15288,15484,15680,15876,16072,16268,16464,16660,16856,17052,17248,17444,17640,17836,18032,18228,18424,18620,18816,19012,19208,19404,19600],"measured_values":[288579.0,555123.0,838930.0,1113826.0,1408810.0,1669996.0,1972566.0,2240604.0,2546725.0,2824011.0,3129449.0,3367563.0,3694556.0,3940045.0,4228903.0,4491297.0,4771936.0,5006551.0,5335836.0,5559015.0,5917620.0,6159884.0,6502600.0,6789700.0,7012827.0,7272637.0,7581744.0,7802713.0,8114552.0,8377384.0,8757194.0,8929527.0,9247897.0,9476760.0,9851422.0,10042569.0,10466725.0,10566283.0,10969221.0,11149554.0,11679616.0,11708977.0,12177520.0,12241919.0,12619861.0,12813476.0,13249100.0,13375405.0,13793200.0,13925282.0,14274317.0,14472170.0,14929831.0,15048619.0,15556183.0,15606865.0,16026598.0,16125603.0,16632088.0,16716570.0,17272285.0,17288511.0,17702103.0,17831145.0,18226687.0,18434916.0,18866865.0,18956309.0,19415126.0,19571197.0,20021805.0,20104465.0,20606924.0,20653581.0,21029232.0,21226720.0,21695488.0,21755867.0,22130198.0,22286736.0,22756558.0,22807951.0,23324781.0,23408973.0,23809677.0,23994058.0,24549744.0,24559977.0,24918703.0,25160133.0,25541878.0,25687297.0,26083135.0,26051489.0,26486036.0,26383863.0,27024291.0,26940092.0,27597777.0,27518452.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1425.8237072316736,"lower_bound":1423.0280124494695,"upper_bound":1428.5581574144007,"unit":"ns"},"mean":{"estimate":1429.4250440306337,"lower_bound":1427.3867015584033,"upper_bound":1431.527234916134,"unit":"ns"},"median":{"estimate":1428.5208016301517,"lower_bound":1424.7251700680272,"upper_bound":1431.3624163375027,"unit":"ns"},"median_abs_dev":{"estimate":10.051278870712945,"lower_bound":7.155152283684839,"upper_bound":12.080836579671812,"unit":"ns"},"slope":{"estimate":1425.8237072316736,"lower_bound":1423.0280124494695,"upper_bound":1428.5581574144007,"unit":"ns"},"change":{"mean":{"estimate":-0.02529561857196061,"lower_bound":-0.028050977917901728,"upper_bound":-0.02261829881956333,"unit":"%"},"median":{"estimate":-0.032754754672833286,"lower_bound":-0.035890508990575755,"upper_bound":-0.015188973578373677,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"mcli","benchmarks":["mcli/1","mcli/10","mcli/100","mcli/1000","mcli/10000","mcli/19753","mcli/29629","mcli/44444","mcli/66666","mcli/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcli"} +{"reason":"benchmark-complete","id":"mcp/1","report_directory":"/root/fuel-core/target/criterion/reports/mcp/1","iteration_count":[4522,9044,13566,18088,22610,27132,31654,36176,40698,45220,49742,54264,58786,63308,67830,72352,76874,81396,85918,90440,94962,99484,104006,108528,113050,117572,122094,126616,131138,135660,140182,144704,149226,153748,158270,162792,167314,171836,176358,180880,185402,189924,194446,198968,203490,208012,212534,217056,221578,226100,230622,235144,239666,244188,248710,253232,257754,262276,266798,271320,275842,280364,284886,289408,293930,298452,302974,307496,312018,316540,321062,325584,330106,334628,339150,343672,348194,352716,357238,361760,366282,370804,375326,379848,384370,388892,393414,397936,402458,406980,411502,416024,420546,425068,429590,434112,438634,443156,447678,452200],"measured_values":[228593.0,426998.0,641916.0,831766.0,1031453.0,1245941.0,1445176.0,1664401.0,1861219.0,2071219.0,2266049.0,2485244.0,2675522.0,2897620.0,3072045.0,3321814.0,3495016.0,3724544.0,3878307.0,4161240.0,4317138.0,4565843.0,4746177.0,4970709.0,5178551.0,5366140.0,5558277.0,5806221.0,5952539.0,6357023.0,6395859.0,6702632.0,6767998.0,7057329.0,7221886.0,7448407.0,7610199.0,7881644.0,8072360.0,8324245.0,8447017.0,8711544.0,8910464.0,9124762.0,9365847.0,9584188.0,9678539.0,9958052.0,10095040.0,10350989.0,10512228.0,10851883.0,10938525.0,11401445.0,11471620.0,11616332.0,11780262.0,12100012.0,12169844.0,12462257.0,12585465.0,12909551.0,12979208.0,13290644.0,13360634.0,13674911.0,13860336.0,14072792.0,14210102.0,14560781.0,14908052.0,14942949.0,15052166.0,15403936.0,15479467.0,15831327.0,15942004.0,16200693.0,16243809.0,16618742.0,16706597.0,17058487.0,17147133.0,17795442.0,17590018.0,17829273.0,17979382.0,18298536.0,18290110.0,18684852.0,18789004.0,19102968.0,19164537.0,19538773.0,20172485.0,19976814.0,19980199.0,20359342.0,20464799.0,20796525.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":45.86820057885567,"lower_bound":45.78625009389305,"upper_bound":45.962626644017455,"unit":"ns"},"mean":{"estimate":45.89406741398699,"lower_bound":45.79426004917583,"upper_bound":46.025169001849584,"unit":"ns"},"median":{"estimate":45.80216441839894,"lower_bound":45.75296303386503,"upper_bound":45.873190065499884,"unit":"ns"},"median_abs_dev":{"estimate":0.2696079677015432,"lower_bound":0.2080231444844358,"upper_bound":0.3159141469782439,"unit":"ns"},"slope":{"estimate":45.86820057885567,"lower_bound":45.78625009389305,"upper_bound":45.962626644017455,"unit":"ns"},"change":{"mean":{"estimate":0.0016062072217433165,"lower_bound":-0.0025674421988099434,"upper_bound":0.005872415241640945,"unit":"%"},"median":{"estimate":0.002308384545937736,"lower_bound":-0.0002498337959747632,"upper_bound":0.0053697785293900235,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcp/10","report_directory":"/root/fuel-core/target/criterion/reports/mcp/10","iteration_count":[4548,9096,13644,18192,22740,27288,31836,36384,40932,45480,50028,54576,59124,63672,68220,72768,77316,81864,86412,90960,95508,100056,104604,109152,113700,118248,122796,127344,131892,136440,140988,145536,150084,154632,159180,163728,168276,172824,177372,181920,186468,191016,195564,200112,204660,209208,213756,218304,222852,227400,231948,236496,241044,245592,250140,254688,259236,263784,268332,272880,277428,281976,286524,291072,295620,300168,304716,309264,313812,318360,322908,327456,332004,336552,341100,345648,350196,354744,359292,363840,368388,372936,377484,382032,386580,391128,395676,400224,404772,409320,413868,418416,422964,427512,432060,436608,441156,445704,450252,454800],"measured_values":[217698.0,395078.0,636810.0,793088.0,1010977.0,1181338.0,1402353.0,1596705.0,1776646.0,1959668.0,2232227.0,2370882.0,2598709.0,2823474.0,3044591.0,3148730.0,3385331.0,3538685.0,3753220.0,3924887.0,4279810.0,4342048.0,4589142.0,4756578.0,5000886.0,5174046.0,5388795.0,5568685.0,5940275.0,6170649.0,6266130.0,6308281.0,6687092.0,6705606.0,6957587.0,7143559.0,7391498.0,7557262.0,7811437.0,7913383.0,8196959.0,8295941.0,8971192.0,8843053.0,9109117.0,9110411.0,9522472.0,9546015.0,9812861.0,9936404.0,10213721.0,10331543.0,10707425.0,10744718.0,11104511.0,11137826.0,11321250.0,11437758.0,12046185.0,11888127.0,12229198.0,12358333.0,12749407.0,12741299.0,12998071.0,13139123.0,13441969.0,13517115.0,14035123.0,13866823.0,14287057.0,14314575.0,14656176.0,14664205.0,14967343.0,15055797.0,15386860.0,15623525.0,16329998.0,15908079.0,16566704.0,16238776.0,16775344.0,16863179.0,17822963.0,17229468.0,17506227.0,17445714.0,17775315.0,17953631.0,18780349.0,18169363.0,18542462.0,18684122.0,19179298.0,19109321.0,19770898.0,19586734.0,20225443.0,19892362.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":44.11316108399719,"lower_bound":43.9600617921003,"upper_bound":44.27931216674962,"unit":"ns"},"mean":{"estimate":44.07210448265229,"lower_bound":43.93507090541412,"upper_bound":44.22314696723425,"unit":"ns"},"median":{"estimate":43.88187921430665,"lower_bound":43.75588593464583,"upper_bound":43.996797326734715,"unit":"ns"},"median_abs_dev":{"estimate":0.4644030732938533,"lower_bound":0.3146791704370381,"upper_bound":0.6546921990189278,"unit":"ns"},"slope":{"estimate":44.11316108399719,"lower_bound":43.9600617921003,"upper_bound":44.27931216674962,"unit":"ns"},"change":{"mean":{"estimate":-0.003101138226469846,"lower_bound":-0.008969675980825044,"upper_bound":0.002440466273748902,"unit":"%"},"median":{"estimate":-0.003190465582466606,"lower_bound":-0.00767715995132956,"upper_bound":0.002178686159920451,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcp/100","report_directory":"/root/fuel-core/target/criterion/reports/mcp/100","iteration_count":[4500,9000,13500,18000,22500,27000,31500,36000,40500,45000,49500,54000,58500,63000,67500,72000,76500,81000,85500,90000,94500,99000,103500,108000,112500,117000,121500,126000,130500,135000,139500,144000,148500,153000,157500,162000,166500,171000,175500,180000,184500,189000,193500,198000,202500,207000,211500,216000,220500,225000,229500,234000,238500,243000,247500,252000,256500,261000,265500,270000,274500,279000,283500,288000,292500,297000,301500,306000,310500,315000,319500,324000,328500,333000,337500,342000,346500,351000,355500,360000,364500,369000,373500,378000,382500,387000,391500,396000,400500,405000,409500,414000,418500,423000,427500,432000,436500,441000,445500,450000],"measured_values":[218723.0,419488.0,628850.0,834634.0,1045970.0,1277368.0,1427975.0,1635961.0,1840868.0,2040808.0,2247321.0,2429164.0,2652652.0,2886538.0,3062888.0,3249612.0,3501170.0,3668900.0,3912152.0,4095393.0,4361123.0,4478394.0,4764830.0,4908886.0,5167049.0,5307354.0,5546409.0,5765542.0,5940606.0,6213728.0,6400516.0,6595414.0,6741469.0,7028590.0,7274786.0,7382418.0,7581193.0,7815504.0,8005985.0,8202816.0,8406199.0,8594216.0,8791616.0,9283960.0,9497923.0,9480826.0,9670160.0,9842121.0,10091309.0,10268391.0,10477354.0,10565138.0,10963909.0,11190608.0,11327465.0,11451637.0,11849244.0,11897299.0,12500843.0,12322677.0,12706936.0,12827829.0,12981177.0,13169956.0,13281903.0,13567229.0,13890392.0,14036532.0,14129446.0,14611881.0,14620736.0,14809443.0,15016821.0,15249678.0,15403030.0,15573710.0,15868207.0,15955901.0,16160378.0,16412283.0,16637926.0,16883778.0,17005195.0,17169940.0,17453155.0,17744923.0,17863729.0,17972796.0,18345915.0,18371943.0,18861255.0,21865347.0,19289073.0,19352438.0,19598572.0,19724170.0,19915716.0,20339093.0,20397080.0,20549913.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":45.927212243075054,"lower_bound":45.69923166324443,"upper_bound":46.33297706791531,"unit":"ns"},"mean":{"estimate":45.8614471029186,"lower_bound":45.72072196199677,"upper_bound":46.050755301842706,"unit":"ns"},"median":{"estimate":45.70642958089668,"lower_bound":45.63435392156863,"upper_bound":45.765573696145125,"unit":"ns"},"median_abs_dev":{"estimate":0.3150211950739221,"lower_bound":0.2131226602460675,"upper_bound":0.4211097515906115,"unit":"ns"},"slope":{"estimate":45.927212243075054,"lower_bound":45.69923166324443,"upper_bound":46.33297706791531,"unit":"ns"},"change":{"mean":{"estimate":0.01464871238910126,"lower_bound":0.009968880900815831,"upper_bound":0.019524869686567362,"unit":"%"},"median":{"estimate":0.015536394048726754,"lower_bound":0.013343052998309624,"upper_bound":0.017966924944080476,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcp/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/1000","iteration_count":[3420,6840,10260,13680,17100,20520,23940,27360,30780,34200,37620,41040,44460,47880,51300,54720,58140,61560,64980,68400,71820,75240,78660,82080,85500,88920,92340,95760,99180,102600,106020,109440,112860,116280,119700,123120,126540,129960,133380,136800,140220,143640,147060,150480,153900,157320,160740,164160,167580,171000,174420,177840,181260,184680,188100,191520,194940,198360,201780,205200,208620,212040,215460,218880,222300,225720,229140,232560,235980,239400,242820,246240,249660,253080,256500,259920,263340,266760,270180,273600,277020,280440,283860,287280,290700,294120,297540,300960,304380,307800,311220,314640,318060,321480,324900,328320,331740,335160,338580,342000],"measured_values":[215796.0,408309.0,620773.0,811907.0,1018111.0,1225788.0,1420055.0,1636644.0,1828992.0,2041957.0,2262260.0,2453552.0,2644197.0,2852817.0,3060935.0,3282672.0,3458869.0,3907907.0,3888109.0,4139426.0,4273680.0,4494540.0,4733687.0,4911191.0,5274175.0,5346102.0,5529330.0,5715642.0,5905230.0,6098081.0,6387572.0,6545303.0,6748423.0,6912438.0,7158368.0,7338775.0,7522708.0,7740219.0,7954390.0,8165382.0,8374634.0,8590829.0,8839059.0,8974915.0,9168701.0,9423016.0,9628736.0,9934717.0,10001378.0,10258557.0,10399303.0,10644194.0,10828843.0,11049692.0,11301336.0,11449706.0,11643572.0,11866907.0,12062392.0,12285762.0,12525316.0,12687887.0,12901418.0,13065525.0,13230134.0,13496337.0,13806893.0,13935141.0,14136992.0,14244796.0,14545409.0,14734511.0,14950701.0,15133214.0,15334168.0,15539845.0,15679208.0,16043638.0,16173041.0,16406494.0,16591520.0,16697596.0,17030339.0,17145755.0,17355211.0,17543297.0,17827153.0,17943664.0,18214359.0,18432225.0,18614204.0,18975748.0,19079034.0,19211731.0,19408283.0,19550385.0,19793175.0,19997882.0,20186660.0,20450895.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":59.81132763315609,"lower_bound":59.76442613476027,"upper_bound":59.86247909850786,"unit":"ns"},"mean":{"estimate":59.8821654190285,"lower_bound":59.783598931589815,"upper_bound":60.006524212443786,"unit":"ns"},"median":{"estimate":59.79351187311714,"lower_bound":59.73615098351941,"upper_bound":59.83155728828243,"unit":"ns"},"median_abs_dev":{"estimate":0.18755051596096803,"lower_bound":0.14855390161478826,"upper_bound":0.2658089092673039,"unit":"ns"},"slope":{"estimate":59.81132763315609,"lower_bound":59.76442613476027,"upper_bound":59.86247909850786,"unit":"ns"},"change":{"mean":{"estimate":0.030203320468896733,"lower_bound":0.025724743779219152,"upper_bound":0.03381795153383858,"unit":"%"},"median":{"estimate":0.030411103780433102,"lower_bound":0.028142594125091014,"upper_bound":0.03411812129408021,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcp/10000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/10000","iteration_count":[823,1646,2469,3292,4115,4938,5761,6584,7407,8230,9053,9876,10699,11522,12345,13168,13991,14814,15637,16460,17283,18106,18929,19752,20575,21398,22221,23044,23867,24690,25513,26336,27159,27982,28805,29628,30451,31274,32097,32920,33743,34566,35389,36212,37035,37858,38681,39504,40327,41150,41973,42796,43619,44442,45265,46088,46911,47734,48557,49380,50203,51026,51849,52672,53495,54318,55141,55964,56787,57610,58433,59256,60079,60902,61725,62548,63371,64194,65017,65840,66663,67486,68309,69132,69955,70778,71601,72424,73247,74070,74893,75716,76539,77362,78185,79008,79831,80654,81477,82300],"measured_values":[298215.0,637293.0,842137.0,1266257.0,1424351.0,1905378.0,1988932.0,2506191.0,2561295.0,3156643.0,3130946.0,3760723.0,3684724.0,4413901.0,4213430.0,4948911.0,4782888.0,5643525.0,5374460.0,6209223.0,5939839.0,6918053.0,6443125.0,7471574.0,7039262.0,8167704.0,7599259.0,8832016.0,8289937.0,9382818.0,8710526.0,10009716.0,9313604.0,10722287.0,9863992.0,11274989.0,10454373.0,12052947.0,10959235.0,12410584.0,11599381.0,13327139.0,12181083.0,13654269.0,12645125.0,14481654.0,13219311.0,15081893.0,13765373.0,15735754.0,14347204.0,16095758.0,14978176.0,17013790.0,15444905.0,17382820.0,16125952.0,18297570.0,16639275.0,18766633.0,17253769.0,19507971.0,17800641.0,19959450.0,18323377.0,20874227.0,18945707.0,21241768.0,19490902.0,22124978.0,19942113.0,22289742.0,20560797.0,23208417.0,21080372.0,23556490.0,21750891.0,24565868.0,22236172.0,24950184.0,22823535.0,25733355.0,23568400.0,26210032.0,23941181.0,27012705.0,24452905.0,27349384.0,25060792.0,28172491.0,25543404.0,28627083.0,26321884.0,29632658.0,26763276.0,29983699.0,27458690.0,30894094.0,27985463.0,31272428.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":361.8717766675926,"lower_bound":356.92846869390485,"upper_bound":366.82698791663205,"unit":"ns"},"mean":{"estimate":362.13236276980774,"lower_bound":358.40575589689473,"upper_bound":365.8757154956548,"unit":"ns"},"median":{"estimate":369.0898769744836,"lower_bound":343.9602410091318,"upper_bound":378.0849886417666,"unit":"ns"},"median_abs_dev":{"estimate":25.83972017460682,"lower_bound":3.9374571732665373,"upper_bound":28.43172824979241,"unit":"ns"},"slope":{"estimate":361.8717766675926,"lower_bound":356.92846869390485,"upper_bound":366.82698791663205,"unit":"ns"},"change":{"mean":{"estimate":0.03198645700836056,"lower_bound":0.02014044217341242,"upper_bound":0.04428330653629857,"unit":"%"},"median":{"estimate":0.05242741443644139,"lower_bound":-0.023802061091438675,"upper_bound":0.08462498769421134,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcp/19753","report_directory":"/root/fuel-core/target/criterion/reports/mcp/19753","iteration_count":[407,814,1221,1628,2035,2442,2849,3256,3663,4070,4477,4884,5291,5698,6105,6512,6919,7326,7733,8140,8547,8954,9361,9768,10175,10582,10989,11396,11803,12210,12617,13024,13431,13838,14245,14652,15059,15466,15873,16280,16687,17094,17501,17908,18315,18722,19129,19536,19943,20350,20757,21164,21571,21978,22385,22792,23199,23606,24013,24420,24827,25234,25641,26048,26455,26862,27269,27676,28083,28490,28897,29304,29711,30118,30525,30932,31339,31746,32153,32560,32967,33374,33781,34188,34595,35002,35409,35816,36223,36630,37037,37444,37851,38258,38665,39072,39479,39886,40293,40700],"measured_values":[383965.0,754559.0,1105104.0,1440356.0,1804802.0,2218788.0,2540938.0,2848591.0,3270996.0,3708764.0,3957002.0,4269976.0,4700610.0,5156763.0,5431143.0,5699623.0,6117433.0,6637155.0,6834544.0,7111803.0,7592097.0,8098464.0,8366797.0,8538771.0,9012693.0,9579113.0,9710584.0,9967292.0,10521960.0,11057116.0,11274370.0,11404390.0,11911688.0,12634871.0,12638887.0,12848835.0,13433036.0,13998098.0,14222618.0,14337991.0,14781498.0,15530938.0,15537850.0,15698701.0,16310360.0,16941491.0,16999149.0,17104858.0,17657964.0,18494000.0,18405100.0,18522395.0,19247940.0,19830285.0,19907761.0,20061445.0,20568165.0,21361930.0,21240562.0,21379290.0,22064708.0,22799850.0,22811206.0,22829430.0,23476342.0,24352998.0,24208321.0,24286685.0,24947550.0,25740386.0,25763955.0,25741671.0,26391650.0,27295681.0,27076339.0,27042989.0,27873924.0,28793884.0,28618943.0,28515751.0,29179315.0,30229216.0,29926363.0,29921132.0,30836921.0,31748092.0,31477620.0,31347359.0,32065308.0,33136885.0,32850359.0,32789153.0,33642904.0,34652654.0,34386955.0,34170938.0,35027655.0,36108043.0,35699783.0,35658297.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":889.2654751324266,"lower_bound":886.4878899932895,"upper_bound":892.1596185183573,"unit":"ns"},"mean":{"estimate":890.731054513658,"lower_bound":888.2853486109966,"upper_bound":893.2883151885582,"unit":"ns"},"median":{"estimate":888.3146777726885,"lower_bound":886.8805896805897,"upper_bound":889.622113022113,"unit":"ns"},"median_abs_dev":{"estimate":11.734074893266165,"lower_bound":5.888086302615976,"upper_bound":19.620508749604905,"unit":"ns"},"slope":{"estimate":889.2654751324266,"lower_bound":886.4878899932895,"upper_bound":892.1596185183573,"unit":"ns"},"change":{"mean":{"estimate":0.05589891534418201,"lower_bound":0.05241237783083254,"upper_bound":0.059702677858781326,"unit":"%"},"median":{"estimate":0.0519428613379016,"lower_bound":0.047509559235781706,"upper_bound":0.059822767945621136,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcp/29629","report_directory":"/root/fuel-core/target/criterion/reports/mcp/29629","iteration_count":[303,606,909,1212,1515,1818,2121,2424,2727,3030,3333,3636,3939,4242,4545,4848,5151,5454,5757,6060,6363,6666,6969,7272,7575,7878,8181,8484,8787,9090,9393,9696,9999,10302,10605,10908,11211,11514,11817,12120,12423,12726,13029,13332,13635,13938,14241,14544,14847,15150,15453,15756,16059,16362,16665,16968,17271,17574,17877,18180,18483,18786,19089,19392,19695,19998,20301,20604,20907,21210,21513,21816,22119,22422,22725,23028,23331,23634,23937,24240,24543,24846,25149,25452,25755,26058,26361,26664,26967,27270,27573,27876,28179,28482,28785,29088,29391,29694,29997,30300],"measured_values":[406094.0,776599.0,1146660.0,1554188.0,1923342.0,2287997.0,2678489.0,3087574.0,3484727.0,3817675.0,4213331.0,4624659.0,4991673.0,5344421.0,5748916.0,6237094.0,6525249.0,6888481.0,7316252.0,7735640.0,8094220.0,8395859.0,8829630.0,9346352.0,9610607.0,9920874.0,10367434.0,10896345.0,11164992.0,11502499.0,11958215.0,12487137.0,12762062.0,13019843.0,13451715.0,14071276.0,14278477.0,14509342.0,14976115.0,15411560.0,15816773.0,16083826.0,16545225.0,17167565.0,17300315.0,17605034.0,18002762.0,18631496.0,18938804.0,19179136.0,19543945.0,20022161.0,20345664.0,20690440.0,21425558.0,21926409.0,21999900.0,22167176.0,22682990.0,23272159.0,23640978.0,23783897.0,24217501.0,24674776.0,25109320.0,25187100.0,25721551.0,26404792.0,26539553.0,26856044.0,27271322.0,27909260.0,28123191.0,28272951.0,28737919.0,29609652.0,29742664.0,29844470.0,30356647.0,31027499.0,31278146.0,31468410.0,31813072.0,32455442.0,32862234.0,32904022.0,33343846.0,33881793.0,34216616.0,34458948.0,34961964.0,35410972.0,36128889.0,37398967.0,36376139.0,38221211.0,37014775.0,39021668.0,37795235.0,39858857.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":1274.936770534154,"lower_bound":1270.3828000591282,"upper_bound":1279.9533765705846,"unit":"ns"},"mean":{"estimate":1273.0194904057005,"lower_bound":1270.56203449541,"upper_bound":1275.7948442041547,"unit":"ns"},"median":{"estimate":1269.123202187573,"lower_bound":1267.3364644156723,"upper_bound":1271.6789468330394,"unit":"ns"},"median_abs_dev":{"estimate":7.939923205247982,"lower_bound":6.163213935092768,"upper_bound":10.766514026725943,"unit":"ns"},"slope":{"estimate":1274.936770534154,"lower_bound":1270.3828000591282,"upper_bound":1279.9533765705846,"unit":"ns"},"change":{"mean":{"estimate":-0.026122373919306496,"lower_bound":-0.030211166958862817,"upper_bound":-0.022702687627156874,"unit":"%"},"median":{"estimate":-0.02610953514981118,"lower_bound":-0.03258484474098844,"upper_bound":-0.021220520489869537,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"mcp/44444","report_directory":"/root/fuel-core/target/criterion/reports/mcp/44444","iteration_count":[167,334,501,668,835,1002,1169,1336,1503,1670,1837,2004,2171,2338,2505,2672,2839,3006,3173,3340,3507,3674,3841,4008,4175,4342,4509,4676,4843,5010,5177,5344,5511,5678,5845,6012,6179,6346,6513,6680,6847,7014,7181,7348,7515,7682,7849,8016,8183,8350,8517,8684,8851,9018,9185,9352,9519,9686,9853,10020,10187,10354,10521,10688,10855,11022,11189,11356,11523,11690,11857,12024,12191,12358,12525,12692,12859,13026,13193,13360,13527,13694,13861,14028,14195,14362,14529,14696,14863,15030,15197,15364,15531,15698,15865,16032,16199,16366,16533,16700],"measured_values":[428420.0,785657.0,1191535.0,1563328.0,1988562.0,2344246.0,2805650.0,3136292.0,3571988.0,3882482.0,4363953.0,4726307.0,5167392.0,5461322.0,5961322.0,6237223.0,6753048.0,7027257.0,7553825.0,7816870.0,8388288.0,8616164.0,9135822.0,9429953.0,9931840.0,10102372.0,10740614.0,10937787.0,11502711.0,11688980.0,12341951.0,12497718.0,13093351.0,13286329.0,13902460.0,14109532.0,14764769.0,14920580.0,15480343.0,15602304.0,16281250.0,16449157.0,17055274.0,17243161.0,17870533.0,17928912.0,18697160.0,18789837.0,19471835.0,19523848.0,20255578.0,20386291.0,21038918.0,21100987.0,21828191.0,21891885.0,22690994.0,22654675.0,23441742.0,23461127.0,24175179.0,24184021.0,24989845.0,24951066.0,25959291.0,25774280.0,26566319.0,26580054.0,27424720.0,27317467.0,28119152.0,28181910.0,29022418.0,28950138.0,30042985.0,29729467.0,30551107.0,30445692.0,31389850.0,31233966.0,32279571.0,32100362.0,32903773.0,32733169.0,33830612.0,33446793.0,34500769.0,34205276.0,35305559.0,34878169.0,36045826.0,35836928.0,36843823.0,36630588.0,37654891.0,37512617.0,39147673.0,38226345.0,39086987.0,38882879.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":2357.657265808268,"lower_bound":2351.339620858447,"upper_bound":2364.3147776327496,"unit":"ns"},"mean":{"estimate":2361.38610728927,"lower_bound":2356.002777658039,"upper_bound":2367.6751895087564,"unit":"ns"},"median":{"estimate":2361.308284945261,"lower_bound":2345.172563962983,"upper_bound":2375.0555632920205,"unit":"ns"},"median_abs_dev":{"estimate":28.676055994554936,"lower_bound":14.276134105198635,"upper_bound":36.6122807794511,"unit":"ns"},"slope":{"estimate":2357.657265808268,"lower_bound":2351.339620858447,"upper_bound":2364.3147776327496,"unit":"ns"},"change":{"mean":{"estimate":0.005362522778110224,"lower_bound":0.002049786655894032,"upper_bound":0.008615860558001986,"unit":"%"},"median":{"estimate":0.00598236672900021,"lower_bound":-0.0015264072998525024,"upper_bound":0.012346189364831117,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcp/66666","report_directory":"/root/fuel-core/target/criterion/reports/mcp/66666","iteration_count":[100,200,300,400,500,600,700,800,900,1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000,2100,2200,2300,2400,2500,2600,2700,2800,2900,3000,3100,3200,3300,3400,3500,3600,3700,3800,3900,4000,4100,4200,4300,4400,4500,4600,4700,4800,4900,5000,5100,5200,5300,5400,5500,5600,5700,5800,5900,6000,6100,6200,6300,6400,6500,6600,6700,6800,6900,7000,7100,7200,7300,7400,7500,7600,7700,7800,7900,8000,8100,8200,8300,8400,8500,8600,8700,8800,8900,9000,9100,9200,9300,9400,9500,9600,9700,9800,9900,10000],"measured_values":[406923.0,732333.0,1102670.0,1467424.0,1832256.0,2204199.0,2569464.0,2937799.0,3315690.0,3664097.0,4058218.0,4400612.0,4781793.0,5140997.0,5539460.0,5887851.0,6244012.0,6690272.0,6993048.0,7321275.0,7732885.0,8056832.0,8422781.0,8794486.0,9179763.0,9567663.0,9890005.0,10254579.0,10648226.0,11048360.0,11385106.0,11720685.0,12152407.0,12465293.0,12854720.0,13232508.0,13601337.0,13987718.0,14304750.0,14710813.0,15055909.0,15414004.0,15842891.0,16161532.0,16539272.0,16883678.0,17259715.0,17742621.0,17992407.0,18397105.0,18730484.0,19068172.0,19481241.0,19938279.0,20197775.0,20504143.0,21001788.0,21320731.0,21705209.0,22125239.0,22346778.0,22795215.0,23151128.0,23475958.0,23848581.0,24287300.0,24670322.0,24992930.0,25304525.0,25674050.0,26023889.0,26315976.0,26763039.0,27179808.0,27552537.0,27888503.0,28273960.0,28565245.0,28981019.0,29299267.0,29753282.0,30109199.0,30423420.0,30830820.0,31140410.0,31745524.0,31949610.0,32266140.0,32703471.0,33074257.0,33342600.0,33697139.0,34113644.0,34350198.0,34868313.0,35212644.0,35723881.0,35886324.0,36341542.0,36296155.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":3669.7620453967784,"lower_bound":3666.5228310318216,"upper_bound":3672.6284917536445,"unit":"ns"},"mean":{"estimate":3676.357398284211,"lower_bound":3670.8694053316176,"upper_bound":3685.5249059529406,"unit":"ns"},"median":{"estimate":3672.1568205574913,"lower_bound":3670.348736842105,"upper_bound":3673.0112407862407,"unit":"ns"},"median_abs_dev":{"estimate":8.225784760781316,"lower_bound":5.858689192412893,"upper_bound":11.17827732342278,"unit":"ns"},"slope":{"estimate":3669.7620453967784,"lower_bound":3666.5228310318216,"upper_bound":3672.6284917536445,"unit":"ns"},"change":{"mean":{"estimate":-0.006488820261495443,"lower_bound":-0.010202400895270787,"upper_bound":-0.0024969290771010657,"unit":"%"},"median":{"estimate":-0.01656185328259363,"lower_bound":-0.01800226001794336,"upper_bound":-0.010843767406600313,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcp/100000","report_directory":"/root/fuel-core/target/criterion/reports/mcp/100000","iteration_count":[77,154,231,308,385,462,539,616,693,770,847,924,1001,1078,1155,1232,1309,1386,1463,1540,1617,1694,1771,1848,1925,2002,2079,2156,2233,2310,2387,2464,2541,2618,2695,2772,2849,2926,3003,3080,3157,3234,3311,3388,3465,3542,3619,3696,3773,3850,3927,4004,4081,4158,4235,4312,4389,4466,4543,4620,4697,4774,4851,4928,5005,5082,5159,5236,5313,5390,5467,5544,5621,5698,5775,5852,5929,6006,6083,6160,6237,6314,6391,6468,6545,6622,6699,6776,6853,6930,7007,7084,7161,7238,7315,7392,7469,7546,7623,7700],"measured_values":[416889.0,836971.0,1224102.0,1673040.0,2036049.0,2511318.0,2862041.0,3350702.0,3675974.0,4187477.0,4492569.0,5015312.0,5294428.0,5868570.0,6112057.0,6710125.0,6938108.0,7542764.0,7743163.0,8395047.0,8555993.0,9253364.0,9368760.0,10050967.0,10186848.0,10887897.0,10999411.0,11716269.0,11835971.0,12551002.0,12631763.0,13455942.0,13445618.0,14306241.0,14391279.0,15081937.0,15095201.0,15900328.0,15911733.0,16764014.0,16758324.0,17658112.0,17600220.0,18411101.0,18383095.0,19250861.0,19143783.0,20103542.0,19945137.0,20908205.0,20772115.0,21777447.0,21582754.0,22585112.0,22440774.0,23514767.0,23226887.0,24502511.0,24023185.0,25090639.0,24935739.0,25901783.0,25808626.0,26921613.0,26464064.0,27647313.0,27309708.0,28500287.0,28180716.0,29289834.0,28935346.0,30187071.0,29781298.0,30987846.0,30562919.0,31815224.0,31424285.0,32665345.0,32326198.0,33484821.0,33027259.0,34248232.0,33816696.0,35139896.0,34687527.0,35965285.0,35409137.0,36833603.0,36290569.0,37678596.0,37118081.0,38514193.0,37885403.0,39335568.0,38737580.0,40232751.0,39559607.0,40922041.0,40268773.0,41886339.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":5368.129388188286,"lower_bound":5349.419638173114,"upper_bound":5387.018075852462,"unit":"ns"},"mean":{"estimate":5370.05930115653,"lower_bound":5356.028941027769,"upper_bound":5384.239749645073,"unit":"ns"},"median":{"estimate":5418.576928173867,"lower_bound":5304.435786435786,"upper_bound":5432.884353741497,"unit":"ns"},"median_abs_dev":{"estimate":84.41224718800557,"lower_bound":18.731125839893433,"upper_bound":107.24602696652528,"unit":"ns"},"slope":{"estimate":5368.129388188286,"lower_bound":5349.419638173114,"upper_bound":5387.018075852462,"unit":"ns"},"change":{"mean":{"estimate":-0.0038721061314546112,"lower_bound":-0.00786812252575114,"upper_bound":-0.00018025842444930088,"unit":"%"},"median":{"estimate":0.0061109933355740775,"lower_bound":-0.014987606225198012,"upper_bound":0.00913926606640314,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"mcp","benchmarks":["mcp/1","mcp/10","mcp/100","mcp/1000","mcp/10000","mcp/19753","mcp/29629","mcp/44444","mcp/66666","mcp/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/mcp"} +{"reason":"benchmark-complete","id":"mcpi/1","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/1","iteration_count":[4468,8936,13404,17872,22340,26808,31276,35744,40212,44680,49148,53616,58084,62552,67020,71488,75956,80424,84892,89360,93828,98296,102764,107232,111700,116168,120636,125104,129572,134040,138508,142976,147444,151912,156380,160848,165316,169784,174252,178720,183188,187656,192124,196592,201060,205528,209996,214464,218932,223400,227868,232336,236804,241272,245740,250208,254676,259144,263612,268080,272548,277016,281484,285952,290420,294888,299356,303824,308292,312760,317228,321696,326164,330632,335100,339568,344036,348504,352972,357440,361908,366376,370844,375312,379780,384248,388716,393184,397652,402120,406588,411056,415524,419992,424460,428928,433396,437864,442332,446800],"measured_values":[229123.0,429821.0,609787.0,826342.0,1009745.0,1221272.0,1422666.0,1641856.0,1829548.0,2070681.0,2278771.0,2503243.0,2645474.0,2889709.0,3054926.0,3315995.0,3443713.0,3717620.0,3854860.0,4076224.0,4255512.0,4487761.0,4657249.0,4945516.0,5078131.0,5354360.0,5455489.0,5664548.0,5902902.0,6250441.0,6322112.0,6483682.0,6724753.0,7060982.0,7147671.0,7415719.0,7425757.0,7724905.0,7919221.0,8261088.0,8328715.0,8588722.0,8738931.0,9166237.0,9159540.0,9544404.0,9580214.0,10015620.0,9989493.0,10423909.0,10433673.0,10772067.0,10701238.0,11180933.0,11198679.0,11568278.0,11601286.0,12010016.0,11983952.0,12389611.0,12383947.0,12666068.0,12777317.0,13284051.0,13263532.0,13758065.0,13753060.0,14138864.0,14131835.0,14389178.0,14552821.0,14761798.0,14798477.0,15317989.0,15149018.0,15852292.0,15695239.0,16134212.0,16152288.0,16523043.0,16476512.0,17088622.0,16887923.0,17563809.0,17313143.0,17998392.0,17769623.0,18383088.0,18217872.0,18656269.0,18540547.0,19062834.0,18928655.0,19579826.0,19295726.0,19901155.0,19778942.0,20316868.0,19985366.0,20722163.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":45.987558385069256,"lower_bound":45.85613598839219,"upper_bound":46.11832048870076,"unit":"ns"},"mean":{"estimate":45.9730116220081,"lower_bound":45.84013977835433,"upper_bound":46.1327647516022,"unit":"ns"},"median":{"estimate":45.764628774007704,"lower_bound":45.62093563686928,"upper_bound":46.091522622408924,"unit":"ns"},"median_abs_dev":{"estimate":0.5673075481888105,"lower_bound":0.33821382346926127,"upper_bound":0.7084418051401505,"unit":"ns"},"slope":{"estimate":45.987558385069256,"lower_bound":45.85613598839219,"upper_bound":46.11832048870076,"unit":"ns"},"change":{"mean":{"estimate":-0.0021106672792355896,"lower_bound":-0.007318984417026712,"upper_bound":0.0031488688065867665,"unit":"%"},"median":{"estimate":-0.0030605538780980046,"lower_bound":-0.011744429232255271,"upper_bound":0.004812924632548121,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"mcpi/10","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/10","iteration_count":[4560,9120,13680,18240,22800,27360,31920,36480,41040,45600,50160,54720,59280,63840,68400,72960,77520,82080,86640,91200,95760,100320,104880,109440,114000,118560,123120,127680,132240,136800,141360,145920,150480,155040,159600,164160,168720,173280,177840,182400,186960,191520,196080,200640,205200,209760,214320,218880,223440,228000,232560,237120,241680,246240,250800,255360,259920,264480,269040,273600,278160,282720,287280,291840,296400,300960,305520,310080,314640,319200,323760,328320,332880,337440,342000,346560,351120,355680,360240,364800,369360,373920,378480,383040,387600,392160,396720,401280,405840,410400,414960,419520,424080,428640,433200,437760,442320,446880,451440,456000],"measured_values":[220301.0,398895.0,586872.0,790053.0,978514.0,1181847.0,1371248.0,1590264.0,1770800.0,1967290.0,2164385.0,2479980.0,2592728.0,2902024.0,2928536.0,3129772.0,3363665.0,3647794.0,3722296.0,4036259.0,4122972.0,4434478.0,4574170.0,4867213.0,4929562.0,5286022.0,5350932.0,5642783.0,5681364.0,5927811.0,6152409.0,6402272.0,6528695.0,6848730.0,6898176.0,7281729.0,7279249.0,7606951.0,7646587.0,7994163.0,8106186.0,8518017.0,8488066.0,8766440.0,8896161.0,9279609.0,9184552.0,9686001.0,9620876.0,10031892.0,10013419.0,10438982.0,10415596.0,10747889.0,10843903.0,11244528.0,11284027.0,11688148.0,11661777.0,12028030.0,12043118.0,12333983.0,12345861.0,12628939.0,12758882.0,13227412.0,13242058.0,13519395.0,13551106.0,14100165.0,13908781.0,14491286.0,14303550.0,14970807.0,14790356.0,15295681.0,15212350.0,15803962.0,15575755.0,16027163.0,15998698.0,16621869.0,16389247.0,17042390.0,16807657.0,17311314.0,17166861.0,17649444.0,17519538.0,17997764.0,17846778.0,18555843.0,18256542.0,18951489.0,18599968.0,19357319.0,19119345.0,19916562.0,19561459.0,20079897.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":43.656525521169556,"lower_bound":43.516944249246635,"upper_bound":43.796520722123944,"unit":"ns"},"mean":{"estimate":43.67023624620425,"lower_bound":43.536638393909016,"upper_bound":43.8237044722873,"unit":"ns"},"median":{"estimate":43.40219660347981,"lower_bound":43.32294792466576,"upper_bound":43.73697705802969,"unit":"ns"},"median_abs_dev":{"estimate":0.6320602294585134,"lower_bound":0.43258605904926717,"upper_bound":0.7998706027030729,"unit":"ns"},"slope":{"estimate":43.656525521169556,"lower_bound":43.516944249246635,"upper_bound":43.796520722123944,"unit":"ns"},"change":{"mean":{"estimate":0.036462604924041075,"lower_bound":0.03137086972886435,"upper_bound":0.041514139874446784,"unit":"%"},"median":{"estimate":0.03390087336133174,"lower_bound":0.02988101735365789,"upper_bound":0.04366667320734696,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcpi/100","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/100","iteration_count":[4561,9122,13683,18244,22805,27366,31927,36488,41049,45610,50171,54732,59293,63854,68415,72976,77537,82098,86659,91220,95781,100342,104903,109464,114025,118586,123147,127708,132269,136830,141391,145952,150513,155074,159635,164196,168757,173318,177879,182440,187001,191562,196123,200684,205245,209806,214367,218928,223489,228050,232611,237172,241733,246294,250855,255416,259977,264538,269099,273660,278221,282782,287343,291904,296465,301026,305587,310148,314709,319270,323831,328392,332953,337514,342075,346636,351197,355758,360319,364880,369441,374002,378563,383124,387685,392246,396807,401368,405929,410490,415051,419612,424173,428734,433295,437856,442417,446978,451539,456100],"measured_values":[242653.0,407730.0,613678.0,813272.0,1021649.0,1222436.0,1430386.0,1631185.0,1872194.0,2046443.0,2262264.0,2465210.0,2704866.0,2882799.0,3104299.0,3263577.0,3539719.0,3676828.0,3944460.0,4094276.0,4578625.0,4507821.0,4781257.0,4890226.0,5158300.0,5310529.0,5566299.0,5751598.0,5970212.0,6144944.0,6463506.0,6582265.0,6783086.0,6938236.0,7280567.0,7362244.0,7706011.0,7742826.0,8096035.0,8151534.0,8457625.0,8618873.0,8896666.0,8964719.0,9326661.0,9412794.0,9800768.0,9810938.0,10104123.0,10236151.0,10809473.0,10637600.0,10949113.0,11212166.0,11383706.0,11458897.0,11851184.0,11916490.0,12251489.0,12352587.0,12665082.0,12708829.0,13026814.0,13137180.0,13470601.0,13515871.0,13924456.0,13884783.0,14203681.0,14385489.0,14747532.0,14754429.0,15191156.0,15123523.0,15561938.0,15530467.0,16009963.0,15946386.0,16346920.0,16323379.0,16870601.0,16779712.0,17217419.0,17201864.0,17546274.0,17565627.0,18073232.0,17974922.0,18296665.0,18440789.0,18777372.0,18859046.0,19314782.0,19332936.0,19740924.0,19609170.0,20324554.0,20105010.0,20653038.0,20418477.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":45.1937336832048,"lower_bound":45.09943284913522,"upper_bound":45.292562311873546,"unit":"ns"},"mean":{"estimate":45.256092669339154,"lower_bound":45.110969678813206,"upper_bound":45.461842088650634,"unit":"ns"},"median":{"estimate":45.08231410374273,"lower_bound":44.94401018083372,"upper_bound":45.22769931711595,"unit":"ns"},"median_abs_dev":{"estimate":0.4364006602345041,"lower_bound":0.29314174140565447,"upper_bound":0.5288752230474583,"unit":"ns"},"slope":{"estimate":45.1937336832048,"lower_bound":45.09943284913522,"upper_bound":45.292562311873546,"unit":"ns"},"change":{"mean":{"estimate":0.0307601312716419,"lower_bound":0.026090877892593203,"upper_bound":0.03629804497937509,"unit":"%"},"median":{"estimate":0.03289657072547536,"lower_bound":0.027384966734896876,"upper_bound":0.036308415547367856,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcpi/1000","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/1000","iteration_count":[3412,6824,10236,13648,17060,20472,23884,27296,30708,34120,37532,40944,44356,47768,51180,54592,58004,61416,64828,68240,71652,75064,78476,81888,85300,88712,92124,95536,98948,102360,105772,109184,112596,116008,119420,122832,126244,129656,133068,136480,139892,143304,146716,150128,153540,156952,160364,163776,167188,170600,174012,177424,180836,184248,187660,191072,194484,197896,201308,204720,208132,211544,214956,218368,221780,225192,228604,232016,235428,238840,242252,245664,249076,252488,255900,259312,262724,266136,269548,272960,276372,279784,283196,286608,290020,293432,296844,300256,303668,307080,310492,313904,317316,320728,324140,327552,330964,334376,337788,341200],"measured_values":[228302.0,411182.0,623245.0,831036.0,1039270.0,1254642.0,1454030.0,1667725.0,1878874.0,2089071.0,2310547.0,2504775.0,2709724.0,2914197.0,3140064.0,3328182.0,3558401.0,3755425.0,3987724.0,4169916.0,4389770.0,4606684.0,4787319.0,5020731.0,5255058.0,5438270.0,5646226.0,5876526.0,6062740.0,6254171.0,6478064.0,6668491.0,6897474.0,7116162.0,7302887.0,7519437.0,7769052.0,8046258.0,8173459.0,8376657.0,8589421.0,8779147.0,9022232.0,9197225.0,9435665.0,9627403.0,9847357.0,10027945.0,10256484.0,10430422.0,10736292.0,10857821.0,11120055.0,11259853.0,11502804.0,11711056.0,11918943.0,12115695.0,12347367.0,12559046.0,12815861.0,12893508.0,13207230.0,13361142.0,13596948.0,13773711.0,14036600.0,14206948.0,14441189.0,14619308.0,14859974.0,15041867.0,15245012.0,15449860.0,15710344.0,15891125.0,16095299.0,16299091.0,16514230.0,16672716.0,16956724.0,17118944.0,17352307.0,17549420.0,17739641.0,17942466.0,18163418.0,18416542.0,18681191.0,18806587.0,19051872.0,19259288.0,19433890.0,19654664.0,19869265.0,20071511.0,20245487.0,20527943.0,20808415.0,20843713.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":61.289484652521175,"lower_bound":61.25659750945712,"upper_bound":61.32500049290518,"unit":"ns"},"mean":{"estimate":61.32164433592018,"lower_bound":61.2343316805565,"upper_bound":61.45803526996453,"unit":"ns"},"median":{"estimate":61.26918025731966,"lower_bound":61.23860859058293,"upper_bound":61.295982095278696,"unit":"ns"},"median_abs_dev":{"estimate":0.12633222328735522,"lower_bound":0.10448992183661165,"upper_bound":0.17334950690862583,"unit":"ns"},"slope":{"estimate":61.289484652521175,"lower_bound":61.25659750945712,"upper_bound":61.32500049290518,"unit":"ns"},"change":{"mean":{"estimate":0.01701128614903258,"lower_bound":0.014323753091420283,"upper_bound":0.019899875733241,"unit":"%"},"median":{"estimate":0.017537094553642385,"lower_bound":0.0164246886335635,"upper_bound":0.018505834930223397,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"mcpi/4095","report_directory":"/root/fuel-core/target/criterion/reports/mcpi/4095","iteration_count":[1789,3578,5367,7156,8945,10734,12523,14312,16101,17890,19679,21468,23257,25046,26835,28624,30413,32202,33991,35780,37569,39358,41147,42936,44725,46514,48303,50092,51881,53670,55459,57248,59037,60826,62615,64404,66193,67982,69771,71560,73349,75138,76927,78716,80505,82294,84083,85872,87661,89450,91239,93028,94817,96606,98395,100184,101973,103762,105551,107340,109129,110918,112707,114496,116285,118074,119863,121652,123441,125230,127019,128808,130597,132386,134175,135964,137753,139542,141331,143120,144909,146698,148487,150276,152065,153854,155643,157432,159221,161010,162799,164588,166377,168166,169955,171744,173533,175322,177111,178900],"measured_values":[267455.0,491428.0,724800.0,959023.0,1205175.0,1463454.0,1695474.0,1917349.0,2174841.0,2387741.0,2660493.0,2876760.0,3148882.0,3332513.0,3606928.0,3827997.0,4094775.0,4304704.0,4596556.0,4815577.0,5079655.0,5392185.0,5565867.0,5777364.0,6053854.0,6204874.0,6528976.0,6729453.0,7018329.0,7169478.0,7519876.0,7784765.0,8102735.0,8135992.0,8476685.0,8664819.0,8957443.0,9097356.0,9433723.0,9623575.0,9902242.0,10266728.0,10468442.0,10553877.0,10942689.0,11147835.0,11605924.0,11604884.0,11869278.0,12241582.0,12337304.0,12508452.0,12824765.0,13143079.0,13383553.0,13458512.0,13807398.0,13868146.0,14209994.0,14342624.0,14752998.0,14786387.0,15272261.0,15346343.0,15724458.0,15959373.0,16184496.0,16351071.0,16699330.0,16777835.0,17265297.0,17295375.0,17635886.0,17657418.0,18174304.0,18249010.0,18632521.0,18908220.0,19423140.0,19195678.0,19584618.0,19617593.0,20130982.0,20223164.0,20527214.0,20523087.0,21076455.0,21166544.0,21795246.0,21914230.0,22021453.0,22020019.0,22488577.0,22486513.0,22969315.0,23119358.0,23426664.0,23408534.0,23971882.0,24032727.0],"unit":"ns","throughput":[{"per_iteration":4095,"unit":"bytes"}],"typical":{"estimate":134.90920911935515,"lower_bound":134.67330077676633,"upper_bound":135.1579072396596,"unit":"ns"},"mean":{"estimate":135.1045173194793,"lower_bound":134.8091066611893,"upper_bound":135.4907849541429,"unit":"ns"},"median":{"estimate":135.14552258931286,"lower_bound":134.63897017722684,"upper_bound":135.21963195563302,"unit":"ns"},"median_abs_dev":{"estimate":1.0003410220914486,"lower_bound":0.6244289294948255,"upper_bound":1.236171050359468,"unit":"ns"},"slope":{"estimate":134.90920911935515,"lower_bound":134.67330077676633,"upper_bound":135.1579072396596,"unit":"ns"},"change":{"mean":{"estimate":-0.02717279447237142,"lower_bound":-0.04254612756836771,"upper_bound":-0.015716936455382306,"unit":"%"},"median":{"estimate":-0.01928717949461356,"lower_bound":-0.02684584312134619,"upper_bound":-0.008857618277275381,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"mcpi","benchmarks":["mcpi/1","mcpi/10","mcpi/100","mcpi/1000","mcpi/4095"],"report_directory":"/root/fuel-core/target/criterion/reports/mcpi"} +{"reason":"benchmark-complete","id":"meq/1","report_directory":"/root/fuel-core/target/criterion/reports/meq/1","iteration_count":[5341,10682,16023,21364,26705,32046,37387,42728,48069,53410,58751,64092,69433,74774,80115,85456,90797,96138,101479,106820,112161,117502,122843,128184,133525,138866,144207,149548,154889,160230,165571,170912,176253,181594,186935,192276,197617,202958,208299,213640,218981,224322,229663,235004,240345,245686,251027,256368,261709,267050,272391,277732,283073,288414,293755,299096,304437,309778,315119,320460,325801,331142,336483,341824,347165,352506,357847,363188,368529,373870,379211,384552,389893,395234,400575,405916,411257,416598,421939,427280,432621,437962,443303,448644,453985,459326,464667,470008,475349,480690,486031,491372,496713,502054,507395,512736,518077,523418,528759,534100],"measured_values":[211309.0,306870.0,461413.0,620203.0,767348.0,924720.0,1081420.0,1225944.0,1385233.0,1568938.0,1703098.0,1838282.0,2003658.0,2146047.0,2330852.0,2530164.0,2611888.0,2780069.0,2948342.0,3116420.0,3225363.0,3388532.0,3610012.0,3917254.0,3922739.0,4050504.0,4198294.0,4370957.0,4533530.0,4641934.0,4794585.0,4970474.0,5251356.0,5268725.0,5460350.0,5679314.0,6078373.0,5906246.0,6476046.0,6330184.0,6384844.0,6515188.0,6676373.0,6840766.0,6998268.0,7170604.0,7421661.0,7395230.0,7710481.0,8023555.0,7923146.0,8094329.0,8217880.0,8521765.0,8544374.0,8964172.0,8850238.0,10254124.0,9739972.0,9877779.0,9626938.0,9953679.0,9801871.0,9903432.0,10066163.0,10296659.0,10433408.0,10831404.0,10719269.0,10905863.0,11047588.0,11390383.0,11773012.0,11726819.0,11814758.0,11780176.0,11909908.0,12136959.0,12436033.0,12531243.0,12807277.0,13500030.0,13118226.0,13027062.0,13307359.0,13735163.0,14510034.0,14197237.0,14549035.0,14020804.0,14139110.0,14381427.0,14450427.0,14936595.0,14790615.0,15296854.0,15344297.0,15496239.0,15849843.0,16210058.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":29.616984927487263,"lower_bound":29.459935410191335,"upper_bound":29.7849035663682,"unit":"ns"},"mean":{"estimate":29.529753923748626,"lower_bound":29.330469050412056,"upper_bound":29.80089500996971,"unit":"ns"},"median":{"estimate":29.169318315086898,"lower_bound":29.11759345940211,"upper_bound":29.343846162318137,"unit":"ns"},"median_abs_dev":{"estimate":0.40367987309466097,"lower_bound":0.24656674995768083,"upper_bound":0.5368656174040518,"unit":"ns"},"slope":{"estimate":29.616984927487263,"lower_bound":29.459935410191335,"upper_bound":29.7849035663682,"unit":"ns"},"change":{"mean":{"estimate":0.06663898481980945,"lower_bound":0.05736936339688277,"upper_bound":0.07843730459887148,"unit":"%"},"median":{"estimate":0.06387439465983702,"lower_bound":0.05645304745243929,"upper_bound":0.07274010496025274,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"meq/10","report_directory":"/root/fuel-core/target/criterion/reports/meq/10","iteration_count":[5300,10600,15900,21200,26500,31800,37100,42400,47700,53000,58300,63600,68900,74200,79500,84800,90100,95400,100700,106000,111300,116600,121900,127200,132500,137800,143100,148400,153700,159000,164300,169600,174900,180200,185500,190800,196100,201400,206700,212000,217300,222600,227900,233200,238500,243800,249100,254400,259700,265000,270300,275600,280900,286200,291500,296800,302100,307400,312700,318000,323300,328600,333900,339200,344500,349800,355100,360400,365700,371000,376300,381600,386900,392200,397500,402800,408100,413400,418700,424000,429300,434600,439900,445200,450500,455800,461100,466400,471700,477000,482300,487600,492900,498200,503500,508800,514100,519400,524700,530000],"measured_values":[207169.0,324107.0,506625.0,647680.0,797327.0,963978.0,1167490.0,1268417.0,1500696.0,1580322.0,1823051.0,1910205.0,2070427.0,2253130.0,2383714.0,2543403.0,2719623.0,2859822.0,3002962.0,3235282.0,3362148.0,3519329.0,3705287.0,3788664.0,3989037.0,4270838.0,4316947.0,4409661.0,4606039.0,4738364.0,5074572.0,5109402.0,5300602.0,5404170.0,5528128.0,5787617.0,6216155.0,6134591.0,6414745.0,6345266.0,6443575.0,6948789.0,6956263.0,6957916.0,7158086.0,7323371.0,7696403.0,7529066.0,7954827.0,7933416.0,8059037.0,8186673.0,8547514.0,8667885.0,9066326.0,8985738.0,9172980.0,9350832.0,9532691.0,9528552.0,10146991.0,9992660.0,10205792.0,10327967.0,10645218.0,10623071.0,11129853.0,10911467.0,11237892.0,11363030.0,11181665.0,11406742.0,11932779.0,11765846.0,12101670.0,12048834.0,12437114.0,12353335.0,13067915.0,13009469.0,13308371.0,13175158.0,13538185.0,13428970.0,13994446.0,13837649.0,14433121.0,14218544.0,14298566.0,14218576.0,15170112.0,14864040.0,15240607.0,14985702.0,15547301.0,15171177.0,15819061.0,15693439.0,16131490.0,16080421.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":30.47532986273564,"lower_bound":30.355867505822022,"upper_bound":30.59485942339646,"unit":"ns"},"mean":{"estimate":30.49821082828959,"lower_bound":30.336063196262668,"upper_bound":30.723369968297757,"unit":"ns"},"median":{"estimate":30.349726919701624,"lower_bound":30.214553330766268,"upper_bound":30.45209483614697,"unit":"ns"},"median_abs_dev":{"estimate":0.547420483695122,"lower_bound":0.4034462605881413,"upper_bound":0.6724365057961829,"unit":"ns"},"slope":{"estimate":30.47532986273564,"lower_bound":30.355867505822022,"upper_bound":30.59485942339646,"unit":"ns"},"change":{"mean":{"estimate":0.053459044060151006,"lower_bound":0.04534631473371856,"upper_bound":0.06248997207542434,"unit":"%"},"median":{"estimate":0.04977099246010663,"lower_bound":0.04201600390759408,"upper_bound":0.058145997781968994,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"meq/100","report_directory":"/root/fuel-core/target/criterion/reports/meq/100","iteration_count":[5285,10570,15855,21140,26425,31710,36995,42280,47565,52850,58135,63420,68705,73990,79275,84560,89845,95130,100415,105700,110985,116270,121555,126840,132125,137410,142695,147980,153265,158550,163835,169120,174405,179690,184975,190260,195545,200830,206115,211400,216685,221970,227255,232540,237825,243110,248395,253680,258965,264250,269535,274820,280105,285390,290675,295960,301245,306530,311815,317100,322385,327670,332955,338240,343525,348810,354095,359380,364665,369950,375235,380520,385805,391090,396375,401660,406945,412230,417515,422800,428085,433370,438655,443940,449225,454510,459795,465080,470365,475650,480935,486220,491505,496790,502075,507360,512645,517930,523215,528500],"measured_values":[212285.0,329429.0,490297.0,655014.0,814559.0,975393.0,1139042.0,1286977.0,1429851.0,1599189.0,1768203.0,1902522.0,2081295.0,2241414.0,2400876.0,2566386.0,2711315.0,2883161.0,3022584.0,3193829.0,3362488.0,3522473.0,3676296.0,3825516.0,4002201.0,4161140.0,4331212.0,4459582.0,4635217.0,4808199.0,4939295.0,5129089.0,5270292.0,5448336.0,5583806.0,5770233.0,5935436.0,6058955.0,6236082.0,6393247.0,6531688.0,6715614.0,6930153.0,7032852.0,7218149.0,7542539.0,7581325.0,7691168.0,7905906.0,8882981.0,8342655.0,8316175.0,8490409.0,8708101.0,8772648.0,8955359.0,9218440.0,9406464.0,9599394.0,9783864.0,9765412.0,10052966.0,10182680.0,10749578.0,10447839.0,10741778.0,10722832.0,10945693.0,11059418.0,11263007.0,11355220.0,11535780.0,11658045.0,11865451.0,11997780.0,12104730.0,12320514.0,12527229.0,12694912.0,12780977.0,12989943.0,13101590.0,13397013.0,13636146.0,13639806.0,13843676.0,13926024.0,14248393.0,14242906.0,14541895.0,14613633.0,14796462.0,14857203.0,15060291.0,15237148.0,15354649.0,15597864.0,15749374.0,15933883.0,15999869.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":30.433495356381258,"lower_bound":30.37268848837108,"upper_bound":30.51050883774978,"unit":"ns"},"mean":{"estimate":30.53757882220963,"lower_bound":30.383237873800915,"upper_bound":30.779897759201877,"unit":"ns"},"median":{"estimate":30.32684203309887,"lower_bound":30.293472090823084,"upper_bound":30.35682279976008,"unit":"ns"},"median_abs_dev":{"estimate":0.14265220463174033,"lower_bound":0.0950399883789255,"upper_bound":0.19270991517611513,"unit":"ns"},"slope":{"estimate":30.433495356381258,"lower_bound":30.37268848837108,"upper_bound":30.51050883774978,"unit":"ns"},"change":{"mean":{"estimate":0.04103291951272836,"lower_bound":0.03348480433632927,"upper_bound":0.049411669097382385,"unit":"%"},"median":{"estimate":0.040122023395048334,"lower_bound":0.03625680693376494,"upper_bound":0.042999636513457506,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"meq/1000","report_directory":"/root/fuel-core/target/criterion/reports/meq/1000","iteration_count":[4711,9422,14133,18844,23555,28266,32977,37688,42399,47110,51821,56532,61243,65954,70665,75376,80087,84798,89509,94220,98931,103642,108353,113064,117775,122486,127197,131908,136619,141330,146041,150752,155463,160174,164885,169596,174307,179018,183729,188440,193151,197862,202573,207284,211995,216706,221417,226128,230839,235550,240261,244972,249683,254394,259105,263816,268527,273238,277949,282660,287371,292082,296793,301504,306215,310926,315637,320348,325059,329770,334481,339192,343903,348614,353325,358036,362747,367458,372169,376880,381591,386302,391013,395724,400435,405146,409857,414568,419279,423990,428701,433412,438123,442834,447545,452256,456967,461678,466389,471100],"measured_values":[208615.0,395210.0,549579.0,715147.0,968507.0,1155927.0,1255136.0,1564407.0,1623243.0,1879629.0,2192672.0,2220700.0,2350634.0,2653401.0,2748701.0,3037694.0,3075910.0,3368766.0,3556900.0,3829449.0,4141758.0,4070601.0,4304428.0,4356667.0,4688182.0,4889410.0,5017551.0,5435890.0,5413069.0,5747515.0,5948368.0,5982390.0,6240618.0,6467975.0,6466100.0,6830151.0,6926411.0,7222651.0,7389567.0,7523973.0,7764326.0,8282848.0,8342163.0,8604740.0,8765091.0,9075614.0,8821517.0,9086226.0,9358363.0,9403870.0,9238384.0,9861348.0,10001122.0,10179218.0,10626565.0,10981989.0,10669504.0,11080038.0,10723143.0,11341410.0,11358246.0,12476792.0,11941953.0,12443509.0,12379687.0,12335069.0,12649688.0,12909279.0,12909235.0,13544937.0,13268973.0,13864866.0,13487787.0,13615618.0,13993849.0,14625494.0,14442275.0,15503244.0,14907295.0,15799281.0,15250479.0,15719746.0,15680596.0,15686142.0,15661441.0,16209933.0,16319476.0,16626999.0,17477294.0,18186800.0,17014420.0,17709931.0,17518364.0,17839310.0,18021557.0,18640157.0,18274834.0,18710052.0,18764527.0,19683762.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":40.40921280577447,"lower_bound":40.18076864891696,"upper_bound":40.65185563989248,"unit":"ns"},"mean":{"estimate":40.27477736979435,"lower_bound":40.0680318187379,"upper_bound":40.49126332749237,"unit":"ns"},"median":{"estimate":40.13300109994018,"lower_bound":39.98503616564298,"upper_bound":40.27600229431344,"unit":"ns"},"median_abs_dev":{"estimate":0.7576489128696864,"lower_bound":0.5346234789514202,"upper_bound":1.1108596640565982,"unit":"ns"},"slope":{"estimate":40.40921280577447,"lower_bound":40.18076864891696,"upper_bound":40.65185563989248,"unit":"ns"},"change":{"mean":{"estimate":0.04808830175866374,"lower_bound":0.04003058065454018,"upper_bound":0.05566207816946026,"unit":"%"},"median":{"estimate":0.05144738575500574,"lower_bound":0.044824955365615544,"upper_bound":0.05682910069193481,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"meq/10000","report_directory":"/root/fuel-core/target/criterion/reports/meq/10000","iteration_count":[1646,3292,4938,6584,8230,9876,11522,13168,14814,16460,18106,19752,21398,23044,24690,26336,27982,29628,31274,32920,34566,36212,37858,39504,41150,42796,44442,46088,47734,49380,51026,52672,54318,55964,57610,59256,60902,62548,64194,65840,67486,69132,70778,72424,74070,75716,77362,79008,80654,82300,83946,85592,87238,88884,90530,92176,93822,95468,97114,98760,100406,102052,103698,105344,106990,108636,110282,111928,113574,115220,116866,118512,120158,121804,123450,125096,126742,128388,130034,131680,133326,134972,136618,138264,139910,141556,143202,144848,146494,148140,149786,151432,153078,154724,156370,158016,159662,161308,162954,164600],"measured_values":[280406.0,527999.0,793505.0,1066275.0,1321040.0,1576762.0,1865188.0,2108412.0,2385475.0,2650061.0,2908361.0,3154937.0,3452326.0,3681549.0,3979612.0,4209806.0,4496150.0,4735228.0,5024889.0,5260503.0,5560777.0,5796786.0,6085586.0,6460856.0,6720939.0,6860210.0,7135630.0,7377093.0,7700038.0,7890789.0,8212770.0,8417218.0,8747885.0,8937773.0,9274653.0,9481082.0,9817283.0,10021786.0,10349812.0,10516119.0,10864574.0,11051521.0,11370562.0,11587868.0,11890821.0,12086837.0,12437013.0,12609677.0,12999129.0,13151211.0,13533541.0,13706781.0,14013189.0,14224480.0,14588567.0,14727281.0,15070124.0,15262126.0,15625766.0,15803718.0,16216043.0,16351499.0,16676115.0,16857338.0,17187906.0,17362762.0,17754454.0,17936620.0,18292847.0,18446940.0,18805689.0,18961665.0,19326157.0,19525526.0,19868591.0,20003893.0,20388083.0,20578366.0,20915816.0,21085743.0,21435162.0,21690195.0,21892252.0,22101675.0,22445244.0,22651913.0,23024950.0,23144320.0,23643801.0,23744074.0,24084093.0,24219313.0,24697975.0,24743510.0,25218170.0,25271414.0,25687383.0,25798040.0,26219374.0,26346073.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":160.4736542160772,"lower_bound":160.3412682412596,"upper_bound":160.61030316180134,"unit":"ns"},"mean":{"estimate":160.63617275846488,"lower_bound":160.43695744314977,"upper_bound":160.90013915991577,"unit":"ns"},"median":{"estimate":160.54770937401557,"lower_bound":160.24427235064195,"upper_bound":160.72064468980577,"unit":"ns"},"median_abs_dev":{"estimate":0.7326053587488628,"lower_bound":0.5803034601559941,"upper_bound":0.8611814934968367,"unit":"ns"},"slope":{"estimate":160.4736542160772,"lower_bound":160.3412682412596,"upper_bound":160.61030316180134,"unit":"ns"},"change":{"mean":{"estimate":-0.04928118333706777,"lower_bound":-0.05325052651916392,"upper_bound":-0.04536745860119334,"unit":"%"},"median":{"estimate":-0.047276970273690155,"lower_bound":-0.05018888160939872,"upper_bound":-0.036978874687800894,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"meq/19753","report_directory":"/root/fuel-core/target/criterion/reports/meq/19753","iteration_count":[1001,2002,3003,4004,5005,6006,7007,8008,9009,10010,11011,12012,13013,14014,15015,16016,17017,18018,19019,20020,21021,22022,23023,24024,25025,26026,27027,28028,29029,30030,31031,32032,33033,34034,35035,36036,37037,38038,39039,40040,41041,42042,43043,44044,45045,46046,47047,48048,49049,50050,51051,52052,53053,54054,55055,56056,57057,58058,59059,60060,61061,62062,63063,64064,65065,66066,67067,68068,69069,70070,71071,72072,73073,74074,75075,76076,77077,78078,79079,80080,81081,82082,83083,84084,85085,86086,87087,88088,89089,90090,91091,92092,93093,94094,95095,96096,97097,98098,99099,100100],"measured_values":[383920.0,712745.0,1093924.0,1443218.0,1840031.0,2136737.0,2552767.0,2849011.0,3274831.0,3574326.0,4003277.0,4306656.0,4745499.0,5003974.0,5511444.0,5691944.0,6200135.0,6436535.0,6922895.0,7186324.0,7715476.0,7829514.0,8478278.0,8569319.0,9101908.0,9256197.0,9875028.0,9967074.0,10640367.0,10668367.0,11353328.0,11418119.0,12029581.0,12098846.0,12741612.0,12832956.0,13523779.0,13512218.0,14226861.0,14269308.0,15034291.0,14945351.0,15936672.0,15692603.0,16406301.0,16344786.0,17155243.0,17109857.0,17849310.0,17789104.0,18585940.0,18542203.0,19400971.0,19573275.0,20333162.0,20250098.0,20832230.0,20653649.0,21605043.0,21383548.0,22285360.0,22134339.0,23100748.0,22822153.0,23779055.0,23554784.0,24493538.0,24241261.0,25149781.0,24900077.0,25892175.0,25705480.0,26629718.0,26368517.0,27370021.0,27092427.0,28264108.0,27900292.0,28866488.0,28540477.0,29585023.0,29217671.0,30719615.0,30007715.0,31159872.0,30655834.0,32213877.0,31405733.0,32569199.0,32153058.0,33626301.0,32826026.0,34139304.0,33481505.0,34747503.0,34219139.0,35652053.0,34910629.0,36356397.0,35709684.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":361.2580092052177,"lower_bound":359.895777058913,"upper_bound":362.6325393957488,"unit":"ns"},"mean":{"estimate":361.3035172206835,"lower_bound":360.28075438090036,"upper_bound":362.36177694397304,"unit":"ns"},"median":{"estimate":362.80627705627705,"lower_bound":356.8993006993007,"upper_bound":364.22024642024644,"unit":"ns"},"median_abs_dev":{"estimate":8.188245327105838,"lower_bound":2.2906137855072957,"upper_bound":9.097725636346212,"unit":"ns"},"slope":{"estimate":361.2580092052177,"lower_bound":359.895777058913,"upper_bound":362.6325393957488,"unit":"ns"},"change":{"mean":{"estimate":0.010947101341828303,"lower_bound":0.007444418933959795,"upper_bound":0.01426413356492793,"unit":"%"},"median":{"estimate":0.01630096771990064,"lower_bound":-0.00030594454632781876,"upper_bound":0.020480017433558206,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"meq/29629","report_directory":"/root/fuel-core/target/criterion/reports/meq/29629","iteration_count":[623,1246,1869,2492,3115,3738,4361,4984,5607,6230,6853,7476,8099,8722,9345,9968,10591,11214,11837,12460,13083,13706,14329,14952,15575,16198,16821,17444,18067,18690,19313,19936,20559,21182,21805,22428,23051,23674,24297,24920,25543,26166,26789,27412,28035,28658,29281,29904,30527,31150,31773,32396,33019,33642,34265,34888,35511,36134,36757,37380,38003,38626,39249,39872,40495,41118,41741,42364,42987,43610,44233,44856,45479,46102,46725,47348,47971,48594,49217,49840,50463,51086,51709,52332,52955,53578,54201,54824,55447,56070,56693,57316,57939,58562,59185,59808,60431,61054,61677,62300],"measured_values":[345800.0,657938.0,1014576.0,1327654.0,1627222.0,1976999.0,2322971.0,2643966.0,2966483.0,3305413.0,3649690.0,3966750.0,4282743.0,4629940.0,4940234.0,5276337.0,5559665.0,5933405.0,6221030.0,6650995.0,6908782.0,7265945.0,7606281.0,7925664.0,8341693.0,8608251.0,8893046.0,9276516.0,9495789.0,9940355.0,10212953.0,10667494.0,10805269.0,11293842.0,11515958.0,11928529.0,12158660.0,12523896.0,12708269.0,13184052.0,13506893.0,13892535.0,14321045.0,14569920.0,14839530.0,15294065.0,15477877.0,15841463.0,16177022.0,16577776.0,16839632.0,17201539.0,17503819.0,17954858.0,18204324.0,18573215.0,18843701.0,19328828.0,19666658.0,19895629.0,20132906.0,20560519.0,20909611.0,21186215.0,21499527.0,21804748.0,22104887.0,22514487.0,22875156.0,23147122.0,23517473.0,23791841.0,24139088.0,24789839.0,25027222.0,25135588.0,25449816.0,25842216.0,26083105.0,26455356.0,26761354.0,27104012.0,27410670.0,27649511.0,28028473.0,28692673.0,29128328.0,29464272.0,29881908.0,30098350.0,30567930.0,31010405.0,31226574.0,31137839.0,31944104.0,32191876.0,33178474.0,32802983.0,33264461.0,33600898.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":534.0371814117278,"lower_bound":532.6976496241468,"upper_bound":535.3776639154212,"unit":"ns"},"mean":{"estimate":532.1285432974161,"lower_bound":531.2378261271562,"upper_bound":533.0989933528451,"unit":"ns"},"median":{"estimate":530.8935593088165,"lower_bound":530.5444549832191,"upper_bound":531.730463035032,"unit":"ns"},"median_abs_dev":{"estimate":2.67789154550701,"lower_bound":1.9416983985315313,"upper_bound":3.6853691979536296,"unit":"ns"},"slope":{"estimate":534.0371814117278,"lower_bound":532.6976496241468,"upper_bound":535.3776639154212,"unit":"ns"},"change":{"mean":{"estimate":0.0057386366825589175,"lower_bound":0.0026114640066651077,"upper_bound":0.008656577056874752,"unit":"%"},"median":{"estimate":0.0038698674501320696,"lower_bound":0.00018503465779140527,"upper_bound":0.00962417182838049,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"meq/44444","report_directory":"/root/fuel-core/target/criterion/reports/meq/44444","iteration_count":[463,926,1389,1852,2315,2778,3241,3704,4167,4630,5093,5556,6019,6482,6945,7408,7871,8334,8797,9260,9723,10186,10649,11112,11575,12038,12501,12964,13427,13890,14353,14816,15279,15742,16205,16668,17131,17594,18057,18520,18983,19446,19909,20372,20835,21298,21761,22224,22687,23150,23613,24076,24539,25002,25465,25928,26391,26854,27317,27780,28243,28706,29169,29632,30095,30558,31021,31484,31947,32410,32873,33336,33799,34262,34725,35188,35651,36114,36577,37040,37503,37966,38429,38892,39355,39818,40281,40744,41207,41670,42133,42596,43059,43522,43985,44448,44911,45374,45837,46300],"measured_values":[362830.0,733286.0,1086739.0,1467923.0,1808312.0,2211181.0,2541724.0,2927750.0,3251783.0,3662892.0,3986096.0,4405171.0,4716965.0,5167607.0,5435781.0,5858478.0,6148269.0,6589058.0,6862322.0,7342024.0,7591608.0,8104874.0,8358257.0,8789733.0,9056628.0,9527754.0,9784800.0,10264006.0,10540653.0,11151740.0,11466684.0,11865269.0,11982257.0,12522311.0,12665997.0,13259717.0,13445029.0,13926379.0,14114553.0,14676650.0,14831900.0,15449157.0,15539357.0,16128328.0,16287178.0,16836153.0,17053407.0,17552610.0,17730369.0,18293528.0,18497712.0,19034325.0,19147636.0,19725359.0,19872610.0,20515132.0,20645809.0,21304535.0,21373695.0,21988949.0,22120938.0,22724833.0,22806078.0,23479154.0,23535065.0,24182109.0,24259502.0,24973134.0,24977406.0,25668323.0,25695884.0,26531665.0,26412550.0,27204629.0,27147067.0,27919413.0,27964933.0,28600428.0,28610047.0,29358959.0,29315716.0,30070397.0,30043897.0,30865909.0,30889778.0,31666980.0,31553570.0,32333593.0,32187866.0,32596149.0,32815772.0,33359021.0,33478338.0,34107273.0,34230702.0,34843799.0,35107010.0,35557914.0,35818392.0,36236426.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":785.8127731357965,"lower_bound":784.4765474335732,"upper_bound":787.2775256964519,"unit":"ns"},"mean":{"estimate":787.0943487662272,"lower_bound":785.9612429422231,"upper_bound":788.2490510744994,"unit":"ns"},"median":{"estimate":784.3243808027826,"lower_bound":783.3363124053524,"upper_bound":790.5039440323035,"unit":"ns"},"median_abs_dev":{"estimate":5.9224000314355525,"lower_bound":3.0598235504041074,"upper_bound":8.88180021880851,"unit":"ns"},"slope":{"estimate":785.8127731357965,"lower_bound":784.4765474335732,"upper_bound":787.2775256964519,"unit":"ns"},"change":{"mean":{"estimate":-0.0052897578705009,"lower_bound":-0.007696631156276516,"upper_bound":-0.002873457526182617,"unit":"%"},"median":{"estimate":-0.01301737600357833,"lower_bound":-0.015269779978326126,"upper_bound":0.004355759770044987,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"meq/66666","report_directory":"/root/fuel-core/target/criterion/reports/meq/66666","iteration_count":[315,630,945,1260,1575,1890,2205,2520,2835,3150,3465,3780,4095,4410,4725,5040,5355,5670,5985,6300,6615,6930,7245,7560,7875,8190,8505,8820,9135,9450,9765,10080,10395,10710,11025,11340,11655,11970,12285,12600,12915,13230,13545,13860,14175,14490,14805,15120,15435,15750,16065,16380,16695,17010,17325,17640,17955,18270,18585,18900,19215,19530,19845,20160,20475,20790,21105,21420,21735,22050,22365,22680,22995,23310,23625,23940,24255,24570,24885,25200,25515,25830,26145,26460,26775,27090,27405,27720,28035,28350,28665,28980,29295,29610,29925,30240,30555,30870,31185,31500],"measured_values":[405204.0,763300.0,1133729.0,1522249.0,1883421.0,2269910.0,2670772.0,3045500.0,3392308.0,3792922.0,4156390.0,4567092.0,4931773.0,5365188.0,5674697.0,6081423.0,6425628.0,6836630.0,7231504.0,7651731.0,7938245.0,8381171.0,8880361.0,9189910.0,9544498.0,9975841.0,10251305.0,10672426.0,10992846.0,11402683.0,11737956.0,12167441.0,12485281.0,12953709.0,13237988.0,13710287.0,14014216.0,14506062.0,14817832.0,15414382.0,15567652.0,15992727.0,16271840.0,16682472.0,17028998.0,17531060.0,17810815.0,18231967.0,18578844.0,19039615.0,19299259.0,19766092.0,20024865.0,20530709.0,20802004.0,21297306.0,21533706.0,22074191.0,22546613.0,22900898.0,23145692.0,23542937.0,23800949.0,24418422.0,24607565.0,25240833.0,25443441.0,25798144.0,26091179.0,26691536.0,27085131.0,27379605.0,27601376.0,28178753.0,28483944.0,29076212.0,29115109.0,29716775.0,29971534.0,30521947.0,30735790.0,31265434.0,31479195.0,32010152.0,32173449.0,32700332.0,32818147.0,33411461.0,33633594.0,34126399.0,34372663.0,34872790.0,35110713.0,35797629.0,35930183.0,36498046.0,36577758.0,37278842.0,37424544.0,37940284.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":1205.034246945377,"lower_bound":1203.8636737517702,"upper_bound":1206.2502491129878,"unit":"ns"},"mean":{"estimate":1206.7523574339643,"lower_bound":1205.125787238918,"upper_bound":1208.8979216160667,"unit":"ns"},"median":{"estimate":1205.6170964226487,"lower_bound":1204.3708891670917,"upper_bound":1207.0874007936509,"unit":"ns"},"median_abs_dev":{"estimate":6.029412602573844,"lower_bound":4.4364621093124175,"upper_bound":7.034875240185265,"unit":"ns"},"slope":{"estimate":1205.034246945377,"lower_bound":1203.8636737517702,"upper_bound":1206.2502491129878,"unit":"ns"},"change":{"mean":{"estimate":0.006446667155098229,"lower_bound":0.003632615775782379,"upper_bound":0.0089415911794406,"unit":"%"},"median":{"estimate":0.006346612460265355,"lower_bound":0.0034834052778311975,"upper_bound":0.010093960633500654,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"meq/100000","report_directory":"/root/fuel-core/target/criterion/reports/meq/100000","iteration_count":[211,422,633,844,1055,1266,1477,1688,1899,2110,2321,2532,2743,2954,3165,3376,3587,3798,4009,4220,4431,4642,4853,5064,5275,5486,5697,5908,6119,6330,6541,6752,6963,7174,7385,7596,7807,8018,8229,8440,8651,8862,9073,9284,9495,9706,9917,10128,10339,10550,10761,10972,11183,11394,11605,11816,12027,12238,12449,12660,12871,13082,13293,13504,13715,13926,14137,14348,14559,14770,14981,15192,15403,15614,15825,16036,16247,16458,16669,16880,17091,17302,17513,17724,17935,18146,18357,18568,18779,18990,19201,19412,19623,19834,20045,20256,20467,20678,20889,21100],"measured_values":[407753.0,779384.0,1161261.0,1569998.0,1935126.0,2351055.0,2730930.0,3139278.0,3520659.0,3941201.0,4291460.0,4740556.0,5079027.0,5492118.0,5812401.0,6243691.0,6584277.0,7003824.0,7360980.0,7795793.0,8158373.0,8577055.0,8945910.0,9519947.0,9732804.0,10191530.0,10484322.0,11182881.0,11351690.0,11733611.0,12090454.0,12550294.0,12812307.0,13269297.0,13586039.0,14087217.0,14443495.0,15012778.0,15168605.0,15686647.0,15986999.0,16469612.0,16671602.0,17211058.0,17542103.0,18036100.0,18268265.0,18816362.0,19025802.0,19596037.0,19946959.0,20465720.0,20678378.0,21145215.0,21329071.0,21913846.0,22221025.0,22621663.0,23049376.0,23529046.0,23787631.0,24376919.0,24465852.0,25048930.0,25298249.0,25828188.0,26167327.0,26746761.0,26851893.0,27429470.0,27626187.0,28338607.0,28528198.0,29012035.0,29226837.0,29852410.0,30002330.0,30687208.0,30828382.0,31436601.0,31442883.0,32315724.0,32382622.0,32957466.0,33065721.0,33524829.0,33769686.0,34066626.0,34434603.0,34572781.0,35196732.0,35387901.0,36075361.0,36199520.0,36794670.0,37120686.0,37670234.0,38068624.0,38840335.0,39083712.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":1846.9793208048256,"lower_bound":1843.7350073266098,"upper_bound":1850.3224787232239,"unit":"ns"},"mean":{"estimate":1850.6378588280288,"lower_bound":1847.9690328917598,"upper_bound":1853.5345755482888,"unit":"ns"},"median":{"estimate":1849.0761795280919,"lower_bound":1847.5095313322802,"upper_bound":1852.6332411199987,"unit":"ns"},"median_abs_dev":{"estimate":12.684179542573629,"lower_bound":8.803237987327556,"upper_bound":13.872742275593,"unit":"ns"},"slope":{"estimate":1846.9793208048256,"lower_bound":1843.7350073266098,"upper_bound":1850.3224787232239,"unit":"ns"},"change":{"mean":{"estimate":-0.016952654154890667,"lower_bound":-0.019158855092253894,"upper_bound":-0.014703516886152615,"unit":"%"},"median":{"estimate":-0.01746935930676785,"lower_bound":-0.019515310321200796,"upper_bound":-0.014846574511060862,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"meq","benchmarks":["meq/1","meq/10","meq/100","meq/1000","meq/10000","meq/19753","meq/29629","meq/44444","meq/66666","meq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/meq"} +{"reason":"benchmark-complete","id":"poph/poph","report_directory":"/root/fuel-core/target/criterion/reports/poph/poph","iteration_count":[4926,9852,14778,19704,24630,29556,34482,39408,44334,49260,54186,59112,64038,68964,73890,78816,83742,88668,93594,98520,103446,108372,113298,118224,123150,128076,133002,137928,142854,147780,152706,157632,162558,167484,172410,177336,182262,187188,192114,197040,201966,206892,211818,216744,221670,226596,231522,236448,241374,246300,251226,256152,261078,266004,270930,275856,280782,285708,290634,295560,300486,305412,310338,315264,320190,325116,330042,334968,339894,344820,349746,354672,359598,364524,369450,374376,379302,384228,389154,394080,399006,403932,408858,413784,418710,423636,428562,433488,438414,443340,448266,453192,458118,463044,467970,472896,477822,482748,487674,492600],"measured_values":[210622.0,405972.0,624130.0,816654.0,1008044.0,1236957.0,1397628.0,1654842.0,1844063.0,2047811.0,2316620.0,2457860.0,2759510.0,2885497.0,3129561.0,3382676.0,3694243.0,3849325.0,4104337.0,4243106.0,4545490.0,4640188.0,4984171.0,4966277.0,5461908.0,5540997.0,5890058.0,5975247.0,6350337.0,6794932.0,6454782.0,6701378.0,6834092.0,7515040.0,7519896.0,7524210.0,7883619.0,7995011.0,8391108.0,8606077.0,8740605.0,8996163.0,9463906.0,9342520.0,9773002.0,9771791.0,10294808.0,10235832.0,10600439.0,10821346.0,10897340.0,10924992.0,11552053.0,11615318.0,11650158.0,11909692.0,12527269.0,12468506.0,12740791.0,12564486.0,13036762.0,12947677.0,13393406.0,13280547.0,14150436.0,14033430.0,14691003.0,14292138.0,15091317.0,14981038.0,15462056.0,15350600.0,15890730.0,15593242.0,15527022.0,15870374.0,16575319.0,16308860.0,16922142.0,17594353.0,17543078.0,17337742.0,17734566.0,17749364.0,18386790.0,18265203.0,19239837.0,18829829.0,19162828.0,18732403.0,19898276.0,19903073.0,20335341.0,20070823.0,20950104.0,20819849.0,21212935.0,20730235.0,21515493.0,20966685.0],"unit":"ns","throughput":[],"typical":{"estimate":43.54225560071232,"lower_bound":43.33781312764996,"upper_bound":43.74033030707962,"unit":"ns"},"mean":{"estimate":43.26592606213954,"lower_bound":43.0731006706589,"upper_bound":43.45600202832162,"unit":"ns"},"median":{"estimate":43.30574285134273,"lower_bound":43.11411278222034,"upper_bound":43.5493837364422,"unit":"ns"},"median_abs_dev":{"estimate":0.9986509094630637,"lower_bound":0.800757893377896,"upper_bound":1.2591771266904472,"unit":"ns"},"slope":{"estimate":43.54225560071232,"lower_bound":43.33781312764996,"upper_bound":43.74033030707962,"unit":"ns"},"change":{"mean":{"estimate":0.08529743735477902,"lower_bound":0.08000304556217518,"upper_bound":0.09082398489250033,"unit":"%"},"median":{"estimate":0.08807842553132916,"lower_bound":0.08246105791165292,"upper_bound":0.09561960710689088,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"poph","benchmarks":["poph/poph"],"report_directory":"/root/fuel-core/target/criterion/reports/poph"} +{"reason":"benchmark-complete","id":"popl/popl","report_directory":"/root/fuel-core/target/criterion/reports/popl/popl","iteration_count":[4957,9914,14871,19828,24785,29742,34699,39656,44613,49570,54527,59484,64441,69398,74355,79312,84269,89226,94183,99140,104097,109054,114011,118968,123925,128882,133839,138796,143753,148710,153667,158624,163581,168538,173495,178452,183409,188366,193323,198280,203237,208194,213151,218108,223065,228022,232979,237936,242893,247850,252807,257764,262721,267678,272635,277592,282549,287506,292463,297420,302377,307334,312291,317248,322205,327162,332119,337076,342033,346990,351947,356904,361861,366818,371775,376732,381689,386646,391603,396560,401517,406474,411431,416388,421345,426302,431259,436216,441173,446130,451087,456044,461001,465958,470915,475872,480829,485786,490743,495700],"measured_values":[227114.0,416722.0,610266.0,839873.0,1034547.0,1266155.0,1457609.0,1653786.0,1880141.0,2082006.0,2273380.0,2475020.0,2685222.0,2897091.0,3122818.0,3325268.0,3574695.0,3735057.0,3947873.0,4195478.0,4383872.0,4569123.0,4762177.0,5032636.0,5205224.0,5487728.0,5659283.0,5859919.0,6086648.0,6227059.0,6410543.0,6671963.0,6892543.0,7066173.0,7272037.0,7491199.0,7673231.0,7918566.0,8082253.0,8334107.0,8575260.0,8760345.0,8944966.0,9160966.0,9348528.0,9656729.0,9854179.0,9937601.0,10258277.0,10439019.0,10698189.0,11022742.0,11293675.0,11724259.0,11719013.0,11669252.0,12122085.0,12248722.0,12216725.0,12707567.0,13140269.0,12910947.0,13209149.0,13287404.0,13458220.0,13796767.0,14402966.0,14535092.0,14962107.0,14777644.0,14876125.0,15054535.0,15211647.0,15370474.0,15962740.0,16122077.0,16723056.0,16267568.0,16571091.0,16692433.0,16874100.0,17304146.0,18298735.0,17931651.0,18478149.0,17988950.0,18238948.0,18663843.0,19393786.0,18881002.0,20094867.0,19445041.0,20279000.0,19584190.0,19871270.0,19991383.0,20367918.0,20599667.0,20617898.0,20963965.0],"unit":"ns","throughput":[],"typical":{"estimate":42.60009985804027,"lower_bound":42.40983197110173,"upper_bound":42.80834700647771,"unit":"ns"},"mean":{"estimate":42.38064765575126,"lower_bound":42.246301189366065,"upper_bound":42.52741801437383,"unit":"ns"},"median":{"estimate":42.17598226057223,"lower_bound":42.03819160570379,"upper_bound":42.29403197283875,"unit":"ns"},"median_abs_dev":{"estimate":0.3700997362128951,"lower_bound":0.2643451526601744,"upper_bound":0.5279760219253903,"unit":"ns"},"slope":{"estimate":42.60009985804027,"lower_bound":42.40983197110173,"upper_bound":42.80834700647771,"unit":"ns"},"change":{"mean":{"estimate":0.06607829798854015,"lower_bound":0.0607776504302487,"upper_bound":0.07082393150200283,"unit":"%"},"median":{"estimate":0.06356990352546799,"lower_bound":0.05970993811899673,"upper_bound":0.06706909364472424,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"popl","benchmarks":["popl/popl"],"report_directory":"/root/fuel-core/target/criterion/reports/popl"} +{"reason":"benchmark-complete","id":"pshh/pshh","report_directory":"/root/fuel-core/target/criterion/reports/pshh/pshh","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1610.0,3022.0,4226.0,5851.0,6929.0,8859.0,10320.0,11623.0,12975.0,15351.0,16016.0,18152.0,18767.0,20109.0,22133.0,24046.0,25324.0,26279.0,27705.0,29688.0,30579.0,33350.0,34515.0,36041.0,36687.0,38712.0,40265.0,42708.0,44088.0,46075.0,46176.0,46590.0,47198.0,50196.0,49318.0,52360.0,52369.0,55836.0,55743.0,56369.0,60692.0,61185.0,60350.0,63609.0,64010.0,67893.0,68576.0,71723.0,69291.0,73267.0,75704.0,77976.0,74965.0,80781.0,77873.0,81090.0,80334.0,86515.0,82220.0,87771.0,84685.0,89249.0,86446.0,86426.0,88840.0,90002.0,91221.0,92333.0,94691.0,94927.0,98233.0,98197.0,101462.0,105072.0,103806.0,104956.0,105660.0,108362.0,107919.0,110726.0,115636.0,120090.0,121311.0,122007.0,123983.0,126156.0,128033.0,128162.0,129722.0,129793.0,132447.0,135759.0,135050.0,134591.0,137775.0,139679.0,139231.0,144577.0,142567.0,145877.0],"unit":"ns","throughput":[],"typical":{"estimate":79.55195343414938,"lower_bound":78.99001466711348,"upper_bound":80.07767907919924,"unit":"ns"},"mean":{"estimate":80.33605391126608,"lower_bound":79.8121655841897,"upper_bound":80.86248026191677,"unit":"ns"},"median":{"estimate":80.84586449430199,"lower_bound":80.11913580246913,"upper_bound":81.04687108886108,"unit":"ns"},"median_abs_dev":{"estimate":2.55153625099747,"lower_bound":1.6708841469231652,"upper_bound":3.2721984108802333,"unit":"ns"},"slope":{"estimate":79.55195343414938,"lower_bound":78.99001466711348,"upper_bound":80.07767907919924,"unit":"ns"},"change":{"mean":{"estimate":-0.050467155868377356,"lower_bound":-0.0698659976422408,"upper_bound":-0.031061117532645524,"unit":"%"},"median":{"estimate":-0.04043059230501278,"lower_bound":-0.07815872224394982,"upper_bound":-0.003621429307051671,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"pshh","benchmarks":["pshh/pshh"],"report_directory":"/root/fuel-core/target/criterion/reports/pshh"} +{"reason":"benchmark-complete","id":"pshl/pshl","report_directory":"/root/fuel-core/target/criterion/reports/pshl/pshl","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1679.0,3017.0,4742.0,6137.0,7669.0,9563.0,10610.0,12613.0,13957.0,15694.0,16697.0,17756.0,19056.0,21125.0,22076.0,23583.0,24793.0,25751.0,27136.0,28218.0,29583.0,30422.0,31691.0,33553.0,34611.0,35530.0,37511.0,39326.0,40119.0,41542.0,43096.0,44944.0,45383.0,47859.0,48354.0,49644.0,51254.0,52426.0,52658.0,55550.0,57698.0,58149.0,59841.0,60800.0,62484.0,64636.0,65965.0,66894.0,68533.0,70424.0,73926.0,73500.0,75097.0,77049.0,78687.0,80287.0,80514.0,81737.0,82155.0,99440.0,82923.0,84640.0,86942.0,87230.0,85673.0,85514.0,86297.0,87069.0,89172.0,90983.0,91291.0,92471.0,94087.0,96814.0,98299.0,99225.0,100423.0,106783.0,111027.0,112574.0,110174.0,110645.0,109925.0,108979.0,114764.0,118070.0,118255.0,117858.0,119635.0,123541.0,124594.0,124886.0,127238.0,130050.0,129965.0,130478.0,130470.0,131601.0,133660.0,133239.0],"unit":"ns","throughput":[],"typical":{"estimate":75.50203224800092,"lower_bound":74.9327766058372,"upper_bound":76.15602282119106,"unit":"ns"},"mean":{"estimate":77.7631357236507,"lower_bound":76.93495375461475,"upper_bound":78.64594332109577,"unit":"ns"},"median":{"estimate":76.92314814814816,"lower_bound":76.59725400457666,"upper_bound":77.66898148148148,"unit":"ns"},"median_abs_dev":{"estimate":2.337340311630302,"lower_bound":1.875924811876548,"upper_bound":3.526165570012856,"unit":"ns"},"slope":{"estimate":75.50203224800092,"lower_bound":74.9327766058372,"upper_bound":76.15602282119106,"unit":"ns"},"change":{"mean":{"estimate":-0.14540451510325447,"lower_bound":-0.16051456026144162,"upper_bound":-0.13041102569494673,"unit":"%"},"median":{"estimate":-0.16127753809961876,"lower_bound":-0.17318146216671182,"upper_bound":-0.13202668815661275,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"pshl","benchmarks":["pshl/pshl"],"report_directory":"/root/fuel-core/target/criterion/reports/pshl"} +{"reason":"benchmark-complete","id":"bal/bal","report_directory":"/root/fuel-core/target/criterion/reports/bal/bal","iteration_count":[1382,2764,4146,5528,6910,8292,9674,11056,12438,13820,15202,16584,17966,19348,20730,22112,23494,24876,26258,27640,29022,30404,31786,33168,34550,35932,37314,38696,40078,41460,42842,44224,45606,46988,48370,49752,51134,52516,53898,55280,56662,58044,59426,60808,62190,63572,64954,66336,67718,69100,70482,71864,73246,74628,76010,77392,78774,80156,81538,82920,84302,85684,87066,88448,89830,91212,92594,93976,95358,96740,98122,99504,100886,102268,103650,105032,106414,107796,109178,110560,111942,113324,114706,116088,117470,118852,120234,121616,122998,124380,125762,127144,128526,129908,131290,132672,134054,135436,136818,138200],"measured_values":[1803154.0,1407302.0,2019651.0,2914335.0,3404416.0,4060469.0,4738298.0,5463478.0,6138541.0,7412856.0,7510860.0,8184550.0,9078458.0,9510541.0,10198683.0,11947173.0,11540693.0,13177724.0,12912798.0,15332127.0,14264722.0,15094181.0,15649870.0,16460206.0,16975418.0,19001892.0,20496724.0,19017634.0,20521876.0,20911525.0,21240544.0,21722499.0,23110584.0,26176499.0,24040520.0,25291540.0,24947375.0,26250414.0,27981246.0,29225793.0,29566716.0,28483312.0,29420045.0,30833477.0,31887224.0,31370755.0,31741455.0,32588895.0,33308669.0,33698208.0,34667550.0,35273574.0,35930864.0,36624948.0,37092813.0,38008945.0,39686843.0,39366744.0,39912143.0,42827242.0,43167848.0,42464336.0,44243438.0,45440667.0,46735978.0,47766319.0,49738213.0,47082353.0,49676336.0,48877868.0,50877133.0,49810241.0,50115937.0,51801420.0,52149085.0,55008938.0,53075215.0,55379207.0,57041750.0,57709002.0,55764162.0,56926699.0,58664062.0,58643316.0,61028835.0,60134079.0,59600174.0,61765398.0,63197959.0,65010723.0,65687566.0,63763705.0,68992236.0,66411706.0,68272265.0,66597988.0,70392210.0,69346507.0,67410125.0,68203940.0],"unit":"ns","throughput":[],"typical":{"estimate":508.4909484971868,"lower_bound":505.22775845725903,"upper_bound":511.7554378039686,"unit":"ns"},"mean":{"estimate":514.226080672843,"lower_bound":503.862049541219,"upper_bound":532.021375122221,"unit":"ns"},"median":{"estimate":502.7312481616133,"lower_bound":496.73340678858045,"upper_bound":507.30833936324166,"unit":"ns"},"median_abs_dev":{"estimate":16.333856095837938,"lower_bound":9.805685075750754,"upper_bound":21.064720135769626,"unit":"ns"},"slope":{"estimate":508.4909484971868,"lower_bound":505.22775845725903,"upper_bound":511.7554378039686,"unit":"ns"},"change":{"mean":{"estimate":-0.8476299442547738,"lower_bound":-0.8507735711400927,"upper_bound":-0.8419448564257151,"unit":"%"},"median":{"estimate":-0.8504979305361469,"lower_bound":-0.8523767165532239,"upper_bound":-0.848913051051985,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"bal","benchmarks":["bal/bal"],"report_directory":"/root/fuel-core/target/criterion/reports/bal"} +{"reason":"benchmark-complete","id":"sww/sww","report_directory":"/root/fuel-core/target/criterion/reports/sww/sww","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1325297.0,2434055.0,3690915.0,4929784.0,6093075.0,7193861.0,8501672.0,9742485.0,10929632.0,12034790.0,13508522.0,14627389.0,15815231.0,17069898.0,18324193.0,19568409.0,20752103.0,22246569.0,23657216.0,24997543.0,26243772.0,27457818.0,28752962.0,29979497.0,31244322.0,32495057.0,33759101.0,34976668.0,35989117.0,36692613.0,37842093.0,39056972.0,40157591.0,41590057.0,43255018.0,44744778.0,45332705.0,47571457.0,47810299.0,50491881.0,51895931.0,53238434.0,54188251.0,55494094.0,56830044.0,58175185.0,59413702.0,60635374.0,61780391.0,61763237.0,63371692.0,64622906.0,66172930.0,67541918.0,68836239.0,69939546.0,71910401.0,72549624.0,73527709.0,74566550.0,74791442.0,77610221.0,79537834.0,80882362.0,80830265.0,82055749.0,83933197.0,85791993.0,87121912.0,88094867.0,88583528.0,89615674.0,91108889.0,93408184.0,94569481.0,95755209.0,95875021.0,96881163.0,99568389.0,101004436.0,102215850.0,102686408.0,103344374.0,105603831.0,107066759.0,108655762.0,108402585.0,108932327.0,111192682.0,113446394.0,114870390.0,115295616.0,115860699.0,118012604.0,119454018.0,120423686.0,120549475.0,122685047.0,125000352.0,126079503.0],"unit":"ns","throughput":[],"typical":{"estimate":313148.7916506576,"lower_bound":312590.4169794305,"upper_bound":313666.0204949566,"unit":"ns"},"mean":{"estimate":311425.34064253024,"lower_bound":310538.7286032932,"upper_bound":312317.53883618576,"unit":"ns"},"median":{"estimate":312289.05282738095,"lower_bound":311282.53571428574,"upper_bound":312793.03013468016,"unit":"ns"},"median_abs_dev":{"estimate":4262.1221155405465,"lower_bound":2811.6265403596826,"upper_bound":5538.78662724827,"unit":"ns"},"slope":{"estimate":313148.7916506576,"lower_bound":312590.4169794305,"upper_bound":313666.0204949566,"unit":"ns"},"change":{"mean":{"estimate":-0.019786446301292893,"lower_bound":-0.024113606741270815,"upper_bound":-0.015242240285172242,"unit":"%"},"median":{"estimate":-0.014321444291753194,"lower_bound":-0.023325622609624785,"upper_bound":-0.00662211260313017,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"sww","benchmarks":["sww/sww"],"report_directory":"/root/fuel-core/target/criterion/reports/sww"} +{"reason":"benchmark-complete","id":"srw/srw","report_directory":"/root/fuel-core/target/criterion/reports/srw/srw","iteration_count":[293,586,879,1172,1465,1758,2051,2344,2637,2930,3223,3516,3809,4102,4395,4688,4981,5274,5567,5860,6153,6446,6739,7032,7325,7618,7911,8204,8497,8790,9083,9376,9669,9962,10255,10548,10841,11134,11427,11720,12013,12306,12599,12892,13185,13478,13771,14064,14357,14650,14943,15236,15529,15822,16115,16408,16701,16994,17287,17580,17873,18166,18459,18752,19045,19338,19631,19924,20217,20510,20803,21096,21389,21682,21975,22268,22561,22854,23147,23440,23733,24026,24319,24612,24905,25198,25491,25784,26077,26370,26663,26956,27249,27542,27835,28128,28421,28714,29007,29300],"measured_values":[968602.0,1790608.0,2808427.0,3843770.0,4799587.0,5694085.0,6706636.0,7700840.0,8640020.0,9498204.0,10566444.0,11546278.0,12501826.0,13335149.0,13764279.0,15410750.0,16345978.0,16907829.0,18217537.0,19220436.0,20119492.0,20968324.0,21866156.0,21809284.0,22718590.0,23755928.0,24356593.0,25713443.0,26554826.0,26942408.0,28274625.0,29790538.0,31232795.0,31583115.0,31752627.0,32893279.0,33701574.0,34994321.0,37614889.0,38554631.0,37363154.0,37839332.0,38703785.0,39947239.0,41355211.0,44009900.0,45199671.0,46218515.0,47003172.0,47090908.0,46997285.0,48311514.0,48345638.0,48279853.0,49705729.0,52145874.0,53058539.0,54429602.0,55963090.0,57989248.0,56964271.0,55523567.0,57165363.0,57884926.0,59790799.0,62882427.0,64261562.0,65309769.0,65523777.0,63090621.0,64428347.0,66406830.0,70320311.0,68191629.0,70942595.0,71418020.0,69825816.0,70131425.0,73451823.0,77112158.0,77813722.0,74673479.0,75358777.0,75637782.0,77154617.0,78362521.0,79472270.0,84860460.0,81907366.0,81218838.0,82482449.0,84204438.0,84907363.0,89640668.0,86488029.0,86727117.0,89063067.0,93294495.0,94126901.0,90652172.0],"unit":"ns","throughput":[],"typical":{"estimate":3161.0105486220773,"lower_bound":3142.124487200763,"upper_bound":3181.3317875888715,"unit":"ns"},"mean":{"estimate":3180.0681574271694,"lower_bound":3164.1830533660564,"upper_bound":3195.9314158250772,"unit":"ns"},"median":{"estimate":3172.077625111744,"lower_bound":3134.2568259385666,"upper_bound":3217.768013891384,"unit":"ns"},"median_abs_dev":{"estimate":111.91064281956042,"lower_bound":72.77118928322813,"upper_bound":127.35285339782928,"unit":"ns"},"slope":{"estimate":3161.0105486220773,"lower_bound":3142.124487200763,"upper_bound":3181.3317875888715,"unit":"ns"},"change":{"mean":{"estimate":0.0194355574177536,"lower_bound":0.014166191221125175,"upper_bound":0.02516040846012,"unit":"%"},"median":{"estimate":0.015470198153408887,"lower_bound":0.0037435371632903447,"upper_bound":0.03404765757146855,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"srw","benchmarks":["srw/srw"],"report_directory":"/root/fuel-core/target/criterion/reports/srw"} +{"reason":"benchmark-complete","id":"scwq/1","report_directory":"/root/fuel-core/target/criterion/reports/scwq/1","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1289991.0,2396735.0,3470159.0,4740229.0,5903059.0,7034039.0,8249935.0,9396631.0,10713267.0,11627978.0,12800675.0,14212016.0,15396685.0,16486769.0,17711451.0,18716193.0,19973080.0,21230959.0,22419658.0,23608105.0,24813477.0,25879254.0,27061642.0,27502009.0,29326986.0,30628823.0,31856893.0,33045131.0,34062531.0,35189885.0,36276871.0,37391299.0,38572576.0,40132214.0,41036370.0,42308730.0,43038852.0,44766554.0,45938483.0,47255210.0,48380223.0,48814763.0,50455062.0,51289376.0,53207556.0,53846582.0,55090262.0,56385386.0,57984761.0,58961279.0,60259057.0,61355509.0,62106348.0,63798551.0,64883479.0,66247906.0,67379557.0,68512323.0,68781154.0,69974461.0,71847519.0,73111349.0,74331416.0,75535334.0,76610610.0,77936851.0,78544855.0,80211871.0,80883385.0,82434392.0,83509796.0,84923059.0,86139716.0,87088306.0,88334891.0,89604089.0,90886263.0,91400229.0,92433314.0,94462479.0,95793554.0,96503706.0,97909567.0,98904795.0,99607204.0,101152503.0,102421205.0,102647140.0,104622569.0,106205922.0,107031894.0,107681553.0,108571866.0,109893550.0,111726496.0,112303532.0,113777804.0,114895420.0,115853672.0,117550807.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":293830.1120688636,"lower_bound":293535.0865229223,"upper_bound":294128.805632355,"unit":"ns"},"mean":{"estimate":294228.39561183134,"lower_bound":293681.27329566696,"upper_bound":294966.8655058207,"unit":"ns"},"median":{"estimate":294336.6581999179,"lower_bound":293883.62078651687,"upper_bound":294695.41423872183,"unit":"ns"},"median_abs_dev":{"estimate":1374.1962414926872,"lower_bound":945.8487454578246,"upper_bound":1712.1932925612166,"unit":"ns"},"slope":{"estimate":293830.1120688636,"lower_bound":293535.0865229223,"upper_bound":294128.805632355,"unit":"ns"},"change":{"mean":{"estimate":-0.003704701620810269,"lower_bound":-0.0066067634845958095,"upper_bound":-0.00024211475123078554,"unit":"%"},"median":{"estimate":-0.003507535539468809,"lower_bound":-0.005959322918487997,"upper_bound":-0.0015780838754929638,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"scwq/10","report_directory":"/root/fuel-core/target/criterion/reports/scwq/10","iteration_count":[17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17],"measured_values":[52816796.0,52226226.0,52411790.0,52823492.0,52586784.0,52555685.0,52586983.0,52726551.0,52390599.0,52526447.0,52510111.0,52568214.0,52710570.0,52584562.0,52566720.0,52601192.0,52617329.0,52804636.0,52713092.0,52337206.0,52409148.0,52687617.0,52872361.0,52675452.0,52704045.0,52675299.0,52609149.0,52642148.0,52510884.0,52513719.0,52584716.0,52641252.0,52651213.0,51935081.0,52341379.0,52659863.0,52485085.0,52485413.0,52548428.0,52521923.0,52393603.0,52731235.0,52653632.0,52755680.0,52261250.0,52785303.0,52309561.0,52143822.0,52547931.0,52724564.0,52375945.0,51807307.0,52474377.0,52780265.0,52680038.0,52766625.0,52710439.0,51847164.0,52517900.0,52666541.0,52696289.0,52631924.0,52544114.0,52623576.0,52544092.0,52572596.0,52582531.0,52583207.0,52456978.0,52490363.0,52694137.0,51970263.0,52605131.0,52492364.0,52527166.0,52533880.0,52019714.0,51976950.0,52612261.0,52665173.0,52440282.0,52033975.0,52274578.0,52239839.0,52313859.0,52743099.0,52729751.0,52758957.0,52674733.0,52679827.0,52608769.0,52521231.0,52614121.0,52224171.0,52538200.0,51928765.0,52139381.0,52679426.0,52680138.0,52698942.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":3089468.8794117635,"lower_bound":3086745.0179705867,"upper_bound":3092022.9229705883,"unit":"ns"},"mean":{"estimate":3089468.8794117635,"lower_bound":3086745.0179705867,"upper_bound":3092022.9229705883,"unit":"ns"},"median":{"estimate":3093109.9411764704,"lower_bound":3090482.3529411764,"upper_bound":3094838.882352941,"unit":"ns"},"median_abs_dev":{"estimate":8513.612319441281,"lower_bound":7164.634938831038,"upper_bound":12611.344223162627,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.00481796989905825,"lower_bound":-0.006364946173895336,"upper_bound":-0.0032831525232498364,"unit":"%"},"median":{"estimate":-0.004247510489485129,"lower_bound":-0.005789695224975624,"upper_bound":-0.0031257674564226594,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"scwq/100","report_directory":"/root/fuel-core/target/criterion/reports/scwq/100","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[60884223.0,61027924.0,61175650.0,61309553.0,61027224.0,61021555.0,61351055.0,61251485.0,60328269.0,60731608.0,61328608.0,61013230.0,61129219.0,61199346.0,61267103.0,61194245.0,61215700.0,60853625.0,60973942.0,61169142.0,61021689.0,60891500.0,61034876.0,60856228.0,61151524.0,61116792.0,61171377.0,61298293.0,61223738.0,61251279.0,61398885.0,61134368.0,61195990.0,60785965.0,60541946.0,60797365.0,61256709.0,61165114.0,61172212.0,61192125.0,61137910.0,61083597.0,61245307.0,61285687.0,61179124.0,60847243.0,61183799.0,61012140.0,61011301.0,61264803.0,60764691.0,60829925.0,61080277.0,60965673.0,60932987.0,61003277.0,61144829.0,60555673.0,60439925.0,60593292.0,61225051.0,61129949.0,60096242.0,61077479.0,61128338.0,61126695.0,61002349.0,60485423.0,61053970.0,61217893.0,61397115.0,60705616.0,60792007.0,61172383.0,61294343.0,61247294.0,61256305.0,61306948.0,61270089.0,60264738.0,61363728.0,61169979.0,60850618.0,60597164.0,60893012.0,61040682.0,61056524.0,61228991.0,60942407.0,61004716.0,61078057.0,61153972.0,61138163.0,61326490.0,61233541.0,61300571.0,61175981.0,61219961.0,60562099.0,60949881.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":30521044.525,"lower_bound":30494919.663374998,"upper_bound":30545328.15125,"unit":"ns"},"mean":{"estimate":30521044.525,"lower_bound":30494919.663374998,"upper_bound":30545328.15125,"unit":"ns"},"median":{"estimate":30564389.25,"lower_bound":30520341.0,"upper_bound":30584571.0,"unit":"ns"},"median_abs_dev":{"estimate":90885.97293645144,"lower_bound":72096.24217003584,"upper_bound":129629.68316361298,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.00662384502464719,"lower_bound":0.005315527590157843,"upper_bound":0.008020604585084145,"unit":"%"},"median":{"estimate":0.006826213900624545,"lower_bound":0.004961854110368997,"upper_bound":0.008082183420442535,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"scwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[283989569.0,282430284.0,283995260.0,283590345.0,282473655.0,283694737.0,283398037.0,283483553.0,283478368.0,282387438.0,283689706.0,282034627.0,281405622.0,282648024.0,284557247.0,283763414.0,282428237.0,283252665.0,283351252.0,282991752.0,284029395.0,283918467.0,283661218.0,283351455.0,282901386.0,284221007.0,282479454.0,283121349.0,284098893.0,284553527.0,281952594.0,284139843.0,283539618.0,283728485.0,282981130.0,283217683.0,283659116.0,283370841.0,282723323.0,282588894.0,282902641.0,283278128.0,283575286.0,283573119.0,282458925.0,283542086.0,282749406.0,283375021.0,282899891.0,283729624.0,283742139.0,282018550.0,283162468.0,283265627.0,282324209.0,282796241.0,283719472.0,283818717.0,283087019.0,283763608.0,283418762.0,282792458.0,283166292.0,283150504.0,282877273.0,282733283.0,282890259.0,283151656.0,282371432.0,282415342.0,282649769.0,283091870.0,283560947.0,282889345.0,282897167.0,282517235.0,283269372.0,283311659.0,282641188.0,282676739.0,283136823.0,284127475.0,283574668.0,283614054.0,283992913.0,283709737.0,284049872.0,284099459.0,283106059.0,284016803.0,283889004.0,286909206.0,284079225.0,281938802.0,283363001.0,283502433.0,282364872.0,284630337.0,283482566.0,282147286.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":283272707.94,"lower_bound":283131644.93075,"upper_bound":283420358.95875,"unit":"ns"},"mean":{"estimate":283272707.94,"lower_bound":283131644.93075,"upper_bound":283420358.95875,"unit":"ns"},"median":{"estimate":283294893.5,"lower_bound":283135926.5,"upper_bound":283482566.0,"unit":"ns"},"median_abs_dev":{"estimate":643687.0871722698,"lower_bound":519392.5770789385,"upper_bound":850442.3252016306,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007504448437636979,"lower_bound":0.006759104029238927,"upper_bound":0.008291668754090686,"unit":"%"},"median":{"estimate":0.007464065246326923,"lower_bound":0.006493694832616859,"upper_bound":0.008401007067972524,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"scwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2669811348.0,2677683531.0,2677234593.0,2677819223.0,2678195441.0,2671529198.0,2680168754.0,2675233709.0,2674973058.0,2673899717.0,2671998376.0,2675758206.0,2675847820.0,2669584845.0,2677545469.0,2673475247.0,2670495394.0,2673279420.0,2676832714.0,2672824957.0,2669543533.0,2671852790.0,2669444576.0,2675697304.0,2675740828.0,2674171297.0,2670111890.0,2672731306.0,2670601644.0,2675426857.0,2673296160.0,2673798908.0,2678562324.0,2668365499.0,2674383263.0,2669195260.0,2672057535.0,2671399896.0,2671030711.0,2670802468.0,2675275220.0,2670200570.0,2675834397.0,2675742641.0,2673792709.0,2669080681.0,2668571543.0,2670064465.0,2672130224.0,2668828116.0,2671341899.0,2675237060.0,2676244392.0,2673906185.0,2668177897.0,2672987425.0,2673058068.0,2682134521.0,2674440770.0,2672440607.0,2671288427.0,2668973525.0,2666200996.0,2674064136.0,2669459063.0,2671813853.0,2674400005.0,2667999345.0,2675546340.0,2672425681.0,2676342528.0,2672972831.0,2670066926.0,2673149332.0,2676587812.0,2672825093.0,2673668545.0,2675385691.0,2675807028.0,2674644988.0,2672014506.0,2673657102.0,2674569346.0,2674424353.0,2676569729.0,2671922120.0,2676819228.0,2675359944.0,2672036520.0,2673872365.0,2672893674.0,2670871303.0,2669739666.0,2675394193.0,2672509804.0,2672485502.0,2671244571.0,2677100369.0,2674104273.0,2670529099.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":2673236342.71,"lower_bound":2672669483.742,"upper_bound":2673807534.8715,"unit":"ns"},"mean":{"estimate":2673236342.71,"lower_bound":2672669483.742,"upper_bound":2673807534.8715,"unit":"ns"},"median":{"estimate":2673214376.0,"lower_bound":2672475205.5,"upper_bound":2673981926.5,"unit":"ns"},"median_abs_dev":{"estimate":3225494.094336033,"lower_bound":2406571.7889773105,"upper_bound":3842151.9013881683,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008846587047518284,"lower_bound":0.008493462508992916,"upper_bound":0.009186903331319923,"unit":"%"},"median":{"estimate":0.0090199140636682,"lower_bound":0.008270994078554361,"upper_bound":0.009446359706153595,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"scwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/scwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[25848311045.0,25857441406.0,25877470852.0,25869473511.0,25895198123.0,25864773001.0,25854070969.0,25879488765.0,25855458341.0,25845090056.0,25868630158.0,25831729803.0,25900014750.0,25825507459.0,25857228528.0,25839404608.0,25845359292.0,25840123713.0,25875828221.0,25820533746.0,25847477085.0,25852605586.0,25817440157.0,25836591848.0,25890265284.0,25832461193.0,25848706486.0,25849257152.0,25874344446.0,25857030458.0,25870053645.0,25844493659.0,25882146177.0,25905507528.0,25908797047.0,25897602494.0,25861806836.0,25829159172.0,25864752346.0,25863644518.0,25852032845.0,25879616230.0,25854749840.0,25872289179.0,25840131878.0,25829546330.0,25867603043.0,25859139134.0,25860502583.0,25852637014.0,25853426238.0,25858960594.0,25864532817.0,25881292188.0,25842250782.0,25857475905.0,25861965263.0,25878161011.0,25856410740.0,25850827715.0,25820921001.0,25871145849.0,25897099364.0,25822332054.0,25886880932.0,25868712851.0,25868026001.0,25872802832.0,25851718147.0,25866948819.0,25863794483.0,25902051135.0,25875399495.0,25868622507.0,25879893600.0,25895506912.0,25886521754.0,25854185426.0,25854187409.0,25849379084.0,25844033013.0,25870577980.0,25826789150.0,25857918984.0,25872754371.0,25882120502.0,25884626099.0,25854222221.0,25834467554.0,25883199041.0,25883022971.0,25842966349.0,25866980305.0,25878009446.0,25863591942.0,25902972872.0,25866140633.0,25835376670.0,25880736857.0,25840930380.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":25861863977.88,"lower_bound":25857792160.654,"upper_bound":25865957269.57125,"unit":"ns"},"mean":{"estimate":25861863977.88,"lower_bound":25857792160.654,"upper_bound":25865957269.57125,"unit":"ns"},"median":{"estimate":25861886049.5,"lower_bound":25856244399.5,"upper_bound":25867275931.0,"unit":"ns"},"median_abs_dev":{"estimate":20398482.20665455,"lower_bound":15628208.41465384,"upper_bound":25941924.23100628,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0033272593620090607,"lower_bound":-0.003656003838389113,"upper_bound":-0.0030050097675426574,"unit":"%"},"median":{"estimate":-0.003122617081381285,"lower_bound":-0.003687741556770874,"upper_bound":-0.00272720908107027,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"scwq","benchmarks":["scwq/1","scwq/10","scwq/100","scwq/1000","scwq/10000","scwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/scwq"} +{"reason":"benchmark-complete","id":"swwq/1","report_directory":"/root/fuel-core/target/criterion/reports/swwq/1","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1290776.0,2416164.0,3717518.0,4957267.0,6035174.0,7275421.0,8763927.0,9914796.0,11151053.0,12200728.0,13628071.0,14858773.0,16034357.0,17361473.0,18402468.0,19825403.0,20960779.0,22016222.0,23533851.0,24699777.0,25895190.0,27211426.0,28399526.0,29369265.0,30813005.0,31916922.0,33029270.0,34483062.0,35398814.0,36685775.0,37790110.0,39150086.0,40718700.0,41866138.0,42390027.0,44063074.0,44677427.0,46384746.0,47894569.0,49143950.0,50459094.0,51619742.0,52885966.0,54054746.0,55125340.0,56582299.0,57781693.0,57952293.0,60228936.0,61707765.0,62311362.0,63995265.0,65362008.0,65863214.0,67456068.0,68814438.0,69312665.0,70127935.0,72193578.0,72832960.0,73718046.0,75810187.0,77496940.0,77710125.0,79465707.0,81101834.0,82159775.0,83590899.0,84685632.0,85507465.0,87316530.0,87575648.0,90020491.0,91010177.0,92444902.0,93228952.0,94261965.0,95975900.0,96072895.0,98439793.0,99294899.0,101028984.0,102260832.0,103306544.0,104137570.0,105065934.0,106589052.0,107509890.0,108594405.0,110542418.0,111839117.0,112927813.0,114272261.0,115554396.0,116426691.0,117558120.0,119176079.0,119213237.0,121220719.0,122734026.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":306381.0888961135,"lower_bound":306039.89951884083,"upper_bound":306701.60939691897,"unit":"ns"},"mean":{"estimate":306823.3820688382,"lower_bound":306339.2422751257,"upper_bound":307362.97626420535,"unit":"ns"},"median":{"estimate":307039.3700854701,"lower_bound":306465.737654321,"upper_bound":307290.48979591834,"unit":"ns"},"median_abs_dev":{"estimate":1769.262995151803,"lower_bound":1308.8917455327025,"upper_bound":2122.7339181592088,"unit":"ns"},"slope":{"estimate":306381.0888961135,"lower_bound":306039.89951884083,"upper_bound":306701.60939691897,"unit":"ns"},"change":{"mean":{"estimate":-0.010223483919586718,"lower_bound":-0.013054359518507773,"upper_bound":-0.007427489365216367,"unit":"%"},"median":{"estimate":-0.008978801039921325,"lower_bound":-0.011986948442273548,"upper_bound":-0.006715195829263054,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"swwq/10","report_directory":"/root/fuel-core/target/criterion/reports/swwq/10","iteration_count":[17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17],"measured_values":[50275858.0,49846874.0,49847251.0,49836040.0,49799866.0,49757573.0,49798817.0,49742558.0,49596307.0,49720435.0,49911726.0,49663971.0,49865457.0,49975465.0,49752113.0,49546374.0,49438812.0,49819205.0,49611842.0,49599946.0,49543996.0,49811615.0,49889957.0,49477779.0,49630469.0,49693174.0,49722652.0,49890335.0,49634106.0,49140924.0,49456670.0,49781553.0,49785452.0,49810223.0,49766101.0,49743967.0,49661355.0,49880901.0,49653202.0,49677016.0,49616196.0,49876596.0,49668375.0,49668856.0,49679960.0,49631794.0,49205663.0,49174453.0,49424872.0,49687851.0,49672505.0,49799204.0,49808794.0,49687028.0,49753391.0,49615464.0,49549053.0,49500986.0,49637277.0,49406359.0,49794458.0,49362312.0,49616886.0,49599471.0,49361169.0,49635325.0,49765337.0,49658752.0,49794874.0,49450055.0,49561361.0,49057207.0,49383956.0,49603893.0,49772367.0,49733256.0,49747682.0,49505062.0,49696499.0,49500410.0,49641492.0,49862939.0,49722586.0,49919304.0,49756804.0,49871126.0,49819342.0,49601200.0,49871372.0,49955945.0,49627773.0,49755668.0,49776466.0,49758135.0,49656229.0,49688959.0,49481733.0,49753278.0,49597588.0,49333298.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":2921867.1664705887,"lower_bound":2919682.0268823537,"upper_bound":2923980.4997499995,"unit":"ns"},"mean":{"estimate":2921867.1664705887,"lower_bound":2919682.0268823537,"upper_bound":2923980.4997499995,"unit":"ns"},"median":{"estimate":2922790.5588235296,"lower_bound":2920939.823529412,"upper_bound":2926115.705882353,"unit":"ns"},"median_abs_dev":{"estimate":8077.815138943258,"lower_bound":6733.533021632119,"upper_bound":11240.654383967661,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0036533444839103035,"lower_bound":-0.0054866691298934645,"upper_bound":-0.0017903223329625937,"unit":"%"},"median":{"estimate":-0.0035891189773895604,"lower_bound":-0.005680860780136854,"upper_bound":0.0004792123202219667,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"swwq/100","report_directory":"/root/fuel-core/target/criterion/reports/swwq/100","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[57898693.0,58253464.0,57245730.0,57992162.0,58263663.0,58104104.0,58128652.0,57690852.0,58137946.0,58142876.0,57941811.0,57919366.0,58269369.0,58165386.0,57765532.0,57578778.0,57850555.0,58102936.0,57619249.0,58041864.0,58027572.0,57782207.0,57894133.0,58320126.0,57934752.0,57888422.0,58290719.0,58008902.0,58275164.0,57287697.0,58092603.0,57996997.0,58160285.0,58162611.0,58284318.0,57985777.0,58201896.0,58093892.0,57983745.0,57437695.0,57904872.0,57986793.0,57884788.0,57769972.0,58014227.0,58003186.0,57920601.0,58156045.0,57615607.0,58085087.0,57482428.0,58077198.0,57483048.0,57451527.0,57539409.0,57813137.0,58144051.0,57653537.0,58208705.0,57905973.0,57923246.0,57900660.0,58074997.0,57986184.0,57159983.0,58166247.0,58066315.0,58254976.0,58183717.0,58205672.0,58142075.0,57974815.0,58027264.0,58149183.0,58138100.0,57861587.0,57743401.0,57937411.0,57843661.0,58051936.0,57978870.0,58094181.0,58053288.0,58166380.0,58234463.0,58136535.0,58342725.0,58064785.0,58261535.0,58070421.0,58014505.0,58191983.0,58231101.0,57758190.0,58259796.0,58262798.0,57666886.0,58020316.0,58155839.0,58086410.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":28990825.645,"lower_bound":28965903.011249997,"upper_bound":29014142.748,"unit":"ns"},"mean":{"estimate":28990825.645,"lower_bound":28965903.011249997,"upper_bound":29014142.748,"unit":"ns"},"median":{"estimate":29013709.0,"lower_bound":28993092.0,"upper_bound":29042543.5,"unit":"ns"},"median_abs_dev":{"estimate":96959.07307863235,"lower_bound":71656.28062784672,"upper_bound":123929.04919981956,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0011634994091457296,"lower_bound":-0.0025560530665973188,"upper_bound":0.00019621382266817272,"unit":"%"},"median":{"estimate":-0.001311845500353459,"lower_bound":-0.0030176934839167835,"upper_bound":0.0009464985311742335,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"swwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[272655381.0,262778914.0,261533111.0,262283198.0,264020096.0,264222560.0,262848352.0,262269508.0,263039819.0,262559880.0,263425490.0,263513776.0,261125458.0,262932439.0,263351255.0,263156968.0,263325083.0,263753633.0,262783154.0,263041348.0,263050570.0,261627049.0,262453575.0,263085641.0,263149608.0,261499844.0,262822116.0,263771747.0,265814627.0,262633165.0,263086544.0,263248255.0,263270672.0,263445327.0,262573707.0,262881434.0,263029230.0,263427240.0,262977438.0,262410749.0,262642445.0,263171962.0,262602304.0,263071691.0,262565972.0,262901267.0,262786500.0,262064473.0,262372504.0,264402695.0,262702254.0,261989393.0,262264366.0,263959415.0,264990778.0,262413948.0,262141519.0,262658458.0,263021712.0,261968581.0,263289862.0,261765500.0,262999951.0,262983859.0,262388006.0,261906854.0,262895046.0,263337186.0,262925075.0,262609932.0,262442558.0,262637496.0,262842059.0,262343852.0,263078065.0,262628765.0,263233877.0,263191750.0,262140808.0,263226433.0,262183076.0,262184274.0,262097902.0,261828417.0,262702388.0,263263817.0,262279204.0,263616276.0,262607259.0,263532011.0,262803406.0,263733040.0,262944308.0,262251516.0,263059793.0,262791437.0,263357880.0,263204785.0,263268395.0,262593093.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":262967394.09,"lower_bound":262767784.014,"upper_bound":263228593.5645,"unit":"ns"},"mean":{"estimate":262967394.09,"lower_bound":262767784.014,"upper_bound":263228593.5645,"unit":"ns"},"median":{"estimate":262888240.0,"lower_bound":262702388.0,"upper_bound":263030765.5,"unit":"ns"},"median_abs_dev":{"estimate":560224.1216540337,"lower_bound":432371.3716238737,"upper_bound":716490.1588797569,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0015015783795577775,"lower_bound":0.0004779413933706514,"upper_bound":0.002681974000164577,"unit":"%"},"median":{"estimate":0.0009251013857507484,"lower_bound":-0.00007380493146225131,"upper_bound":0.002010011956282698,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"swwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2457415787.0,2459579560.0,2460106890.0,2456727213.0,2453610337.0,2451973429.0,2454832939.0,2457158007.0,2453924025.0,2456097744.0,2455951827.0,2451682636.0,2455833462.0,2449805272.0,2459080884.0,2458803328.0,2452655981.0,2458140275.0,2460478190.0,2461840932.0,2460452352.0,2457064903.0,2456287687.0,2457754126.0,2460383425.0,2461624547.0,2458945106.0,2461931950.0,2458503255.0,2459730871.0,2459179000.0,2469272026.0,2459171218.0,2459589915.0,2462264414.0,2464543279.0,2447812289.0,2457402299.0,2458922849.0,2467634016.0,2459653323.0,2461129908.0,2460459900.0,2462133617.0,2459778185.0,2463655172.0,2456740784.0,2463014396.0,2459720835.0,2462245130.0,2459462477.0,2465173590.0,2455119362.0,2454083447.0,2462617461.0,2458366981.0,2462728314.0,2457446310.0,2456840669.0,2456481371.0,2459544218.0,2458331498.0,2461390284.0,2461428681.0,2454956751.0,2459316749.0,2454285344.0,2458152708.0,2458146380.0,2454287715.0,2460751360.0,2455796734.0,2455770014.0,2455704602.0,2458026307.0,2460623391.0,2460868662.0,2458167097.0,2458034393.0,2457528847.0,2460127264.0,2456687142.0,2458774032.0,2460910296.0,2462024039.0,2459082050.0,2459272841.0,2459921085.0,2460231416.0,2459431312.0,2462938754.0,2462585340.0,2462599557.0,2455717664.0,2468072916.0,2460375471.0,2462412037.0,2462705248.0,2458877547.0,2463152870.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":2458980300.93,"lower_bound":2458287595.86725,"upper_bound":2459667719.1645,"unit":"ns"},"mean":{"estimate":2458980300.93,"lower_bound":2458287595.86725,"upper_bound":2459667719.1645,"unit":"ns"},"median":{"estimate":2459175109.0,"lower_bound":2458366981.0,"upper_bound":2459720835.0,"unit":"ns"},"median_abs_dev":{"estimate":3206404.878374934,"lower_bound":2221849.524754286,"upper_bound":4040514.1409665346,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004183925737950567,"lower_bound":0.003793845182899619,"upper_bound":0.004592729868442713,"unit":"%"},"median":{"estimate":0.004348025562547875,"lower_bound":0.003906677315226603,"upper_bound":0.004691424068567878,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"swwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/swwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[24108307337.0,24110779437.0,24154267821.0,24111208002.0,24109699849.0,24105891223.0,24138465696.0,24110208649.0,24116092780.0,24115021984.0,24122680513.0,24127181186.0,24135242930.0,24101412014.0,24114815778.0,24134680591.0,24115896426.0,24109329970.0,24112225926.0,24128469499.0,24119330084.0,24110776794.0,24109195176.0,24100304114.0,24114653951.0,24096161741.0,24116949007.0,24103675229.0,24102182674.0,24114614125.0,24132739127.0,24095735357.0,24123109258.0,24110758570.0,24107701639.0,24106763549.0,24125636127.0,24121803504.0,24132475466.0,24090975289.0,24070912547.0,24088460131.0,24084194570.0,24055255419.0,24098232992.0,24129002923.0,24091016438.0,24122934037.0,24119295330.0,24115669916.0,24091825930.0,24110949512.0,24107231943.0,24138338896.0,24068780292.0,24114502781.0,24117136627.0,24084326673.0,24107130883.0,24100082606.0,24135978492.0,24098235642.0,24122024035.0,24146982302.0,24140990664.0,24100117871.0,24097059406.0,24105490850.0,24134653203.0,24114675765.0,24117675060.0,24095883305.0,24125973474.0,24093001957.0,24102687614.0,24122110994.0,24093953595.0,24081387456.0,24121890970.0,24092631875.0,24105830653.0,24088488844.0,24096181117.0,24097546744.0,24125376313.0,24105819020.0,24118730640.0,24140224902.0,24125715314.0,24114784835.0,24115355330.0,24094387169.0,24123697491.0,24119237100.0,24113361195.0,24105983497.0,24091734998.0,24095286154.0,24116629121.0,24108477749.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":24110789515.54,"lower_bound":24107478159.637,"upper_bound":24114072285.11,"unit":"ns"},"mean":{"estimate":24110789515.54,"lower_bound":24107478159.637,"upper_bound":24114072285.11,"unit":"ns"},"median":{"estimate":24110864474.5,"lower_bound":24107701639.0,"upper_bound":24114903409.5,"unit":"ns"},"median_abs_dev":{"estimate":16446523.02081585,"lower_bound":11799245.203721523,"upper_bound":20057713.274404407,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008150589932809149,"lower_bound":0.007868749375667344,"upper_bound":0.008412824598802049,"unit":"%"},"median":{"estimate":0.008186033945350113,"lower_bound":0.007832760985532284,"upper_bound":0.008594598062450887,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"swwq","benchmarks":["swwq/1","swwq/10","swwq/100","swwq/1000","swwq/10000","swwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/swwq"} +{"reason":"benchmark-complete","id":"call/1","report_directory":"/root/fuel-core/target/criterion/reports/call/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[387003.0,233610.0,233660.0,232202.0,233949.0,231867.0,232551.0,232486.0,231245.0,232131.0,236071.0,232839.0,233589.0,231846.0,226729.0,226801.0,233965.0,232486.0,224641.0,231525.0,227117.0,232537.0,232809.0,232671.0,226012.0,230969.0,232853.0,232086.0,231458.0,231389.0,231356.0,232685.0,232987.0,231453.0,230119.0,231345.0,225979.0,226155.0,230502.0,233279.0,236496.0,234040.0,233265.0,236307.0,227987.0,226759.0,232198.0,232386.0,232394.0,235358.0,232332.0,234784.0,227321.0,233116.0,232933.0,232964.0,233621.0,226234.0,235076.0,233163.0,229087.0,226406.0,232518.0,226841.0,227894.0,233683.0,225178.0,232723.0,233246.0,226250.0,232704.0,233317.0,227775.0,231218.0,229044.0,226490.0,226365.0,233123.0,261341.0,233306.0,234086.0,233747.0,233163.0,232794.0,232351.0,232236.0,232677.0,225248.0,226328.0,232739.0,232986.0,232198.0,226355.0,226224.0,232446.0,233313.0,230008.0,262243.0,234600.0,235390.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":233453.32,"lower_bound":231173.27925,"upper_bound":237147.48675,"unit":"ns"},"mean":{"estimate":233453.32,"lower_bound":231173.27925,"upper_bound":237147.48675,"unit":"ns"},"median":{"estimate":232466.0,"lower_bound":232131.0,"upper_bound":232723.0,"unit":"ns"},"median_abs_dev":{"estimate":1704.248669743538,"lower_bound":1192.0103788375854,"upper_bound":2622.7193534374237,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.012945823247047183,"lower_bound":-0.002294668816442442,"upper_bound":0.03057572588718719,"unit":"%"},"median":{"estimate":0.0115661769825246,"lower_bound":0.009077376166935148,"upper_bound":0.013716778485467263,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/10","report_directory":"/root/fuel-core/target/criterion/reports/call/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[318089.0,233514.0,230508.0,228041.0,234396.0,235100.0,233523.0,232759.0,235029.0,232922.0,233349.0,234870.0,233871.0,227974.0,235453.0,235576.0,232334.0,235629.0,234199.0,234138.0,233901.0,235736.0,228699.0,234633.0,263754.0,235207.0,234340.0,227766.0,230071.0,235170.0,233608.0,230257.0,234988.0,237761.0,233637.0,233521.0,228695.0,233088.0,227826.0,232691.0,233456.0,234219.0,227165.0,234196.0,235306.0,227420.0,232233.0,233341.0,232952.0,232381.0,233350.0,228870.0,232869.0,234813.0,227672.0,227031.0,233850.0,234055.0,235073.0,228209.0,288815.0,233820.0,236068.0,235425.0,232783.0,233453.0,232611.0,233882.0,233768.0,231746.0,233478.0,234739.0,234497.0,234072.0,233619.0,225359.0,225781.0,227610.0,240739.0,232805.0,232937.0,225773.0,235689.0,233016.0,232097.0,231827.0,226765.0,232531.0,232528.0,226949.0,235748.0,234104.0,227825.0,231595.0,236535.0,230046.0,233975.0,233048.0,232897.0,232236.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":234282.75,"lower_bound":232482.18575,"upper_bound":236723.24474999998,"unit":"ns"},"mean":{"estimate":234282.75,"lower_bound":232482.18575,"upper_bound":236723.24474999998,"unit":"ns"},"median":{"estimate":233454.5,"lower_bound":232917.0,"upper_bound":233820.0,"unit":"ns"},"median_abs_dev":{"estimate":1958.514565229416,"lower_bound":1343.2170436531321,"upper_bound":2931.10014796257,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.02255508848306076,"lower_bound":0.012168272578263833,"upper_bound":0.03505297089422984,"unit":"%"},"median":{"estimate":0.02005553504366131,"lower_bound":0.01743637459701719,"upper_bound":0.021964961800541305,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"call/100","report_directory":"/root/fuel-core/target/criterion/reports/call/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[280861.0,233297.0,225867.0,232504.0,234852.0,232569.0,225857.0,231774.0,231184.0,225041.0,231908.0,230595.0,232356.0,232978.0,232762.0,232890.0,231593.0,231599.0,235549.0,233037.0,232705.0,233028.0,227691.0,225942.0,231432.0,231289.0,231120.0,225741.0,232182.0,233025.0,234032.0,225480.0,234899.0,232470.0,230903.0,231696.0,230797.0,227051.0,230415.0,228168.0,225985.0,227038.0,232500.0,233207.0,233119.0,227063.0,229462.0,228824.0,231520.0,231182.0,232134.0,233156.0,232168.0,233182.0,236100.0,226058.0,225383.0,263637.0,232589.0,233086.0,233066.0,231805.0,232040.0,233429.0,231299.0,232055.0,233223.0,232494.0,231628.0,231255.0,236443.0,232541.0,227363.0,232899.0,233572.0,233082.0,232534.0,231812.0,233068.0,227760.0,235245.0,232646.0,232995.0,225521.0,234381.0,233425.0,225161.0,232065.0,232605.0,231882.0,230070.0,230630.0,231750.0,230456.0,231653.0,230857.0,225537.0,230421.0,231678.0,224456.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":231933.34,"lower_bound":230839.39974999998,"upper_bound":233363.37325,"unit":"ns"},"mean":{"estimate":231933.34,"lower_bound":230839.39974999998,"upper_bound":233363.37325,"unit":"ns"},"median":{"estimate":231895.0,"lower_bound":231599.0,"upper_bound":232494.0,"unit":"ns"},"median_abs_dev":{"estimate":1737.6071691513062,"lower_bound":1205.3537786006927,"upper_bound":2158.6655616760254,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.012948853800011428,"lower_bound":-0.052456255267412884,"upper_bound":0.011407106998380703,"unit":"%"},"median":{"estimate":0.005515494985322444,"lower_bound":0.002277756647418805,"upper_bound":0.008650872698646062,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/1000","report_directory":"/root/fuel-core/target/criterion/reports/call/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[406672.0,234188.0,227486.0,225732.0,226172.0,232436.0,233092.0,232820.0,233355.0,233245.0,231492.0,231812.0,233388.0,234192.0,233691.0,234190.0,233423.0,234285.0,229261.0,231303.0,230392.0,229729.0,231424.0,227152.0,233918.0,288610.0,234160.0,234589.0,231880.0,226479.0,227031.0,227392.0,226920.0,232120.0,232693.0,227694.0,233016.0,233064.0,234435.0,233411.0,227583.0,234681.0,234246.0,233104.0,228714.0,236950.0,234054.0,230797.0,233726.0,234769.0,235105.0,235374.0,233956.0,234637.0,234812.0,234352.0,234576.0,231817.0,233541.0,233607.0,236194.0,229125.0,230312.0,227685.0,234306.0,236357.0,235542.0,232926.0,227385.0,234924.0,227897.0,235818.0,235172.0,233396.0,233629.0,232609.0,227373.0,234401.0,231910.0,233305.0,227978.0,235569.0,233483.0,227966.0,227165.0,228804.0,233119.0,235203.0,227537.0,233217.0,234875.0,233965.0,233703.0,235309.0,227316.0,228482.0,246233.0,233884.0,233966.0,231793.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":234585.78,"lower_bound":231987.6745,"upper_bound":238865.002,"unit":"ns"},"mean":{"estimate":234585.78,"lower_bound":231987.6745,"upper_bound":238865.002,"unit":"ns"},"median":{"estimate":233330.0,"lower_bound":232809.5,"upper_bound":233691.0,"unit":"ns"},"median_abs_dev":{"estimate":2220.193460583687,"lower_bound":1503.356373310089,"upper_bound":3094.186145067215,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.02230761627863398,"lower_bound":0.008102161481747354,"upper_bound":0.04255393719661061,"unit":"%"},"median":{"estimate":0.020887659917044443,"lower_bound":0.018157639411421143,"upper_bound":0.022911959929245773,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/10000","report_directory":"/root/fuel-core/target/criterion/reports/call/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[301735.0,239473.0,234507.0,232999.0,226760.0,235154.0,227585.0,234043.0,234401.0,232942.0,235218.0,234402.0,228450.0,232766.0,234181.0,233246.0,228629.0,227865.0,230701.0,229677.0,228398.0,235529.0,227373.0,227158.0,233947.0,227083.0,228308.0,234099.0,234188.0,234126.0,234862.0,233730.0,236353.0,234056.0,229959.0,235120.0,227102.0,234845.0,235181.0,232230.0,235601.0,238148.0,229648.0,234327.0,259713.0,236898.0,233834.0,234596.0,227300.0,227647.0,233778.0,233186.0,233198.0,231734.0,233440.0,229908.0,231984.0,231194.0,231143.0,231472.0,230002.0,230200.0,234039.0,232654.0,233284.0,227245.0,262173.0,234334.0,227020.0,237144.0,229200.0,234024.0,235723.0,231731.0,234160.0,231658.0,227067.0,231435.0,232397.0,231244.0,232324.0,232581.0,230866.0,231529.0,228052.0,226820.0,232478.0,231149.0,234033.0,232351.0,230846.0,230923.0,232188.0,231097.0,227303.0,233234.0,231313.0,225511.0,228795.0,231191.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":233184.48,"lower_bound":231788.59975,"upper_bound":235082.48225,"unit":"ns"},"mean":{"estimate":233184.48,"lower_bound":231788.59975,"upper_bound":235082.48225,"unit":"ns"},"median":{"estimate":232374.0,"lower_bound":231472.0,"upper_bound":233234.0,"unit":"ns"},"median_abs_dev":{"estimate":2900.706848502159,"lower_bound":2264.6714597940445,"upper_bound":3974.1092294454575,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.019350946721816698,"lower_bound":0.006097476047288788,"upper_bound":0.030964005623946616,"unit":"%"},"median":{"estimate":0.018319978439350848,"lower_bound":0.014400956996503345,"upper_bound":0.02267307287648168,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/19753","report_directory":"/root/fuel-core/target/criterion/reports/call/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[291684.0,236081.0,235991.0,233631.0,231977.0,235083.0,233798.0,227865.0,228212.0,228556.0,234287.0,235247.0,234381.0,232752.0,236670.0,236279.0,234309.0,236048.0,230636.0,235449.0,235416.0,235521.0,234725.0,230053.0,248468.0,230038.0,236504.0,234925.0,234553.0,233948.0,228996.0,235245.0,234687.0,235506.0,229943.0,235758.0,234778.0,228285.0,235904.0,235483.0,229662.0,235334.0,234929.0,235745.0,236010.0,228917.0,230216.0,235684.0,234774.0,236855.0,229433.0,237334.0,234330.0,235098.0,235642.0,234821.0,233959.0,234160.0,235219.0,234758.0,234026.0,230879.0,228759.0,227951.0,236308.0,236771.0,234450.0,234575.0,235796.0,228962.0,235369.0,229818.0,234088.0,235616.0,235940.0,229961.0,235696.0,235927.0,234496.0,234218.0,229925.0,229595.0,235499.0,236185.0,234357.0,229663.0,236682.0,235174.0,235335.0,234711.0,234827.0,238997.0,234128.0,236260.0,259836.0,235826.0,234637.0,252030.0,236674.0,234350.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":235048.49,"lower_bound":233850.4395,"upper_bound":236613.39375000002,"unit":"ns"},"mean":{"estimate":235048.49,"lower_bound":233850.4395,"upper_bound":236613.39375000002,"unit":"ns"},"median":{"estimate":234799.5,"lower_bound":234496.0,"upper_bound":235289.5,"unit":"ns"},"median_abs_dev":{"estimate":1481.1173737049103,"lower_bound":1108.2434803247452,"upper_bound":2157.924261689186,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006353360871471203,"lower_bound":-0.0032620160380752144,"upper_bound":0.016211144056823463,"unit":"%"},"median":{"estimate":0.010527063289341498,"lower_bound":0.0077957433652449115,"upper_bound":0.013377731924123282,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/29629","report_directory":"/root/fuel-core/target/criterion/reports/call/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[286845.0,238416.0,240891.0,237483.0,235877.0,229489.0,229969.0,229987.0,230142.0,237687.0,237184.0,236002.0,235895.0,237739.0,242735.0,235040.0,239203.0,238842.0,237531.0,239423.0,237224.0,237215.0,237881.0,237608.0,232128.0,237520.0,236601.0,236186.0,237531.0,236554.0,235274.0,231775.0,230490.0,236250.0,236758.0,238978.0,238642.0,230951.0,230448.0,231005.0,237386.0,236609.0,238677.0,237168.0,236100.0,236660.0,235895.0,236231.0,236263.0,230818.0,236560.0,237252.0,235968.0,234442.0,230093.0,231049.0,237117.0,237416.0,236590.0,236063.0,235744.0,297489.0,239432.0,236499.0,236398.0,239182.0,237767.0,240006.0,240736.0,232157.0,236666.0,231932.0,235643.0,262977.0,237679.0,237745.0,262030.0,236917.0,236534.0,237399.0,236103.0,236548.0,237421.0,237086.0,237418.0,229679.0,237072.0,237184.0,237331.0,236558.0,228972.0,236357.0,237144.0,237399.0,237979.0,236964.0,231338.0,237182.0,237168.0,235662.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":237672.53,"lower_bound":236121.35825,"upper_bound":239643.57475,"unit":"ns"},"mean":{"estimate":237672.53,"lower_bound":236121.35825,"upper_bound":239643.57475,"unit":"ns"},"median":{"estimate":236837.5,"lower_bound":236544.0,"upper_bound":237184.0,"unit":"ns"},"median_abs_dev":{"estimate":1274.2946773767471,"lower_bound":939.9683833122253,"upper_bound":1862.886866927147,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.02820572720976222,"lower_bound":0.01260609543915001,"upper_bound":0.04144217687037697,"unit":"%"},"median":{"estimate":0.024543181464241837,"lower_bound":0.02281306346234513,"upper_bound":0.026961473363498963,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"call/44444","report_directory":"/root/fuel-core/target/criterion/reports/call/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[258117.0,243307.0,240819.0,240580.0,241293.0,239988.0,240090.0,238994.0,240515.0,239945.0,239519.0,237879.0,233030.0,239506.0,237791.0,239880.0,233243.0,233143.0,240520.0,242312.0,241603.0,239440.0,241490.0,239310.0,238675.0,237705.0,232103.0,239021.0,238959.0,238520.0,238925.0,234453.0,234893.0,241559.0,241846.0,233371.0,233320.0,239007.0,237954.0,236623.0,237616.0,237847.0,237639.0,238180.0,236585.0,236774.0,237265.0,240442.0,236117.0,243724.0,231090.0,238088.0,238330.0,237584.0,237720.0,237469.0,232048.0,235235.0,237346.0,238440.0,238329.0,233479.0,241942.0,242100.0,238041.0,237144.0,232770.0,230797.0,237966.0,238473.0,237748.0,237955.0,238915.0,237585.0,238005.0,238664.0,235450.0,239085.0,238647.0,237613.0,237963.0,239261.0,237151.0,236502.0,230893.0,231937.0,231135.0,237283.0,239028.0,240460.0,239925.0,240677.0,238115.0,238170.0,238720.0,237664.0,247066.0,238252.0,236996.0,233390.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":238060.83,"lower_bound":237381.70974999998,"upper_bound":238785.80174999998,"unit":"ns"},"mean":{"estimate":238060.83,"lower_bound":237381.70974999998,"upper_bound":238785.80174999998,"unit":"ns"},"median":{"estimate":238101.5,"lower_bound":237791.0,"upper_bound":238647.0,"unit":"ns"},"median_abs_dev":{"estimate":1976.305764913559,"lower_bound":1312.8422766923904,"upper_bound":2875.502648949623,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.017488334998083,"lower_bound":0.010428120546143345,"upper_bound":0.023569403282212232,"unit":"%"},"median":{"estimate":0.01709963968158701,"lower_bound":0.014982615558541745,"upper_bound":0.01973241215966337,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"call/66666","report_directory":"/root/fuel-core/target/criterion/reports/call/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[286541.0,241151.0,240642.0,239556.0,233769.0,240110.0,238327.0,238909.0,269027.0,244764.0,240688.0,239157.0,237536.0,233990.0,238146.0,238015.0,236750.0,239271.0,231679.0,240759.0,243090.0,238563.0,237853.0,237526.0,237841.0,240033.0,238763.0,238304.0,236956.0,239789.0,238157.0,232544.0,231808.0,239767.0,239662.0,232793.0,230514.0,238458.0,237039.0,238893.0,237820.0,239447.0,237898.0,236182.0,238799.0,239356.0,238073.0,240611.0,239798.0,241085.0,232666.0,239226.0,233431.0,232132.0,239556.0,239578.0,232761.0,240268.0,240518.0,239931.0,234664.0,240546.0,239600.0,238676.0,238185.0,238526.0,240521.0,239438.0,233146.0,238272.0,232099.0,231562.0,238942.0,237231.0,232471.0,240860.0,238440.0,240559.0,242881.0,239015.0,233727.0,237373.0,237446.0,232323.0,232329.0,237519.0,231556.0,237458.0,238001.0,238217.0,232465.0,240019.0,240688.0,238389.0,237960.0,239634.0,235215.0,238655.0,239855.0,237988.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":238487.27,"lower_bound":237384.53925,"upper_bound":239892.99175,"unit":"ns"},"mean":{"estimate":238487.27,"lower_bound":237384.53925,"upper_bound":239892.99175,"unit":"ns"},"median":{"estimate":238414.5,"lower_bound":238015.0,"upper_bound":238909.0,"unit":"ns"},"median_abs_dev":{"estimate":2038.5749638080597,"lower_bound":1521.1475729942322,"upper_bound":2898.4829485416412,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.003224917146223971,"lower_bound":-0.01558865124189525,"upper_bound":0.006823499804242219,"unit":"%"},"median":{"estimate":-0.0008946980237021229,"lower_bound":-0.0038513327032926314,"upper_bound":0.0023068165344180733,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"call/100000","report_directory":"/root/fuel-core/target/criterion/reports/call/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[259672.0,236350.0,244563.0,241548.0,239152.0,243400.0,237414.0,237001.0,235546.0,241144.0,241185.0,241694.0,242275.0,241960.0,242845.0,243640.0,243070.0,242859.0,242368.0,238218.0,242325.0,244277.0,241433.0,241733.0,242335.0,242249.0,239227.0,244831.0,243924.0,236616.0,238444.0,245146.0,243492.0,239427.0,240196.0,247831.0,245017.0,242972.0,247022.0,239660.0,245131.0,244224.0,243586.0,301501.0,242695.0,245733.0,245547.0,243645.0,237260.0,243251.0,236451.0,244067.0,242404.0,243107.0,242580.0,243580.0,243126.0,237596.0,242742.0,237616.0,243228.0,244080.0,242731.0,243491.0,245100.0,244291.0,239496.0,270632.0,242358.0,243267.0,246222.0,243389.0,243962.0,269622.0,237715.0,241640.0,241867.0,242037.0,244695.0,242706.0,236031.0,242585.0,242100.0,239468.0,244670.0,243934.0,242221.0,243311.0,237705.0,245202.0,243897.0,244223.0,242828.0,236468.0,236383.0,242548.0,242239.0,236361.0,235792.0,242787.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":243231.85,"lower_bound":241911.66625,"upper_bound":244925.07775,"unit":"ns"},"mean":{"estimate":243231.85,"lower_bound":241911.66625,"upper_bound":244925.07775,"unit":"ns"},"median":{"estimate":242718.5,"lower_bound":242305.0,"upper_bound":243160.5,"unit":"ns"},"median_abs_dev":{"estimate":2008.922964334488,"lower_bound":1442.569774389267,"upper_bound":3232.809242606163,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.013256593085071211,"lower_bound":0.004350050769807841,"upper_bound":0.02316353137786888,"unit":"%"},"median":{"estimate":0.00978715791750906,"lower_bound":0.0058588316385213,"upper_bound":0.01966055427057344,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"call","benchmarks":["call/1","call/10","call/100","call/1000","call/10000","call/19753","call/29629","call/44444","call/66666","call/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/call"} +{"reason":"benchmark-complete","id":"ldc/1","report_directory":"/root/fuel-core/target/criterion/reports/ldc/1","iteration_count":[1109,2218,3327,4436,5545,6654,7763,8872,9981,11090,12199,13308,14417,15526,16635,17744,18853,19962,21071,22180,23289,24398,25507,26616,27725,28834,29943,31052,32161,33270,34379,35488,36597,37706,38815,39924,41033,42142,43251,44360,45469,46578,47687,48796,49905,51014,52123,53232,54341,55450,56559,57668,58777,59886,60995,62104,63213,64322,65431,66540,67649,68758,69867,70976,72085,73194,74303,75412,76521,77630,78739,79848,80957,82066,83175,84284,85393,86502,87611,88720,89829,90938,92047,93156,94265,95374,96483,97592,98701,99810,100919,102028,103137,104246,105355,106464,107573,108682,109791,110900],"measured_values":[779341.0,1488167.0,2233260.0,2990139.0,4133571.0,4955735.0,5415421.0,6609177.0,6984595.0,8277810.0,9102230.0,9851020.0,10770464.0,11580833.0,11675455.0,11912557.0,12663460.0,13384089.0,14405309.0,14949272.0,16479845.0,16403888.0,17372939.0,17862984.0,18587119.0,19369162.0,20100615.0,22686637.0,23351425.0,22453024.0,23303901.0,23842532.0,24548199.0,25296276.0,26087060.0,27225600.0,27524063.0,29968443.0,29492667.0,29814641.0,30580229.0,31297024.0,32058876.0,34901985.0,34907855.0,34904193.0,35861329.0,35753260.0,37183628.0,37526857.0,39126671.0,38713433.0,40391245.0,40567461.0,41191741.0,42244781.0,42423618.0,43226173.0,44337967.0,45121983.0,46158868.0,47494664.0,48340869.0,47896190.0,48390914.0,49271226.0,49855639.0,50748348.0,51411621.0,52332170.0,53043263.0,53577690.0,54311064.0,55412640.0,56529466.0,56651556.0,58690179.0,59030333.0,58820369.0,59949221.0,60389888.0,61090629.0,63068362.0,62929492.0,63280376.0,64745756.0,65991208.0,66843127.0,66400556.0,67012967.0,67898227.0,68849954.0,69402149.0,69964204.0,71050484.0,71490775.0,72346302.0,73029543.0,73853468.0,74466997.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":676.5906660645473,"lower_bound":675.1610302329182,"upper_bound":678.2579639233415,"unit":"ns"},"mean":{"estimate":684.5514532098729,"lower_bound":680.5570002570716,"upper_bound":688.9460482580895,"unit":"ns"},"median":{"estimate":674.6027487810363,"lower_bound":672.7362438683449,"upper_bound":677.6321098797392,"unit":"ns"},"median_abs_dev":{"estimate":5.132185076103647,"lower_bound":2.553234294528002,"upper_bound":9.281615127290348,"unit":"ns"},"slope":{"estimate":676.5906660645473,"lower_bound":675.1610302329182,"upper_bound":678.2579639233415,"unit":"ns"},"change":{"mean":{"estimate":-0.07920495127306937,"lower_bound":-0.08452917254982864,"upper_bound":-0.07306860914610062,"unit":"%"},"median":{"estimate":-0.09064785206601655,"lower_bound":-0.0931908342566733,"upper_bound":-0.08631396044433803,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ldc/10","report_directory":"/root/fuel-core/target/criterion/reports/ldc/10","iteration_count":[1115,2230,3345,4460,5575,6690,7805,8920,10035,11150,12265,13380,14495,15610,16725,17840,18955,20070,21185,22300,23415,24530,25645,26760,27875,28990,30105,31220,32335,33450,34565,35680,36795,37910,39025,40140,41255,42370,43485,44600,45715,46830,47945,49060,50175,51290,52405,53520,54635,55750,56865,57980,59095,60210,61325,62440,63555,64670,65785,66900,68015,69130,70245,71360,72475,73590,74705,75820,76935,78050,79165,80280,81395,82510,83625,84740,85855,86970,88085,89200,90315,91430,92545,93660,94775,95890,97005,98120,99235,100350,101465,102580,103695,104810,105925,107040,108155,109270,110385,111500],"measured_values":[793418.0,1517530.0,2260857.0,2996478.0,3888367.0,4492267.0,5256103.0,5992445.0,6758129.0,7480226.0,8290842.0,8998337.0,9721391.0,10743337.0,11251682.0,11986947.0,12709321.0,13498931.0,14213700.0,15035766.0,15714143.0,16481060.0,17190939.0,18014200.0,18696666.0,19475358.0,20234335.0,21677427.0,23022611.0,22536227.0,23263130.0,23999715.0,27511174.0,25450494.0,26226266.0,27162857.0,27860506.0,28665868.0,29379654.0,32544514.0,30808568.0,31608461.0,32297532.0,33145166.0,34339613.0,34520830.0,36706810.0,36186092.0,36810092.0,37604891.0,38439590.0,39193849.0,40320732.0,40762574.0,41960839.0,42173179.0,42832985.0,43648601.0,44970522.0,46336354.0,45894575.0,46850364.0,47927195.0,48747566.0,48679945.0,49411892.0,50136780.0,51043082.0,52662040.0,53771064.0,53645448.0,55567345.0,54658263.0,55444228.0,56161057.0,57574602.0,58047766.0,59011196.0,61163945.0,60193098.0,61022567.0,61716692.0,64728938.0,63407366.0,63886147.0,67104892.0,65571905.0,66196691.0,67274224.0,68263663.0,68967211.0,68970811.0,69613980.0,70437879.0,71208833.0,73574433.0,74591501.0,73972570.0,74597619.0,75403070.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":679.1842635793196,"lower_bound":677.2056269016847,"upper_bound":681.3745382425893,"unit":"ns"},"mean":{"estimate":679.1753185649469,"lower_bound":676.9746165684802,"upper_bound":681.7146940728974,"unit":"ns"},"median":{"estimate":675.1700600961894,"lower_bound":673.9514593659036,"upper_bound":675.9824100787105,"unit":"ns"},"median_abs_dev":{"estimate":4.632765904063967,"lower_bound":3.191337240529555,"upper_bound":6.034741268539056,"unit":"ns"},"slope":{"estimate":679.1842635793196,"lower_bound":677.2056269016847,"upper_bound":681.3745382425893,"unit":"ns"},"change":{"mean":{"estimate":-0.09360759607367453,"lower_bound":-0.1052687219019048,"upper_bound":-0.086304020271232,"unit":"%"},"median":{"estimate":-0.09341012515146596,"lower_bound":-0.09505491535010785,"upper_bound":-0.09219987813095731,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ldc/100","report_directory":"/root/fuel-core/target/criterion/reports/ldc/100","iteration_count":[1033,2066,3099,4132,5165,6198,7231,8264,9297,10330,11363,12396,13429,14462,15495,16528,17561,18594,19627,20660,21693,22726,23759,24792,25825,26858,27891,28924,29957,30990,32023,33056,34089,35122,36155,37188,38221,39254,40287,41320,42353,43386,44419,45452,46485,47518,48551,49584,50617,51650,52683,53716,54749,55782,56815,57848,58881,59914,60947,61980,63013,64046,65079,66112,67145,68178,69211,70244,71277,72310,73343,74376,75409,76442,77475,78508,79541,80574,81607,82640,83673,84706,85739,86772,87805,88838,89871,90904,91937,92970,94003,95036,96069,97102,98135,99168,100201,101234,102267,103300],"measured_values":[803457.0,1505895.0,2258469.0,3008238.0,3759872.0,4514567.0,5256469.0,5902392.0,6612242.0,7351452.0,8065575.0,8812206.0,9592877.0,10259866.0,11010666.0,11691160.0,12484091.0,13259784.0,13920885.0,14666539.0,15473368.0,16201350.0,16893112.0,17649165.0,18358029.0,19159993.0,19892922.0,20601745.0,21402545.0,22079706.0,22916456.0,23662867.0,24342672.0,25027968.0,25639678.0,26419299.0,27109605.0,28050004.0,28641026.0,29312212.0,30072640.0,30836893.0,31550375.0,32386440.0,32995323.0,33846163.0,34439308.0,35203365.0,36086359.0,36795825.0,37562908.0,38089534.0,38794824.0,39676293.0,40941827.0,41104579.0,41755987.0,42564924.0,43308651.0,44550524.0,44833503.0,45505097.0,46173792.0,47013223.0,47671792.0,48448415.0,49264056.0,49874313.0,50662758.0,51434485.0,52232877.0,52764155.0,53472729.0,54384130.0,54919763.0,55635574.0,56483376.0,57247505.0,57975851.0,58825390.0,59525730.0,60377845.0,60869832.0,61658066.0,62337833.0,63082844.0,63958681.0,64650797.0,65452823.0,66283788.0,66804291.0,67720852.0,68360003.0,69253716.0,70110850.0,70385781.0,71091262.0,72203301.0,72816207.0,73571237.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":711.3442929077119,"lower_bound":710.9192950567823,"upper_bound":711.7918930973611,"unit":"ns"},"mean":{"estimate":713.1104796560544,"lower_bound":711.8158212609155,"upper_bound":714.8610782362305,"unit":"ns"},"median":{"estimate":711.2486554802624,"lower_bound":710.724083967718,"upper_bound":711.8423489401973,"unit":"ns"},"median_abs_dev":{"estimate":1.9553294236472147,"lower_bound":1.49570646582959,"upper_bound":2.4761720298882675,"unit":"ns"},"slope":{"estimate":711.3442929077119,"lower_bound":710.9192950567823,"upper_bound":711.7918930973611,"unit":"ns"},"change":{"mean":{"estimate":-0.1105147904241025,"lower_bound":-0.11256693163839435,"upper_bound":-0.10799657711714813,"unit":"%"},"median":{"estimate":-0.1118119216739033,"lower_bound":-0.11255705800484594,"upper_bound":-0.11090901726281532,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ldc/1000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/1000","iteration_count":[930,1860,2790,3720,4650,5580,6510,7440,8370,9300,10230,11160,12090,13020,13950,14880,15810,16740,17670,18600,19530,20460,21390,22320,23250,24180,25110,26040,26970,27900,28830,29760,30690,31620,32550,33480,34410,35340,36270,37200,38130,39060,39990,40920,41850,42780,43710,44640,45570,46500,47430,48360,49290,50220,51150,52080,53010,53940,54870,55800,56730,57660,58590,59520,60450,61380,62310,63240,64170,65100,66030,66960,67890,68820,69750,70680,71610,72540,73470,74400,75330,76260,77190,78120,79050,79980,80910,81840,82770,83700,84630,85560,86490,87420,88350,89280,90210,91140,92070,93000],"measured_values":[753228.0,1399795.0,2125273.0,2815391.0,3540688.0,4222442.0,4968368.0,5646313.0,6391929.0,7008717.0,7796039.0,8416645.0,9210101.0,9883230.0,10630612.0,11293342.0,12014338.0,12666470.0,13463482.0,14419507.0,15046786.0,15431220.0,16329178.0,16917629.0,17766520.0,18303636.0,19064213.0,19652746.0,20531011.0,21561961.0,22004636.0,22550603.0,23263843.0,23876273.0,24812325.0,25458401.0,26383583.0,26697184.0,27568225.0,28083543.0,29010237.0,29473480.0,30446874.0,30985660.0,31866627.0,32365185.0,33237821.0,33791607.0,34659082.0,35072338.0,36167677.0,36512733.0,37434916.0,37937686.0,38900823.0,39318206.0,40371043.0,40776209.0,41686510.0,42062265.0,43080441.0,44164375.0,44461041.0,44890416.0,45884928.0,46351408.0,47333606.0,47932171.0,48752956.0,49100736.0,50082913.0,50560790.0,51567067.0,51890503.0,52932894.0,53265503.0,54341771.0,54824387.0,55750436.0,56136359.0,57166433.0,57777357.0,58518824.0,58949112.0,59955374.0,60308226.0,61476019.0,61962919.0,62844122.0,63479810.0,64322586.0,64535640.0,65789115.0,66152489.0,68170637.0,67349451.0,68505744.0,68797649.0,69851896.0,70210961.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":758.038358533109,"lower_bound":757.1680836547413,"upper_bound":759.0955249156348,"unit":"ns"},"mean":{"estimate":759.3662803969308,"lower_bound":758.2435526174511,"upper_bound":760.7962481329596,"unit":"ns"},"median":{"estimate":758.8538146441372,"lower_bound":757.875261786722,"upper_bound":759.3943416181914,"unit":"ns"},"median_abs_dev":{"estimate":3.8394328995784717,"lower_bound":2.8143327927078357,"upper_bound":4.910198356427529,"unit":"ns"},"slope":{"estimate":758.038358533109,"lower_bound":757.1680836547413,"upper_bound":759.0955249156348,"unit":"ns"},"change":{"mean":{"estimate":-0.11717104955102386,"lower_bound":-0.12230604774494562,"upper_bound":-0.1135940297821907,"unit":"%"},"median":{"estimate":-0.11520292875520866,"lower_bound":-0.11655685048336362,"upper_bound":-0.11453444670427711,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ldc/10000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/10000","iteration_count":[404,808,1212,1616,2020,2424,2828,3232,3636,4040,4444,4848,5252,5656,6060,6464,6868,7272,7676,8080,8484,8888,9292,9696,10100,10504,10908,11312,11716,12120,12524,12928,13332,13736,14140,14544,14948,15352,15756,16160,16564,16968,17372,17776,18180,18584,18988,19392,19796,20200,20604,21008,21412,21816,22220,22624,23028,23432,23836,24240,24644,25048,25452,25856,26260,26664,27068,27472,27876,28280,28684,29088,29492,29896,30300,30704,31108,31512,31916,32320,32724,33128,33532,33936,34340,34744,35148,35552,35956,36360,36764,37168,37572,37976,38380,38784,39188,39592,39996,40400],"measured_values":[633471.0,1323160.0,1977802.0,2516468.0,3368791.0,3908156.0,4360429.0,5200513.0,5785181.0,6219592.0,7201939.0,7896951.0,7961277.0,9029960.0,9533912.0,10612879.0,11075140.0,11469862.0,11663353.0,12941212.0,13836038.0,14040843.0,14792966.0,15322098.0,15982398.0,16792464.0,17185099.0,17235481.0,18706311.0,19173618.0,20140534.0,20635917.0,21070006.0,20931813.0,22726591.0,22951520.0,22747369.0,24555795.0,24940529.0,25352356.0,26393457.0,26924871.0,26476884.0,28630409.0,28762459.0,28230276.0,30219895.0,30709356.0,30384128.0,32185542.0,32549336.0,32032760.0,34101811.0,34613666.0,33909101.0,36613485.0,36390162.0,35915088.0,37922653.0,38376342.0,37494198.0,40094636.0,40298678.0,39551220.0,42322465.0,42253104.0,41752395.0,43787464.0,44038861.0,43218151.0,45665552.0,46040814.0,44984248.0,47661411.0,48012540.0,47404819.0,49540481.0,49813609.0,48937952.0,51551836.0,51770284.0,50513024.0,53327309.0,53737514.0,52811822.0,55590159.0,55616627.0,54167770.0,57429538.0,57455059.0,56037779.0,59205818.0,59543603.0,58057227.0,61195727.0,61451426.0,59762981.0,63121556.0,63331696.0,61753732.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":1569.4334443799041,"lower_bound":1561.6036020664576,"upper_bound":1577.0340824735408,"unit":"ns"},"mean":{"estimate":1576.310160210479,"lower_bound":1569.746602031186,"upper_bound":1582.8195843395774,"unit":"ns"},"median":{"estimate":1583.2515539053907,"lower_bound":1580.408490849085,"upper_bound":1588.4795960519746,"unit":"ns"},"median_abs_dev":{"estimate":21.040456731530156,"lower_bound":14.389406840782577,"upper_bound":38.43589971985413,"unit":"ns"},"slope":{"estimate":1569.4334443799041,"lower_bound":1561.6036020664576,"upper_bound":1577.0340824735408,"unit":"ns"},"change":{"mean":{"estimate":0.013431258074141583,"lower_bound":0.007839929999271673,"upper_bound":0.01900517396692284,"unit":"%"},"median":{"estimate":0.025210458436039973,"lower_bound":0.019209996686238462,"upper_bound":0.02928669192478628,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"ldc/19753","report_directory":"/root/fuel-core/target/criterion/reports/ldc/19753","iteration_count":[218,436,654,872,1090,1308,1526,1744,1962,2180,2398,2616,2834,3052,3270,3488,3706,3924,4142,4360,4578,4796,5014,5232,5450,5668,5886,6104,6322,6540,6758,6976,7194,7412,7630,7848,8066,8284,8502,8720,8938,9156,9374,9592,9810,10028,10246,10464,10682,10900,11118,11336,11554,11772,11990,12208,12426,12644,12862,13080,13298,13516,13734,13952,14170,14388,14606,14824,15042,15260,15478,15696,15914,16132,16350,16568,16786,17004,17222,17440,17658,17876,18094,18312,18530,18748,18966,19184,19402,19620,19838,20056,20274,20492,20710,20928,21146,21364,21582,21800],"measured_values":[703328.0,1298905.0,1918386.0,2579614.0,3260242.0,3807398.0,4557956.0,5162320.0,5854366.0,6404797.0,7155375.0,7739612.0,8400972.0,8854885.0,9745544.0,10134017.0,11031057.0,11503653.0,12118225.0,12677342.0,13569801.0,13878719.0,14714001.0,15291521.0,15969097.0,16574377.0,17509965.0,17965919.0,18532086.0,18978005.0,19892483.0,20266728.0,21313809.0,21726362.0,22578196.0,22823620.0,24060890.0,24126075.0,25019145.0,25457561.0,26304635.0,26567795.0,27506805.0,27859514.0,28983474.0,29135500.0,30094228.0,30397811.0,31404968.0,31625328.0,32719275.0,32919236.0,34101094.0,34290025.0,35173023.0,35581083.0,36667005.0,36684738.0,37760961.0,37899118.0,39024167.0,39355730.0,40241237.0,40408719.0,41754272.0,41781145.0,42862682.0,43105337.0,44057596.0,44367041.0,45657670.0,45742607.0,47000384.0,47074684.0,48192751.0,48129332.0,49470010.0,49594702.0,50630288.0,50510940.0,51930689.0,51895025.0,53028398.0,53185396.0,54250457.0,54467545.0,55663748.0,55580494.0,56797178.0,57025410.0,58584220.0,58348390.0,59567535.0,59467614.0,60755318.0,60611455.0,62097793.0,62222133.0,63614931.0,63130884.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":2922.942203434639,"lower_bound":2918.048800719887,"upper_bound":2928.047043471927,"unit":"ns"},"mean":{"estimate":2933.5631964875583,"lower_bound":2926.8474893413977,"upper_bound":2941.9141740409377,"unit":"ns"},"median":{"estimate":2931.302970951114,"lower_bound":2922.5695889666827,"upper_bound":2935.224336063424,"unit":"ns"},"median_abs_dev":{"estimate":31.33966080564231,"lower_bound":23.541923731203724,"upper_bound":37.47240388501499,"unit":"ns"},"slope":{"estimate":2922.942203434639,"lower_bound":2918.048800719887,"upper_bound":2928.047043471927,"unit":"ns"},"change":{"mean":{"estimate":-0.04873090904435928,"lower_bound":-0.052214831708355905,"upper_bound":-0.04529667415473551,"unit":"%"},"median":{"estimate":-0.04755972167926781,"lower_bound":-0.05068337472554352,"upper_bound":-0.045779799880529715,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ldc/29629","report_directory":"/root/fuel-core/target/criterion/reports/ldc/29629","iteration_count":[127,254,381,508,635,762,889,1016,1143,1270,1397,1524,1651,1778,1905,2032,2159,2286,2413,2540,2667,2794,2921,3048,3175,3302,3429,3556,3683,3810,3937,4064,4191,4318,4445,4572,4699,4826,4953,5080,5207,5334,5461,5588,5715,5842,5969,6096,6223,6350,6477,6604,6731,6858,6985,7112,7239,7366,7493,7620,7747,7874,8001,8128,8255,8382,8509,8636,8763,8890,9017,9144,9271,9398,9525,9652,9779,9906,10033,10160,10287,10414,10541,10668,10795,10922,11049,11176,11303,11430,11557,11684,11811,11938,12065,12192,12319,12446,12573,12700],"measured_values":[652624.0,1230420.0,1814780.0,2418221.0,3056122.0,3660923.0,4225871.0,4871525.0,5483820.0,6094139.0,6648345.0,7322615.0,7921230.0,8544377.0,9072835.0,9720782.0,10307197.0,10967870.0,11448999.0,12195006.0,12781974.0,13441945.0,13916960.0,14579686.0,15042766.0,15873607.0,16304638.0,17042340.0,17460484.0,18289241.0,18729627.0,19547889.0,19976253.0,20657696.0,21125594.0,21845861.0,22380650.0,22813384.0,23544894.0,24232000.0,24637546.0,25522829.0,25978063.0,26665185.0,27144559.0,27892747.0,28260338.0,29180819.0,29595412.0,30169311.0,30818773.0,31496102.0,32004019.0,32719852.0,33271709.0,34587652.0,34426606.0,35276324.0,35627895.0,36472414.0,36855524.0,37789478.0,37841535.0,38583796.0,39170313.0,39869991.0,40538388.0,41174880.0,41772483.0,42367371.0,42823261.0,43747179.0,44118435.0,44862035.0,45401494.0,45992493.0,46596637.0,47108288.0,47518860.0,48413394.0,48955360.0,50036816.0,49954377.0,51233601.0,51422729.0,52012748.0,52244847.0,53579211.0,53739349.0,54689693.0,54802404.0,55860358.0,56293303.0,56930867.0,57409799.0,58373230.0,58635137.0,58398986.0,58929241.0,59344970.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":4759.127737898952,"lower_bound":4749.76564055365,"upper_bound":4767.729112989326,"unit":"ns"},"mean":{"estimate":4772.388610328414,"lower_bound":4764.4281385785225,"upper_bound":4782.4990575116735,"unit":"ns"},"median":{"estimate":4765.085852673021,"lower_bound":4761.460301837271,"upper_bound":4770.14745833053,"unit":"ns"},"median_abs_dev":{"estimate":23.542305501535793,"lower_bound":14.379984028024182,"upper_bound":30.770809078810622,"unit":"ns"},"slope":{"estimate":4759.127737898952,"lower_bound":4749.76564055365,"upper_bound":4767.729112989326,"unit":"ns"},"change":{"mean":{"estimate":0.03453133081517534,"lower_bound":0.03238108716763447,"upper_bound":0.03691872504185374,"unit":"%"},"median":{"estimate":0.0343065815303365,"lower_bound":0.03324209983781423,"upper_bound":0.0353870985167577,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"ldc/44444","report_directory":"/root/fuel-core/target/criterion/reports/ldc/44444","iteration_count":[81,162,243,324,405,486,567,648,729,810,891,972,1053,1134,1215,1296,1377,1458,1539,1620,1701,1782,1863,1944,2025,2106,2187,2268,2349,2430,2511,2592,2673,2754,2835,2916,2997,3078,3159,3240,3321,3402,3483,3564,3645,3726,3807,3888,3969,4050,4131,4212,4293,4374,4455,4536,4617,4698,4779,4860,4941,5022,5103,5184,5265,5346,5427,5508,5589,5670,5751,5832,5913,5994,6075,6156,6237,6318,6399,6480,6561,6642,6723,6804,6885,6966,7047,7128,7209,7290,7371,7452,7533,7614,7695,7776,7857,7938,8019,8100],"measured_values":[679644.0,1308062.0,1917876.0,2573927.0,3193342.0,3869911.0,4476106.0,5159856.0,5764499.0,6449102.0,7046455.0,7750693.0,8304376.0,9018120.0,9595286.0,10291377.0,10892231.0,11594546.0,12172803.0,12856985.0,13430263.0,14187282.0,14691881.0,15444596.0,15966797.0,16766626.0,17251135.0,18035195.0,18578595.0,19352946.0,19832176.0,20605477.0,21112769.0,21941415.0,22358387.0,23168533.0,23693334.0,24499994.0,24926779.0,25742724.0,26235551.0,27138030.0,27515719.0,28375171.0,28764199.0,29912388.0,30050937.0,30894527.0,31355408.0,32276625.0,32627353.0,33558076.0,33979066.0,34739141.0,35378015.0,35958749.0,36621195.0,37399193.0,37150162.0,37172717.0,37766222.0,38468671.0,38865996.0,39636662.0,40578010.0,40946547.0,41283492.0,42163526.0,42698575.0,43366437.0,43838045.0,44848112.0,45176608.0,45960606.0,46338558.0,47055010.0,47437374.0,48315584.0,48695613.0,49559028.0,49851596.0,50718671.0,51108148.0,51975689.0,52465611.0,53198644.0,53788385.0,54497762.0,54896186.0,55813383.0,56198268.0,57108354.0,57174156.0,58212262.0,58548165.0,59489348.0,59795600.0,60803745.0,61127250.0,61870797.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":7695.55846199877,"lower_bound":7674.625041842696,"upper_bound":7721.959216551235,"unit":"ns"},"mean":{"estimate":7813.920641610886,"lower_bound":7783.116462331914,"upper_bound":7845.084223894448,"unit":"ns"},"median":{"estimate":7891.953223593964,"lower_bound":7707.1244064577395,"upper_bound":7900.00545506747,"unit":"ns"},"median_abs_dev":{"estimate":109.25034917395065,"lower_bound":81.73876101798285,"upper_bound":237.87701046778392,"unit":"ns"},"slope":{"estimate":7695.55846199877,"lower_bound":7674.625041842696,"upper_bound":7721.959216551235,"unit":"ns"},"change":{"mean":{"estimate":0.010617663939373578,"lower_bound":0.006289530814207112,"upper_bound":0.015316717150617115,"unit":"%"},"median":{"estimate":0.017851106000885464,"lower_bound":0.008565265502890718,"upper_bound":0.02812654685789951,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"ldc/66666","report_directory":"/root/fuel-core/target/criterion/reports/ldc/66666","iteration_count":[57,114,171,228,285,342,399,456,513,570,627,684,741,798,855,912,969,1026,1083,1140,1197,1254,1311,1368,1425,1482,1539,1596,1653,1710,1767,1824,1881,1938,1995,2052,2109,2166,2223,2280,2337,2394,2451,2508,2565,2622,2679,2736,2793,2850,2907,2964,3021,3078,3135,3192,3249,3306,3363,3420,3477,3534,3591,3648,3705,3762,3819,3876,3933,3990,4047,4104,4161,4218,4275,4332,4389,4446,4503,4560,4617,4674,4731,4788,4845,4902,4959,5016,5073,5130,5187,5244,5301,5358,5415,5472,5529,5586,5643,5700],"measured_values":[693008.0,1261391.0,1947713.0,2530256.0,3228127.0,3820608.0,4511710.0,5069172.0,5813029.0,6330286.0,7100877.0,7584185.0,8422095.0,8840912.0,9732021.0,10199864.0,11038800.0,11380807.0,12299452.0,12663833.0,13590966.0,13920752.0,14854984.0,15204966.0,16484779.0,16406327.0,17433838.0,17733200.0,18700987.0,18953149.0,19998501.0,20373355.0,21572057.0,21417449.0,22551682.0,22705896.0,23837508.0,23980214.0,25132043.0,25134655.0,26440716.0,26416601.0,27602118.0,27694974.0,28941262.0,28915331.0,30166337.0,30182520.0,31497624.0,31481992.0,33161699.0,32716301.0,34015153.0,33939037.0,35332609.0,35365498.0,36805875.0,36540465.0,37979214.0,37769357.0,39259389.0,39002530.0,40582738.0,40374156.0,41799306.0,41525749.0,43255090.0,42829200.0,44338255.0,44021953.0,45670021.0,45348022.0,46904108.0,46549907.0,48219024.0,47821227.0,49497270.0,49001787.0,50716504.0,50219484.0,52539979.0,51564943.0,53350484.0,52839194.0,54676697.0,54130723.0,55934873.0,55337836.0,57189806.0,56759688.0,58473905.0,58048560.0,59866086.0,59194411.0,61177055.0,60469760.0,62443944.0,61753943.0,63688932.0,62830820.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":11167.914932684156,"lower_bound":11135.283551872577,"upper_bound":11201.085850077478,"unit":"ns"},"mean":{"estimate":11199.060701102608,"lower_bound":11168.266811988036,"upper_bound":11233.435336240413,"unit":"ns"},"median":{"estimate":11221.81438265475,"lower_bound":11097.61403508772,"upper_bound":11276.78799408159,"unit":"ns"},"median_abs_dev":{"estimate":194.06195298746113,"lower_bound":93.97675242514613,"upper_bound":221.58031643251948,"unit":"ns"},"slope":{"estimate":11167.914932684156,"lower_bound":11135.283551872577,"upper_bound":11201.085850077478,"unit":"ns"},"change":{"mean":{"estimate":0.012424663804716518,"lower_bound":0.0071458977947773785,"upper_bound":0.018044878079014854,"unit":"%"},"median":{"estimate":0.00984417130038362,"lower_bound":-0.0018060008405973438,"upper_bound":0.015490904568336461,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"ldc/100000","report_directory":"/root/fuel-core/target/criterion/reports/ldc/100000","iteration_count":[39,78,117,156,195,234,273,312,351,390,429,468,507,546,585,624,663,702,741,780,819,858,897,936,975,1014,1053,1092,1131,1170,1209,1248,1287,1326,1365,1404,1443,1482,1521,1560,1599,1638,1677,1716,1755,1794,1833,1872,1911,1950,1989,2028,2067,2106,2145,2184,2223,2262,2301,2340,2379,2418,2457,2496,2535,2574,2613,2652,2691,2730,2769,2808,2847,2886,2925,2964,3003,3042,3081,3120,3159,3198,3237,3276,3315,3354,3393,3432,3471,3510,3549,3588,3627,3666,3705,3744,3783,3822,3861,3900],"measured_values":[642140.0,1228805.0,1839592.0,2457947.0,3094681.0,3693615.0,4293590.0,4938672.0,5517951.0,6183311.0,6744720.0,7381383.0,7994565.0,8618474.0,9201673.0,9887834.0,10513959.0,11183567.0,11673528.0,12322804.0,12887991.0,13592386.0,14124322.0,14766809.0,15345444.0,15984952.0,16568007.0,17250608.0,17783095.0,18472635.0,19050836.0,19705469.0,20270434.0,21006836.0,21461760.0,22171459.0,22683111.0,23396922.0,23956187.0,24620312.0,25165320.0,25870412.0,26347101.0,27138611.0,27599287.0,28249057.0,28802239.0,29618593.0,30106070.0,30763355.0,31276139.0,31952164.0,32513810.0,33206956.0,33714251.0,34485579.0,34925925.0,35671437.0,36199012.0,36842485.0,37433049.0,38111928.0,38682739.0,39316477.0,39914453.0,40680370.0,41125801.0,41809333.0,42340259.0,42997894.0,43901198.0,44332088.0,44680265.0,45501267.0,46052792.0,46671847.0,47240147.0,48001041.0,48540885.0,49202481.0,49714990.0,50481629.0,50855357.0,51564568.0,52083568.0,52824077.0,53267812.0,54041306.0,54501535.0,55365305.0,56129975.0,56687644.0,57168995.0,57989342.0,58471564.0,59236865.0,59573380.0,60028271.0,59597088.0,60577408.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":15741.730074986834,"lower_bound":15716.284248528807,"upper_bound":15762.383832982241,"unit":"ns"},"mean":{"estimate":15765.635124746965,"lower_bound":15749.443547643981,"upper_bound":15785.039813534087,"unit":"ns"},"median":{"estimate":15754.001177394035,"lower_bound":15746.301282051281,"upper_bound":15766.496948494498,"unit":"ns"},"median_abs_dev":{"estimate":41.2972231354728,"lower_bound":29.707108331447674,"upper_bound":48.097141432135764,"unit":"ns"},"slope":{"estimate":15741.730074986834,"lower_bound":15716.284248528807,"upper_bound":15762.383832982241,"unit":"ns"},"change":{"mean":{"estimate":0.012694650147938802,"lower_bound":0.010662681897887567,"upper_bound":0.014501207908363007,"unit":"%"},"median":{"estimate":0.011565775209967155,"lower_bound":0.010326828871605631,"upper_bound":0.01478052945205488,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"ldc","benchmarks":["ldc/1","ldc/10","ldc/100","ldc/1000","ldc/10000","ldc/19753","ldc/29629","ldc/44444","ldc/66666","ldc/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/ldc"} +{"reason":"benchmark-complete","id":"ccp/1","report_directory":"/root/fuel-core/target/criterion/reports/ccp/1","iteration_count":[1582,3164,4746,6328,7910,9492,11074,12656,14238,15820,17402,18984,20566,22148,23730,25312,26894,28476,30058,31640,33222,34804,36386,37968,39550,41132,42714,44296,45878,47460,49042,50624,52206,53788,55370,56952,58534,60116,61698,63280,64862,66444,68026,69608,71190,72772,74354,75936,77518,79100,80682,82264,83846,85428,87010,88592,90174,91756,93338,94920,96502,98084,99666,101248,102830,104412,105994,107576,109158,110740,112322,113904,115486,117068,118650,120232,121814,123396,124978,126560,128142,129724,131306,132888,134470,136052,137634,139216,140798,142380,143962,145544,147126,148708,150290,151872,153454,155036,156618,158200],"measured_values":[666482.0,1390132.0,2092562.0,2785949.0,3460341.0,4162886.0,4819977.0,5118776.0,5758696.0,6403470.0,7036819.0,7668934.0,8323518.0,9711453.0,10405530.0,10204762.0,10855434.0,11452269.0,12075739.0,12804716.0,13387990.0,14624171.0,14947595.0,15318614.0,16623541.0,16616711.0,17840336.0,17890700.0,19586182.0,19132090.0,19741943.0,20442971.0,21030576.0,21684385.0,22573168.0,22940983.0,23533708.0,25216810.0,25054054.0,25548212.0,26116026.0,26820369.0,29193795.0,28169760.0,28766093.0,29326867.0,29915708.0,30636292.0,31219775.0,32317290.0,32482319.0,33200733.0,34914857.0,34421640.0,36202583.0,35876490.0,36312733.0,36944696.0,37580799.0,39652519.0,38856773.0,40043883.0,40192684.0,40907556.0,41351390.0,42317314.0,42731879.0,43347549.0,45045388.0,44713261.0,45242392.0,46269739.0,46642351.0,48091737.0,47759870.0,48460902.0,49649312.0,50584023.0,50305831.0,52261371.0,51578918.0,52287858.0,54163223.0,53938198.0,55370847.0,54976679.0,55674990.0,56884513.0,56861196.0,57865626.0,58016303.0,59025573.0,59296347.0,60003370.0,60602436.0,61407981.0,63124534.0,62888119.0,63232595.0,63967223.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":405.9322682303893,"lower_bound":405.03664263599495,"upper_bound":406.9186582166315,"unit":"ns"},"mean":{"estimate":408.97721077487745,"lower_bound":407.06226624479854,"upper_bound":411.09007361462125,"unit":"ns"},"median":{"estimate":404.0803477918573,"lower_bound":403.73772491029126,"upper_bound":404.7353982300885,"unit":"ns"},"median_abs_dev":{"estimate":2.1256962136158273,"lower_bound":1.4148839124476353,"upper_bound":3.097774757625238,"unit":"ns"},"slope":{"estimate":405.9322682303893,"lower_bound":405.03664263599495,"upper_bound":406.9186582166315,"unit":"ns"},"change":{"mean":{"estimate":-0.09907108370656226,"lower_bound":-0.10355571088765682,"upper_bound":-0.09479458432274945,"unit":"%"},"median":{"estimate":-0.10988803498590394,"lower_bound":-0.11079994997257392,"upper_bound":-0.10824926303270277,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/10","report_directory":"/root/fuel-core/target/criterion/reports/ccp/10","iteration_count":[1527,3054,4581,6108,7635,9162,10689,12216,13743,15270,16797,18324,19851,21378,22905,24432,25959,27486,29013,30540,32067,33594,35121,36648,38175,39702,41229,42756,44283,45810,47337,48864,50391,51918,53445,54972,56499,58026,59553,61080,62607,64134,65661,67188,68715,70242,71769,73296,74823,76350,77877,79404,80931,82458,83985,85512,87039,88566,90093,91620,93147,94674,96201,97728,99255,100782,102309,103836,105363,106890,108417,109944,111471,112998,114525,116052,117579,119106,120633,122160,123687,125214,126741,128268,129795,131322,132849,134376,135903,137430,138957,140484,142011,143538,145065,146592,148119,149646,151173,152700],"measured_values":[720171.0,1421313.0,1966330.0,2616682.0,3267438.0,3940300.0,4604832.0,5430094.0,5908048.0,6697253.0,7200012.0,7949716.0,8501106.0,9418850.0,9984234.0,10678952.0,11266053.0,11841942.0,12691446.0,13174811.0,13727684.0,14552086.0,15045041.0,15843512.0,16834857.0,17352022.0,17648348.0,18677957.0,19093850.0,19654153.0,20290496.0,21499345.0,21759071.0,22433803.0,22982257.0,23755223.0,24284109.0,25048910.0,25528434.0,26669408.0,26900658.0,27990204.0,28271009.0,28907051.0,29745931.0,30069430.0,30815424.0,31865753.0,32308392.0,32986599.0,34982557.0,34373380.0,34853127.0,35415534.0,37128535.0,37196572.0,37636310.0,38111699.0,39012450.0,39978280.0,40223996.0,40582509.0,42475641.0,42083350.0,42750511.0,43205324.0,43904950.0,45181788.0,45257375.0,46454836.0,46480330.0,48499785.0,47995251.0,48749803.0,49334898.0,50090928.0,50989634.0,51303000.0,52412139.0,53493218.0,52989853.0,53629317.0,54515421.0,55182144.0,55815967.0,56566583.0,56963564.0,57575721.0,58606290.0,59273411.0,61799483.0,61383989.0,61334009.0,62824967.0,62424421.0,62874245.0,64060807.0,64078545.0,65022151.0,65628136.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":432.2404944543365,"lower_bound":431.26248126510797,"upper_bound":433.35956748831836,"unit":"ns"},"mean":{"estimate":433.28506094850627,"lower_bound":432.10998262314104,"upper_bound":434.67046274901264,"unit":"ns"},"median":{"estimate":431.26754944498816,"lower_bound":430.61712098886704,"upper_bound":432.04451866404713,"unit":"ns"},"median_abs_dev":{"estimate":3.4043537241886446,"lower_bound":2.240533608811555,"upper_bound":4.450106162605523,"unit":"ns"},"slope":{"estimate":432.2404944543365,"lower_bound":431.26248126510797,"upper_bound":433.35956748831836,"unit":"ns"},"change":{"mean":{"estimate":-0.07064777597020178,"lower_bound":-0.07604233650479761,"upper_bound":-0.06515881057704834,"unit":"%"},"median":{"estimate":-0.08582666072523915,"lower_bound":-0.08733232271994362,"upper_bound":-0.0839872381157899,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/100","report_directory":"/root/fuel-core/target/criterion/reports/ccp/100","iteration_count":[1491,2982,4473,5964,7455,8946,10437,11928,13419,14910,16401,17892,19383,20874,22365,23856,25347,26838,28329,29820,31311,32802,34293,35784,37275,38766,40257,41748,43239,44730,46221,47712,49203,50694,52185,53676,55167,56658,58149,59640,61131,62622,64113,65604,67095,68586,70077,71568,73059,74550,76041,77532,79023,80514,82005,83496,84987,86478,87969,89460,90951,92442,93933,95424,96915,98406,99897,101388,102879,104370,105861,107352,108843,110334,111825,113316,114807,116298,117789,119280,120771,122262,123753,125244,126735,128226,129717,131208,132699,134190,135681,137172,138663,140154,141645,143136,144627,146118,147609,149100],"measured_values":[676638.0,1386194.0,2082423.0,2771948.0,3458671.0,4149020.0,4547011.0,5526564.0,6221706.0,6916893.0,7141486.0,8298110.0,8992954.0,8987669.0,9624060.0,10425602.0,10923673.0,11572673.0,12390482.0,12873344.0,13589729.0,14364575.0,14814030.0,15584467.0,16382593.0,16956936.0,17541715.0,17941654.0,18607638.0,19251364.0,20848670.0,20560885.0,21331052.0,22682611.0,22524977.0,23047059.0,25281715.0,24353350.0,25464279.0,26801637.0,26337924.0,27644483.0,27652005.0,28246502.0,28880187.0,29620498.0,30642958.0,30975466.0,32528184.0,32083566.0,33110564.0,33547997.0,33995386.0,35398060.0,35364186.0,36414232.0,37800184.0,37213677.0,38797964.0,38490747.0,39188199.0,40617324.0,41801636.0,42757278.0,42058121.0,42455179.0,43002599.0,44587475.0,44746176.0,46198732.0,45870083.0,47353203.0,46845304.0,47546126.0,48212259.0,48709352.0,49457909.0,50021658.0,50680006.0,52708847.0,51940236.0,52766866.0,53433002.0,54614889.0,55141367.0,55154685.0,55995264.0,56684787.0,58033562.0,57818081.0,58504727.0,59097681.0,59710482.0,60720155.0,61933219.0,61564343.0,62279795.0,62894178.0,64247784.0,64339066.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":433.9128435080212,"lower_bound":432.9202411063832,"upper_bound":435.04201830096724,"unit":"ns"},"mean":{"estimate":437.8553631554759,"lower_bound":435.89429525638553,"upper_bound":439.96838902594595,"unit":"ns"},"median":{"estimate":433.27183192050114,"lower_bound":431.6304795411098,"upper_bound":435.54652753120024,"unit":"ns"},"median_abs_dev":{"estimate":4.3267821422152215,"lower_bound":2.1658810748744206,"upper_bound":7.312836201685851,"unit":"ns"},"slope":{"estimate":433.9128435080212,"lower_bound":432.9202411063832,"upper_bound":435.04201830096724,"unit":"ns"},"change":{"mean":{"estimate":-0.09574489318583612,"lower_bound":-0.10217690594414784,"upper_bound":-0.08906142187638769,"unit":"%"},"median":{"estimate":-0.11877029726572563,"lower_bound":-0.12272706790726717,"upper_bound":-0.10668451316136528,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/1000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/1000","iteration_count":[1052,2104,3156,4208,5260,6312,7364,8416,9468,10520,11572,12624,13676,14728,15780,16832,17884,18936,19988,21040,22092,23144,24196,25248,26300,27352,28404,29456,30508,31560,32612,33664,34716,35768,36820,37872,38924,39976,41028,42080,43132,44184,45236,46288,47340,48392,49444,50496,51548,52600,53652,54704,55756,56808,57860,58912,59964,61016,62068,63120,64172,65224,66276,67328,68380,69432,70484,71536,72588,73640,74692,75744,76796,77848,78900,79952,81004,82056,83108,84160,85212,86264,87316,88368,89420,90472,91524,92576,93628,94680,95732,96784,97836,98888,99940,100992,102044,103096,104148,105200],"measured_values":[628562.0,1244533.0,1961412.0,2654414.0,3069151.0,3840775.0,4564808.0,5307452.0,5878747.0,6241308.0,6856453.0,7990095.0,8112885.0,9202220.0,9638711.0,9916526.0,10993626.0,11172937.0,12225116.0,12445528.0,13108159.0,14621470.0,14286014.0,15094533.0,16147712.0,16332381.0,16544303.0,17557791.0,17888651.0,19913938.0,20283411.0,20103914.0,20466066.0,21442656.0,21967653.0,22645977.0,22827363.0,24344412.0,23895253.0,26008069.0,25185743.0,26422509.0,27028751.0,27487295.0,27635638.0,28876067.0,28700557.0,29949386.0,30953663.0,32010555.0,31138485.0,32718595.0,32980216.0,33848317.0,34968386.0,35150337.0,35207300.0,36563793.0,36982799.0,38828457.0,37634331.0,38743928.0,38817426.0,39830635.0,40150356.0,41302476.0,41895711.0,42579221.0,42535247.0,43776956.0,43422792.0,45079733.0,45116202.0,46243403.0,46106710.0,47557272.0,48449199.0,48773376.0,48455895.0,50623551.0,49963908.0,51211901.0,51013508.0,52795286.0,52252657.0,53831459.0,54216507.0,55730971.0,54693821.0,56705785.0,55829579.0,57631316.0,57830484.0,58897482.0,58963223.0,61215547.0,60219823.0,61289205.0,61010844.0,62590751.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":593.1972338894692,"lower_bound":591.4845651546815,"upper_bound":594.9820773744786,"unit":"ns"},"mean":{"estimate":597.3845476124008,"lower_bound":595.0017714840118,"upper_bound":599.9415448307657,"unit":"ns"},"median":{"estimate":594.8425236960359,"lower_bound":593.3441517291327,"upper_bound":596.233046704536,"unit":"ns"},"median_abs_dev":{"estimate":7.53937771294841,"lower_bound":5.180099708355176,"upper_bound":12.64312204291237,"unit":"ns"},"slope":{"estimate":593.1972338894692,"lower_bound":591.4845651546815,"upper_bound":594.9820773744786,"unit":"ns"},"change":{"mean":{"estimate":-0.10525505961244652,"lower_bound":-0.11020136167242318,"upper_bound":-0.10053878639846457,"unit":"%"},"median":{"estimate":-0.11224402453869953,"lower_bound":-0.1171329255536091,"upper_bound":-0.10979699291480416,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/10000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/10000","iteration_count":[151,302,453,604,755,906,1057,1208,1359,1510,1661,1812,1963,2114,2265,2416,2567,2718,2869,3020,3171,3322,3473,3624,3775,3926,4077,4228,4379,4530,4681,4832,4983,5134,5285,5436,5587,5738,5889,6040,6191,6342,6493,6644,6795,6946,7097,7248,7399,7550,7701,7852,8003,8154,8305,8456,8607,8758,8909,9060,9211,9362,9513,9664,9815,9966,10117,10268,10419,10570,10721,10872,11023,11174,11325,11476,11627,11778,11929,12080,12231,12382,12533,12684,12835,12986,13137,13288,13439,13590,13741,13892,14043,14194,14345,14496,14647,14798,14949,15100],"measured_values":[753106.0,1407250.0,2079989.0,2747552.0,3396152.0,4105516.0,4740649.0,5476651.0,6093469.0,6852484.0,7439802.0,8214825.0,8804620.0,9587824.0,10209355.0,10942638.0,11548368.0,12351647.0,12889511.0,13676749.0,14278413.0,15048702.0,15628902.0,16459034.0,16940896.0,17925235.0,18335290.0,19156149.0,19643561.0,20576815.0,20920050.0,21747607.0,22298026.0,23189788.0,23716945.0,24581003.0,25022189.0,25939440.0,26310633.0,27268693.0,27709908.0,28731839.0,29071385.0,29950990.0,30462121.0,31407953.0,31947873.0,32792214.0,33144732.0,34215388.0,34577701.0,35542987.0,36027337.0,37079762.0,37271661.0,38365593.0,38644273.0,39795906.0,40212506.0,41131249.0,41334022.0,42456796.0,42622903.0,43567937.0,43969527.0,45286626.0,45247983.0,46319472.0,46624979.0,47891130.0,48102201.0,49202495.0,49248586.0,50728161.0,50950595.0,52085092.0,52331564.0,53810639.0,53928335.0,55073647.0,55064363.0,56530586.0,56626599.0,57898564.0,57885188.0,59090119.0,59245028.0,60239609.0,60247986.0,61502360.0,61472814.0,62782212.0,62891716.0,64308740.0,64429806.0,65735388.0,65896155.0,66988198.0,67205002.0,68507340.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":4514.455098770132,"lower_bound":4507.504060591854,"upper_bound":4521.349558197864,"unit":"ns"},"mean":{"estimate":4519.222422457954,"lower_bound":4509.957181527505,"upper_bound":4531.602506913579,"unit":"ns"},"median":{"estimate":4514.189481142665,"lower_bound":4501.728976633763,"upper_bound":4525.559970566593,"unit":"ns"},"median_abs_dev":{"estimate":33.70173499595856,"lower_bound":26.070561989492443,"upper_bound":38.28714321391716,"unit":"ns"},"slope":{"estimate":4514.455098770132,"lower_bound":4507.504060591854,"upper_bound":4521.349558197864,"unit":"ns"},"change":{"mean":{"estimate":-0.06824637929735233,"lower_bound":-0.07074063070465747,"upper_bound":-0.06568115736743034,"unit":"%"},"median":{"estimate":-0.06760601942694466,"lower_bound":-0.07154663678754147,"upper_bound":-0.06472712255724011,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/19753","report_directory":"/root/fuel-core/target/criterion/reports/ccp/19753","iteration_count":[80,160,240,320,400,480,560,640,720,800,880,960,1040,1120,1200,1280,1360,1440,1520,1600,1680,1760,1840,1920,2000,2080,2160,2240,2320,2400,2480,2560,2640,2720,2800,2880,2960,3040,3120,3200,3280,3360,3440,3520,3600,3680,3760,3840,3920,4000,4080,4160,4240,4320,4400,4480,4560,4640,4720,4800,4880,4960,5040,5120,5200,5280,5360,5440,5520,5600,5680,5760,5840,5920,6000,6080,6160,6240,6320,6400,6480,6560,6640,6720,6800,6880,6960,7040,7120,7200,7280,7360,7440,7520,7600,7680,7760,7840,7920,8000],"measured_values":[686943.0,1336853.0,1999804.0,2676787.0,3329882.0,4012655.0,4667936.0,5213825.0,5848895.0,6539030.0,7136250.0,7836626.0,8462155.0,9132516.0,9715181.0,10462136.0,10998975.0,11735989.0,12315761.0,13066268.0,13681691.0,14350017.0,15006948.0,15716904.0,16379766.0,17121872.0,17592670.0,18405813.0,18840553.0,19619619.0,20161071.0,20885579.0,21442391.0,22241201.0,22781605.0,23560714.0,24018246.0,24842610.0,25335645.0,26071198.0,26619010.0,27476979.0,27950149.0,28784707.0,29229115.0,29991311.0,30567541.0,31308875.0,31865435.0,32760350.0,33339652.0,34144507.0,34538015.0,35195321.0,35736448.0,36655637.0,37083249.0,37893864.0,38269419.0,39633391.0,39612768.0,40515293.0,40927867.0,41715694.0,42324575.0,43346004.0,43565189.0,44565001.0,45013887.0,45496204.0,46006128.0,46917595.0,47310848.0,48204409.0,48744624.0,49574460.0,50044325.0,50837204.0,51322328.0,52241591.0,52597110.0,53561888.0,53845565.0,54614175.0,55135339.0,55891262.0,56615256.0,57396105.0,57857119.0,58603217.0,58987646.0,59980644.0,60472647.0,61426823.0,61713579.0,62539449.0,62939969.0,63862589.0,64384077.0,65240742.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":8140.495039493128,"lower_bound":8134.478096734904,"upper_bound":8147.046668181539,"unit":"ns"},"mean":{"estimate":8162.038783559612,"lower_bound":8149.41567497475,"upper_bound":8176.838213013555,"unit":"ns"},"median":{"estimate":8146.17990860849,"lower_bound":8136.6875,"upper_bound":8153.352864583333,"unit":"ns"},"median_abs_dev":{"estimate":33.48051559072037,"lower_bound":25.82469773703205,"upper_bound":40.457101491144705,"unit":"ns"},"slope":{"estimate":8140.495039493128,"lower_bound":8134.478096734904,"upper_bound":8147.046668181539,"unit":"ns"},"change":{"mean":{"estimate":-0.04525720163494584,"lower_bound":-0.04726636965540138,"upper_bound":-0.04336069849846474,"unit":"%"},"median":{"estimate":-0.04622573053834578,"lower_bound":-0.0474422266432184,"upper_bound":-0.04527596970632075,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"ccp/29629","report_directory":"/root/fuel-core/target/criterion/reports/ccp/29629","iteration_count":[55,110,165,220,275,330,385,440,495,550,605,660,715,770,825,880,935,990,1045,1100,1155,1210,1265,1320,1375,1430,1485,1540,1595,1650,1705,1760,1815,1870,1925,1980,2035,2090,2145,2200,2255,2310,2365,2420,2475,2530,2585,2640,2695,2750,2805,2860,2915,2970,3025,3080,3135,3190,3245,3300,3355,3410,3465,3520,3575,3630,3685,3740,3795,3850,3905,3960,4015,4070,4125,4180,4235,4290,4345,4400,4455,4510,4565,4620,4675,4730,4785,4840,4895,4950,5005,5060,5115,5170,5225,5280,5335,5390,5445,5500],"measured_values":[717050.0,1360828.0,2053929.0,2718099.0,3394933.0,4076945.0,4781752.0,5501509.0,6154885.0,6823822.0,7539785.0,8216110.0,8826115.0,9539778.0,10205937.0,10907061.0,11586348.0,12248934.0,12936263.0,13591217.0,14263610.0,14960818.0,15648112.0,16369523.0,16987268.0,17695575.0,18321735.0,19074860.0,19706758.0,20451328.0,21066979.0,21820391.0,22439912.0,23137859.0,23765071.0,24513270.0,25166811.0,25910385.0,26534807.0,27591857.0,28154925.0,28636761.0,29277031.0,29956985.0,30742923.0,31344574.0,32134108.0,32766446.0,33234885.0,34057229.0,34604777.0,35428438.0,35937373.0,36861732.0,37298771.0,38171484.0,38624095.0,39448873.0,39982295.0,40908668.0,41289361.0,41436141.0,42610577.0,43190689.0,44059626.0,44526855.0,45336094.0,45881986.0,46661224.0,47181614.0,48020901.0,48609012.0,49380401.0,50115327.0,50760618.0,51299982.0,52144535.0,52655635.0,53473993.0,53389287.0,53153850.0,54085752.0,54492681.0,55524783.0,55790115.0,57035076.0,57012226.0,58218442.0,58338359.0,59362343.0,59681666.0,60689633.0,61338106.0,61982360.0,63208619.0,63960091.0,64487426.0,65363986.0,65804381.0,65234982.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":12165.891897524081,"lower_bound":12124.112796156873,"upper_bound":12212.859002477055,"unit":"ns"},"mean":{"estimate":12292.923314216461,"lower_bound":12258.261936221608,"upper_bound":12326.972565082286,"unit":"ns"},"median":{"estimate":12347.468658008658,"lower_bound":12321.20030816641,"upper_bound":12366.417868338558,"unit":"ns"},"median_abs_dev":{"estimate":73.01432615828195,"lower_bound":54.54375792938264,"upper_bound":101.79292959141603,"unit":"ns"},"slope":{"estimate":12165.891897524081,"lower_bound":12124.112796156873,"upper_bound":12212.859002477055,"unit":"ns"},"change":{"mean":{"estimate":0.006323088551092093,"lower_bound":0.00256950805647897,"upper_bound":0.01005142147227554,"unit":"%"},"median":{"estimate":0.012686202086126253,"lower_bound":0.010063767549517917,"upper_bound":0.014573075171289585,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"ccp/44444","report_directory":"/root/fuel-core/target/criterion/reports/ccp/44444","iteration_count":[37,74,111,148,185,222,259,296,333,370,407,444,481,518,555,592,629,666,703,740,777,814,851,888,925,962,999,1036,1073,1110,1147,1184,1221,1258,1295,1332,1369,1406,1443,1480,1517,1554,1591,1628,1665,1702,1739,1776,1813,1850,1887,1924,1961,1998,2035,2072,2109,2146,2183,2220,2257,2294,2331,2368,2405,2442,2479,2516,2553,2590,2627,2664,2701,2738,2775,2812,2849,2886,2923,2960,2997,3034,3071,3108,3145,3182,3219,3256,3293,3330,3367,3404,3441,3478,3515,3552,3589,3626,3663,3700],"measured_values":[686990.0,1322798.0,1983201.0,2648260.0,3327677.0,4010145.0,4655347.0,5331465.0,6012005.0,6641074.0,7310475.0,7977273.0,8650547.0,9342405.0,9968056.0,10676582.0,11221108.0,11911046.0,12552379.0,13254352.0,13899950.0,14574043.0,15181845.0,15858163.0,16499863.0,17220080.0,17851253.0,18520705.0,19178006.0,19841906.0,20481619.0,21217330.0,21860917.0,22621424.0,23142826.0,23818438.0,24437819.0,25177905.0,25752898.0,26464618.0,27099943.0,27778875.0,28398677.0,29123259.0,29757959.0,30437810.0,31527487.0,31901279.0,32495477.0,33169175.0,33754792.0,34486256.0,35055564.0,35803070.0,36419212.0,37568585.0,37717648.0,38396652.0,39053305.0,39810903.0,40340918.0,41022469.0,41847570.0,42420117.0,42928411.0,43627103.0,44348304.0,45044236.0,45563993.0,46343030.0,46950866.0,47746715.0,48273367.0,48974288.0,49633554.0,50305862.0,50889146.0,51578988.0,52263099.0,52969488.0,53664409.0,54358976.0,54903503.0,55662710.0,56611932.0,57339754.0,57646002.0,58270599.0,58880667.0,59731633.0,60230160.0,60975070.0,61197505.0,62528106.0,63264885.0,63922992.0,64626886.0,65145162.0,65852858.0,66481531.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":17917.493466145323,"lower_bound":17901.69540315992,"upper_bound":17932.580832106545,"unit":"ns"},"mean":{"estimate":17921.612049267496,"lower_bound":17905.919814127938,"upper_bound":17940.8252219792,"unit":"ns"},"median":{"estimate":17894.372972972975,"lower_bound":17887.931793279764,"upper_bound":17908.48320124636,"unit":"ns"},"median_abs_dev":{"estimate":37.74707509937651,"lower_bound":27.163389400842384,"upper_bound":59.08832567410856,"unit":"ns"},"slope":{"estimate":17917.493466145323,"lower_bound":17901.69540315992,"upper_bound":17932.580832106545,"unit":"ns"},"change":{"mean":{"estimate":0.017813901666237975,"lower_bound":0.016504074572033307,"upper_bound":0.019078319051976628,"unit":"%"},"median":{"estimate":0.016500915307387398,"lower_bound":0.015868059044268797,"upper_bound":0.01737654603270844,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"ccp/66666","report_directory":"/root/fuel-core/target/criterion/reports/ccp/66666","iteration_count":[24,48,72,96,120,144,168,192,216,240,264,288,312,336,360,384,408,432,456,480,504,528,552,576,600,624,648,672,696,720,744,768,792,816,840,864,888,912,936,960,984,1008,1032,1056,1080,1104,1128,1152,1176,1200,1224,1248,1272,1296,1320,1344,1368,1392,1416,1440,1464,1488,1512,1536,1560,1584,1608,1632,1656,1680,1704,1728,1752,1776,1800,1824,1848,1872,1896,1920,1944,1968,1992,2016,2040,2064,2088,2112,2136,2160,2184,2208,2232,2256,2280,2304,2328,2352,2376,2400],"measured_values":[680677.0,1290959.0,1936921.0,2576855.0,3250902.0,3863571.0,4500439.0,5156981.0,5799788.0,6453440.0,7077692.0,7718601.0,8386179.0,8992056.0,9639518.0,10304914.0,10934991.0,11637560.0,12247747.0,12966381.0,14036718.0,14204680.0,14864976.0,15479802.0,16085117.0,16721562.0,17389279.0,18001207.0,18611341.0,19292949.0,19953986.0,20574078.0,21209952.0,21874923.0,22505941.0,23143652.0,23784817.0,24480754.0,25237851.0,25746557.0,26234303.0,26747978.0,27533271.0,28051944.0,28756818.0,29317172.0,30089336.0,30607469.0,31589701.0,31763002.0,32361652.0,32734799.0,33383925.0,34009540.0,34700614.0,35452988.0,35928540.0,36510496.0,37153554.0,37795584.0,38404664.0,38998821.0,39687739.0,40258173.0,41027788.0,41518628.0,42610744.0,42843655.0,43414061.0,44293955.0,44774159.0,45367424.0,45896028.0,46557350.0,47282059.0,47935605.0,48707653.0,49766617.0,49993106.0,51046275.0,51421947.0,52445692.0,52539313.0,53597795.0,53919479.0,54927210.0,55072838.0,56206996.0,56205523.0,57341358.0,57549645.0,58837642.0,58754315.0,59979569.0,60052781.0,61169779.0,62198428.0,62751206.0,62707261.0,63903331.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":26461.12295662775,"lower_bound":26418.14539563685,"upper_bound":26504.850134981312,"unit":"ns"},"mean":{"estimate":26615.89675225978,"lower_bound":26553.947960851678,"upper_bound":26683.511419039034,"unit":"ns"},"median":{"estimate":26619.774450757577,"lower_bound":26549.383246527777,"upper_bound":26740.43247126437,"unit":"ns"},"median_abs_dev":{"estimate":334.31677000833605,"lower_bound":218.05770726376267,"upper_bound":386.8548121602519,"unit":"ns"},"slope":{"estimate":26461.12295662775,"lower_bound":26418.14539563685,"upper_bound":26504.850134981312,"unit":"ns"},"change":{"mean":{"estimate":0.028417478722040368,"lower_bound":0.02529519573759564,"upper_bound":0.03189871196025658,"unit":"%"},"median":{"estimate":0.02758750009531008,"lower_bound":0.02481100057856697,"upper_bound":0.032479921807883505,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"ccp/100000","report_directory":"/root/fuel-core/target/criterion/reports/ccp/100000","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[714645.0,1378079.0,2049803.0,2736722.0,3420266.0,4122421.0,4783823.0,5490316.0,6156817.0,6851989.0,7509083.0,8211979.0,8892363.0,9597417.0,10248388.0,10946470.0,11648400.0,12318845.0,13000250.0,13702420.0,14364987.0,15069809.0,15726306.0,16451627.0,17110574.0,17812417.0,18508965.0,19184453.0,19809246.0,20518756.0,21172523.0,21878338.0,22559070.0,23464123.0,23922724.0,24672891.0,25397391.0,26023058.0,26731687.0,27506398.0,28019046.0,28925719.0,29500036.0,30137696.0,30788052.0,31477683.0,32126890.0,32906459.0,33533217.0,34226334.0,34884205.0,35672790.0,36835287.0,37126416.0,37671264.0,38392963.0,39089965.0,39863400.0,40472951.0,41323678.0,41811848.0,42493758.0,43238277.0,43851024.0,44619233.0,45153149.0,46271738.0,46535616.0,47274213.0,47824744.0,48489069.0,49191749.0,49998995.0,50670643.0,51287594.0,51959426.0,52663534.0,53419446.0,55505617.0,55074142.0,55497546.0,56022018.0,56758396.0,57391679.0,58397960.0,58910240.0,59542159.0,60121270.0,60810936.0,61430579.0,62412019.0,62841224.0,63896062.0,64382163.0,65205649.0,65883676.0,66700562.0,67182268.0,67949145.0,68580075.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":38087.20801701066,"lower_bound":38050.38350944487,"upper_bound":38135.23121476055,"unit":"ns"},"mean":{"estimate":38090.403199652435,"lower_bound":38054.12246980283,"upper_bound":38137.567070777724,"unit":"ns"},"median":{"estimate":38052.21414141414,"lower_bound":38021.12654320987,"upper_bound":38066.60555555556,"unit":"ns"},"median_abs_dev":{"estimate":84.0230728020765,"lower_bound":65.14412897842,"upper_bound":107.55578226447946,"unit":"ns"},"slope":{"estimate":38087.20801701066,"lower_bound":38050.38350944487,"upper_bound":38135.23121476055,"unit":"ns"},"change":{"mean":{"estimate":-0.00202246622543667,"lower_bound":-0.008169008503263025,"upper_bound":0.0017021933527849307,"unit":"%"},"median":{"estimate":-0.0015515676685344815,"lower_bound":-0.0029205744719793536,"upper_bound":-0.0006092973915872157,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"ccp","benchmarks":["ccp/1","ccp/10","ccp/100","ccp/1000","ccp/10000","ccp/19753","ccp/29629","ccp/44444","ccp/66666","ccp/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/ccp"} +{"reason":"benchmark-complete","id":"csiz/1","report_directory":"/root/fuel-core/target/criterion/reports/csiz/1","iteration_count":[1883,3766,5649,7532,9415,11298,13181,15064,16947,18830,20713,22596,24479,26362,28245,30128,32011,33894,35777,37660,39543,41426,43309,45192,47075,48958,50841,52724,54607,56490,58373,60256,62139,64022,65905,67788,69671,71554,73437,75320,77203,79086,80969,82852,84735,86618,88501,90384,92267,94150,96033,97916,99799,101682,103565,105448,107331,109214,111097,112980,114863,116746,118629,120512,122395,124278,126161,128044,129927,131810,133693,135576,137459,139342,141225,143108,144991,146874,148757,150640,152523,154406,156289,158172,160055,161938,163821,165704,167587,169470,171353,173236,175119,177002,178885,180768,182651,184534,186417,188300],"measured_values":[1297348.0,1227583.0,1841224.0,2453391.0,3078630.0,3693980.0,4283259.0,4902017.0,5567839.0,6150045.0,6769359.0,7394121.0,7964277.0,8577437.0,9194970.0,9809907.0,10446403.0,11029022.0,11675509.0,12248904.0,12884990.0,14011951.0,14085451.0,14782381.0,15374701.0,15962300.0,16542824.0,17166286.0,17896930.0,18840766.0,19068093.0,20040998.0,21843297.0,22489829.0,21457500.0,22072729.0,22699510.0,24957496.0,23903060.0,26197325.0,25344840.0,26518694.0,26722798.0,28783821.0,27596399.0,28525016.0,29053922.0,29432303.0,30068386.0,30654779.0,31523752.0,31927974.0,32899544.0,33208884.0,35111846.0,34725742.0,36198521.0,35681179.0,37044682.0,36791538.0,37462058.0,38006153.0,38603499.0,39288954.0,39901869.0,40969471.0,41152719.0,41744965.0,42794589.0,44350498.0,43854870.0,44128905.0,44850892.0,45437824.0,46822428.0,46689618.0,47338281.0,47983630.0,49492125.0,49025585.0,49934305.0,50700496.0,52171985.0,51502304.0,52165611.0,53099718.0,53549371.0,54107709.0,54547326.0,55172503.0,56029713.0,56384381.0,57832288.0,58159701.0,58438957.0,59571617.0,59864757.0,60424520.0,60779015.0,61431549.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":328.2193430914655,"lower_bound":327.49869233242737,"upper_bound":329.06245261035923,"unit":"ns"},"mean":{"estimate":332.3159085109493,"lower_bound":327.90697040637264,"upper_bound":340.23750318833055,"unit":"ns"},"median":{"estimate":326.5978155425739,"lower_bound":326.14556471622717,"upper_bound":326.98413800750495,"unit":"ns"},"median_abs_dev":{"estimate":1.5616925452448072,"lower_bound":0.9611383634366623,"upper_bound":2.0860837388541458,"unit":"ns"},"slope":{"estimate":328.2193430914655,"lower_bound":327.49869233242737,"upper_bound":329.06245261035923,"unit":"ns"},"change":{"mean":{"estimate":-0.11241576448920099,"lower_bound":-0.12535740279368035,"upper_bound":-0.08824798973359929,"unit":"%"},"median":{"estimate":-0.12484361244535025,"lower_bound":-0.12617553601165266,"upper_bound":-0.12372772852059488,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/10","report_directory":"/root/fuel-core/target/criterion/reports/csiz/10","iteration_count":[1845,3690,5535,7380,9225,11070,12915,14760,16605,18450,20295,22140,23985,25830,27675,29520,31365,33210,35055,36900,38745,40590,42435,44280,46125,47970,49815,51660,53505,55350,57195,59040,60885,62730,64575,66420,68265,70110,71955,73800,75645,77490,79335,81180,83025,84870,86715,88560,90405,92250,94095,95940,97785,99630,101475,103320,105165,107010,108855,110700,112545,114390,116235,118080,119925,121770,123615,125460,127305,129150,130995,132840,134685,136530,138375,140220,142065,143910,145755,147600,149445,151290,153135,154980,156825,158670,160515,162360,164205,166050,167895,169740,171585,173430,175275,177120,178965,180810,182655,184500],"measured_values":[622435.0,1204880.0,1810476.0,2407127.0,3005268.0,3641381.0,4207155.0,4825000.0,5974652.0,6648410.0,6643676.0,7267235.0,7820328.0,8431562.0,9959551.0,10127475.0,10281489.0,11285949.0,11473403.0,12055561.0,13949941.0,13270245.0,13838131.0,14479340.0,15054725.0,16690486.0,16275123.0,16845318.0,17511429.0,18082888.0,18655000.0,19293381.0,19913393.0,20457132.0,21043952.0,21729290.0,22296592.0,22910125.0,23724110.0,24121173.0,24717316.0,25314756.0,27320795.0,27501719.0,27090580.0,27779687.0,28479929.0,29944832.0,29565394.0,30920428.0,30788703.0,31307190.0,31898356.0,32710176.0,33866391.0,33867135.0,34335621.0,34953382.0,35492736.0,36281122.0,36762298.0,37391566.0,39247881.0,38570871.0,39168784.0,40042885.0,40556874.0,41046864.0,41525896.0,43582287.0,42728573.0,45269154.0,45829153.0,44615675.0,45622841.0,46389004.0,46486924.0,47060936.0,47776732.0,48427727.0,49168176.0,49508853.0,49958592.0,51887002.0,51416305.0,51812850.0,52402207.0,53059790.0,53537026.0,54268029.0,54775879.0,55704161.0,56004274.0,57191299.0,57131082.0,57897036.0,58404821.0,59091649.0,59753594.0,60297143.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":328.51782060477615,"lower_bound":327.73530447848276,"upper_bound":329.45887520023456,"unit":"ns"},"mean":{"estimate":330.0833356755768,"lower_bound":328.6995409319282,"upper_bound":331.66280373116996,"unit":"ns"},"median":{"estimate":327.0057362240289,"lower_bound":326.7993458672087,"upper_bound":327.25438076548255,"unit":"ns"},"median_abs_dev":{"estimate":1.1483168741876169,"lower_bound":0.6869558701212612,"upper_bound":1.4759120950921174,"unit":"ns"},"slope":{"estimate":328.51782060477615,"lower_bound":327.73530447848276,"upper_bound":329.45887520023456,"unit":"ns"},"change":{"mean":{"estimate":-0.11831657742665258,"lower_bound":-0.12209251120418681,"upper_bound":-0.11381214743463895,"unit":"%"},"median":{"estimate":-0.12538120709085365,"lower_bound":-0.1262347666866538,"upper_bound":-0.12466886757817464,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/100","report_directory":"/root/fuel-core/target/criterion/reports/csiz/100","iteration_count":[1798,3596,5394,7192,8990,10788,12586,14384,16182,17980,19778,21576,23374,25172,26970,28768,30566,32364,34162,35960,37758,39556,41354,43152,44950,46748,48546,50344,52142,53940,55738,57536,59334,61132,62930,64728,66526,68324,70122,71920,73718,75516,77314,79112,80910,82708,84506,86304,88102,89900,91698,93496,95294,97092,98890,100688,102486,104284,106082,107880,109678,111476,113274,115072,116870,118668,120466,122264,124062,125860,127658,129456,131254,133052,134850,136648,138446,140244,142042,143840,145638,147436,149234,151032,152830,154628,156426,158224,160022,161820,163618,165416,167214,169012,170810,172608,174406,176204,178002,179800],"measured_values":[632728.0,1349971.0,1865352.0,2493033.0,3104668.0,4042341.0,4677239.0,5373911.0,5577740.0,6177856.0,6715383.0,7458542.0,7997241.0,8689478.0,9334360.0,9786681.0,10569202.0,11105182.0,11804833.0,12268770.0,12970432.0,13656634.0,14105265.0,14886208.0,15275075.0,16057697.0,16517341.0,17427727.0,17994026.0,18408650.0,19015570.0,19653040.0,20212256.0,20942877.0,21468337.0,22260643.0,22818374.0,23517562.0,24892194.0,24791300.0,25178467.0,25772897.0,26372585.0,27386140.0,27806019.0,30233867.0,28913586.0,29542325.0,29990961.0,30632039.0,31741378.0,31934137.0,32543831.0,33221286.0,33653694.0,34576720.0,35015507.0,35772799.0,36572044.0,36821304.0,37341573.0,37932052.0,39077701.0,39210425.0,41290569.0,40725497.0,41160132.0,41663862.0,42261044.0,43088194.0,43542528.0,44154542.0,44709567.0,45436569.0,46215476.0,46802438.0,47272507.0,48086279.0,48586833.0,49121134.0,49756068.0,50393234.0,52206440.0,51684663.0,52118167.0,52940322.0,53664484.0,53914258.0,54770769.0,55128581.0,55948259.0,56529563.0,57937053.0,57920635.0,58456127.0,59078112.0,59448313.0,60190957.0,60644737.0,62321181.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":342.70459226078003,"lower_bound":342.1013589927687,"upper_bound":343.41593666168137,"unit":"ns"},"mean":{"estimate":344.46081384923383,"lower_bound":343.2164253169942,"upper_bound":345.93514453013216,"unit":"ns"},"median":{"estimate":342.2688817787554,"lower_bound":341.7358071480952,"upper_bound":342.9993386044554,"unit":"ns"},"median_abs_dev":{"estimate":2.0195000770062914,"lower_bound":1.4611944964134864,"upper_bound":2.918465501415963,"unit":"ns"},"slope":{"estimate":342.70459226078003,"lower_bound":342.1013589927687,"upper_bound":343.41593666168137,"unit":"ns"},"change":{"mean":{"estimate":-0.12245950326227972,"lower_bound":-0.1260754268384711,"upper_bound":-0.11836121589631508,"unit":"%"},"median":{"estimate":-0.12702201965358906,"lower_bound":-0.1285347704570191,"upper_bound":-0.12500054181591447,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/1000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/1000","iteration_count":[1738,3476,5214,6952,8690,10428,12166,13904,15642,17380,19118,20856,22594,24332,26070,27808,29546,31284,33022,34760,36498,38236,39974,41712,43450,45188,46926,48664,50402,52140,53878,55616,57354,59092,60830,62568,64306,66044,67782,69520,71258,72996,74734,76472,78210,79948,81686,83424,85162,86900,88638,90376,92114,93852,95590,97328,99066,100804,102542,104280,106018,107756,109494,111232,112970,114708,116446,118184,119922,121660,123398,125136,126874,128612,130350,132088,133826,135564,137302,139040,140778,142516,144254,145992,147730,149468,151206,152944,154682,156420,158158,159896,161634,163372,165110,166848,168586,170324,172062,173800],"measured_values":[694791.0,1253494.0,1889589.0,2505815.0,3139904.0,3759324.0,4406484.0,5022950.0,5587760.0,6210790.0,6854896.0,7466062.0,8097669.0,8705707.0,9316730.0,10315638.0,10556033.0,11255495.0,11813015.0,12446565.0,13078238.0,13656871.0,14442074.0,14853867.0,15604876.0,16193229.0,16733562.0,17406424.0,18307092.0,18888244.0,19213977.0,20899462.0,20464665.0,21142213.0,21726290.0,22387554.0,23065828.0,23700613.0,24327997.0,24799980.0,25474211.0,26080947.0,26812395.0,27343914.0,28193528.0,28587581.0,29170766.0,30178132.0,30587002.0,31180840.0,31617721.0,32288253.0,32907437.0,33774528.0,34146807.0,34816440.0,35399336.0,36171354.0,36889063.0,37342740.0,37879022.0,38536559.0,39105300.0,39903195.0,40357926.0,41394233.0,42005565.0,42595687.0,42930637.0,43787437.0,44170891.0,45126025.0,45296591.0,45903769.0,46602019.0,47347911.0,47788106.0,48874155.0,49495818.0,50951815.0,50514306.0,50857692.0,51526306.0,52277718.0,53155231.0,53361217.0,53969785.0,54723251.0,55394213.0,56460840.0,56905778.0,57849043.0,57798142.0,58756987.0,59005319.0,59773321.0,60265432.0,61072956.0,61515991.0,63643700.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":358.9145799582792,"lower_bound":358.33420614502563,"upper_bound":359.59784209955404,"unit":"ns"},"mean":{"estimate":359.451839180901,"lower_bound":358.64068330329974,"upper_bound":360.5535993329408,"unit":"ns"},"median":{"estimate":358.10871336031346,"lower_bound":357.76100916488576,"upper_bound":358.73844756904487,"unit":"ns"},"median_abs_dev":{"estimate":1.3734764076108832,"lower_bound":0.9736747237954906,"upper_bound":2.15722206661914,"unit":"ns"},"slope":{"estimate":358.9145799582792,"lower_bound":358.33420614502563,"upper_bound":359.59784209955404,"unit":"ns"},"change":{"mean":{"estimate":-0.09445481569858627,"lower_bound":-0.09745884349506341,"upper_bound":-0.09118059307745507,"unit":"%"},"median":{"estimate":-0.096576422055488,"lower_bound":-0.0975664536679673,"upper_bound":-0.09481742895451689,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/10000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/10000","iteration_count":[1266,2532,3798,5064,6330,7596,8862,10128,11394,12660,13926,15192,16458,17724,18990,20256,21522,22788,24054,25320,26586,27852,29118,30384,31650,32916,34182,35448,36714,37980,39246,40512,41778,43044,44310,45576,46842,48108,49374,50640,51906,53172,54438,55704,56970,58236,59502,60768,62034,63300,64566,65832,67098,68364,69630,70896,72162,73428,74694,75960,77226,78492,79758,81024,82290,83556,84822,86088,87354,88620,89886,91152,92418,93684,94950,96216,97482,98748,100014,101280,102546,103812,105078,106344,107610,108876,110142,111408,112674,113940,115206,116472,117738,119004,120270,121536,122802,124068,125334,126600],"measured_values":[707531.0,1458813.0,2042634.0,2928971.0,3336181.0,4266047.0,4671151.0,5693346.0,5919407.0,7020293.0,7607791.0,8355771.0,8783512.0,9980172.0,9958350.0,11417246.0,11304203.0,12757328.0,13016105.0,14246836.0,13863978.0,15875169.0,15129738.0,17065001.0,17044791.0,18573560.0,17902676.0,19647796.0,18956546.0,21248603.0,20297114.0,22665148.0,21583664.0,24597663.0,22804161.0,25358079.0,24125451.0,26917560.0,25279593.0,28451390.0,27165711.0,29741030.0,28007187.0,31209106.0,29318366.0,32918191.0,31006186.0,33885755.0,32244072.0,35842545.0,33990420.0,38155249.0,35215457.0,38493741.0,35917359.0,39988784.0,37434789.0,41470560.0,39209147.0,43371923.0,39937548.0,44669031.0,41407976.0,45359626.0,42406137.0,47086967.0,44031114.0,48541145.0,45488840.0,49467442.0,46744061.0,50921596.0,47880361.0,53400897.0,49227575.0,53873218.0,50695533.0,55364353.0,51748130.0,56929692.0,53495079.0,59043338.0,54443171.0,59725954.0,55673111.0,61186113.0,56793255.0,62530667.0,57948458.0,63790718.0,59613274.0,66049950.0,61585508.0,67230188.0,62035704.0,67921947.0,63299743.0,70289843.0,64893442.0,71207791.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":541.2211898253559,"lower_bound":535.2326561462725,"upper_bound":547.2263529809939,"unit":"ns"},"mean":{"estimate":542.6342003300385,"lower_bound":538.3480882750415,"upper_bound":546.9299149134746,"unit":"ns"},"median":{"estimate":552.1410939968405,"lower_bound":525.2394294210575,"upper_bound":559.4675157977883,"unit":"ns"},"median_abs_dev":{"estimate":26.922758949708697,"lower_bound":12.114198651446891,"upper_bound":33.36355456015498,"unit":"ns"},"slope":{"estimate":541.2211898253559,"lower_bound":535.2326561462725,"upper_bound":547.2263529809939,"unit":"ns"},"change":{"mean":{"estimate":-0.0935680664238081,"lower_bound":-0.10185409822919296,"upper_bound":-0.08535375817883971,"unit":"%"},"median":{"estimate":-0.09022404071449852,"lower_bound":-0.13931584865642377,"upper_bound":-0.043933849388396506,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/19753","report_directory":"/root/fuel-core/target/criterion/reports/csiz/19753","iteration_count":[965,1930,2895,3860,4825,5790,6755,7720,8685,9650,10615,11580,12545,13510,14475,15440,16405,17370,18335,19300,20265,21230,22195,23160,24125,25090,26055,27020,27985,28950,29915,30880,31845,32810,33775,34740,35705,36670,37635,38600,39565,40530,41495,42460,43425,44390,45355,46320,47285,48250,49215,50180,51145,52110,53075,54040,55005,55970,56935,57900,58865,59830,60795,61760,62725,63690,64655,65620,66585,67550,68515,69480,70445,71410,72375,73340,74305,75270,76235,77200,78165,79130,80095,81060,82025,82990,83955,84920,85885,86850,87815,88780,89745,90710,91675,92640,93605,94570,95535,96500],"measured_values":[808688.0,1551853.0,2353208.0,3085324.0,3814889.0,4625195.0,5371515.0,6131111.0,6952410.0,7676002.0,8464426.0,9203828.0,10075626.0,10729913.0,11455234.0,12195671.0,13106477.0,13853087.0,14687763.0,15478560.0,16201927.0,17030845.0,17943755.0,18792936.0,19250166.0,19982352.0,20737403.0,21609032.0,22133070.0,23262537.0,23899610.0,24549645.0,25274950.0,26165340.0,27044794.0,27836675.0,28615987.0,29646340.0,30232314.0,30862417.0,31556771.0,32390754.0,33032374.0,33899616.0,34798908.0,35783149.0,36245628.0,37113479.0,38002760.0,38922938.0,39670990.0,39928797.0,40818246.0,41862274.0,42529781.0,43530675.0,44318773.0,45522356.0,45842076.0,46636377.0,47668318.0,48420159.0,48849607.0,49687475.0,50209053.0,51203062.0,51829499.0,52916848.0,53793492.0,54310289.0,55370147.0,55927867.0,56855515.0,57553795.0,58250693.0,59096412.0,59865836.0,60835628.0,61261453.0,62001771.0,63358465.0,63761149.0,64572985.0,65130816.0,65550428.0,66535778.0,67243727.0,67979124.0,68648645.0,69837592.0,70730353.0,71300270.0,71859100.0,72786068.0,74030017.0,74185600.0,74546582.0,75472400.0,76285719.0,76783432.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":802.9043776173767,"lower_bound":801.8831433290875,"upper_bound":803.9197588762834,"unit":"ns"},"mean":{"estimate":802.0389136066786,"lower_bound":800.906018496755,"upper_bound":803.2859847512507,"unit":"ns"},"median":{"estimate":801.5438683908562,"lower_bound":800.6288268898631,"upper_bound":803.3960598986506,"unit":"ns"},"median_abs_dev":{"estimate":5.259385426582045,"lower_bound":3.9011902318182887,"upper_bound":6.321482048705701,"unit":"ns"},"slope":{"estimate":802.9043776173767,"lower_bound":801.8831433290875,"upper_bound":803.9197588762834,"unit":"ns"},"change":{"mean":{"estimate":-0.08717254810049624,"lower_bound":-0.08895068518335594,"upper_bound":-0.08552061040384047,"unit":"%"},"median":{"estimate":-0.08690175449960968,"lower_bound":-0.08803162357327454,"upper_bound":-0.08472350695093533,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/29629","report_directory":"/root/fuel-core/target/criterion/reports/csiz/29629","iteration_count":[776,1552,2328,3104,3880,4656,5432,6208,6984,7760,8536,9312,10088,10864,11640,12416,13192,13968,14744,15520,16296,17072,17848,18624,19400,20176,20952,21728,22504,23280,24056,24832,25608,26384,27160,27936,28712,29488,30264,31040,31816,32592,33368,34144,34920,35696,36472,37248,38024,38800,39576,40352,41128,41904,42680,43456,44232,45008,45784,46560,47336,48112,48888,49664,50440,51216,51992,52768,53544,54320,55096,55872,56648,57424,58200,58976,59752,60528,61304,62080,62856,63632,64408,65184,65960,66736,67512,68288,69064,69840,70616,71392,72168,72944,73720,74496,75272,76048,76824,77600],"measured_values":[859328.0,1644036.0,2455083.0,3277596.0,4110049.0,4903832.0,5755537.0,6547488.0,7391154.0,8195352.0,9031461.0,9821099.0,10624503.0,11376614.0,12285481.0,13001308.0,13891411.0,14619542.0,15515575.0,16338090.0,17139763.0,17863965.0,18809113.0,20023060.0,20626609.0,21163650.0,22081500.0,22844348.0,23743103.0,24486036.0,25433375.0,26173472.0,27025577.0,27809454.0,28741725.0,29439286.0,30507811.0,31047498.0,31920575.0,32691325.0,33612570.0,34314103.0,35269615.0,35996725.0,36806954.0,37397489.0,38403888.0,38881527.0,39997130.0,40793394.0,41754768.0,42413666.0,43326990.0,44066563.0,44982612.0,45564283.0,46463501.0,47228004.0,48228617.0,48708277.0,49833835.0,50462075.0,51387580.0,52120414.0,53150769.0,53844877.0,54649981.0,55574777.0,56176641.0,57115571.0,58001085.0,58967338.0,59509377.0,60214722.0,61172658.0,61731168.0,62893367.0,63718695.0,64397436.0,65108527.0,66105525.0,66767777.0,67950397.0,68438617.0,69610095.0,70111352.0,71010796.0,71506366.0,72652637.0,73250584.0,74405507.0,74827257.0,76087314.0,76756443.0,77775613.0,78254641.0,79320331.0,79496365.0,80900949.0,81607581.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":1051.5606343359755,"lower_bound":1050.8386584239795,"upper_bound":1052.2625824958147,"unit":"ns"},"mean":{"estimate":1053.3266865327316,"lower_bound":1052.171417266827,"upper_bound":1054.8259995946426,"unit":"ns"},"median":{"estimate":1052.803200473615,"lower_bound":1051.8248015167674,"upper_bound":1053.3945701555128,"unit":"ns"},"median_abs_dev":{"estimate":3.0618716214326565,"lower_bound":2.221187817321283,"upper_bound":3.919447252785806,"unit":"ns"},"slope":{"estimate":1051.5606343359755,"lower_bound":1050.8386584239795,"upper_bound":1052.2625824958147,"unit":"ns"},"change":{"mean":{"estimate":-0.0620131534776992,"lower_bound":-0.06513646057856022,"upper_bound":-0.058863201634829214,"unit":"%"},"median":{"estimate":-0.06479843306347,"lower_bound":-0.07507718753602502,"upper_bound":-0.05031274784188622,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"csiz/44444","report_directory":"/root/fuel-core/target/criterion/reports/csiz/44444","iteration_count":[485,970,1455,1940,2425,2910,3395,3880,4365,4850,5335,5820,6305,6790,7275,7760,8245,8730,9215,9700,10185,10670,11155,11640,12125,12610,13095,13580,14065,14550,15035,15520,16005,16490,16975,17460,17945,18430,18915,19400,19885,20370,20855,21340,21825,22310,22795,23280,23765,24250,24735,25220,25705,26190,26675,27160,27645,28130,28615,29100,29585,30070,30555,31040,31525,32010,32495,32980,33465,33950,34435,34920,35405,35890,36375,36860,37345,37830,38315,38800,39285,39770,40255,40740,41225,41710,42195,42680,43165,43650,44135,44620,45105,45590,46075,46560,47045,47530,48015,48500],"measured_values":[898146.0,1748067.0,2596105.0,3510887.0,4324864.0,5231685.0,6105616.0,7053331.0,7847659.0,8743113.0,9568073.0,10525444.0,11334109.0,12284898.0,13024685.0,13970846.0,14766716.0,15811523.0,16493471.0,17454951.0,18292230.0,19224561.0,20118141.0,21001606.0,21755500.0,22796647.0,23593416.0,24564901.0,25203740.0,26212513.0,26833217.0,27993781.0,28628735.0,29823610.0,30438408.0,31632288.0,32115063.0,33320268.0,33863700.0,34915373.0,35405812.0,36684854.0,37184777.0,38647009.0,39007009.0,40408638.0,40527948.0,41899125.0,42769165.0,43996849.0,44243373.0,45586207.0,46067383.0,47324872.0,47776898.0,49283027.0,49408231.0,50624232.0,51229348.0,52302013.0,52874896.0,54246449.0,54808723.0,56021980.0,56281797.0,57426734.0,57836499.0,59325554.0,59484538.0,60815513.0,61220121.0,62560105.0,62951862.0,64218331.0,64434617.0,65743891.0,66311307.0,67619567.0,68006352.0,69757606.0,70159933.0,71460533.0,71715437.0,73297057.0,73457786.0,74843627.0,75092802.0,76797800.0,77090562.0,78395730.0,78584910.0,79316883.0,79559123.0,81176143.0,81098247.0,82992977.0,83032904.0,84507464.0,84641935.0,86282515.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":1786.123445191111,"lower_bound":1782.8841079887638,"upper_bound":1789.542017453398,"unit":"ns"},"mean":{"estimate":1793.4333691561894,"lower_bound":1790.7948376402937,"upper_bound":1796.1372201107895,"unit":"ns"},"median":{"estimate":1793.612936433555,"lower_bound":1790.3092783505156,"upper_bound":1797.8298969072166,"unit":"ns"},"median_abs_dev":{"estimate":12.909097073777449,"lower_bound":9.928859248636925,"upper_bound":16.253981220059053,"unit":"ns"},"slope":{"estimate":1786.123445191111,"lower_bound":1782.8841079887638,"upper_bound":1789.542017453398,"unit":"ns"},"change":{"mean":{"estimate":0.0060747832895671205,"lower_bound":0.003653464497433595,"upper_bound":0.008335238217591304,"unit":"%"},"median":{"estimate":0.007003793052249074,"lower_bound":0.0045176857505349055,"upper_bound":0.009667181001762115,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"csiz/66666","report_directory":"/root/fuel-core/target/criterion/reports/csiz/66666","iteration_count":[386,772,1158,1544,1930,2316,2702,3088,3474,3860,4246,4632,5018,5404,5790,6176,6562,6948,7334,7720,8106,8492,8878,9264,9650,10036,10422,10808,11194,11580,11966,12352,12738,13124,13510,13896,14282,14668,15054,15440,15826,16212,16598,16984,17370,17756,18142,18528,18914,19300,19686,20072,20458,20844,21230,21616,22002,22388,22774,23160,23546,23932,24318,24704,25090,25476,25862,26248,26634,27020,27406,27792,28178,28564,28950,29336,29722,30108,30494,30880,31266,31652,32038,32424,32810,33196,33582,33968,34354,34740,35126,35512,35898,36284,36670,37056,37442,37828,38214,38600],"measured_values":[1298285.0,2407236.0,2605807.0,3432717.0,4359075.0,5160521.0,6142323.0,6892446.0,7913133.0,8611363.0,9573290.0,10382848.0,11461667.0,12143031.0,13209939.0,14015166.0,15062767.0,15639337.0,16748798.0,17469770.0,18488699.0,18927480.0,20025053.0,20660227.0,21837550.0,22318379.0,23482739.0,24057762.0,25272693.0,25866534.0,28252272.0,28305651.0,28854984.0,29261967.0,30501560.0,30897323.0,32207291.0,32673893.0,34057191.0,34304210.0,35685218.0,36289625.0,37654092.0,37826938.0,39209016.0,39702499.0,40990514.0,41287681.0,42630990.0,43163844.0,44560227.0,44454525.0,45906304.0,46046819.0,47724819.0,47964164.0,49745285.0,49785148.0,51218231.0,50921872.0,52577645.0,52653219.0,54443373.0,54612673.0,56290265.0,56054726.0,57932419.0,57676963.0,59589054.0,59528584.0,61213199.0,61172958.0,62892704.0,62813824.0,64662953.0,64573059.0,66353287.0,66409456.0,68097876.0,67989937.0,70070272.0,69730822.0,71693525.0,71358853.0,73326770.0,72947169.0,74995699.0,74703807.0,76788844.0,76487861.0,78585033.0,78163001.0,80241857.0,79902471.0,81917056.0,81418564.0,83565248.0,83245151.0,85205569.0,84929542.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":2223.150785241698,"lower_bound":2218.332136742063,"upper_bound":2228.364140802812,"unit":"ns"},"mean":{"estimate":2256.9813629597693,"lower_bound":2234.4706086022893,"upper_bound":2289.4439850813615,"unit":"ns"},"median":{"estimate":2234.3946662602866,"lower_bound":2231.9341347951495,"upper_bound":2239.250855732441,"unit":"ns"},"median_abs_dev":{"estimate":29.58359125573852,"lower_bound":17.73262546238546,"upper_bound":37.29492788704446,"unit":"ns"},"slope":{"estimate":2223.150785241698,"lower_bound":2218.332136742063,"upper_bound":2228.364140802812,"unit":"ns"},"change":{"mean":{"estimate":0.026287123258636802,"lower_bound":0.015779002319158075,"upper_bound":0.042110789967280175,"unit":"%"},"median":{"estimate":0.01634430279265997,"lower_bound":0.013017029220103282,"upper_bound":0.020046522097741493,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"csiz/100000","report_directory":"/root/fuel-core/target/criterion/reports/csiz/100000","iteration_count":[284,568,852,1136,1420,1704,1988,2272,2556,2840,3124,3408,3692,3976,4260,4544,4828,5112,5396,5680,5964,6248,6532,6816,7100,7384,7668,7952,8236,8520,8804,9088,9372,9656,9940,10224,10508,10792,11076,11360,11644,11928,12212,12496,12780,13064,13348,13632,13916,14200,14484,14768,15052,15336,15620,15904,16188,16472,16756,17040,17324,17608,17892,18176,18460,18744,19028,19312,19596,19880,20164,20448,20732,21016,21300,21584,21868,22152,22436,22720,23004,23288,23572,23856,24140,24424,24708,24992,25276,25560,25844,26128,26412,26696,26980,27264,27548,27832,28116,28400],"measured_values":[1041876.0,1849914.0,2807038.0,3697054.0,4649019.0,5590458.0,6547010.0,7350784.0,8184468.0,9085089.0,10081928.0,10937087.0,11848668.0,12732231.0,13612504.0,14485609.0,15397825.0,16308192.0,17336783.0,18078678.0,19078860.0,19929311.0,20860741.0,21634840.0,22599403.0,23403868.0,24446639.0,25256600.0,26200710.0,27039875.0,28016430.0,28807847.0,29823389.0,30542907.0,31623387.0,32389588.0,33400689.0,34187888.0,35252174.0,36066548.0,37008777.0,37554461.0,38602766.0,39436107.0,40442286.0,41170144.0,42283550.0,42961324.0,44073501.0,44754973.0,45766382.0,46420814.0,47402100.0,48235128.0,49250064.0,50014411.0,51070967.0,51735308.0,53004617.0,53543561.0,54659906.0,55453497.0,56628060.0,57168829.0,58417158.0,58859363.0,60016155.0,61134083.0,62050614.0,62407279.0,63562350.0,64241137.0,65421817.0,66078697.0,67287423.0,67764277.0,68952799.0,69591497.0,70913725.0,71357855.0,72418841.0,73066403.0,74320068.0,70446537.0,70617542.0,70702388.0,72196154.0,72667920.0,73767804.0,74293081.0,75852611.0,75988987.0,77372483.0,77893532.0,79303417.0,79414983.0,80709585.0,81183462.0,82284277.0,82725964.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":3054.9987839286346,"lower_bound":3025.0356849600444,"upper_bound":3088.976835259844,"unit":"ns"},"mean":{"estimate":3137.676949690927,"lower_bound":3115.2762115752957,"upper_bound":3160.089288158325,"unit":"ns"},"median":{"estimate":3160.8817478761293,"lower_bound":3153.0130601792575,"upper_bound":3167.781690140845,"unit":"ns"},"median_abs_dev":{"estimate":30.323525079927446,"lower_bound":21.606505257243448,"upper_bound":40.5803954966435,"unit":"ns"},"slope":{"estimate":3054.9987839286346,"lower_bound":3025.0356849600444,"upper_bound":3088.976835259844,"unit":"ns"},"change":{"mean":{"estimate":0.012537818867425887,"lower_bound":0.0030662452960628643,"upper_bound":0.022779187268127533,"unit":"%"},"median":{"estimate":0.004150829758784669,"lower_bound":0.0011097097256291821,"upper_bound":0.010591485447237021,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"csiz","benchmarks":["csiz/1","csiz/10","csiz/100","csiz/1000","csiz/10000","csiz/19753","csiz/29629","csiz/44444","csiz/66666","csiz/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/csiz"} +{"reason":"benchmark-complete","id":"bhei/bhei","report_directory":"/root/fuel-core/target/criterion/reports/bhei/bhei","iteration_count":[5647,11294,16941,22588,28235,33882,39529,45176,50823,56470,62117,67764,73411,79058,84705,90352,95999,101646,107293,112940,118587,124234,129881,135528,141175,146822,152469,158116,163763,169410,175057,180704,186351,191998,197645,203292,208939,214586,220233,225880,231527,237174,242821,248468,254115,259762,265409,271056,276703,282350,287997,293644,299291,304938,310585,316232,321879,327526,333173,338820,344467,350114,355761,361408,367055,372702,378349,383996,389643,395290,400937,406584,412231,417878,423525,429172,434819,440466,446113,451760,457407,463054,468701,474348,479995,485642,491289,496936,502583,508230,513877,519524,525171,530818,536465,542112,547759,553406,559053,564700],"measured_values":[126978.0,217449.0,311437.0,436575.0,562580.0,641686.0,776641.0,806580.0,890477.0,1009271.0,1227891.0,1326546.0,1414454.0,1608800.0,1622087.0,1792741.0,1876268.0,2045785.0,1933744.0,2173769.0,2214563.0,2439011.0,2503256.0,2487411.0,2624273.0,2809729.0,2887050.0,2926661.0,3071519.0,3601896.0,3555498.0,3476917.0,3550256.0,4170159.0,3770298.0,4012511.0,3971918.0,4103471.0,4017409.0,4344627.0,4949502.0,5069991.0,4866590.0,5286202.0,5137308.0,5427038.0,5534520.0,5365934.0,5330130.0,5527114.0,5997665.0,6496399.0,6000428.0,6058053.0,6129023.0,6764285.0,6615813.0,6419126.0,6641447.0,7021596.0,6827524.0,7241556.0,7336343.0,7870991.0,7479461.0,7461315.0,7607151.0,7465443.0,7593352.0,7560529.0,7797481.0,7948423.0,8125106.0,8391189.0,8726380.0,10382291.0,9423478.0,8785089.0,9412887.0,9830210.0,9155118.0,10199546.0,9296572.0,10266886.0,9357136.0,9667394.0,10172550.0,11487288.0,10485979.0,11317084.0,10488400.0,10919623.0,10360662.0,10446654.0,10759774.0,10747857.0,11057670.0,11254759.0,12326449.0,12383491.0],"unit":"ns","throughput":[],"typical":{"estimate":20.5481911333946,"lower_bound":20.267540005979136,"upper_bound":20.83721026625153,"unit":"ns"},"mean":{"estimate":20.06057663216134,"lower_bound":19.834463708302685,"upper_bound":20.293935349278758,"unit":"ns"},"median":{"estimate":19.854124240009444,"lower_bound":19.704230986648845,"upper_bound":20.064642162870143,"unit":"ns"},"median_abs_dev":{"estimate":0.9781457575452016,"lower_bound":0.7182243023459998,"upper_bound":1.2405138678416052,"unit":"ns"},"slope":{"estimate":20.5481911333946,"lower_bound":20.267540005979136,"upper_bound":20.83721026625153,"unit":"ns"},"change":{"mean":{"estimate":0.14573910218957042,"lower_bound":0.12713435566031717,"upper_bound":0.16303578839844574,"unit":"%"},"median":{"estimate":0.14879487838164218,"lower_bound":0.13580032396884412,"upper_bound":0.16695558047481507,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"bhei","benchmarks":["bhei/bhei"],"report_directory":"/root/fuel-core/target/criterion/reports/bhei"} +{"reason":"benchmark-complete","id":"bhsh/bhsh","report_directory":"/root/fuel-core/target/criterion/reports/bhsh/bhsh","iteration_count":[5163,10326,15489,20652,25815,30978,36141,41304,46467,51630,56793,61956,67119,72282,77445,82608,87771,92934,98097,103260,108423,113586,118749,123912,129075,134238,139401,144564,149727,154890,160053,165216,170379,175542,180705,185868,191031,196194,201357,206520,211683,216846,222009,227172,232335,237498,242661,247824,252987,258150,263313,268476,273639,278802,283965,289128,294291,299454,304617,309780,314943,320106,325269,330432,335595,340758,345921,351084,356247,361410,366573,371736,376899,382062,387225,392388,397551,402714,407877,413040,418203,423366,428529,433692,438855,444018,449181,454344,459507,464670,469833,474996,480159,485322,490485,495648,500811,505974,511137,516300],"measured_values":[179363.0,310007.0,453223.0,599900.0,747181.0,893352.0,1037017.0,1175597.0,1325862.0,1478063.0,1634459.0,1772602.0,1920240.0,2068770.0,2321509.0,2401867.0,2560194.0,2653810.0,2834502.0,2957393.0,3146468.0,3266907.0,3452169.0,3545053.0,3743573.0,3867514.0,4146329.0,4184105.0,4305764.0,4394866.0,4645956.0,4830056.0,4970866.0,5005923.0,5224438.0,5316147.0,5506736.0,5608526.0,5964133.0,5937260.0,6134872.0,6281060.0,6481724.0,6535137.0,6687154.0,6818417.0,7053735.0,7112717.0,7365513.0,7494597.0,7585546.0,7694753.0,7900441.0,7978277.0,8275744.0,8339875.0,8554900.0,8624912.0,8808051.0,8986475.0,9298410.0,9129003.0,9411315.0,9418723.0,9713883.0,9745286.0,10000397.0,10051538.0,10586127.0,10364586.0,10640307.0,10656069.0,10913903.0,10939151.0,11196337.0,11267777.0,11560862.0,11599991.0,11921174.0,11893883.0,12318542.0,12248554.0,12426753.0,12499996.0,12734964.0,12778846.0,12984113.0,12978169.0,13314455.0,13308686.0,13672327.0,13950109.0,13934582.0,13845854.0,14200742.0,15303671.0,14840432.0,14649430.0,14810494.0,14783034.0],"unit":"ns","throughput":[],"typical":{"estimate":28.9788125784228,"lower_bound":28.86999600812634,"upper_bound":29.116846550225983,"unit":"ns"},"mean":{"estimate":28.994187536765043,"lower_bound":28.882474118413,"upper_bound":29.1469431815862,"unit":"ns"},"median":{"estimate":28.910450693325107,"lower_bound":28.80770596502729,"upper_bound":28.954775836218023,"unit":"ns"},"median_abs_dev":{"estimate":0.2666415310798628,"lower_bound":0.20320039432513018,"upper_bound":0.3593092447346795,"unit":"ns"},"slope":{"estimate":28.9788125784228,"lower_bound":28.86999600812634,"upper_bound":29.116846550225983,"unit":"ns"},"change":{"mean":{"estimate":0.012691701888618123,"lower_bound":0.005983801975762191,"upper_bound":0.019958568841671208,"unit":"%"},"median":{"estimate":0.008940646983652822,"lower_bound":0.0020323197285043726,"upper_bound":0.01280157022048689,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"bhsh","benchmarks":["bhsh/bhsh"],"report_directory":"/root/fuel-core/target/criterion/reports/bhsh"} +{"reason":"benchmark-complete","id":"mint/mint","report_directory":"/root/fuel-core/target/criterion/reports/mint/mint","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[402460.0,330679.0,318753.0,329896.0,326859.0,334706.0,326271.0,324759.0,326163.0,317902.0,316521.0,324605.0,326374.0,322171.0,326226.0,323041.0,324977.0,321208.0,324989.0,328036.0,325255.0,326085.0,317140.0,324361.0,327834.0,328090.0,315714.0,322109.0,316799.0,324384.0,328204.0,329289.0,323742.0,319031.0,327737.0,322670.0,316973.0,327261.0,324421.0,318645.0,324143.0,325636.0,315994.0,324461.0,323986.0,327887.0,329749.0,325362.0,324596.0,320249.0,326219.0,324682.0,324901.0,326972.0,324367.0,324123.0,325598.0,326873.0,316010.0,326577.0,325371.0,329068.0,325587.0,334894.0,318797.0,326074.0,327077.0,328622.0,325511.0,322885.0,334519.0,327377.0,326239.0,325788.0,324445.0,327622.0,323092.0,323462.0,321866.0,316046.0,314255.0,321087.0,321911.0,315051.0,326474.0,315079.0,320876.0,322733.0,325291.0,315538.0,326553.0,324554.0,325034.0,325811.0,323936.0,318284.0,322386.0,323551.0,322630.0,318602.0],"unit":"ns","throughput":[],"typical":{"estimate":324747.03,"lower_bound":323318.60975,"upper_bound":326764.3125,"unit":"ns"},"mean":{"estimate":324747.03,"lower_bound":323318.60975,"upper_bound":326764.3125,"unit":"ns"},"median":{"estimate":324643.5,"lower_bound":324143.0,"upper_bound":325436.5,"unit":"ns"},"median_abs_dev":{"estimate":3295.0784415006638,"lower_bound":2318.786358833313,"upper_bound":4273.594424128532,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008568328279679127,"lower_bound":0.0025120060392278118,"upper_bound":0.01569457102318328,"unit":"%"},"median":{"estimate":0.009790168462438187,"lower_bound":0.0060404889417831065,"upper_bound":0.013298154020596753,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"mint","benchmarks":["mint/mint"],"report_directory":"/root/fuel-core/target/criterion/reports/mint"} +{"reason":"benchmark-complete","id":"burn/burn","report_directory":"/root/fuel-core/target/criterion/reports/burn/burn","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[430289.0,363971.0,361429.0,365103.0,360896.0,361140.0,357378.0,359183.0,348887.0,364156.0,361011.0,351024.0,350485.0,358679.0,363148.0,359679.0,348186.0,359575.0,358882.0,347671.0,361333.0,360151.0,359390.0,362401.0,362274.0,350231.0,349537.0,360476.0,359324.0,359599.0,362915.0,360999.0,362442.0,361062.0,363087.0,361646.0,360996.0,361448.0,361839.0,360499.0,362376.0,361877.0,363427.0,360725.0,350955.0,388425.0,362616.0,360700.0,363784.0,361755.0,352427.0,362152.0,363082.0,362797.0,363872.0,362239.0,362233.0,362612.0,360341.0,350927.0,350909.0,360922.0,360370.0,349087.0,360680.0,362322.0,363394.0,350944.0,366509.0,361127.0,360121.0,359533.0,359942.0,358316.0,359097.0,360097.0,360528.0,359851.0,348869.0,349578.0,350201.0,359578.0,359977.0,359237.0,349417.0,350236.0,358795.0,358666.0,359303.0,360495.0,359421.0,361307.0,358875.0,349511.0,362254.0,360512.0,349814.0,348561.0,346242.0,359712.0],"unit":"ns","throughput":[],"typical":{"estimate":359560.53,"lower_bound":357985.919,"upper_bound":361563.89425,"unit":"ns"},"mean":{"estimate":359560.53,"lower_bound":357985.919,"upper_bound":361563.89425,"unit":"ns"},"median":{"estimate":360423.0,"lower_bound":359679.0,"upper_bound":360922.0,"unit":"ns"},"median_abs_dev":{"estimate":2595.29125392437,"lower_bound":1859.1803669929504,"upper_bound":3702.0521342754364,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0035237710110387344,"lower_bound":-0.003546364803697782,"upper_bound":0.01102690104674762,"unit":"%"},"median":{"estimate":0.006790654539766239,"lower_bound":0.004138858132549439,"upper_bound":0.009332460513285401,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"burn","benchmarks":["burn/burn"],"report_directory":"/root/fuel-core/target/criterion/reports/burn"} +{"reason":"benchmark-complete","id":"cb/cb","report_directory":"/root/fuel-core/target/criterion/reports/cb/cb","iteration_count":[5256,10512,15768,21024,26280,31536,36792,42048,47304,52560,57816,63072,68328,73584,78840,84096,89352,94608,99864,105120,110376,115632,120888,126144,131400,136656,141912,147168,152424,157680,162936,168192,173448,178704,183960,189216,194472,199728,204984,210240,215496,220752,226008,231264,236520,241776,247032,252288,257544,262800,268056,273312,278568,283824,289080,294336,299592,304848,310104,315360,320616,325872,331128,336384,341640,346896,352152,357408,362664,367920,373176,378432,383688,388944,394200,399456,404712,409968,415224,420480,425736,430992,436248,441504,446760,452016,457272,462528,467784,473040,478296,483552,488808,494064,499320,504576,509832,515088,520344,525600],"measured_values":[164196.0,324812.0,481211.0,615291.0,798835.0,923129.0,1116272.0,1230981.0,1414083.0,1476049.0,1719175.0,1778734.0,1987805.0,2094977.0,2216996.0,2358677.0,2526503.0,2677357.0,2761667.0,3046740.0,3054771.0,3229354.0,3465103.0,3571257.0,3638805.0,3859982.0,3974217.0,4197278.0,4239523.0,4554493.0,4421725.0,4780608.0,4805489.0,4986673.0,5041502.0,5431043.0,5436985.0,5639146.0,5641125.0,5997623.0,6104633.0,6216768.0,6265658.0,6602157.0,6511242.0,6820352.0,7007155.0,7050801.0,7315139.0,7459678.0,7636331.0,7700560.0,7789975.0,7853314.0,8300586.0,8420474.0,8507178.0,8486593.0,8711282.0,9085458.0,8827810.0,9213644.0,9397751.0,9664569.0,9728024.0,10006084.0,9863665.0,10271714.0,10098436.0,10535994.0,10534027.0,10919060.0,10885109.0,11161684.0,11202058.0,12191720.0,11275236.0,11788161.0,11675609.0,11812147.0,12596493.0,12744211.0,12737844.0,12977164.0,13257083.0,13476216.0,13218144.0,13343407.0,13605304.0,14076436.0,13840435.0,14406740.0,13984606.0,13924661.0,13737056.0,14373828.0,14165692.0,14613247.0,14948996.0,15365423.0],"unit":"ns","throughput":[],"typical":{"estimate":28.63643559351846,"lower_bound":28.45639219961189,"upper_bound":28.812192999890176,"unit":"ns"},"mean":{"estimate":28.585368758668995,"lower_bound":28.433628382518243,"upper_bound":28.744330686060586,"unit":"ns"},"median":{"estimate":28.410323854046943,"lower_bound":28.29339788141284,"upper_bound":28.6083727440748,"unit":"ns"},"median_abs_dev":{"estimate":0.6470344384883858,"lower_bound":0.4746480231447342,"upper_bound":0.8176778713762297,"unit":"ns"},"slope":{"estimate":28.63643559351846,"lower_bound":28.45639219961189,"upper_bound":28.812192999890176,"unit":"ns"},"change":{"mean":{"estimate":0.059988555403325705,"lower_bound":0.04909849108233929,"upper_bound":0.07117918530916595,"unit":"%"},"median":{"estimate":0.06352138050875622,"lower_bound":0.05506722953803389,"upper_bound":0.07721627075508453,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"cb","benchmarks":["cb/cb"],"report_directory":"/root/fuel-core/target/criterion/reports/cb"} +{"reason":"benchmark-complete","id":"tr/tr","report_directory":"/root/fuel-core/target/criterion/reports/tr/tr","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[571400.0,491660.0,504720.0,501767.0,489110.0,523085.0,489901.0,501909.0,490619.0,501370.0,503649.0,504728.0,504829.0,501956.0,502354.0,520691.0,500187.0,501564.0,492012.0,491752.0,503913.0,503579.0,502504.0,499709.0,502932.0,495560.0,507340.0,502296.0,487590.0,500093.0,488753.0,504183.0,501108.0,501023.0,503766.0,488456.0,503122.0,501749.0,500659.0,488925.0,502037.0,501875.0,501508.0,499039.0,500223.0,501918.0,501105.0,489069.0,527757.0,485257.0,500275.0,499497.0,500712.0,500104.0,500094.0,500566.0,498899.0,499810.0,498356.0,491746.0,500690.0,499266.0,499672.0,486648.0,500115.0,542418.0,503161.0,499685.0,488580.0,498816.0,495539.0,503796.0,501106.0,505792.0,502261.0,491942.0,490196.0,501299.0,503130.0,503411.0,492753.0,508899.0,502642.0,501932.0,503862.0,490841.0,503396.0,502561.0,488147.0,505949.0,504975.0,502088.0,502430.0,503584.0,502815.0,504070.0,503779.0,505426.0,504419.0,504173.0],"unit":"ns","throughput":[],"typical":{"estimate":501326.34,"lower_bound":499422.94925,"upper_bound":503575.88625,"unit":"ns"},"mean":{"estimate":501326.34,"lower_bound":499422.94925,"upper_bound":503575.88625,"unit":"ns"},"median":{"estimate":501536.0,"lower_bound":500628.0,"upper_bound":502149.0,"unit":"ns"},"median_abs_dev":{"estimate":3219.4658428430557,"lower_bound":2468.5289561748505,"upper_bound":4450.765120983124,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0034712315530023297,"lower_bound":-0.0024221278173750917,"upper_bound":0.009962849447613309,"unit":"%"},"median":{"estimate":0.004346515728459455,"lower_bound":0.0011837159081820037,"upper_bound":0.007091601354562105,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"tr","benchmarks":["tr/tr"],"report_directory":"/root/fuel-core/target/criterion/reports/tr"} +{"reason":"benchmark-complete","id":"tro/tro","report_directory":"/root/fuel-core/target/criterion/reports/tro/tro","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[371286.0,357095.0,352881.0,346674.0,356128.0,357296.0,346061.0,345563.0,382830.0,355624.0,346354.0,357996.0,356870.0,356636.0,346899.0,356772.0,355877.0,357699.0,356312.0,366545.0,350066.0,357389.0,360553.0,359200.0,358374.0,360311.0,346457.0,354603.0,346319.0,355080.0,347341.0,356528.0,347308.0,357516.0,354958.0,356082.0,356513.0,357410.0,346483.0,356159.0,354803.0,356884.0,357360.0,356161.0,356655.0,356924.0,354199.0,356083.0,356019.0,355893.0,355477.0,356179.0,355765.0,346543.0,356530.0,355287.0,345890.0,355004.0,347726.0,356460.0,356869.0,354205.0,354404.0,354745.0,354276.0,354490.0,355982.0,356161.0,357411.0,346635.0,356284.0,346265.0,345907.0,344322.0,355330.0,354822.0,345775.0,355751.0,355289.0,355076.0,356161.0,359410.0,356360.0,357016.0,357039.0,356249.0,356873.0,379233.0,356868.0,356169.0,361311.0,356154.0,350464.0,345993.0,356613.0,347849.0,349764.0,358205.0,348870.0,359178.0],"unit":"ns","throughput":[],"typical":{"estimate":354916.68,"lower_bound":353763.4165,"upper_bound":356138.9755,"unit":"ns"},"mean":{"estimate":354916.68,"lower_bound":353763.4165,"upper_bound":356138.9755,"unit":"ns"},"median":{"estimate":356082.5,"lower_bound":355330.0,"upper_bound":356249.0,"unit":"ns"},"median_abs_dev":{"estimate":1917.0017659664154,"lower_bound":1340.2703762054443,"upper_bound":2784.32275056839,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0004021298291841946,"lower_bound":-0.013142637339255792,"upper_bound":0.008618305664789442,"unit":"%"},"median":{"estimate":0.005161550751720423,"lower_bound":0.002375350487545891,"upper_bound":0.0060183629262065,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"tro","benchmarks":["tro/tro"],"report_directory":"/root/fuel-core/target/criterion/reports/tro"} +{"reason":"benchmark-complete","id":"cfsi/cfsi","report_directory":"/root/fuel-core/target/criterion/reports/cfsi/cfsi","iteration_count":[5731,11462,17193,22924,28655,34386,40117,45848,51579,57310,63041,68772,74503,80234,85965,91696,97427,103158,108889,114620,120351,126082,131813,137544,143275,149006,154737,160468,166199,171930,177661,183392,189123,194854,200585,206316,212047,217778,223509,229240,234971,240702,246433,252164,257895,263626,269357,275088,280819,286550,292281,298012,303743,309474,315205,320936,326667,332398,338129,343860,349591,355322,361053,366784,372515,378246,383977,389708,395439,401170,406901,412632,418363,424094,429825,435556,441287,447018,452749,458480,464211,469942,475673,481404,487135,492866,498597,504328,510059,515790,521521,527252,532983,538714,544445,550176,555907,561638,567369,573100],"measured_values":[151794.0,247062.0,335891.0,468456.0,586985.0,682294.0,891139.0,928417.0,1082867.0,1268435.0,1307976.0,1388328.0,1537137.0,1628051.0,1768430.0,1848456.0,2030165.0,2134254.0,2238634.0,2499608.0,2495940.0,2611240.0,2814543.0,2939012.0,3001913.0,3100332.0,3308317.0,3471452.0,3496341.0,3704510.0,3660845.0,3825628.0,3861797.0,4283112.0,4361650.0,4344178.0,4456489.0,4533955.0,4565036.0,4775817.0,4817129.0,5035402.0,5115667.0,5310661.0,5445758.0,5421458.0,5515809.0,5636313.0,5856395.0,6033713.0,6347563.0,6030256.0,6337185.0,6820140.0,6781212.0,6979532.0,7017769.0,7049893.0,7019328.0,7435384.0,7270881.0,7504532.0,7510974.0,7823402.0,7583737.0,8048895.0,8241551.0,8528510.0,8280035.0,8718164.0,8569086.0,9146523.0,8897395.0,9058124.0,9241281.0,9490942.0,9739595.0,9649090.0,9598279.0,9757835.0,9851461.0,9754699.0,9979973.0,10279128.0,10374904.0,10254023.0,10544014.0,10839844.0,10535598.0,11043601.0,11135586.0,11317207.0,11064138.0,11212858.0,11166533.0,11810517.0,11430085.0,11855778.0,11969581.0,12344848.0],"unit":"ns","throughput":[],"typical":{"estimate":21.173756819747634,"lower_bound":21.06886614522183,"upper_bound":21.2778965185578,"unit":"ns"},"mean":{"estimate":21.11473657632454,"lower_bound":20.980261214265955,"upper_bound":21.275563166823677,"unit":"ns"},"median":{"estimate":21.056174412066927,"lower_bound":20.85916887175094,"upper_bound":21.21556923913687,"unit":"ns"},"median_abs_dev":{"estimate":0.568967960594998,"lower_bound":0.4406994235231302,"upper_bound":0.6779198433602107,"unit":"ns"},"slope":{"estimate":21.173756819747634,"lower_bound":21.06886614522183,"upper_bound":21.2778965185578,"unit":"ns"},"change":{"mean":{"estimate":0.10701054808048216,"lower_bound":0.09269630013365993,"upper_bound":0.1220795612795077,"unit":"%"},"median":{"estimate":0.11616876778944674,"lower_bound":0.0974339987923542,"upper_bound":0.13168338470674978,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"cfsi","benchmarks":["cfsi/cfsi"],"report_directory":"/root/fuel-core/target/criterion/reports/cfsi"} +{"reason":"benchmark-complete","id":"croo/1","report_directory":"/root/fuel-core/target/criterion/reports/croo/1","iteration_count":[610,1220,1830,2440,3050,3660,4270,4880,5490,6100,6710,7320,7930,8540,9150,9760,10370,10980,11590,12200,12810,13420,14030,14640,15250,15860,16470,17080,17690,18300,18910,19520,20130,20740,21350,21960,22570,23180,23790,24400,25010,25620,26230,26840,27450,28060,28670,29280,29890,30500,31110,31720,32330,32940,33550,34160,34770,35380,35990,36600,37210,37820,38430,39040,39650,40260,40870,41480,42090,42700,43310,43920,44530,45140,45750,46360,46970,47580,48190,48800,49410,50020,50630,51240,51850,52460,53070,53680,54290,54900,55510,56120,56730,57340,57950,58560,59170,59780,60390,61000],"measured_values":[848907.0,1572564.0,2375320.0,3178580.0,3968363.0,4763824.0,5671619.0,6518911.0,7237771.0,7877859.0,8650517.0,9527099.0,10240028.0,11078218.0,11875062.0,12799107.0,13420028.0,14239017.0,15001276.0,15976837.0,16493049.0,17421122.0,18036459.0,19120747.0,19777013.0,20482751.0,21280694.0,22725383.0,22813056.0,23597202.0,25956489.0,25130427.0,25882618.0,26799786.0,27520764.0,28841152.0,29005530.0,30375609.0,30943051.0,31664163.0,32138726.0,32968477.0,33632894.0,35589528.0,35267575.0,36091293.0,36802917.0,38661277.0,38439143.0,39367307.0,40035599.0,40819851.0,42366076.0,43161472.0,43155873.0,45718098.0,45308960.0,45498401.0,46155975.0,47108858.0,47780685.0,49207434.0,49259774.0,50211975.0,51973702.0,51817368.0,52663695.0,53616754.0,54282925.0,55183537.0,55709154.0,56889766.0,57607743.0,58469106.0,59167230.0,59869290.0,60308607.0,61634345.0,62088262.0,62713962.0,63832001.0,65146607.0,65629727.0,66088411.0,68287850.0,68575549.0,68246002.0,69194719.0,70049414.0,71972097.0,71630565.0,73444622.0,72972885.0,74493798.0,74644197.0,75777368.0,76701873.0,77156379.0,77609962.0,78449666.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":1294.268882358214,"lower_bound":1291.9518766555657,"upper_bound":1296.8356410032043,"unit":"ns"},"mean":{"estimate":1297.8061478204118,"lower_bound":1294.7087806887216,"upper_bound":1301.392766841999,"unit":"ns"},"median":{"estimate":1292.1334851244687,"lower_bound":1290.2268749303,"upper_bound":1295.304326047359,"unit":"ns"},"median_abs_dev":{"estimate":8.725474224992002,"lower_bound":6.511591363268453,"upper_bound":11.97092025209314,"unit":"ns"},"slope":{"estimate":1294.268882358214,"lower_bound":1291.9518766555657,"upper_bound":1296.8356410032043,"unit":"ns"},"change":{"mean":{"estimate":-0.04615319828276698,"lower_bound":-0.049656018775480065,"upper_bound":-0.04280974039273855,"unit":"%"},"median":{"estimate":-0.048200303863784044,"lower_bound":-0.04993377251977149,"upper_bound":-0.04548289721209431,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"croo/10","report_directory":"/root/fuel-core/target/criterion/reports/croo/10","iteration_count":[612,1224,1836,2448,3060,3672,4284,4896,5508,6120,6732,7344,7956,8568,9180,9792,10404,11016,11628,12240,12852,13464,14076,14688,15300,15912,16524,17136,17748,18360,18972,19584,20196,20808,21420,22032,22644,23256,23868,24480,25092,25704,26316,26928,27540,28152,28764,29376,29988,30600,31212,31824,32436,33048,33660,34272,34884,35496,36108,36720,37332,37944,38556,39168,39780,40392,41004,41616,42228,42840,43452,44064,44676,45288,45900,46512,47124,47736,48348,48960,49572,50184,50796,51408,52020,52632,53244,53856,54468,55080,55692,56304,56916,57528,58140,58752,59364,59976,60588,61200],"measured_values":[907466.0,1587524.0,2381209.0,3189857.0,4223836.0,5014372.0,5558598.0,6341409.0,7148491.0,7942797.0,8723094.0,9512313.0,10388437.0,11632327.0,11857056.0,12643726.0,13483777.0,14270135.0,15575858.0,16190107.0,16565134.0,17338151.0,18185647.0,19464704.0,19748287.0,21356890.0,21347363.0,22049381.0,23085967.0,24174501.0,24473543.0,25241758.0,26062706.0,27872143.0,29106929.0,28361002.0,29207951.0,29912365.0,31069070.0,32191885.0,33208072.0,33061589.0,34241079.0,34694174.0,35560858.0,36156792.0,36984686.0,37870223.0,39863765.0,39270489.0,40178815.0,46386363.0,41992003.0,42642842.0,43392019.0,44187258.0,44931499.0,45703257.0,46787154.0,47468527.0,48422015.0,48941041.0,50230399.0,50418062.0,51402265.0,52160204.0,52986939.0,53759304.0,56054145.0,55201774.0,56112172.0,57295544.0,57725885.0,59868796.0,59313291.0,60661662.0,61621931.0,61533609.0,62428514.0,63314351.0,64309820.0,64578092.0,65667031.0,66083601.0,67019482.0,67948452.0,69997244.0,69275001.0,70175077.0,70834421.0,71760113.0,72953851.0,73238817.0,74399875.0,75227051.0,77062246.0,76455205.0,77152601.0,79237674.0,78652735.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":1296.310191466469,"lower_bound":1293.068053284488,"upper_bound":1300.4545372030295,"unit":"ns"},"mean":{"estimate":1303.0833522950686,"lower_bound":1297.6951826342133,"upper_bound":1309.5109588693424,"unit":"ns"},"median":{"estimate":1292.233427958248,"lower_bound":1291.2439360929557,"upper_bound":1295.4815288434215,"unit":"ns"},"median_abs_dev":{"estimate":7.112372162388024,"lower_bound":5.471162200254402,"upper_bound":10.669421015860316,"unit":"ns"},"slope":{"estimate":1296.310191466469,"lower_bound":1293.068053284488,"upper_bound":1300.4545372030295,"unit":"ns"},"change":{"mean":{"estimate":-0.04718160214523148,"lower_bound":-0.05393217692758059,"upper_bound":-0.041498905696975924,"unit":"%"},"median":{"estimate":-0.05287735211081801,"lower_bound":-0.055098255887283676,"upper_bound":-0.049767068512286405,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"croo/100","report_directory":"/root/fuel-core/target/criterion/reports/croo/100","iteration_count":[511,1022,1533,2044,2555,3066,3577,4088,4599,5110,5621,6132,6643,7154,7665,8176,8687,9198,9709,10220,10731,11242,11753,12264,12775,13286,13797,14308,14819,15330,15841,16352,16863,17374,17885,18396,18907,19418,19929,20440,20951,21462,21973,22484,22995,23506,24017,24528,25039,25550,26061,26572,27083,27594,28105,28616,29127,29638,30149,30660,31171,31682,32193,32704,33215,33726,34237,34748,35259,35770,36281,36792,37303,37814,38325,38836,39347,39858,40369,40880,41391,41902,42413,42924,43435,43946,44457,44968,45479,45990,46501,47012,47523,48034,48545,49056,49567,50078,50589,51100],"measured_values":[982750.0,1698178.0,2561042.0,3408853.0,4287414.0,5106046.0,5962476.0,6774845.0,7878092.0,8343222.0,9189331.0,9945861.0,10865762.0,11629298.0,12485472.0,13204019.0,14132507.0,15030608.0,15771912.0,16986671.0,17505331.0,18204222.0,19628392.0,19730935.0,21063761.0,21410398.0,22363960.0,22980619.0,23910111.0,24870387.0,26179212.0,26263052.0,27279660.0,28060680.0,28895367.0,29596443.0,30572470.0,31316046.0,32113314.0,32851183.0,34713090.0,34762094.0,35515477.0,36184608.0,37191428.0,37903704.0,38824398.0,39391767.0,40526308.0,41410122.0,42431890.0,42712385.0,44191016.0,44688233.0,45617686.0,46291181.0,47295296.0,48604740.0,50086917.0,49667511.0,50599803.0,52387420.0,52212649.0,52601045.0,53773702.0,54492073.0,55494145.0,56035125.0,56981676.0,57777865.0,58710204.0,59230131.0,60295371.0,61009038.0,61978536.0,62353414.0,63442950.0,64270270.0,65375900.0,66692913.0,66774154.0,67491858.0,68665204.0,69586067.0,70454109.0,72469754.0,72015377.0,72330977.0,73685440.0,74214002.0,75107045.0,75652200.0,76764342.0,77350890.0,78560902.0,78924358.0,80148372.0,80991289.0,82671122.0,82319914.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":1618.8217990264138,"lower_bound":1616.4459849023438,"upper_bound":1621.5831605102455,"unit":"ns"},"mean":{"estimate":1628.4645677712124,"lower_bound":1622.6330423522154,"upper_bound":1636.3508805246452,"unit":"ns"},"median":{"estimate":1618.9621697991724,"lower_bound":1616.9921193208863,"upper_bound":1620.8822326722552,"unit":"ns"},"median_abs_dev":{"estimate":9.671863420525224,"lower_bound":6.771310821262649,"upper_bound":14.198480314838886,"unit":"ns"},"slope":{"estimate":1618.8217990264138,"lower_bound":1616.4459849023438,"upper_bound":1621.5831605102455,"unit":"ns"},"change":{"mean":{"estimate":-0.017650288543366144,"lower_bound":-0.02161164560176377,"upper_bound":-0.01278183018787758,"unit":"%"},"median":{"estimate":-0.020940956309022263,"lower_bound":-0.02248482635758131,"upper_bound":-0.01942597492101128,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"croo/1000","report_directory":"/root/fuel-core/target/criterion/reports/croo/1000","iteration_count":[191,382,573,764,955,1146,1337,1528,1719,1910,2101,2292,2483,2674,2865,3056,3247,3438,3629,3820,4011,4202,4393,4584,4775,4966,5157,5348,5539,5730,5921,6112,6303,6494,6685,6876,7067,7258,7449,7640,7831,8022,8213,8404,8595,8786,8977,9168,9359,9550,9741,9932,10123,10314,10505,10696,10887,11078,11269,11460,11651,11842,12033,12224,12415,12606,12797,12988,13179,13370,13561,13752,13943,14134,14325,14516,14707,14898,15089,15280,15471,15662,15853,16044,16235,16426,16617,16808,16999,17190,17381,17572,17763,17954,18145,18336,18527,18718,18909,19100],"measured_values":[983364.0,1866792.0,2834833.0,3733690.0,4698093.0,5700415.0,6534524.0,7463020.0,8409115.0,9345528.0,10717639.0,11227489.0,12346388.0,13077973.0,14021777.0,15044378.0,15943066.0,16818353.0,17790093.0,18663880.0,19620751.0,20889322.0,21566085.0,22404754.0,23735844.0,24472724.0,25350589.0,26146324.0,27117828.0,28493836.0,28983610.0,29862178.0,30849158.0,31853156.0,32964701.0,33580245.0,34850585.0,35784936.0,36448579.0,37541419.0,38298158.0,39283234.0,40135196.0,41088541.0,42063216.0,43032107.0,43940061.0,45021047.0,45886581.0,46745839.0,47665135.0,48574471.0,49533373.0,50710147.0,51351492.0,52298903.0,53457765.0,54215620.0,55456240.0,56026349.0,57018687.0,58009492.0,58886698.0,59819957.0,60965542.0,61776197.0,62757921.0,63509838.0,64486890.0,65466465.0,66847304.0,67246203.0,68215155.0,69153743.0,70068312.0,71002256.0,71943109.0,73117974.0,74133523.0,74691081.0,75720585.0,76652651.0,77659512.0,78425005.0,79350991.0,80736802.0,81357924.0,82540974.0,83133310.0,84101713.0,85312521.0,85867791.0,87104691.0,87998198.0,88734677.0,89702807.0,90648767.0,91534274.0,92564641.0,93351340.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":4897.834513797711,"lower_bound":4895.527771248934,"upper_bound":4900.421573413764,"unit":"ns"},"mean":{"estimate":4907.090382630941,"lower_bound":4900.666651052925,"upper_bound":4915.130482766068,"unit":"ns"},"median":{"estimate":4894.268230016506,"lower_bound":4893.119260245028,"upper_bound":4897.161783356639,"unit":"ns"},"median_abs_dev":{"estimate":8.959485374617767,"lower_bound":5.763150377992187,"upper_bound":12.618127445633464,"unit":"ns"},"slope":{"estimate":4897.834513797711,"lower_bound":4895.527771248934,"upper_bound":4900.421573413764,"unit":"ns"},"change":{"mean":{"estimate":-0.010511714481189594,"lower_bound":-0.014778701050504333,"upper_bound":-0.007145907713847786,"unit":"%"},"median":{"estimate":-0.008979517631309775,"lower_bound":-0.010384528102663992,"upper_bound":-0.008027025040064806,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/10000","report_directory":"/root/fuel-core/target/criterion/reports/croo/10000","iteration_count":[25,50,75,100,125,150,175,200,225,250,275,300,325,350,375,400,425,450,475,500,525,550,575,600,625,650,675,700,725,750,775,800,825,850,875,900,925,950,975,1000,1025,1050,1075,1100,1125,1150,1175,1200,1225,1250,1275,1300,1325,1350,1375,1400,1425,1450,1475,1500,1525,1550,1575,1600,1625,1650,1675,1700,1725,1750,1775,1800,1825,1850,1875,1900,1925,1950,1975,2000,2025,2050,2075,2100,2125,2150,2175,2200,2225,2250,2275,2300,2325,2350,2375,2400,2425,2450,2475,2500],"measured_values":[1035602.0,1979022.0,2994664.0,4011489.0,4970625.0,5993883.0,6947710.0,7937088.0,8892083.0,9890384.0,10901393.0,11917524.0,12848788.0,13873645.0,14853203.0,15844582.0,16864835.0,17796716.0,18808272.0,19770366.0,20791063.0,21807973.0,22735790.0,23755515.0,24742183.0,26164082.0,26957077.0,27706099.0,28695671.0,29745448.0,30673585.0,31682608.0,32676597.0,33643184.0,34646936.0,35671917.0,36630825.0,37823339.0,38659531.0,39576492.0,40663759.0,41746961.0,42556517.0,43553007.0,44709123.0,45612686.0,46518494.0,47556645.0,48484604.0,49495764.0,50491090.0,51500472.0,52781806.0,53464531.0,54442773.0,55454214.0,56397313.0,57421514.0,58392871.0,59392901.0,60420864.0,61398384.0,62443957.0,63376607.0,64329062.0,65357711.0,66361367.0,67312191.0,68281442.0,69289995.0,70252206.0,71386776.0,72272240.0,73266880.0,74204220.0,75265734.0,76223401.0,77328395.0,78218159.0,79218087.0,80146797.0,81161111.0,82122375.0,83092019.0,84201896.0,85159076.0,86094606.0,87108282.0,88072219.0,89220101.0,90114072.0,91031433.0,92106983.0,93038659.0,94027409.0,95011401.0,95992366.0,97006315.0,98006800.0,99120404.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":39609.34445018472,"lower_bound":39601.64852812465,"upper_bound":39618.37260815627,"unit":"ns"},"mean":{"estimate":39653.70985831579,"lower_bound":39620.33945560812,"upper_bound":39700.5214551731,"unit":"ns"},"median":{"estimate":39601.626079582515,"lower_bound":39595.406470588234,"upper_bound":39610.15285714286,"unit":"ns"},"median_abs_dev":{"estimate":29.502767279495725,"lower_bound":20.284397978031127,"upper_bound":43.55126467508846,"unit":"ns"},"slope":{"estimate":39609.34445018472,"lower_bound":39601.64852812465,"upper_bound":39618.37260815627,"unit":"ns"},"change":{"mean":{"estimate":0.0007421471109476663,"lower_bound":-0.001031286127796321,"upper_bound":0.0023121006665613726,"unit":"%"},"median":{"estimate":0.0006508425857434386,"lower_bound":0.00044060879188328496,"upper_bound":0.0009489329425711457,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/19753","report_directory":"/root/fuel-core/target/criterion/reports/croo/19753","iteration_count":[13,26,39,52,65,78,91,104,117,130,143,156,169,182,195,208,221,234,247,260,273,286,299,312,325,338,351,364,377,390,403,416,429,442,455,468,481,494,507,520,533,546,559,572,585,598,611,624,637,650,663,676,689,702,715,728,741,754,767,780,793,806,819,832,845,858,871,884,897,910,923,936,949,962,975,988,1001,1014,1027,1040,1053,1066,1079,1092,1105,1118,1131,1144,1157,1170,1183,1196,1209,1222,1235,1248,1261,1274,1287,1300],"measured_values":[1107520.0,2044198.0,3068192.0,4092761.0,5114434.0,6164666.0,7186888.0,8211221.0,9233383.0,10256129.0,11300629.0,12446413.0,13323771.0,14318302.0,15421246.0,16532459.0,17390916.0,18458091.0,19434293.0,20479303.0,21504778.0,22519694.0,23560103.0,24603098.0,25573538.0,26605966.0,27646442.0,28656645.0,29742628.0,30691742.0,31756894.0,32747795.0,33939519.0,34779911.0,35907683.0,36860460.0,37876968.0,38876664.0,39961710.0,40931878.0,41992864.0,43121815.0,44062661.0,45018578.0,46061248.0,47098719.0,48087329.0,49206868.0,50168430.0,51209670.0,52187615.0,53197357.0,54262695.0,55397335.0,56283995.0,57291792.0,58407708.0,59362906.0,60403878.0,61429508.0,62617573.0,63456977.0,64470911.0,65595153.0,66528020.0,67511333.0,68599925.0,69597360.0,70622210.0,71653409.0,72632547.0,73780364.0,74766258.0,75675814.0,76910736.0,77825727.0,78801866.0,79829336.0,80835710.0,81868893.0,82913354.0,84004683.0,84952409.0,85979298.0,87040171.0,88249521.0,89239423.0,90191251.0,91110009.0,92145476.0,93085153.0,94125573.0,95132777.0,96334900.0,97296898.0,98262726.0,99247593.0,100419508.0,101670771.0,102449878.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":78775.44257448477,"lower_bound":78755.05976425305,"upper_bound":78797.85057666468,"unit":"ns"},"mean":{"estimate":78864.9422511969,"lower_bound":78778.91218639704,"upper_bound":79012.54508680064,"unit":"ns"},"median":{"estimate":78756.2982905983,"lower_bound":78736.15865384616,"upper_bound":78776.14944034294,"unit":"ns"},"median_abs_dev":{"estimate":81.26025722939717,"lower_bound":54.706567044971585,"upper_bound":102.1461750668843,"unit":"ns"},"slope":{"estimate":78775.44257448477,"lower_bound":78755.05976425305,"upper_bound":78797.85057666468,"unit":"ns"},"change":{"mean":{"estimate":0.0020454081106295874,"lower_bound":-0.002318347079826413,"upper_bound":0.005337709124988332,"unit":"%"},"median":{"estimate":0.004653706866953211,"lower_bound":0.004252641559279624,"upper_bound":0.004957917646375654,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/29629","report_directory":"/root/fuel-core/target/criterion/reports/croo/29629","iteration_count":[9,18,27,36,45,54,63,72,81,90,99,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900],"measured_values":[1067390.0,2101838.0,3187259.0,4206611.0,5260899.0,6307581.0,7364231.0,8440001.0,9466701.0,10512179.0,11594282.0,12645000.0,13699832.0,14743475.0,15838634.0,16969905.0,17877263.0,18948913.0,20003152.0,21082214.0,22088997.0,23153784.0,24236991.0,25223464.0,26306455.0,27346392.0,28418152.0,29523902.0,30492652.0,31620257.0,32709311.0,33665098.0,34747259.0,35786728.0,36821429.0,37898648.0,38934570.0,39968956.0,41060655.0,42062885.0,43158131.0,44189531.0,45442807.0,46329687.0,47326875.0,48600161.0,49492803.0,50506339.0,52192369.0,52599567.0,53662579.0,54853663.0,55820373.0,56832325.0,57851329.0,59182005.0,60149085.0,60998993.0,62187881.0,63137808.0,64324821.0,65260502.0,66334363.0,67439531.0,68388543.0,69413814.0,70546214.0,71590211.0,72628119.0,73619348.0,74723901.0,75797676.0,76829538.0,77845001.0,79167948.0,80155022.0,81245313.0,82173314.0,83373081.0,84230097.0,85308633.0,86300791.0,87406316.0,88386438.0,89439415.0,90490476.0,91665541.0,92799604.0,93743473.0,94845048.0,95793348.0,96846809.0,97860753.0,98925555.0,99963155.0,101081749.0,102267216.0,103194313.0,104363324.0,105237332.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":117023.72466545162,"lower_bound":116991.1807324569,"upper_bound":117060.9586869496,"unit":"ns"},"mean":{"estimate":117048.72655478465,"lower_bound":116998.10712185253,"upper_bound":117107.78649389399,"unit":"ns"},"median":{"estimate":116969.86728395062,"lower_bound":116938.94032921811,"upper_bound":116994.13804713805,"unit":"ns"},"median_abs_dev":{"estimate":124.10993777458626,"lower_bound":80.21906755018892,"upper_bound":165.4500867933244,"unit":"ns"},"slope":{"estimate":117023.72466545162,"lower_bound":116991.1807324569,"upper_bound":117060.9586869496,"unit":"ns"},"change":{"mean":{"estimate":0.004879588854860284,"lower_bound":0.0035806336825118584,"upper_bound":0.0058803959699626355,"unit":"%"},"median":{"estimate":0.005415098976946586,"lower_bound":0.005025820180655622,"upper_bound":0.005724193599135896,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/44444","report_directory":"/root/fuel-core/target/criterion/reports/croo/44444","iteration_count":[6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,96,102,108,114,120,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,222,228,234,240,246,252,258,264,270,276,282,288,294,300,306,312,318,324,330,336,342,348,354,360,366,372,378,384,390,396,402,408,414,420,426,432,438,444,450,456,462,468,474,480,486,492,498,504,510,516,522,528,534,540,546,552,558,564,570,576,582,588,594,600],"measured_values":[1112184.0,2125344.0,3246592.0,4275615.0,5305735.0,6369468.0,7466074.0,8519622.0,9577540.0,10612899.0,11673097.0,12760031.0,13794865.0,14858743.0,15947089.0,16981586.0,18070746.0,19140592.0,20306158.0,21305204.0,22313435.0,23408076.0,24366489.0,25483544.0,26533304.0,27571526.0,28666342.0,29704313.0,30846528.0,31841174.0,32877964.0,33959435.0,34991996.0,36099755.0,37173840.0,38157009.0,39293387.0,40307552.0,41384187.0,42440848.0,43665704.0,44519035.0,45623776.0,46761244.0,47742577.0,48792676.0,50114648.0,50969759.0,52013656.0,53009544.0,54086066.0,55184037.0,56209613.0,57422866.0,58352271.0,59404358.0,60474072.0,62146049.0,62685018.0,63720395.0,64779853.0,65888546.0,67237017.0,68043344.0,69024778.0,70049188.0,71060542.0,72188353.0,73435148.0,74221088.0,75387757.0,76313612.0,77465994.0,78482936.0,79609135.0,80648383.0,81919173.0,82794808.0,83885770.0,84780155.0,86077984.0,86975229.0,87990867.0,89181786.0,90158657.0,92082453.0,92411964.0,93353948.0,94587503.0,95629179.0,96514670.0,97780087.0,98848370.0,99741624.0,100796854.0,101963967.0,102981696.0,103636611.0,104991875.0,105785867.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":176957.04685384958,"lower_bound":176861.42364331352,"upper_bound":177065.45929115062,"unit":"ns"},"mean":{"estimate":177135.67060331404,"lower_bound":176981.46814863864,"upper_bound":177352.7006516777,"unit":"ns"},"median":{"estimate":176923.4319727891,"lower_bound":176872.05729166666,"upper_bound":176978.32986111112,"unit":"ns"},"median_abs_dev":{"estimate":231.69454207324037,"lower_bound":155.51693408113005,"upper_bound":281.940032445887,"unit":"ns"},"slope":{"estimate":176957.04685384958,"lower_bound":176861.42364331352,"upper_bound":177065.45929115062,"unit":"ns"},"change":{"mean":{"estimate":0.009954818199787274,"lower_bound":0.00847070954341797,"upper_bound":0.011424148336771122,"unit":"%"},"median":{"estimate":0.009707830250131222,"lower_bound":0.00928856879626272,"upper_bound":0.010165213275914686,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/66666","report_directory":"/root/fuel-core/target/criterion/reports/croo/66666","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1112003.0,2109152.0,3195520.0,4219968.0,5277118.0,6350396.0,7386573.0,8439974.0,9493372.0,10578214.0,11603285.0,12658544.0,13746959.0,14797285.0,15826019.0,16913784.0,17967632.0,19048500.0,20091153.0,21099109.0,22186489.0,23206452.0,24301272.0,25377724.0,26403806.0,27425928.0,28562381.0,29567625.0,30670646.0,31678923.0,32825188.0,33815508.0,34837505.0,35938654.0,36952417.0,38049844.0,39094516.0,40114940.0,41185414.0,42396877.0,43369503.0,44516337.0,45418204.0,47244797.0,47494242.0,48625678.0,49638679.0,50776008.0,51718221.0,52865941.0,53827333.0,54971690.0,56229125.0,57072011.0,58143100.0,59176513.0,60211941.0,61234010.0,62509564.0,63349974.0,64457996.0,65533520.0,66536295.0,67572227.0,68658355.0,69668713.0,70753346.0,71819695.0,72838337.0,73918348.0,75039356.0,76017949.0,77268972.0,78173995.0,79406647.0,80302192.0,81412746.0,82430247.0,83440237.0,84495774.0,85579022.0,86563913.0,87654567.0,88670021.0,89892525.0,90788483.0,91833912.0,92935529.0,93969763.0,95003138.0,96023159.0,97145456.0,98377723.0,99332244.0,100277010.0,101683733.0,102656822.0,103479221.0,104473415.0,105558888.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":264157.15991650656,"lower_bound":264074.75329652947,"upper_bound":264254.2336746678,"unit":"ns"},"mean":{"estimate":264338.55115503387,"lower_bound":264121.5868459288,"upper_bound":264677.6513922896,"unit":"ns"},"median":{"estimate":264064.9608676208,"lower_bound":264009.0641025641,"upper_bound":264180.86160714284,"unit":"ns"},"median_abs_dev":{"estimate":261.30942406562906,"lower_bound":212.20169985028252,"upper_bound":363.88279002482676,"unit":"ns"},"slope":{"estimate":264157.15991650656,"lower_bound":264074.75329652947,"upper_bound":264254.2336746678,"unit":"ns"},"change":{"mean":{"estimate":0.0060312506695647805,"lower_bound":0.004859725523632514,"upper_bound":0.007449154110775102,"unit":"%"},"median":{"estimate":0.005862345134921343,"lower_bound":0.005513261441367767,"upper_bound":0.006421190460951021,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"croo/100000","report_directory":"/root/fuel-core/target/criterion/reports/croo/100000","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1234112.0,2371796.0,3589627.0,4747217.0,5934123.0,7118922.0,8334714.0,9495029.0,10681629.0,11892703.0,13078569.0,14243662.0,15452127.0,16614910.0,17825141.0,18985639.0,20198109.0,21427175.0,22597285.0,23760687.0,24917716.0,26164015.0,27317585.0,28597932.0,29753363.0,31011048.0,32203441.0,33280405.0,34439668.0,35627611.0,36814436.0,38045034.0,39214279.0,40398057.0,41614535.0,42741060.0,43975034.0,45142217.0,46302697.0,47517696.0,48676828.0,49967364.0,51048943.0,52236939.0,53542938.0,54656479.0,55848831.0,57128663.0,58286217.0,59441307.0,60570257.0,61878772.0,62989732.0,64130885.0,65319073.0,66579893.0,67719989.0,68847219.0,70110842.0,71251614.0,72498063.0,73652746.0,74976269.0,76670036.0,77269983.0,78389078.0,79695289.0,80881336.0,81976264.0,83240105.0,84330992.0,85541742.0,86788190.0,87879196.0,89249601.0,90358047.0,91440050.0,92677561.0,93974678.0,94979389.0,96400131.0,97398309.0,98584725.0,99781002.0,101022055.0,102352620.0,103615576.0,104530718.0,105978248.0,106899984.0,108168348.0,109269739.0,110817847.0,111549884.0,112893138.0,113945870.0,115179698.0,116273111.0,117492770.0,118643939.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":396158.1511363972,"lower_bound":396024.3922481754,"upper_bound":396311.5276188373,"unit":"ns"},"mean":{"estimate":396342.08647332614,"lower_bound":396102.50697714416,"upper_bound":396716.5746154315,"unit":"ns"},"median":{"estimate":396058.6676721971,"lower_bound":395956.35714285716,"upper_bound":396167.878083001,"unit":"ns"},"median_abs_dev":{"estimate":428.7302590551577,"lower_bound":307.1816019285063,"upper_bound":557.9684444530684,"unit":"ns"},"slope":{"estimate":396158.1511363972,"lower_bound":396024.3922481754,"upper_bound":396311.5276188373,"unit":"ns"},"change":{"mean":{"estimate":0.0069930591998619285,"lower_bound":0.005197658914473447,"upper_bound":0.008514065663297354,"unit":"%"},"median":{"estimate":0.008426042423344882,"lower_bound":0.007905600378574684,"upper_bound":0.008785274136209187,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"croo","benchmarks":["croo/1","croo/10","croo/100","croo/1000","croo/10000","croo/19753","croo/29629","croo/44444","croo/66666","croo/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/croo"} +{"reason":"benchmark-complete","id":"flag/flag","report_directory":"/root/fuel-core/target/criterion/reports/flag/flag","iteration_count":[5622,11244,16866,22488,28110,33732,39354,44976,50598,56220,61842,67464,73086,78708,84330,89952,95574,101196,106818,112440,118062,123684,129306,134928,140550,146172,151794,157416,163038,168660,174282,179904,185526,191148,196770,202392,208014,213636,219258,224880,230502,236124,241746,247368,252990,258612,264234,269856,275478,281100,286722,292344,297966,303588,309210,314832,320454,326076,331698,337320,342942,348564,354186,359808,365430,371052,376674,382296,387918,393540,399162,404784,410406,416028,421650,427272,432894,438516,444138,449760,455382,461004,466626,472248,477870,483492,489114,494736,500358,505980,511602,517224,522846,528468,534090,539712,545334,550956,556578,562200],"measured_values":[123014.0,240854.0,298655.0,473582.0,492300.0,681170.0,754181.0,1009517.0,1089792.0,1250291.0,1200374.0,1253745.0,1422124.0,1770090.0,1513641.0,1732207.0,1912790.0,2174325.0,1949980.0,2377726.0,2483728.0,2741663.0,2521682.0,2905012.0,2650363.0,3136885.0,3150328.0,3363369.0,2940246.0,3531295.0,3442367.0,3891327.0,3862969.0,4047362.0,3966732.0,4275930.0,4069077.0,4506182.0,4173071.0,4594480.0,4574959.0,4753521.0,4559280.0,4748099.0,4715956.0,5031730.0,4724468.0,5233071.0,5197883.0,5244722.0,5220623.0,5514888.0,5814322.0,5912429.0,5611083.0,6033004.0,5803555.0,7103432.0,6505235.0,7213288.0,6851524.0,6850676.0,7166033.0,6812536.0,7001723.0,6764893.0,7001093.0,7230741.0,7357393.0,7504914.0,7690664.0,8237162.0,7934669.0,8779232.0,8646796.0,9317295.0,9128589.0,8497988.0,8741571.0,8965044.0,9028528.0,9289358.0,9276383.0,9517047.0,9585011.0,10340822.0,10238599.0,10857259.0,10861215.0,10354841.0,9962509.0,10295253.0,9789216.0,9967646.0,10156845.0,10359897.0,10711452.0,11463354.0,11787454.0,11734509.0],"unit":"ns","throughput":[],"typical":{"estimate":19.950709468707267,"lower_bound":19.694910470254,"upper_bound":20.20700509716309,"unit":"ns"},"mean":{"estimate":19.97183179281178,"lower_bound":19.73742210107642,"upper_bound":20.210064586248606,"unit":"ns"},"median":{"estimate":19.83703970967928,"lower_bound":19.475173590524,"upper_bound":20.15475397176597,"unit":"ns"},"median_abs_dev":{"estimate":1.439543595656356,"lower_bound":0.9587564993333938,"upper_bound":1.6745528674926957,"unit":"ns"},"slope":{"estimate":19.950709468707267,"lower_bound":19.694910470254,"upper_bound":20.20700509716309,"unit":"ns"},"change":{"mean":{"estimate":0.06817489770695584,"lower_bound":0.050008396346723716,"upper_bound":0.08661634617935687,"unit":"%"},"median":{"estimate":0.07542526426635887,"lower_bound":0.05129456296219437,"upper_bound":0.09979791929021276,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"flag","benchmarks":["flag/flag"],"report_directory":"/root/fuel-core/target/criterion/reports/flag"} +{"reason":"benchmark-complete","id":"gm/gm","report_directory":"/root/fuel-core/target/criterion/reports/gm/gm","iteration_count":[5201,10402,15603,20804,26005,31206,36407,41608,46809,52010,57211,62412,67613,72814,78015,83216,88417,93618,98819,104020,109221,114422,119623,124824,130025,135226,140427,145628,150829,156030,161231,166432,171633,176834,182035,187236,192437,197638,202839,208040,213241,218442,223643,228844,234045,239246,244447,249648,254849,260050,265251,270452,275653,280854,286055,291256,296457,301658,306859,312060,317261,322462,327663,332864,338065,343266,348467,353668,358869,364070,369271,374472,379673,384874,390075,395276,400477,405678,410879,416080,421281,426482,431683,436884,442085,447286,452487,457688,462889,468090,473291,478492,483693,488894,494095,499296,504497,509698,514899,520100],"measured_values":[120198.0,252384.0,385212.0,448213.0,561429.0,713246.0,788310.0,910642.0,1056855.0,1198858.0,1276573.0,1349237.0,1470961.0,1611898.0,1771612.0,1822995.0,2056150.0,2103021.0,2080510.0,2178252.0,2517167.0,2638677.0,2633140.0,2781516.0,2935789.0,2945837.0,3175363.0,3098703.0,3293363.0,3505252.0,3540441.0,3696486.0,3803390.0,3964318.0,3858448.0,4128397.0,4514898.0,4555281.0,4317316.0,4534410.0,4676549.0,4873264.0,5030094.0,5136918.0,5223227.0,5161604.0,5497860.0,5510982.0,5851143.0,5759410.0,6101029.0,5823739.0,6325319.0,6474143.0,6649877.0,6225618.0,6466077.0,6723129.0,6673350.0,6963195.0,7248363.0,7613812.0,7610573.0,7219066.0,7350894.0,7633990.0,8584234.0,7998824.0,8494530.0,8226964.0,8135848.0,8167738.0,8325588.0,8681782.0,8557582.0,8412873.0,8926149.0,8880139.0,9370896.0,9069443.0,9736417.0,9527429.0,9584161.0,9759808.0,10096815.0,10160008.0,10092856.0,10084501.0,10126408.0,10294171.0,10253042.0,10491664.0,10889477.0,10518988.0,10911284.0,11301794.0,11894032.0,11560987.0,11807415.0,11131971.0],"unit":"ns","throughput":[],"typical":{"estimate":22.33592604234553,"lower_bound":22.176162102896274,"upper_bound":22.50305263345529,"unit":"ns"},"mean":{"estimate":22.338626373140524,"lower_bound":22.201232137292486,"upper_bound":22.480988253212345,"unit":"ns"},"median":{"estimate":22.288024440337658,"lower_bound":22.066267592489524,"upper_bound":22.447247906871056,"unit":"ns"},"median_abs_dev":{"estimate":0.6891315231415764,"lower_bound":0.5180202534701706,"upper_bound":0.8295828291070303,"unit":"ns"},"slope":{"estimate":22.33592604234553,"lower_bound":22.176162102896274,"upper_bound":22.50305263345529,"unit":"ns"},"change":{"mean":{"estimate":0.06431794984118366,"lower_bound":0.053805523776703404,"upper_bound":0.07488248438855744,"unit":"%"},"median":{"estimate":0.07430200321437508,"lower_bound":0.06260700416687959,"upper_bound":0.08305446878089096,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"gm","benchmarks":["gm/gm"],"report_directory":"/root/fuel-core/target/criterion/reports/gm"} +{"reason":"benchmark-complete","id":"smo/1","report_directory":"/root/fuel-core/target/criterion/reports/smo/1","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[430773.0,359802.0,360613.0,358072.0,360063.0,358131.0,356641.0,357975.0,355817.0,356477.0,347249.0,356403.0,357000.0,355941.0,360066.0,349868.0,357674.0,348147.0,391214.0,350549.0,358754.0,358971.0,348588.0,351125.0,358456.0,358446.0,357232.0,358590.0,357099.0,350399.0,357759.0,356547.0,358403.0,347547.0,349331.0,348061.0,356518.0,356766.0,354839.0,346889.0,356909.0,356864.0,360211.0,358509.0,350773.0,357835.0,356699.0,358387.0,357212.0,357576.0,356732.0,355997.0,358891.0,358516.0,416158.0,350524.0,358175.0,357580.0,347833.0,350026.0,348181.0,356945.0,358811.0,355040.0,356042.0,355940.0,355794.0,346818.0,355309.0,356284.0,345693.0,355007.0,344578.0,356652.0,355549.0,355024.0,358414.0,354750.0,347496.0,357059.0,345759.0,359489.0,358641.0,358031.0,360834.0,358671.0,356068.0,347963.0,356606.0,346213.0,348339.0,354877.0,346475.0,345874.0,355710.0,354391.0,354455.0,355358.0,347118.0,355074.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":356415.34,"lower_bound":354489.71325,"upper_bound":358830.09925,"unit":"ns"},"mean":{"estimate":356415.34,"lower_bound":354489.71325,"upper_bound":358830.09925,"unit":"ns"},"median":{"estimate":356497.5,"lower_bound":355763.5,"upper_bound":356909.0,"unit":"ns"},"median_abs_dev":{"estimate":2865.124449133873,"lower_bound":2245.397660136223,"upper_bound":4189.827525615692,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.014244455972615588,"lower_bound":0.0063515425461148165,"upper_bound":0.02223012815585232,"unit":"%"},"median":{"estimate":0.014272464229929893,"lower_bound":0.011127605923926476,"upper_bound":0.017446952988807052,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/10","report_directory":"/root/fuel-core/target/criterion/reports/smo/10","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[398409.0,355492.0,354306.0,355042.0,345530.0,354700.0,343820.0,354054.0,354819.0,354324.0,355615.0,425410.0,360216.0,357880.0,358403.0,357746.0,348842.0,348452.0,355736.0,362612.0,345930.0,356020.0,359429.0,355364.0,345601.0,347289.0,356670.0,356574.0,354490.0,357555.0,356417.0,356474.0,355920.0,354939.0,356065.0,347673.0,356044.0,357617.0,356444.0,425931.0,353643.0,358643.0,346740.0,358440.0,354853.0,355829.0,353586.0,355636.0,346151.0,381267.0,347694.0,357275.0,355817.0,347628.0,349873.0,356665.0,356678.0,357244.0,355060.0,349163.0,359734.0,355955.0,356879.0,356690.0,348945.0,348247.0,347061.0,356600.0,349589.0,356444.0,348087.0,354001.0,356192.0,356331.0,346604.0,356844.0,355563.0,356008.0,354871.0,348591.0,358576.0,356569.0,356850.0,359151.0,355536.0,349179.0,348246.0,356786.0,356235.0,348104.0,356042.0,355754.0,357265.0,350490.0,356981.0,357715.0,358457.0,359707.0,347890.0,359695.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":356322.03,"lower_bound":354255.33875000005,"upper_bound":358904.29325000005,"unit":"ns"},"mean":{"estimate":356322.03,"lower_bound":354255.33875000005,"upper_bound":358904.29325000005,"unit":"ns"},"median":{"estimate":355874.5,"lower_bound":355276.0,"upper_bound":356331.0,"unit":"ns"},"median_abs_dev":{"estimate":2537.469854950905,"lower_bound":1638.2729709148407,"upper_bound":4069.7369277477264,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.016038703463072013,"lower_bound":0.007760739657816857,"upper_bound":0.025950400932206224,"unit":"%"},"median":{"estimate":0.015478670281067197,"lower_bound":0.011130518752041407,"upper_bound":0.01869521238316385,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/100","report_directory":"/root/fuel-core/target/criterion/reports/smo/100","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[411238.0,356307.0,358075.0,357788.0,355442.0,357524.0,354472.0,344323.0,357947.0,356635.0,351169.0,356465.0,346689.0,356739.0,344867.0,347204.0,352273.0,356530.0,345186.0,355001.0,354767.0,345803.0,356026.0,368382.0,353046.0,350656.0,357084.0,347387.0,343905.0,353932.0,353162.0,346296.0,356132.0,345359.0,354718.0,345121.0,356352.0,355697.0,353673.0,355287.0,357952.0,357281.0,351745.0,355980.0,356713.0,347305.0,355035.0,349888.0,356311.0,355622.0,354985.0,346672.0,355472.0,345581.0,357263.0,356320.0,354146.0,348234.0,355460.0,345982.0,347047.0,346436.0,345287.0,344723.0,355254.0,360273.0,361210.0,350649.0,349635.0,358823.0,357327.0,351255.0,358566.0,347944.0,358461.0,357494.0,356650.0,359205.0,358321.0,359489.0,356575.0,356063.0,348746.0,361163.0,351700.0,358599.0,356131.0,357098.0,357170.0,350151.0,359394.0,348993.0,358777.0,358285.0,358575.0,356084.0,357033.0,360592.0,358127.0,349508.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":354414.19,"lower_bound":353078.00825,"upper_bound":356044.89300000004,"unit":"ns"},"mean":{"estimate":354414.19,"lower_bound":353078.00825,"upper_bound":356044.89300000004,"unit":"ns"},"median":{"estimate":355547.0,"lower_bound":354619.5,"upper_bound":356313.5,"unit":"ns"},"median_abs_dev":{"estimate":4086.045527458191,"lower_bound":2662.0082527399063,"upper_bound":5661.307999491692,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.01028994987321008,"lower_bound":0.003688875467926245,"upper_bound":0.01648739633482281,"unit":"%"},"median":{"estimate":0.0122637117977904,"lower_bound":0.008665535945953318,"upper_bound":0.015045623687379413,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/1000","report_directory":"/root/fuel-core/target/criterion/reports/smo/1000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[400887.0,360586.0,361969.0,360553.0,359855.0,361852.0,361835.0,359995.0,355989.0,359811.0,362537.0,361268.0,360034.0,358236.0,358271.0,363873.0,360084.0,360490.0,360051.0,349930.0,360893.0,359267.0,363258.0,359125.0,361684.0,360077.0,356108.0,359862.0,362211.0,362252.0,358520.0,359502.0,349245.0,357934.0,362099.0,347771.0,358717.0,361862.0,359262.0,362991.0,361271.0,359423.0,351277.0,352797.0,360642.0,359807.0,359618.0,359681.0,364060.0,359599.0,359406.0,362100.0,361594.0,360526.0,357339.0,359486.0,357220.0,357750.0,356690.0,346805.0,356116.0,349635.0,357878.0,361623.0,359947.0,355459.0,360510.0,359302.0,360296.0,358981.0,359129.0,349513.0,357312.0,350226.0,356715.0,357715.0,357810.0,360109.0,350124.0,348968.0,351653.0,361277.0,360513.0,358552.0,357491.0,358434.0,359526.0,358752.0,363101.0,348964.0,359158.0,359629.0,360799.0,355942.0,359526.0,360843.0,350089.0,351137.0,357661.0,359851.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":358681.03,"lower_bound":357627.749,"upper_bound":359913.27575000003,"unit":"ns"},"mean":{"estimate":358681.03,"lower_bound":357627.749,"upper_bound":359913.27575000003,"unit":"ns"},"median":{"estimate":359514.0,"lower_bound":359069.5,"upper_bound":359856.5,"unit":"ns"},"median_abs_dev":{"estimate":2563.41535449028,"lower_bound":1613.0687713623047,"upper_bound":3175.7291436195374,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.003457172521623475,"lower_bound":-0.00287965164958274,"upper_bound":0.009609940049728784,"unit":"%"},"median":{"estimate":0.005691235441472875,"lower_bound":0.0033813711599779417,"upper_bound":0.008134410447917961,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/10000","report_directory":"/root/fuel-core/target/criterion/reports/smo/10000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[428497.0,381520.0,388766.0,390644.0,389125.0,390809.0,390941.0,380040.0,383097.0,388938.0,389914.0,390466.0,391603.0,381503.0,393903.0,392715.0,387410.0,392312.0,392287.0,385072.0,382562.0,381945.0,417409.0,392710.0,391076.0,412234.0,389584.0,388422.0,389239.0,390584.0,390483.0,385857.0,390313.0,389006.0,390952.0,389709.0,381327.0,391174.0,382083.0,381429.0,391101.0,389295.0,388955.0,383973.0,389591.0,390702.0,390730.0,391342.0,411014.0,389536.0,381088.0,393529.0,390508.0,390553.0,391337.0,380916.0,390768.0,381748.0,390116.0,390443.0,382147.0,389615.0,391293.0,392441.0,391912.0,391108.0,391517.0,390646.0,389346.0,389341.0,388983.0,389035.0,389486.0,382628.0,416382.0,390246.0,391049.0,391750.0,382808.0,382413.0,390930.0,383002.0,382900.0,390830.0,381496.0,381121.0,390006.0,390140.0,391037.0,384112.0,389494.0,383447.0,380790.0,380649.0,417431.0,389865.0,378708.0,411842.0,390975.0,390551.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":389983.77,"lower_bound":388428.03949999996,"upper_bound":391705.72225,"unit":"ns"},"mean":{"estimate":389983.77,"lower_bound":388428.03949999996,"upper_bound":391705.72225,"unit":"ns"},"median":{"estimate":389960.0,"lower_bound":389346.0,"upper_bound":390551.0,"unit":"ns"},"median_abs_dev":{"estimate":2008.922964334488,"lower_bound":1469.2565739154816,"upper_bound":4035.637128353119,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.000976737282183393,"lower_bound":-0.007655744810365127,"upper_bound":0.008727828101119032,"unit":"%"},"median":{"estimate":0.004134109428370225,"lower_bound":0.0007371676324332554,"upper_bound":0.007092054546163634,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/19753","report_directory":"/root/fuel-core/target/criterion/reports/smo/19753","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[475627.0,430101.0,419654.0,427112.0,418790.0,425518.0,418142.0,426958.0,426661.0,429112.0,426128.0,426069.0,416971.0,417522.0,418043.0,427661.0,420034.0,426485.0,426644.0,417325.0,425895.0,422796.0,429448.0,426406.0,427711.0,426172.0,427072.0,452344.0,426907.0,418555.0,426957.0,428129.0,427166.0,427315.0,426988.0,430148.0,426605.0,417736.0,422585.0,426018.0,418375.0,426592.0,426771.0,417421.0,426312.0,426829.0,431366.0,426509.0,429169.0,427096.0,428530.0,427313.0,419914.0,415632.0,448442.0,417095.0,420691.0,426973.0,426402.0,420032.0,420009.0,419687.0,432506.0,417775.0,427126.0,427592.0,417620.0,431475.0,425881.0,419930.0,448048.0,416341.0,424584.0,416267.0,415957.0,426830.0,417411.0,426351.0,428252.0,424875.0,425810.0,426053.0,425418.0,426659.0,425278.0,424810.0,417892.0,418881.0,418545.0,420817.0,417501.0,422354.0,417127.0,427354.0,426403.0,426563.0,429606.0,430843.0,426774.0,425664.0],"unit":"ns","throughput":[{"per_iteration":19753,"unit":"bytes"}],"typical":{"estimate":425358.43,"lower_bound":423923.5595,"upper_bound":427030.63300000003,"unit":"ns"},"mean":{"estimate":425358.43,"lower_bound":423923.5595,"upper_bound":427030.63300000003,"unit":"ns"},"median":{"estimate":426242.0,"lower_bound":425518.0,"upper_bound":426611.0,"unit":"ns"},"median_abs_dev":{"estimate":3186.1073434352875,"lower_bound":1537.4561727046967,"upper_bound":6608.68938267231,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.0009970572800753752,"lower_bound":-0.009880799670048077,"upper_bound":0.0064356033700892525,"unit":"%"},"median":{"estimate":0.0028798780286951597,"lower_bound":0.0008997131502779254,"upper_bound":0.004759980823437759,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/29629","report_directory":"/root/fuel-core/target/criterion/reports/smo/29629","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[586673.0,467145.0,456743.0,483782.0,459139.0,467428.0,468362.0,464677.0,465651.0,464774.0,457310.0,518889.0,467340.0,465610.0,458487.0,467031.0,459748.0,466663.0,467159.0,466438.0,458288.0,457221.0,456622.0,465346.0,469351.0,468309.0,456807.0,465056.0,465381.0,466953.0,467110.0,466683.0,457476.0,456904.0,465209.0,455867.0,464941.0,468266.0,463325.0,465441.0,467528.0,466313.0,466574.0,456503.0,456441.0,466919.0,457394.0,456202.0,492606.0,455731.0,455107.0,466116.0,466052.0,467160.0,468310.0,464853.0,464809.0,465453.0,465316.0,468063.0,465240.0,457073.0,464226.0,461109.0,456617.0,456375.0,465161.0,466132.0,465062.0,460557.0,468020.0,466817.0,463417.0,460798.0,463338.0,465499.0,455484.0,463970.0,466261.0,462482.0,462333.0,466871.0,465057.0,459247.0,455411.0,454608.0,465502.0,456435.0,465966.0,465706.0,455191.0,469332.0,466786.0,456074.0,466200.0,463458.0,464183.0,463363.0,465135.0,465798.0],"unit":"ns","throughput":[{"per_iteration":29629,"unit":"bytes"}],"typical":{"estimate":465393.49,"lower_bound":463067.53725,"upper_bound":468598.60099999997,"unit":"ns"},"mean":{"estimate":465393.49,"lower_bound":463067.53725,"upper_bound":468598.60099999997,"unit":"ns"},"median":{"estimate":465148.0,"lower_bound":464226.0,"upper_bound":465554.5,"unit":"ns"},"median_abs_dev":{"estimate":2971.130347251892,"lower_bound":2286.169159412384,"upper_bound":5007.481411099434,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0004129394368317385,"lower_bound":-0.0072715494640284775,"upper_bound":0.008421412278275952,"unit":"%"},"median":{"estimate":0.00138642508998843,"lower_bound":-0.0005953156303186713,"upper_bound":0.002811326007032533,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/44444","report_directory":"/root/fuel-core/target/criterion/reports/smo/44444","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[593616.0,514767.0,523975.0,521748.0,519566.0,521311.0,521202.0,524568.0,522507.0,522150.0,521382.0,520827.0,524710.0,522682.0,512226.0,513000.0,521083.0,528461.0,522226.0,547871.0,522170.0,519237.0,575051.0,512383.0,520579.0,511142.0,521164.0,520376.0,520615.0,520126.0,519036.0,520672.0,519694.0,519160.0,521301.0,518005.0,518908.0,524600.0,521924.0,509995.0,510275.0,511407.0,563024.0,520576.0,521471.0,513709.0,528364.0,523835.0,511497.0,519488.0,519111.0,512032.0,521459.0,520353.0,521330.0,522678.0,522314.0,512822.0,514564.0,513259.0,514518.0,512812.0,549067.0,520208.0,519843.0,519485.0,521388.0,550119.0,522969.0,520260.0,521306.0,520352.0,524872.0,511816.0,522700.0,519855.0,521673.0,513485.0,512895.0,520686.0,514174.0,513518.0,517756.0,520583.0,511033.0,512066.0,520839.0,521833.0,521948.0,520645.0,521733.0,521713.0,514114.0,513937.0,521951.0,520759.0,514094.0,512679.0,522448.0,512068.0],"unit":"ns","throughput":[{"per_iteration":44444,"unit":"bytes"}],"typical":{"estimate":521497.84,"lower_bound":519370.73699999996,"upper_bound":524058.76475000003,"unit":"ns"},"mean":{"estimate":521497.84,"lower_bound":519370.73699999996,"upper_bound":524058.76475000003,"unit":"ns"},"median":{"estimate":520599.0,"lower_bound":519855.0,"upper_bound":521202.0,"unit":"ns"},"median_abs_dev":{"estimate":2641.9931530952454,"lower_bound":1942.2059655189514,"upper_bound":5576.058501005173,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004680965753819377,"lower_bound":-0.0008162857226786024,"upper_bound":0.010782647754022403,"unit":"%"},"median":{"estimate":0.004177006308427211,"lower_bound":0.001877917995654732,"upper_bound":0.0057281129066337755,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/66666","report_directory":"/root/fuel-core/target/criterion/reports/smo/66666","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[802074.0,600715.0,636843.0,606348.0,606721.0,596119.0,605490.0,618182.0,606278.0,604681.0,630565.0,603971.0,608682.0,607551.0,604972.0,605438.0,605011.0,607959.0,604856.0,608909.0,603552.0,603889.0,605094.0,605325.0,607968.0,606490.0,595817.0,606529.0,595865.0,628962.0,596694.0,594816.0,605952.0,605004.0,607556.0,605420.0,605261.0,604733.0,603805.0,607597.0,605433.0,605410.0,604938.0,606768.0,608497.0,605680.0,598741.0,606674.0,596109.0,599606.0,596555.0,596110.0,606423.0,606864.0,610607.0,605850.0,596954.0,605672.0,605873.0,607873.0,606013.0,605983.0,604172.0,605418.0,604836.0,607084.0,607721.0,607018.0,605009.0,608088.0,605690.0,607987.0,597755.0,604955.0,608741.0,606258.0,604268.0,607223.0,607022.0,599709.0,596887.0,606571.0,605365.0,606475.0,611225.0,606054.0,607247.0,605112.0,604565.0,609056.0,597964.0,604339.0,603844.0,605945.0,628924.0,597490.0,624199.0,598082.0,607103.0,607718.0],"unit":"ns","throughput":[{"per_iteration":66666,"unit":"bytes"}],"typical":{"estimate":607894.46,"lower_bound":604935.31375,"upper_bound":612628.5565000001,"unit":"ns"},"mean":{"estimate":607894.46,"lower_bound":604935.31375,"upper_bound":612628.5565000001,"unit":"ns"},"median":{"estimate":605685.0,"lower_bound":605313.0,"upper_bound":606303.0,"unit":"ns"},"median_abs_dev":{"estimate":2172.750261425972,"lower_bound":1581.192871928215,"upper_bound":2959.2695474624634,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006793191531703879,"lower_bound":0.0006589014728510949,"upper_bound":0.015294173784514692,"unit":"%"},"median":{"estimate":0.001258009270586058,"lower_bound":-0.0009842714576128175,"upper_bound":0.004022934704356551,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"smo/100000","report_directory":"/root/fuel-core/target/criterion/reports/smo/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[784330.0,740624.0,735069.0,734377.0,734177.0,735095.0,733489.0,735587.0,726331.0,734122.0,737498.0,724810.0,743063.0,739010.0,738988.0,738457.0,736037.0,734859.0,739849.0,728865.0,737899.0,736488.0,726524.0,731261.0,728657.0,729553.0,736322.0,736876.0,736137.0,735702.0,734616.0,735288.0,738117.0,736285.0,736610.0,726479.0,736538.0,732338.0,737293.0,727805.0,736467.0,739842.0,737937.0,730745.0,727089.0,734976.0,726531.0,727901.0,736973.0,726846.0,763874.0,737433.0,731320.0,726660.0,726924.0,727020.0,767241.0,735779.0,735385.0,738639.0,737933.0,739220.0,734227.0,738540.0,734788.0,740144.0,736375.0,737155.0,737293.0,735089.0,736360.0,729158.0,736958.0,736319.0,739134.0,734446.0,730872.0,728080.0,732272.0,736651.0,737189.0,728852.0,728313.0,735869.0,735995.0,739856.0,736477.0,729377.0,737267.0,726980.0,726755.0,726394.0,735261.0,735076.0,766418.0,736016.0,732202.0,729329.0,728893.0,736567.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":735471.07,"lower_bound":733941.5252500001,"upper_bound":737262.25525,"unit":"ns"},"mean":{"estimate":735471.07,"lower_bound":733941.5252500001,"upper_bound":737262.25525,"unit":"ns"},"median":{"estimate":735644.5,"lower_bound":734859.0,"upper_bound":736339.5,"unit":"ns"},"median_abs_dev":{"estimate":3532.294437289238,"lower_bound":2262.4475598335266,"upper_bound":5684.28829908371,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007668128607898561,"lower_bound":0.004269593442819953,"upper_bound":0.011315919637290017,"unit":"%"},"median":{"estimate":0.009741300327020586,"lower_bound":0.0075314968434292496,"upper_bound":0.010895201841463248,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"smo","benchmarks":["smo/1","smo/10","smo/100","smo/1000","smo/10000","smo/19753","smo/29629","smo/44444","smo/66666","smo/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/smo"} +{"reason":"benchmark-complete","id":"srwq/1","report_directory":"/root/fuel-core/target/criterion/reports/srwq/1","iteration_count":[270,540,810,1080,1350,1620,1890,2160,2430,2700,2970,3240,3510,3780,4050,4320,4590,4860,5130,5400,5670,5940,6210,6480,6750,7020,7290,7560,7830,8100,8370,8640,8910,9180,9450,9720,9990,10260,10530,10800,11070,11340,11610,11880,12150,12420,12690,12960,13230,13500,13770,14040,14310,14580,14850,15120,15390,15660,15930,16200,16470,16740,17010,17280,17550,17820,18090,18360,18630,18900,19170,19440,19710,19980,20250,20520,20790,21060,21330,21600,21870,22140,22410,22680,22950,23220,23490,23760,24030,24300,24570,24840,25110,25380,25650,25920,26190,26460,26730,27000],"measured_values":[939581.0,1743308.0,2638213.0,3511968.0,4471758.0,5508986.0,6391913.0,7349084.0,7986035.0,9015127.0,10052010.0,11052850.0,11466345.0,12901665.0,13609374.0,14773027.0,15203586.0,16277420.0,17305501.0,17844312.0,18412782.0,19957053.0,20798000.0,22011416.0,22879136.0,23644129.0,24283915.0,25692120.0,26220402.0,26967398.0,28223222.0,29194601.0,30105714.0,31228212.0,31746462.0,32248958.0,33319286.0,33953210.0,35291443.0,36469722.0,36601414.0,38699443.0,39434623.0,40371549.0,41963805.0,41050428.0,43755831.0,43612557.0,43681831.0,45646400.0,45268254.0,47170935.0,48246017.0,48368777.0,50083989.0,51107265.0,51868475.0,53087596.0,53177143.0,55186997.0,54187284.0,56104642.0,57073307.0,57868898.0,58518452.0,59171539.0,60459758.0,60875923.0,62757430.0,63480475.0,63773280.0,65881220.0,65872489.0,67097876.0,67900482.0,69091701.0,69592673.0,70523070.0,70757881.0,72596664.0,73605793.0,73669111.0,75312545.0,75155882.0,75988022.0,77609398.0,78119181.0,80250091.0,80121124.0,82561888.0,81841549.0,83004294.0,84708339.0,85599438.0,86051296.0,86647688.0,86810533.0,86915520.0,89812028.0,90782774.0],"unit":"ns","throughput":[{"per_iteration":1,"unit":"bytes"}],"typical":{"estimate":3349.2224954873595,"lower_bound":3341.888937761188,"upper_bound":3356.5104859360567,"unit":"ns"},"mean":{"estimate":3351.8856191256205,"lower_bound":3343.405871277051,"upper_bound":3360.3719828142853,"unit":"ns"},"median":{"estimate":3355.053006899966,"lower_bound":3345.781493352327,"upper_bound":3361.4959263721553,"unit":"ns"},"median_abs_dev":{"estimate":37.659317322154415,"lower_bound":28.455637407302056,"upper_bound":50.23706559504052,"unit":"ns"},"slope":{"estimate":3349.2224954873595,"lower_bound":3341.888937761188,"upper_bound":3356.5104859360567,"unit":"ns"},"change":{"mean":{"estimate":-0.01595659718090625,"lower_bound":-0.01892396644914076,"upper_bound":-0.01302988312414989,"unit":"%"},"median":{"estimate":-0.015278537925558444,"lower_bound":-0.018424147276914767,"upper_bound":-0.012632051046879221,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"srwq/10","report_directory":"/root/fuel-core/target/criterion/reports/srwq/10","iteration_count":[31,62,93,124,155,186,217,248,279,310,341,372,403,434,465,496,527,558,589,620,651,682,713,744,775,806,837,868,899,930,961,992,1023,1054,1085,1116,1147,1178,1209,1240,1271,1302,1333,1364,1395,1426,1457,1488,1519,1550,1581,1612,1643,1674,1705,1736,1767,1798,1829,1860,1891,1922,1953,1984,2015,2046,2077,2108,2139,2170,2201,2232,2263,2294,2325,2356,2387,2418,2449,2480,2511,2542,2573,2604,2635,2666,2697,2728,2759,2790,2821,2852,2883,2914,2945,2976,3007,3038,3069,3100],"measured_values":[1020530.0,2037978.0,3055869.0,4079974.0,5096828.0,6131360.0,7145569.0,7662320.0,8635240.0,9800613.0,10829650.0,11818499.0,12683816.0,13880627.0,14687148.0,15750169.0,16765091.0,17664823.0,18876694.0,19497952.0,20340278.0,21817719.0,22418602.0,23594795.0,24805182.0,25684434.0,26673774.0,27748317.0,28782005.0,29781232.0,30634891.0,31673497.0,32543280.0,33558432.0,34665624.0,35724746.0,36748667.0,37130479.0,38437414.0,39068567.0,39650871.0,40934229.0,42370536.0,43458838.0,44585696.0,45013963.0,46155399.0,47218491.0,47703305.0,48916097.0,50427356.0,51293833.0,51887425.0,52745622.0,54209086.0,54683799.0,56121103.0,57083537.0,57724941.0,59105686.0,59946178.0,60978337.0,61740120.0,63213692.0,64175675.0,65073905.0,65587606.0,66767446.0,68221513.0,69213584.0,70186050.0,71096698.0,72290431.0,71808442.0,74003409.0,74960102.0,76313597.0,77152032.0,77005788.0,78938418.0,79923952.0,80916525.0,81847864.0,83019822.0,83685236.0,84717256.0,86078395.0,86704059.0,87642902.0,88218666.0,89513718.0,90241897.0,91538408.0,92432477.0,93580355.0,94593057.0,94763455.0,96405098.0,96575805.0,99048859.0],"unit":"ns","throughput":[{"per_iteration":10,"unit":"bytes"}],"typical":{"estimate":31745.435483108253,"lower_bound":31705.310575554435,"upper_bound":31782.893657694847,"unit":"ns"},"mean":{"estimate":31810.623607504138,"lower_bound":31740.905049757333,"upper_bound":31884.50981894741,"unit":"ns"},"median":{"estimate":31785.574936702928,"lower_bound":31756.73791508539,"upper_bound":31829.42322580645,"unit":"ns"},"median_abs_dev":{"estimate":191.96760714065115,"lower_bound":126.70716648404915,"upper_bound":266.41589625669764,"unit":"ns"},"slope":{"estimate":31745.435483108253,"lower_bound":31705.310575554435,"upper_bound":31782.893657694847,"unit":"ns"},"change":{"mean":{"estimate":-0.02866512330384019,"lower_bound":-0.031406163470090655,"upper_bound":-0.025798058065937154,"unit":"%"},"median":{"estimate":-0.028920908958110725,"lower_bound":-0.03154192592203586,"upper_bound":-0.027228641344510418,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"srwq/100","report_directory":"/root/fuel-core/target/criterion/reports/srwq/100","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1245640.0,2421600.0,3761418.0,4899724.0,6181715.0,7477311.0,8795860.0,10034952.0,11138462.0,12569602.0,13842439.0,15002051.0,16289513.0,17324902.0,18783638.0,19912812.0,21341854.0,22190135.0,23607470.0,24918033.0,25940553.0,27289210.0,28110753.0,30074565.0,31103695.0,32334113.0,33705733.0,34961247.0,36412569.0,37213724.0,38746627.0,39720228.0,40986260.0,42419770.0,43289220.0,44734081.0,46240434.0,47555854.0,48445343.0,50023244.0,50809930.0,52282412.0,54002639.0,55294479.0,56033045.0,57543090.0,59215702.0,59878022.0,61409628.0,62515151.0,63611343.0,64959086.0,66467013.0,67270766.0,68966673.0,68783232.0,70929715.0,72224283.0,73913500.0,73733456.0,75906423.0,77139921.0,78090542.0,79790637.0,81002918.0,82158801.0,83221258.0,84789226.0,86399517.0,87153316.0,87652632.0,89415968.0,90795730.0,92189058.0,93384806.0,94960073.0,96062242.0,96255301.0,98151991.0,99808598.0,101165549.0,102613828.0,102608049.0,104642641.0,106169225.0,107692362.0,108622641.0,108525833.0,111183212.0,111844222.0,112419839.0,113667539.0,115956457.0,116186708.0,117763192.0,119808586.0,121014591.0,122344092.0,122778998.0,124558021.0],"unit":"ns","throughput":[{"per_iteration":100,"unit":"bytes"}],"typical":{"estimate":311138.7255386434,"lower_bound":310756.1476376236,"upper_bound":311515.6805258067,"unit":"ns"},"mean":{"estimate":311250.31449061097,"lower_bound":310842.0849630334,"upper_bound":311630.5387246771,"unit":"ns"},"median":{"estimate":311444.1258758759,"lower_bound":311172.6335227273,"upper_bound":311890.3961038961,"unit":"ns"},"median_abs_dev":{"estimate":1576.949524034836,"lower_bound":1199.6103454707168,"upper_bound":2141.9211499255994,"unit":"ns"},"slope":{"estimate":311138.7255386434,"lower_bound":310756.1476376236,"upper_bound":311515.6805258067,"unit":"ns"},"change":{"mean":{"estimate":-0.03953244787225152,"lower_bound":-0.04163315027400037,"upper_bound":-0.037701347457017996,"unit":"%"},"median":{"estimate":-0.03856254099256906,"lower_bound":-0.040089425407149104,"upper_bound":-0.03662134917148796,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"srwq/1000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/1000","iteration_count":[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16],"measured_values":[51061850.0,50561258.0,50779844.0,50882118.0,51050803.0,50720618.0,49934235.0,49894456.0,51149924.0,50918271.0,50727492.0,50856505.0,50123279.0,50711286.0,50348929.0,50943626.0,50777120.0,50712327.0,50686525.0,50814935.0,50240295.0,50250884.0,50848490.0,50975970.0,49975946.0,50937663.0,50953394.0,50733870.0,50688826.0,50786936.0,50960264.0,50939921.0,50419171.0,50728494.0,50844596.0,50862384.0,50517677.0,50760064.0,50963005.0,50876559.0,50871561.0,50432235.0,50458593.0,50796945.0,50268592.0,50889513.0,50930595.0,50708322.0,49873326.0,50569951.0,50975723.0,50830038.0,50146302.0,50456827.0,51052747.0,51030307.0,50601724.0,50953489.0,49681980.0,50987003.0,58869610.0,51712992.0,51117072.0,50854913.0,50875825.0,50920779.0,51059123.0,50880674.0,50375338.0,50802771.0,50592881.0,50169648.0,50998318.0,50685153.0,51118883.0,51028279.0,50779300.0,50110197.0,50828461.0,51005187.0,50532522.0,50661799.0,51049271.0,51127013.0,51197513.0,50863310.0,51096253.0,50917872.0,51004600.0,50605635.0,51129903.0,51188771.0,51048425.0,50375902.0,50918901.0,50917042.0,51005030.0,50585390.0,50698964.0,50516501.0],"unit":"ns","throughput":[{"per_iteration":1000,"unit":"bytes"}],"typical":{"estimate":3176663.5025,"lower_bound":3168436.4259843747,"upper_bound":3189180.419671875,"unit":"ns"},"mean":{"estimate":3176663.5025,"lower_bound":3168436.4259843747,"upper_bound":3189180.419671875,"unit":"ns"},"median":{"estimate":3177332.3125,"lower_bound":3172218.4375,"upper_bound":3180042.125,"unit":"ns"},"median_abs_dev":{"estimate":15209.807804971933,"lower_bound":11884.521389007568,"upper_bound":20916.70575365424,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.031800243019079466,"lower_bound":-0.03495429871040927,"upper_bound":-0.027380501211541976,"unit":"%"},"median":{"estimate":-0.03340696357139916,"lower_bound":-0.035885155836220095,"upper_bound":-0.03014837260976333,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"srwq/10000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/10000","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[63752140.0,63875133.0,63743757.0,63948452.0,63831071.0,63439314.0,62636381.0,63794738.0,64087582.0,63737500.0,63877884.0,64009849.0,63734287.0,63852783.0,63765099.0,63314243.0,63936786.0,64185262.0,62102139.0,63902839.0,63788511.0,63238963.0,63523104.0,63789560.0,63811013.0,63510760.0,63778179.0,63803630.0,63769410.0,63283735.0,63871067.0,63719547.0,64033639.0,64051903.0,64153952.0,63350216.0,63827674.0,62944466.0,62631341.0,63613504.0,64019247.0,63996366.0,62962007.0,64009557.0,63844668.0,63074113.0,63682685.0,63800485.0,63810966.0,63649827.0,63696107.0,63615071.0,64041170.0,64183043.0,63874989.0,63976300.0,63736761.0,63320159.0,63941997.0,63943873.0,63800504.0,63696851.0,64337001.0,64188529.0,63313291.0,63999612.0,63967066.0,64164838.0,63494758.0,62942579.0,63160091.0,63128173.0,62911147.0,63645128.0,63566703.0,63483692.0,63086457.0,63415550.0,63993449.0,63707286.0,63650422.0,64132504.0,63494749.0,63741805.0,63840256.0,64133032.0,63907496.0,62802960.0,63946937.0,67636387.0,63041307.0,63938412.0,63093955.0,63375994.0,62992516.0,63765218.0,63225868.0,63857952.0,63951933.0,63715319.0],"unit":"ns","throughput":[{"per_iteration":10000,"unit":"bytes"}],"typical":{"estimate":31847242.655,"lower_bound":31795833.15725,"upper_bound":31906261.2555,"unit":"ns"},"mean":{"estimate":31847242.655,"lower_bound":31795833.15725,"upper_bound":31906261.2555,"unit":"ns"},"median":{"estimate":31883657.0,"lower_bound":31856708.25,"upper_bound":31909660.0,"unit":"ns"},"median_abs_dev":{"estimate":151817.12535470724,"lower_bound":108350.62997639179,"upper_bound":199736.2391039729,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.032728848711997216,"lower_bound":-0.03470141292780077,"upper_bound":-0.030575133006489296,"unit":"%"},"median":{"estimate":-0.032000707092775804,"lower_bound":-0.03338179501983523,"upper_bound":-0.030203290149568573,"unit":"%"},"change":"Improved"}} +{"reason":"benchmark-complete","id":"srwq/100000","report_directory":"/root/fuel-core/target/criterion/reports/srwq/100000","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[321219516.0,323627991.0,321405336.0,320966118.0,323357352.0,324199249.0,323731982.0,322056485.0,321273532.0,320453813.0,323286799.0,321896979.0,322429775.0,322024252.0,322353338.0,322274423.0,319938889.0,323470730.0,320714342.0,323127126.0,322812175.0,320757705.0,323035597.0,321300643.0,326899025.0,319896019.0,324573089.0,321755239.0,320414732.0,320317119.0,321643287.0,321963356.0,320039094.0,320725125.0,321079479.0,322578024.0,324624852.0,323631346.0,321009743.0,324120764.0,321799557.0,320235837.0,321333327.0,320006474.0,323484577.0,321575063.0,320764118.0,323210561.0,322441237.0,322529901.0,322079091.0,322351548.0,320653811.0,320878249.0,320894539.0,324215494.0,321782560.0,323863092.0,322016400.0,320554649.0,323208817.0,321084977.0,322098360.0,321743364.0,320392531.0,323512318.0,324886535.0,321644586.0,322349382.0,322255490.0,322656268.0,322980117.0,324565313.0,321371596.0,325582812.0,322659468.0,322001366.0,322668274.0,323504569.0,322212113.0,322968669.0,323411252.0,322542908.0,319527049.0,322503212.0,322541226.0,325363454.0,319649008.0,320736709.0,321395503.0,321052513.0,326040282.0,323809938.0,322974730.0,322782054.0,322448915.0,322990146.0,321933343.0,322801402.0,324012634.0],"unit":"ns","throughput":[{"per_iteration":100000,"unit":"bytes"}],"typical":{"estimate":322285177.28,"lower_bound":322003940.95625,"upper_bound":322573344.11125,"unit":"ns"},"mean":{"estimate":322285177.28,"lower_bound":322003940.95625,"upper_bound":322573344.11125,"unit":"ns"},"median":{"estimate":322264956.5,"lower_bound":321933343.0,"upper_bound":322541226.0,"unit":"ns"},"median_abs_dev":{"estimate":1492434.8006039858,"lower_bound":1120498.6517071724,"upper_bound":1834287.4763698874,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":-0.027892840010927733,"lower_bound":-0.0290675884033886,"upper_bound":-0.026705527613082335,"unit":"%"},"median":{"estimate":-0.027494563992180532,"lower_bound":-0.029285426701793127,"upper_bound":-0.02648410732442219,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"srwq","benchmarks":["srwq/1","srwq/10","srwq/100","srwq/1000","srwq/10000","srwq/100000"],"report_directory":"/root/fuel-core/target/criterion/reports/srwq"} +{"reason":"benchmark-complete","id":"time/time","report_directory":"/root/fuel-core/target/criterion/reports/time/time","iteration_count":[1201,2402,3603,4804,6005,7206,8407,9608,10809,12010,13211,14412,15613,16814,18015,19216,20417,21618,22819,24020,25221,26422,27623,28824,30025,31226,32427,33628,34829,36030,37231,38432,39633,40834,42035,43236,44437,45638,46839,48040,49241,50442,51643,52844,54045,55246,56447,57648,58849,60050,61251,62452,63653,64854,66055,67256,68457,69658,70859,72060,73261,74462,75663,76864,78065,79266,80467,81668,82869,84070,85271,86472,87673,88874,90075,91276,92477,93678,94879,96080,97281,98482,99683,100884,102085,103286,104487,105688,106889,108090,109291,110492,111693,112894,114095,115296,116497,117698,118899,120100],"measured_values":[781204.0,1504531.0,2243489.0,2959527.0,3773424.0,4527917.0,5322269.0,6013426.0,6767879.0,7515003.0,8272331.0,9042692.0,9794722.0,10558282.0,11292862.0,12042690.0,12825557.0,13425114.0,14346817.0,15086556.0,15719745.0,16534356.0,17169238.0,18050460.0,18821207.0,19426509.0,19985342.0,20668036.0,21511827.0,22237923.0,23373737.0,24114469.0,24686156.0,25321162.0,26317430.0,26719243.0,27577734.0,28631963.0,29283664.0,29926171.0,30567787.0,31667795.0,32478683.0,32883378.0,33201380.0,34683540.0,35013582.0,35956748.0,37024213.0,37526760.0,38286147.0,38510181.0,39475056.0,40440760.0,41667088.0,42334293.0,42745390.0,43651824.0,43752105.0,44691105.0,45600311.0,46605774.0,47444667.0,49587139.0,48923226.0,49368719.0,50500865.0,50841042.0,51433197.0,52471142.0,52962258.0,53666027.0,54433939.0,55516408.0,56675292.0,56764299.0,57957399.0,58360556.0,59069835.0,59680175.0,60461450.0,60944738.0,61949869.0,62969777.0,63446920.0,64706846.0,65398073.0,65835712.0,66572427.0,67012913.0,68069925.0,68186297.0,69321340.0,70089898.0,71589162.0,71897847.0,72679586.0,73220011.0,73349638.0,75356771.0],"unit":"ns","throughput":[],"typical":{"estimate":623.3073742719941,"lower_bound":622.3696326532033,"upper_bound":624.3347273845809,"unit":"ns"},"mean":{"estimate":624.211451242723,"lower_bound":623.2520427475363,"upper_bound":625.253765739802,"unit":"ns"},"median":{"estimate":623.8022477688983,"lower_bound":622.823392122726,"upper_bound":625.8028934221481,"unit":"ns"},"median_abs_dev":{"estimate":4.3610098732003,"lower_bound":3.416477646673069,"upper_bound":5.010336450730579,"unit":"ns"},"slope":{"estimate":623.3073742719941,"lower_bound":622.3696326532033,"upper_bound":624.3347273845809,"unit":"ns"},"change":{"mean":{"estimate":-0.11124717543994622,"lower_bound":-0.11395605818938331,"upper_bound":-0.10890739704580756,"unit":"%"},"median":{"estimate":-0.10883926572957336,"lower_bound":-0.11110792594061605,"upper_bound":-0.10587787398616433,"unit":"%"},"change":"Improved"}} +{"reason":"group-complete","group_name":"time","benchmarks":["time/time"],"report_directory":"/root/fuel-core/target/criterion/reports/time"} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^01","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_01","iteration_count":[1978,3956,5934,7912,9890,11868,13846,15824,17802,19780,21758,23736,25714,27692,29670,31648,33626,35604,37582,39560,41538,43516,45494,47472,49450,51428,53406,55384,57362,59340,61318,63296,65274,67252,69230,71208,73186,75164,77142,79120,81098,83076,85054,87032,89010,90988,92966,94944,96922,98900,100878,102856,104834,106812,108790,110768,112746,114724,116702,118680,120658,122636,124614,126592,128570,130548,132526,134504,136482,138460,140438,142416,144394,146372,148350,150328,152306,154284,156262,158240,160218,162196,164174,166152,168130,170108,172086,174064,176042,178020,179998,181976,183954,185932,187910,189888,191866,193844,195822,197800],"measured_values":[1095655.0,2018628.0,3028911.0,4038675.0,4989258.0,5942399.0,6896049.0,7900699.0,8962039.0,9921684.0,10868080.0,11820906.0,12835164.0,13793985.0,14783740.0,15820214.0,16783473.0,17756210.0,18824798.0,19721112.0,20693452.0,21800608.0,22692822.0,23640184.0,24655364.0,25684975.0,26604048.0,27673757.0,28625362.0,29706507.0,30782683.0,31735336.0,32630178.0,33552495.0,34514021.0,35504808.0,36473313.0,37471058.0,38470053.0,39457583.0,40448799.0,41469857.0,42373115.0,43436389.0,44341670.0,45388566.0,46361227.0,47368359.0,48360611.0,49292937.0,50319750.0,51325168.0,52334173.0,53467495.0,54332234.0,55217830.0,56210664.0,57219159.0,58193662.0,59194547.0,60138097.0,61220425.0,62152453.0,63139535.0,64151004.0,65158502.0,66068054.0,67125517.0,68126296.0,69168458.0,70178180.0,71025973.0,71979897.0,73004939.0,73968186.0,74906510.0,75949116.0,76927376.0,77933934.0,78994874.0,79892656.0,80847422.0,81984453.0,82985505.0,83819315.0,84833584.0,85803497.0,86772512.0,87896908.0,88735764.0,89862886.0,90812760.0,91891121.0,92776117.0,93944129.0,94726333.0,95668904.0,96627881.0,97631412.0,98648524.0],"unit":"ns","throughput":[{"per_iteration":2,"unit":"bytes"}],"typical":{"estimate":498.9097867976738,"lower_bound":498.8023711126035,"upper_bound":499.0278237063258,"unit":"ns"},"mean":{"estimate":500.0072680420606,"lower_bound":499.1550096082317,"upper_bound":501.3528279270379,"unit":"ns"},"median":{"estimate":498.81349835401693,"lower_bound":498.72127176721716,"upper_bound":499.0300547400718,"unit":"ns"},"median_abs_dev":{"estimate":0.4952700833748943,"lower_bound":0.37009478244861166,"upper_bound":0.6881177875615978,"unit":"ns"},"slope":{"estimate":498.9097867976738,"lower_bound":498.8023711126035,"upper_bound":499.0278237063258,"unit":"ns"},"change":{"mean":{"estimate":0.0017482645652249218,"lower_bound":-0.0011380776535181874,"upper_bound":0.004923678471051748,"unit":"%"},"median":{"estimate":0.0025174212627521175,"lower_bound":-0.0005772025038595086,"upper_bound":0.0036586519986931965,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^02","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_02","iteration_count":[1988,3976,5964,7952,9940,11928,13916,15904,17892,19880,21868,23856,25844,27832,29820,31808,33796,35784,37772,39760,41748,43736,45724,47712,49700,51688,53676,55664,57652,59640,61628,63616,65604,67592,69580,71568,73556,75544,77532,79520,81508,83496,85484,87472,89460,91448,93436,95424,97412,99400,101388,103376,105364,107352,109340,111328,113316,115304,117292,119280,121268,123256,125244,127232,129220,131208,133196,135184,137172,139160,141148,143136,145124,147112,149100,151088,153076,155064,157052,159040,161028,163016,165004,166992,168980,170968,172956,174944,176932,178920,180908,182896,184884,186872,188860,190848,192836,194824,196812,198800],"measured_values":[1074673.0,1973834.0,2991376.0,3946624.0,4930478.0,5922468.0,6947528.0,7941474.0,8916096.0,9880011.0,10898891.0,11872937.0,12843676.0,13864800.0,14852974.0,15853557.0,16801757.0,17819506.0,18756082.0,19802508.0,20749512.0,21744619.0,22758278.0,23750822.0,24766305.0,25708114.0,26724821.0,27717178.0,28688593.0,29669116.0,30711316.0,31726429.0,32621933.0,33625081.0,34765366.0,35746457.0,36558932.0,37601809.0,38650353.0,39537845.0,40620777.0,41573898.0,42541508.0,43573122.0,44679906.0,45595910.0,46834121.0,47543928.0,48529587.0,49447350.0,50445254.0,51460822.0,52421564.0,53472742.0,54607711.0,55385580.0,56828776.0,57379474.0,58440141.0,59452382.0,60345863.0,61561448.0,62431076.0,63456699.0,64394912.0,65276388.0,66251837.0,67244319.0,68274112.0,69214703.0,70226715.0,71239367.0,72222161.0,73239693.0,74244477.0,75191135.0,76184509.0,77328700.0,78205155.0,79513364.0,80091406.0,81166702.0,82162643.0,83302397.0,84132283.0,85087209.0,86109847.0,87134579.0,88088342.0,89224370.0,90017790.0,90965869.0,91989825.0,93072397.0,94090523.0,94983016.0,96143666.0,97029026.0,97969148.0,99077158.0],"unit":"ns","throughput":[{"per_iteration":4,"unit":"bytes"}],"typical":{"estimate":498.06644099412495,"lower_bound":497.91951790366767,"upper_bound":498.2304263168302,"unit":"ns"},"mean":{"estimate":498.45548419399245,"lower_bound":497.895165588938,"upper_bound":499.42124385835183,"unit":"ns"},"median":{"estimate":497.8872610390009,"lower_bound":497.7178069929237,"upper_bound":498.0510060362173,"unit":"ns"},"median_abs_dev":{"estimate":0.6270721719658267,"lower_bound":0.45291943371895366,"upper_bound":0.7498455431513795,"unit":"ns"},"slope":{"estimate":498.06644099412495,"lower_bound":497.91951790366767,"upper_bound":498.2304263168302,"unit":"ns"},"change":{"mean":{"estimate":0.0033465220235777693,"lower_bound":0.00037144529503797054,"upper_bound":0.005971210007656179,"unit":"%"},"median":{"estimate":0.003955987418222229,"lower_bound":0.003529589374489106,"upper_bound":0.004295753827553428,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^03","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_03","iteration_count":[3471,6942,10413,13884,17355,20826,24297,27768,31239,34710,38181,41652,45123,48594,52065,55536,59007,62478,65949,69420,72891,76362,79833,83304,86775,90246,93717,97188,100659,104130,107601,111072,114543,118014,121485,124956,128427,131898,135369,138840,142311,145782,149253,152724,156195,159666,163137,166608,170079,173550,177021,180492,183963,187434,190905,194376,197847,201318,204789,208260,211731,215202,218673,222144,225615,229086,232557,236028,239499,242970,246441,249912,253383,256854,260325,263796,267267,270738,274209,277680,281151,284622,288093,291564,295035,298506,301977,305448,308919,312390,315861,319332,322803,326274,329745,333216,336687,340158,343629,347100],"measured_values":[1075329.0,1980679.0,2965875.0,3952318.0,4942735.0,5936685.0,6931856.0,7939084.0,8925025.0,9889892.0,10871324.0,11895605.0,12925452.0,14034961.0,14828826.0,15812137.0,16852013.0,17851218.0,18826649.0,19785982.0,20802007.0,21780364.0,22733868.0,23764167.0,24739895.0,25703148.0,26767853.0,27911017.0,28791973.0,29724620.0,30683516.0,31673742.0,32647328.0,33745704.0,34715709.0,35677550.0,36663909.0,37804532.0,38587000.0,39617879.0,40619928.0,41543544.0,42576003.0,43653502.0,44585004.0,45521465.0,46471850.0,47546987.0,48529927.0,49601313.0,50444050.0,51500470.0,52511169.0,53405707.0,54413586.0,55376326.0,56499728.0,57440199.0,58373257.0,59407702.0,60387662.0,61394830.0,62600983.0,63384274.0,64311495.0,65320789.0,66347996.0,67331386.0,68282506.0,69362107.0,70285569.0,71286069.0,72273077.0,73278253.0,74526422.0,75348477.0,76337588.0,77321849.0,78212628.0,79180988.0,80319354.0,81134198.0,82137968.0,83161771.0,84098420.0,85147341.0,86073313.0,87119536.0,88212093.0,89251504.0,90085889.0,91045470.0,92102200.0,92991783.0,94142692.0,95168263.0,96019032.0,97021699.0,98046046.0,99517226.0],"unit":"ns","throughput":[{"per_iteration":8,"unit":"bytes"}],"typical":{"estimate":285.37364412608395,"lower_bound":285.28168642679975,"upper_bound":285.487295000791,"unit":"ns"},"mean":{"estimate":285.6341211887051,"lower_bound":285.31068838483367,"upper_bound":286.1895804909708,"unit":"ns"},"median":{"estimate":285.27986438323063,"lower_bound":285.22539231768764,"upper_bound":285.333809808745,"unit":"ns"},"median_abs_dev":{"estimate":0.3406320966263999,"lower_bound":0.2566945718480442,"upper_bound":0.41793397224145284,"unit":"ns"},"slope":{"estimate":285.37364412608395,"lower_bound":285.28168642679975,"upper_bound":285.487295000791,"unit":"ns"},"change":{"mean":{"estimate":0.003987272919327989,"lower_bound":0.0016115375534471233,"upper_bound":0.006279037071308473,"unit":"%"},"median":{"estimate":0.003792822686701669,"lower_bound":0.003535025545665871,"upper_bound":0.004182736415516507,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^04","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_04","iteration_count":[3471,6942,10413,13884,17355,20826,24297,27768,31239,34710,38181,41652,45123,48594,52065,55536,59007,62478,65949,69420,72891,76362,79833,83304,86775,90246,93717,97188,100659,104130,107601,111072,114543,118014,121485,124956,128427,131898,135369,138840,142311,145782,149253,152724,156195,159666,163137,166608,170079,173550,177021,180492,183963,187434,190905,194376,197847,201318,204789,208260,211731,215202,218673,222144,225615,229086,232557,236028,239499,242970,246441,249912,253383,256854,260325,263796,267267,270738,274209,277680,281151,284622,288093,291564,295035,298506,301977,305448,308919,312390,315861,319332,322803,326274,329745,333216,336687,340158,343629,347100],"measured_values":[1035009.0,1980243.0,3002858.0,3980552.0,4974682.0,5958537.0,6983883.0,7963995.0,8950262.0,9967445.0,10951551.0,11943306.0,12941335.0,13927639.0,14934644.0,15924390.0,16927176.0,17941325.0,18810590.0,19784453.0,20929826.0,21890373.0,22914603.0,23930048.0,24857242.0,25809922.0,26690419.0,27724552.0,28711876.0,29732994.0,30856110.0,31705975.0,32680967.0,33840128.0,34674968.0,35651602.0,36652088.0,37644536.0,38663126.0,39623815.0,40688594.0,41697620.0,42569390.0,43567743.0,44597725.0,45519410.0,46565246.0,47556822.0,48514415.0,49565037.0,50484006.0,51469148.0,52520111.0,53501599.0,54485715.0,55568911.0,56462522.0,57425323.0,58506614.0,59484664.0,60539278.0,61372514.0,62368460.0,63345244.0,64366887.0,65356064.0,66342587.0,67278908.0,68350496.0,69353382.0,70319548.0,71432525.0,72264109.0,73287960.0,74283445.0,75532221.0,76238693.0,77283330.0,78226335.0,79202787.0,80365388.0,81263024.0,82266874.0,83146853.0,84430868.0,85121121.0,86136552.0,87325608.0,88168917.0,89133494.0,90100052.0,91104437.0,92222113.0,93116971.0,94614491.0,95367542.0,96148302.0,97053091.0,98208264.0,99077383.0],"unit":"ns","throughput":[{"per_iteration":16,"unit":"bytes"}],"typical":{"estimate":285.54310086610514,"lower_bound":285.4435906782782,"upper_bound":285.65861258582913,"unit":"ns"},"mean":{"estimate":285.91519574706564,"lower_bound":285.68889048576955,"upper_bound":286.2354870330448,"unit":"ns"},"median":{"estimate":285.4487969965428,"lower_bound":285.3950084897969,"upper_bound":285.61285080040483,"unit":"ns"},"median_abs_dev":{"estimate":0.3545400348453132,"lower_bound":0.25051330371387553,"upper_bound":0.5710305002077278,"unit":"ns"},"slope":{"estimate":285.54310086610514,"lower_bound":285.4435906782782,"upper_bound":285.65861258582913,"unit":"ns"},"change":{"mean":{"estimate":0.004035916163502851,"lower_bound":0.0009652406390765213,"upper_bound":0.006474862095866678,"unit":"%"},"median":{"estimate":0.005344546470224865,"lower_bound":0.005121377701581498,"upper_bound":0.0059561288646461374,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^05","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_05","iteration_count":[3475,6950,10425,13900,17375,20850,24325,27800,31275,34750,38225,41700,45175,48650,52125,55600,59075,62550,66025,69500,72975,76450,79925,83400,86875,90350,93825,97300,100775,104250,107725,111200,114675,118150,121625,125100,128575,132050,135525,139000,142475,145950,149425,152900,156375,159850,163325,166800,170275,173750,177225,180700,184175,187650,191125,194600,198075,201550,205025,208500,211975,215450,218925,222400,225875,229350,232825,236300,239775,243250,246725,250200,253675,257150,260625,264100,267575,271050,274525,278000,281475,284950,288425,291900,295375,298850,302325,305800,309275,312750,316225,319700,323175,326650,330125,333600,337075,340550,344025,347500],"measured_values":[1062238.0,1979610.0,2965617.0,3954817.0,4945414.0,5933305.0,6948322.0,7916620.0,8898197.0,9887103.0,10906373.0,11893742.0,12880848.0,13876513.0,14942987.0,16229643.0,16814348.0,17822648.0,18840334.0,19800902.0,20764880.0,21776162.0,22764802.0,23756491.0,24774273.0,25732757.0,26722436.0,27777605.0,28766960.0,29743726.0,30681535.0,31696282.0,32736117.0,33784295.0,34808901.0,35623887.0,36979532.0,37649462.0,38581606.0,39635680.0,40696634.0,41605876.0,42565861.0,43609515.0,44633909.0,45507413.0,46486364.0,47512171.0,48525475.0,49516248.0,50476833.0,51434868.0,52462219.0,53533273.0,54464186.0,55391957.0,56438038.0,57763803.0,58385029.0,59368914.0,60416393.0,61385092.0,62427965.0,63366614.0,64299631.0,65305887.0,66293236.0,67311840.0,68300960.0,69299218.0,70278359.0,71292783.0,72249691.0,73650537.0,74204319.0,75254619.0,76287706.0,77201177.0,78183763.0,79204858.0,80162483.0,81114858.0,82161858.0,83308744.0,84091960.0,85481340.0,86091811.0,87111005.0,88174512.0,89067359.0,90111372.0,91014642.0,92151211.0,93107256.0,94110154.0,95134242.0,96497107.0,96988191.0,98016230.0,99098379.0],"unit":"ns","throughput":[{"per_iteration":32,"unit":"bytes"}],"typical":{"estimate":285.05289665951886,"lower_bound":284.9495156510501,"upper_bound":285.17394002351597,"unit":"ns"},"mean":{"estimate":285.3322772416419,"lower_bound":285.0113079346599,"upper_bound":285.842981927021,"unit":"ns"},"median":{"estimate":284.9098783155294,"lower_bound":284.8475809352518,"upper_bound":284.9829687270592,"unit":"ns"},"median_abs_dev":{"estimate":0.28980212550244666,"lower_bound":0.18442535599320586,"upper_bound":0.35866824834613786,"unit":"ns"},"slope":{"estimate":285.05289665951886,"lower_bound":284.9495156510501,"upper_bound":285.17394002351597,"unit":"ns"},"change":{"mean":{"estimate":0.0034033173725132038,"lower_bound":0.0006779790303609483,"upper_bound":0.005956087801352799,"unit":"%"},"median":{"estimate":0.004328631666244531,"lower_bound":0.0038276227516838347,"upper_bound":0.0046953531062623455,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^06","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_06","iteration_count":[1827,3654,5481,7308,9135,10962,12789,14616,16443,18270,20097,21924,23751,25578,27405,29232,31059,32886,34713,36540,38367,40194,42021,43848,45675,47502,49329,51156,52983,54810,56637,58464,60291,62118,63945,65772,67599,69426,71253,73080,74907,76734,78561,80388,82215,84042,85869,87696,89523,91350,93177,95004,96831,98658,100485,102312,104139,105966,107793,109620,111447,113274,115101,116928,118755,120582,122409,124236,126063,127890,129717,131544,133371,135198,137025,138852,140679,142506,144333,146160,147987,149814,151641,153468,155295,157122,158949,160776,162603,164430,166257,168084,169911,171738,173565,175392,177219,179046,180873,182700],"measured_values":[1059855.0,1974274.0,2964062.0,3951742.0,4968337.0,5992281.0,6993390.0,7958524.0,8917190.0,9906714.0,10922034.0,11966187.0,12841634.0,13861277.0,14849130.0,15810941.0,16944032.0,17810085.0,18798768.0,20136207.0,20774449.0,21735849.0,22751752.0,23768240.0,24773654.0,25722421.0,26710401.0,27732646.0,28777795.0,29781059.0,30683117.0,31637587.0,32630064.0,33619941.0,34733298.0,35648786.0,36572849.0,37625802.0,38557063.0,39612544.0,40699906.0,41622730.0,42610578.0,43529547.0,44515437.0,45466954.0,46566005.0,47582682.0,48615257.0,49493668.0,50427218.0,51449593.0,52449365.0,53413092.0,54577406.0,55387305.0,56346288.0,57437639.0,58347587.0,59459953.0,60570652.0,61375331.0,62336560.0,63332347.0,64365593.0,65479619.0,66302442.0,67266042.0,68257898.0,69235176.0,70523217.0,71287801.0,72187865.0,73269323.0,74230513.0,75517242.0,76218284.0,77181612.0,78194008.0,79299597.0,80114250.0,81405432.0,82319679.0,83111299.0,84132233.0,85088533.0,86083191.0,87146444.0,87995838.0,89065688.0,90075434.0,91112598.0,92037113.0,92997599.0,93979057.0,95010833.0,96040624.0,97005686.0,98111162.0,98962006.0],"unit":"ns","throughput":[{"per_iteration":64,"unit":"bytes"}],"typical":{"estimate":541.9335584219402,"lower_bound":541.7894997873512,"upper_bound":542.0957489791109,"unit":"ns"},"mean":{"estimate":542.5652181074547,"lower_bound":541.9796865836088,"upper_bound":543.4886893909638,"unit":"ns"},"median":{"estimate":541.7727158418684,"lower_bound":541.6467906771561,"upper_bound":541.9436808931916,"unit":"ns"},"median_abs_dev":{"estimate":0.6081118777360215,"lower_bound":0.4298231064784399,"upper_bound":0.8619266330055348,"unit":"ns"},"slope":{"estimate":541.9335584219402,"lower_bound":541.7894997873512,"upper_bound":542.0957489791109,"unit":"ns"},"change":{"mean":{"estimate":0.006950329365262631,"lower_bound":0.004508947762314375,"upper_bound":0.009439255538798364,"unit":"%"},"median":{"estimate":0.008426166332269558,"lower_bound":0.007580961521309382,"upper_bound":0.009011175519553882,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^07","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_07","iteration_count":[1255,2510,3765,5020,6275,7530,8785,10040,11295,12550,13805,15060,16315,17570,18825,20080,21335,22590,23845,25100,26355,27610,28865,30120,31375,32630,33885,35140,36395,37650,38905,40160,41415,42670,43925,45180,46435,47690,48945,50200,51455,52710,53965,55220,56475,57730,58985,60240,61495,62750,64005,65260,66515,67770,69025,70280,71535,72790,74045,75300,76555,77810,79065,80320,81575,82830,84085,85340,86595,87850,89105,90360,91615,92870,94125,95380,96635,97890,99145,100400,101655,102910,104165,105420,106675,107930,109185,110440,111695,112950,114205,115460,116715,117970,119225,120480,121735,122990,124245,125500],"measured_values":[1041314.0,2024548.0,3034120.0,4045947.0,4954694.0,5924415.0,6911970.0,7924998.0,8941607.0,9958225.0,10914455.0,11932460.0,12953160.0,13850055.0,14840045.0,15908599.0,16898017.0,17829640.0,18792029.0,19885069.0,20879352.0,21930386.0,22709633.0,23725553.0,24716192.0,25699948.0,26717158.0,27819774.0,28663392.0,29684764.0,30611428.0,31791163.0,32695125.0,33600114.0,34567702.0,35605411.0,36562706.0,37551472.0,38622323.0,39554993.0,40512793.0,41502822.0,42484527.0,43504408.0,44460482.0,45473596.0,46444304.0,47453377.0,48468214.0,49498716.0,50499706.0,51379673.0,52423606.0,53430860.0,54508173.0,55380360.0,56372348.0,57748048.0,58364839.0,59332947.0,60262269.0,61554891.0,62439538.0,63255654.0,64266436.0,65245966.0,66810126.0,67226261.0,68190597.0,69300361.0,70404924.0,71234884.0,72176796.0,73157322.0,74173263.0,75155990.0,76089318.0,77132471.0,78064950.0,79052708.0,80247252.0,81026615.0,82073387.0,83226877.0,84046884.0,85091922.0,86022500.0,87004630.0,87931510.0,88975600.0,89940482.0,91004882.0,92023851.0,92874849.0,94096484.0,94990024.0,95866683.0,96881531.0,97846376.0,98826683.0],"unit":"ns","throughput":[{"per_iteration":128,"unit":"bytes"}],"typical":{"estimate":788.2275449889521,"lower_bound":787.9785000857898,"upper_bound":788.5318198545672,"unit":"ns"},"mean":{"estimate":789.6317259473317,"lower_bound":788.7307086500105,"upper_bound":790.7924332357495,"unit":"ns"},"median":{"estimate":788.0126852589641,"lower_bound":787.8272771925995,"upper_bound":788.3158034528552,"unit":"ns"},"median_abs_dev":{"estimate":0.922754930967999,"lower_bound":0.6594051249520481,"upper_bound":1.3660146982067927,"unit":"ns"},"slope":{"estimate":788.2275449889521,"lower_bound":787.9785000857898,"upper_bound":788.5318198545672,"unit":"ns"},"change":{"mean":{"estimate":0.002388813711982518,"lower_bound":-0.00012375266033370547,"upper_bound":0.00463453921713739,"unit":"%"},"median":{"estimate":0.0026583862367248745,"lower_bound":0.0023309893195904152,"upper_bound":0.0031387522144974422,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^08","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_08","iteration_count":[774,1548,2322,3096,3870,4644,5418,6192,6966,7740,8514,9288,10062,10836,11610,12384,13158,13932,14706,15480,16254,17028,17802,18576,19350,20124,20898,21672,22446,23220,23994,24768,25542,26316,27090,27864,28638,29412,30186,30960,31734,32508,33282,34056,34830,35604,36378,37152,37926,38700,39474,40248,41022,41796,42570,43344,44118,44892,45666,46440,47214,47988,48762,49536,50310,51084,51858,52632,53406,54180,54954,55728,56502,57276,58050,58824,59598,60372,61146,61920,62694,63468,64242,65016,65790,66564,67338,68112,68886,69660,70434,71208,71982,72756,73530,74304,75078,75852,76626,77400],"measured_values":[1020228.0,1978483.0,2962676.0,3951499.0,4968966.0,5952511.0,6970174.0,7962156.0,8947702.0,9952990.0,10985631.0,11915305.0,12872540.0,13833138.0,14849174.0,15837139.0,16796057.0,17811085.0,18800309.0,19758346.0,20777959.0,21737663.0,22783924.0,23741607.0,24701692.0,25751789.0,26704855.0,27759159.0,28758675.0,29700427.0,30657663.0,31651064.0,32661404.0,33620879.0,34704981.0,35627921.0,36589902.0,37575763.0,38683421.0,39589712.0,40539790.0,41675399.0,42633551.0,43558289.0,44496327.0,45537999.0,46494618.0,47451714.0,48472515.0,49461514.0,50449721.0,51554696.0,52430080.0,53391664.0,54449145.0,55417983.0,56531009.0,57389127.0,58351241.0,59373306.0,60338586.0,61486964.0,62342133.0,63296160.0,64344697.0,65275851.0,66283498.0,67268607.0,68240030.0,69319245.0,70250988.0,71298273.0,72217682.0,73208668.0,74312604.0,75327734.0,76216850.0,77191211.0,78213580.0,79127952.0,80145805.0,81098352.0,82102481.0,83217303.0,84141259.0,85056767.0,86081341.0,87046778.0,88269996.0,88995036.0,90032961.0,91013530.0,92035729.0,93008646.0,94013226.0,95114939.0,95927667.0,97211198.0,98084349.0,99017779.0],"unit":"ns","throughput":[{"per_iteration":256,"unit":"bytes"}],"typical":{"estimate":1278.8363545233385,"lower_bound":1278.5495468267543,"upper_bound":1279.1471908145559,"unit":"ns"},"mean":{"estimate":1279.563892193221,"lower_bound":1278.843147588103,"upper_bound":1280.5750053516101,"unit":"ns"},"median":{"estimate":1278.462417456216,"lower_bound":1278.1735456386618,"upper_bound":1278.8387435400516,"unit":"ns"},"median_abs_dev":{"estimate":1.0087402163282668,"lower_bound":0.7840995258080863,"upper_bound":1.526069932216753,"unit":"ns"},"slope":{"estimate":1278.8363545233385,"lower_bound":1278.5495468267543,"upper_bound":1279.1471908145559,"unit":"ns"},"change":{"mean":{"estimate":0.0033052514922895515,"lower_bound":0.001941741515455659,"upper_bound":0.004446244608151778,"unit":"%"},"median":{"estimate":0.0031097416773104847,"lower_bound":0.002855923756719392,"upper_bound":0.003474950300734064,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^09","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_09","iteration_count":[430,860,1290,1720,2150,2580,3010,3440,3870,4300,4730,5160,5590,6020,6450,6880,7310,7740,8170,8600,9030,9460,9890,10320,10750,11180,11610,12040,12470,12900,13330,13760,14190,14620,15050,15480,15910,16340,16770,17200,17630,18060,18490,18920,19350,19780,20210,20640,21070,21500,21930,22360,22790,23220,23650,24080,24510,24940,25370,25800,26230,26660,27090,27520,27950,28380,28810,29240,29670,30100,30530,30960,31390,31820,32250,32680,33110,33540,33970,34400,34830,35260,35690,36120,36550,36980,37410,37840,38270,38700,39130,39560,39990,40420,40850,41280,41710,42140,42570,43000],"measured_values":[1061812.0,1975007.0,2962973.0,3979140.0,4966062.0,5952716.0,6970765.0,7902293.0,8917359.0,9878179.0,10893488.0,11882333.0,12869221.0,13855014.0,14816810.0,15830302.0,17188107.0,17809696.0,18767433.0,19782145.0,20803761.0,21758938.0,22719540.0,23736752.0,24720403.0,25735829.0,26696927.0,27682031.0,28700495.0,29728906.0,30649273.0,31612487.0,32651119.0,33871295.0,34597407.0,35699216.0,36601027.0,37562265.0,38858689.0,39570005.0,40527054.0,41543667.0,42497076.0,43517243.0,44529707.0,45526079.0,46475699.0,47466037.0,48514074.0,49530248.0,50423968.0,51420560.0,52406525.0,53610616.0,54379183.0,55367347.0,56382473.0,57400501.0,58497372.0,59376446.0,60363739.0,61324231.0,62280681.0,63292377.0,64314997.0,65212510.0,66259285.0,67276710.0,68200656.0,69260996.0,70239960.0,71167089.0,72214569.0,73317238.0,74283868.0,75141447.0,76166497.0,77124850.0,78107998.0,79126382.0,80092578.0,81104277.0,82089611.0,83114530.0,84035588.0,85082944.0,86381975.0,86996960.0,88018486.0,88942574.0,90016040.0,90989257.0,91939264.0,92960347.0,94134082.0,94906939.0,95975275.0,97595806.0,97891776.0,98936532.0],"unit":"ns","throughput":[{"per_iteration":512,"unit":"bytes"}],"typical":{"estimate":2301.2252082644573,"lower_bound":2300.359441354552,"upper_bound":2302.3672416685713,"unit":"ns"},"mean":{"estimate":2303.6348934678886,"lower_bound":2301.0766206302756,"upper_bound":2307.7083943624807,"unit":"ns"},"median":{"estimate":2300.281602990033,"lower_bound":2299.9343088581136,"upper_bound":2300.8450752393983,"unit":"ns"},"median_abs_dev":{"estimate":1.6609757960934288,"lower_bound":1.283030394079119,"upper_bound":2.3441253981577646,"unit":"ns"},"slope":{"estimate":2301.2252082644573,"lower_bound":2300.359441354552,"upper_bound":2302.3672416685713,"unit":"ns"},"change":{"mean":{"estimate":-0.0005216602702042827,"lower_bound":-0.003473839705726203,"upper_bound":0.0022035450934567314,"unit":"%"},"median":{"estimate":0.0010684537125074112,"lower_bound":0.0008281245512310314,"upper_bound":0.0013313954274303264,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^10","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_10","iteration_count":[234,468,702,936,1170,1404,1638,1872,2106,2340,2574,2808,3042,3276,3510,3744,3978,4212,4446,4680,4914,5148,5382,5616,5850,6084,6318,6552,6786,7020,7254,7488,7722,7956,8190,8424,8658,8892,9126,9360,9594,9828,10062,10296,10530,10764,10998,11232,11466,11700,11934,12168,12402,12636,12870,13104,13338,13572,13806,14040,14274,14508,14742,14976,15210,15444,15678,15912,16146,16380,16614,16848,17082,17316,17550,17784,18018,18252,18486,18720,18954,19188,19422,19656,19890,20124,20358,20592,20826,21060,21294,21528,21762,21996,22230,22464,22698,22932,23166,23400],"measured_values":[1048815.0,2031634.0,3011456.0,3969299.0,4960541.0,6000386.0,6960601.0,7950622.0,8932340.0,9919880.0,10919704.0,11918003.0,12905733.0,13962335.0,14886740.0,15878515.0,16867203.0,17858959.0,18851821.0,19847226.0,20865937.0,21829899.0,22821899.0,23828876.0,24830725.0,25797779.0,26816084.0,27811790.0,28805849.0,29764713.0,30760785.0,31805703.0,32785299.0,33736156.0,34727389.0,35811157.0,36711249.0,38052226.0,38697915.0,39692676.0,40739374.0,41674816.0,42690883.0,43687437.0,44730934.0,45968038.0,46636790.0,47752779.0,48617179.0,49729019.0,50690361.0,51752813.0,52586551.0,53613184.0,54693629.0,55623186.0,56590209.0,57614457.0,58936141.0,59589836.0,60575834.0,61532688.0,62578173.0,63660555.0,64532391.0,65528606.0,66516668.0,67543148.0,68574786.0,69525847.0,70458214.0,71479866.0,72472125.0,73751565.0,74551184.0,75484781.0,76505036.0,77507877.0,78444271.0,79493938.0,80493173.0,81491943.0,82458310.0,83451982.0,84624872.0,85488188.0,86810203.0,87423849.0,88445080.0,89484318.0,90457123.0,91333003.0,92442595.0,93416113.0,94420545.0,95444929.0,96349528.0,97722081.0,98363031.0,99357620.0],"unit":"ns","throughput":[{"per_iteration":1024,"unit":"bytes"}],"typical":{"estimate":4247.370480726603,"lower_bound":4245.993427681713,"upper_bound":4248.921932218119,"unit":"ns"},"mean":{"estimate":4250.0630323477735,"lower_bound":4245.956177150309,"upper_bound":4256.095571809755,"unit":"ns"},"median":{"estimate":4244.819853265123,"lower_bound":4243.788286394843,"upper_bound":4246.033744033744,"unit":"ns"},"median_abs_dev":{"estimate":4.627900635058234,"lower_bound":3.362972631673986,"upper_bound":6.0226202002350755,"unit":"ns"},"slope":{"estimate":4247.370480726603,"lower_bound":4245.993427681713,"upper_bound":4248.921932218119,"unit":"ns"},"change":{"mean":{"estimate":0.0003271635706101339,"lower_bound":-0.0013218113160282706,"upper_bound":0.001994238402680381,"unit":"%"},"median":{"estimate":0.00025292119637287946,"lower_bound":-0.00009940374804962016,"upper_bound":0.0006833266789971759,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^11","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_11","iteration_count":[122,244,366,488,610,732,854,976,1098,1220,1342,1464,1586,1708,1830,1952,2074,2196,2318,2440,2562,2684,2806,2928,3050,3172,3294,3416,3538,3660,3782,3904,4026,4148,4270,4392,4514,4636,4758,4880,5002,5124,5246,5368,5490,5612,5734,5856,5978,6100,6222,6344,6466,6588,6710,6832,6954,7076,7198,7320,7442,7564,7686,7808,7930,8052,8174,8296,8418,8540,8662,8784,8906,9028,9150,9272,9394,9516,9638,9760,9882,10004,10126,10248,10370,10492,10614,10736,10858,10980,11102,11224,11346,11468,11590,11712,11834,11956,12078,12200],"measured_values":[1040389.0,1982436.0,2975713.0,3970811.0,4958772.0,5977520.0,6941428.0,7932715.0,8923421.0,9914683.0,10963213.0,11926958.0,12889866.0,13909587.0,14873241.0,15894098.0,16886721.0,17967508.0,18840188.0,19862927.0,20824426.0,21843299.0,22832321.0,23827946.0,24815572.0,25836687.0,26834482.0,27796430.0,28796013.0,29923317.0,30828264.0,31791718.0,32774482.0,34119761.0,34730206.0,35725724.0,36715713.0,37708990.0,38758918.0,39743607.0,40719162.0,41955070.0,42693161.0,43715217.0,44673706.0,45641304.0,46714390.0,47718310.0,48669237.0,49631350.0,50626111.0,51616778.0,52641443.0,53765598.0,54590662.0,55590928.0,56583358.0,57568073.0,58666439.0,59646280.0,60539928.0,61659362.0,62577425.0,63574945.0,64563143.0,65817745.0,66568510.0,67484854.0,68541569.0,69661575.0,70703649.0,71486742.0,72506586.0,73429471.0,74512577.0,75421456.0,76408761.0,77426295.0,78398905.0,79529024.0,80432887.0,81428133.0,82589771.0,83442052.0,84372897.0,85360127.0,86476054.0,87387459.0,88395351.0,89396178.0,90463483.0,91688237.0,92401708.0,93373952.0,94513101.0,95499358.0,96361086.0,97265344.0,98343278.0,99224420.0],"unit":"ns","throughput":[{"per_iteration":2048,"unit":"bytes"}],"typical":{"estimate":8143.853793578771,"lower_bound":8141.520476831542,"upper_bound":8146.413315846811,"unit":"ns"},"mean":{"estimate":8147.105989808653,"lower_bound":8141.199017955519,"upper_bound":8156.428870567534,"unit":"ns"},"median":{"estimate":8140.870132062939,"lower_bound":8138.125,"upper_bound":8142.26288904728,"unit":"ns"},"median_abs_dev":{"estimate":7.995219677100655,"lower_bound":5.819556507464163,"upper_bound":10.169312828394336,"unit":"ns"},"slope":{"estimate":8143.853793578771,"lower_bound":8141.520476831542,"upper_bound":8146.413315846811,"unit":"ns"},"change":{"mean":{"estimate":0.001025365696486702,"lower_bound":-0.0016333781103007644,"upper_bound":0.002909471885847164,"unit":"%"},"median":{"estimate":0.0017864939569471883,"lower_bound":0.0013341795058332347,"upper_bound":0.002010602821558294,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^12","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_12","iteration_count":[63,126,189,252,315,378,441,504,567,630,693,756,819,882,945,1008,1071,1134,1197,1260,1323,1386,1449,1512,1575,1638,1701,1764,1827,1890,1953,2016,2079,2142,2205,2268,2331,2394,2457,2520,2583,2646,2709,2772,2835,2898,2961,3024,3087,3150,3213,3276,3339,3402,3465,3528,3591,3654,3717,3780,3843,3906,3969,4032,4095,4158,4221,4284,4347,4410,4473,4536,4599,4662,4725,4788,4851,4914,4977,5040,5103,5166,5229,5292,5355,5418,5481,5544,5607,5670,5733,5796,5859,5922,5985,6048,6111,6174,6237,6300],"measured_values":[1074343.0,1998973.0,2999360.0,4027034.0,5026314.0,6054808.0,7023820.0,8053259.0,9080219.0,10052712.0,11111343.0,12023881.0,12997636.0,14024564.0,15023662.0,16024372.0,17024336.0,17998181.0,19022614.0,19994326.0,21020748.0,22021838.0,23020952.0,24018718.0,25018633.0,26018646.0,27018598.0,28046712.0,29132827.0,30020043.0,30997288.0,32017661.0,33043899.0,34043929.0,35017101.0,36015922.0,37070449.0,38013290.0,39106200.0,40016280.0,41048373.0,42045518.0,43016433.0,44079533.0,45023737.0,46275611.0,47068465.0,48024496.0,49048144.0,49993868.0,51022780.0,52046822.0,52993054.0,54077894.0,54996541.0,56046185.0,57044315.0,57989941.0,59077120.0,60026757.0,61027695.0,62019413.0,63082785.0,64190809.0,65077055.0,66039923.0,67008423.0,68352253.0,69124590.0,70112834.0,71192009.0,72195953.0,73519054.0,74283305.0,75233903.0,76064069.0,77232311.0,78200393.0,79081581.0,80019966.0,81049654.0,81995146.0,83016163.0,83979301.0,85023267.0,86043822.0,87095733.0,88059464.0,89067131.0,90197290.0,91083974.0,92030749.0,93084810.0,94148077.0,95084619.0,96008978.0,97248536.0,98010351.0,99070241.0,100094098.0],"unit":"ns","throughput":[{"per_iteration":4096,"unit":"bytes"}],"typical":{"estimate":15892.813437292556,"lower_bound":15887.92027771958,"upper_bound":15898.459254959784,"unit":"ns"},"mean":{"estimate":15910.727453680143,"lower_bound":15894.294361693974,"upper_bound":15937.861704338458,"unit":"ns"},"median":{"estimate":15887.80770800628,"lower_bound":15884.98858569645,"upper_bound":15892.67849960497,"unit":"ns"},"median_abs_dev":{"estimate":14.851584362275405,"lower_bound":10.96619152573952,"upper_bound":20.22823707029937,"unit":"ns"},"slope":{"estimate":15892.813437292556,"lower_bound":15887.92027771958,"upper_bound":15898.459254959784,"unit":"ns"},"change":{"mean":{"estimate":0.005127921867607688,"lower_bound":0.002879337410991185,"upper_bound":0.007466755253235735,"unit":"%"},"median":{"estimate":0.004879896821290419,"lower_bound":0.004574446171942021,"upper_bound":0.005382043306333406,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^13","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_13","iteration_count":[32,64,96,128,160,192,224,256,288,320,352,384,416,448,480,512,544,576,608,640,672,704,736,768,800,832,864,896,928,960,992,1024,1056,1088,1120,1152,1184,1216,1248,1280,1312,1344,1376,1408,1440,1472,1504,1536,1568,1600,1632,1664,1696,1728,1760,1792,1824,1856,1888,1920,1952,1984,2016,2048,2080,2112,2144,2176,2208,2240,2272,2304,2336,2368,2400,2432,2464,2496,2528,2560,2592,2624,2656,2688,2720,2752,2784,2816,2848,2880,2912,2944,2976,3008,3040,3072,3104,3136,3168,3200],"measured_values":[1088330.0,2055070.0,3084779.0,4112690.0,5140314.0,6170042.0,7136895.0,8027580.0,9030654.0,10033133.0,11065747.0,12040230.0,13049275.0,14075900.0,15091778.0,16082991.0,17057373.0,18089451.0,19093711.0,20096390.0,21072190.0,22103130.0,23078707.0,24109023.0,25124141.0,26118955.0,27189818.0,28123257.0,29127256.0,30157669.0,31136335.0,32138573.0,33188626.0,34184330.0,35148447.0,36296109.0,37181790.0,38203040.0,39382944.0,40165862.0,41174462.0,42188020.0,43203428.0,44255497.0,45258638.0,46211776.0,47239932.0,48309576.0,49213878.0,50225829.0,51238005.0,52323296.0,53248619.0,54217986.0,55246635.0,56360102.0,57407354.0,58396070.0,59244144.0,60313377.0,61275666.0,62282725.0,63297970.0,64400233.0,65325334.0,66356779.0,67317635.0,68453217.0,69371126.0,70353800.0,71356312.0,72437400.0,73507241.0,74340325.0,75409804.0,76346704.0,77408375.0,78391354.0,79592542.0,80403323.0,81367833.0,82442997.0,83471220.0,84461190.0,85635876.0,86427778.0,87492500.0,88435934.0,89434587.0,90499798.0,91420967.0,92463649.0,93466264.0,94445500.0,95500535.0,96648190.0,97458236.0,98447593.0,99461727.0,100566253.0],"unit":"ns","throughput":[{"per_iteration":8192,"unit":"bytes"}],"typical":{"estimate":31416.38110213167,"lower_bound":31410.096560893784,"upper_bound":31423.291128910838,"unit":"ns"},"mean":{"estimate":31477.2073685746,"lower_bound":31428.212472156603,"upper_bound":31544.737331221113,"unit":"ns"},"median":{"estimate":31406.733599565756,"lower_bound":31400.372201492537,"upper_bound":31414.98757440476,"unit":"ns"},"median_abs_dev":{"estimate":24.764941870940167,"lower_bound":19.400968118726993,"upper_bound":34.6573315455917,"unit":"ns"},"slope":{"estimate":31416.38110213167,"lower_bound":31410.096560893784,"upper_bound":31423.291128910838,"unit":"ns"},"change":{"mean":{"estimate":0.003583342486406904,"lower_bound":-0.0004449982534319765,"upper_bound":0.006731033850075673,"unit":"%"},"median":{"estimate":0.004826311082652079,"lower_bound":0.004528983012197951,"upper_bound":0.005162431939776946,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^14","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_14","iteration_count":[16,32,48,64,80,96,112,128,144,160,176,192,208,224,240,256,272,288,304,320,336,352,368,384,400,416,432,448,464,480,496,512,528,544,560,576,592,608,624,640,656,672,688,704,720,736,752,768,784,800,816,832,848,864,880,896,912,928,944,960,976,992,1008,1024,1040,1056,1072,1088,1104,1120,1136,1152,1168,1184,1200,1216,1232,1248,1264,1280,1296,1312,1328,1344,1360,1376,1392,1408,1424,1440,1456,1472,1488,1504,1520,1536,1552,1568,1584,1600],"measured_values":[1048070.0,1994969.0,3022167.0,4024590.0,5019181.0,5988959.0,7013930.0,7984077.0,8982610.0,10006900.0,11006178.0,12004361.0,12973309.0,14000837.0,14998859.0,15967495.0,16998036.0,17962716.0,19018117.0,19992526.0,20985880.0,21985849.0,22952703.0,23981075.0,24975582.0,25974395.0,26945635.0,27972150.0,28967442.0,29993894.0,30989369.0,31939425.0,32961826.0,33957781.0,34990505.0,35958727.0,37072575.0,37981512.0,38948162.0,39973578.0,40974854.0,41982006.0,42948483.0,44217243.0,45226962.0,45988468.0,46957354.0,47933988.0,48959560.0,49981535.0,50980660.0,52126137.0,52946134.0,53974771.0,54995043.0,56059114.0,57293619.0,58030656.0,58992844.0,59909701.0,60965534.0,62025546.0,63110328.0,64050730.0,64955586.0,65957588.0,66951759.0,67948947.0,68947180.0,69979802.0,70915808.0,71942241.0,73038275.0,73942897.0,74907035.0,75967917.0,77015879.0,78013946.0,78896478.0,79952494.0,81039287.0,81920139.0,83062535.0,83884777.0,85038988.0,86010824.0,87020644.0,87929262.0,89049986.0,89994525.0,90927605.0,91901001.0,92923378.0,93955378.0,94953415.0,95916639.0,96978977.0,97924917.0,98973528.0,99997185.0],"unit":"ns","throughput":[{"per_iteration":16384,"unit":"bytes"}],"typical":{"estimate":62484.143875794296,"lower_bound":62471.424171916726,"upper_bound":62498.4190950625,"unit":"ns"},"mean":{"estimate":62521.475859935905,"lower_bound":62476.07576886662,"upper_bound":62593.93632238581,"unit":"ns"},"median":{"estimate":62469.47203947369,"lower_bound":62454.99906716418,"upper_bound":62481.96607142857,"unit":"ns"},"median_abs_dev":{"estimate":55.687221889580584,"lower_bound":37.88897791903094,"upper_bound":72.13550511212165,"unit":"ns"},"slope":{"estimate":62484.143875794296,"lower_bound":62471.424171916726,"upper_bound":62498.4190950625,"unit":"ns"},"change":{"mean":{"estimate":0.005299454515735658,"lower_bound":0.0030426731175022094,"upper_bound":0.007289760781089366,"unit":"%"},"median":{"estimate":0.007053334262944633,"lower_bound":0.006686129319520395,"upper_bound":0.0073123187154396805,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^15","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_15","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1113453.0,2006664.0,3012109.0,4015423.0,5018386.0,6024802.0,7025520.0,8085336.0,9035609.0,10036364.0,11097660.0,12044912.0,13047020.0,14081174.0,15054158.0,16115332.0,17093100.0,18064760.0,19094878.0,20126185.0,21171984.0,22093364.0,23213430.0,24093336.0,25171401.0,26258164.0,27260137.0,28125620.0,29159352.0,30196725.0,31164576.0,32195323.0,33436860.0,34188352.0,35223139.0,36194971.0,37187650.0,38167407.0,39258601.0,40323174.0,41180544.0,42227321.0,43211910.0,44218849.0,45252767.0,46283991.0,47229819.0,48229758.0,49288098.0,50296360.0,51215019.0,52246915.0,53214613.0,54313718.0,55387441.0,56307279.0,57312652.0,58285340.0,59260514.0,60237755.0,61351668.0,62268274.0,63273865.0,64303383.0,65337834.0,66312386.0,67475424.0,68328002.0,69302488.0,70369793.0,71507663.0,72337477.0,73397749.0,74337599.0,75320562.0,76353682.0,77357426.0,78365291.0,79411847.0,80423574.0,81365001.0,82377013.0,83408788.0,84574372.0,85406132.0,86438339.0,87354252.0,88434227.0,89569332.0,90370980.0,91485051.0,92572794.0,93562126.0,94456520.0,95649384.0,96488520.0,97814686.0,98524783.0,99466487.0,100669261.0],"unit":"ns","throughput":[{"per_iteration":32768,"unit":"bytes"}],"typical":{"estimate":125674.94671974287,"lower_bound":125641.26478280121,"upper_bound":125711.63317393411,"unit":"ns"},"mean":{"estimate":125820.74656766141,"lower_bound":125655.81336941727,"upper_bound":126117.10468936653,"unit":"ns"},"median":{"estimate":125635.02322635136,"lower_bound":125602.70129654255,"upper_bound":125676.55059523809,"unit":"ns"},"median_abs_dev":{"estimate":137.7250246100809,"lower_bound":101.28204553486987,"upper_bound":188.57652377709445,"unit":"ns"},"slope":{"estimate":125674.94671974287,"lower_bound":125641.26478280121,"upper_bound":125711.63317393411,"unit":"ns"},"change":{"mean":{"estimate":0.00815153876026975,"lower_bound":0.0063791041884393275,"upper_bound":0.010761810996325316,"unit":"%"},"median":{"estimate":0.007580145499660906,"lower_bound":0.007160167752962465,"upper_bound":0.00805155135470681,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^16","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_16","iteration_count":[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400],"measured_values":[1110092.0,2014601.0,3025618.0,4032123.0,5038973.0,6075988.0,7056140.0,8090737.0,9070837.0,10108058.0,11086887.0,12094909.0,13139292.0,14107615.0,15117589.0,16182631.0,17131359.0,18196504.0,19148213.0,20237114.0,21330330.0,22227282.0,23203631.0,24188116.0,25222727.0,26371464.0,27329433.0,28244730.0,29253990.0,30260323.0,31425659.0,32481215.0,33314508.0,34413293.0,35299454.0,36308231.0,37375552.0,38437855.0,39428753.0,40402242.0,41376556.0,42499239.0,43539624.0,44428744.0,45407124.0,46416057.0,47450955.0,48459538.0,49437573.0,50419909.0,51454564.0,52507388.0,53639337.0,54457009.0,55488438.0,56588994.0,57530476.0,58513619.0,59519466.0,60614890.0,61613172.0,62627877.0,63521364.0,64572604.0,65543501.0,66531638.0,67562476.0,68568789.0,69546742.0,70610019.0,71536852.0,72636766.0,73601841.0,74713876.0,75621057.0,76829277.0,77591911.0,78606542.0,79602890.0,80641093.0,81643451.0,82614962.0,83659808.0,84693430.0,85671036.0,86651356.0,87726284.0,88878729.0,89703966.0,90704613.0,91745992.0,92690779.0,93882338.0,94833729.0,95836436.0,96801940.0,97970790.0,98793070.0,100222574.0,100802271.0],"unit":"ns","throughput":[{"per_iteration":65536,"unit":"bytes"}],"typical":{"estimate":252217.7345596276,"lower_bound":252145.0398825872,"upper_bound":252303.8176409494,"unit":"ns"},"mean":{"estimate":252588.26207655043,"lower_bound":252273.38088805386,"upper_bound":253146.07387308934,"unit":"ns"},"median":{"estimate":252206.0702119883,"lower_bound":252115.78240740742,"upper_bound":252261.17934782608,"unit":"ns"},"median_abs_dev":{"estimate":340.08962066673075,"lower_bound":223.28448555612553,"upper_bound":409.6930267746933,"unit":"ns"},"slope":{"estimate":252217.7345596276,"lower_bound":252145.0398825872,"upper_bound":252303.8176409494,"unit":"ns"},"change":{"mean":{"estimate":0.007276861236866772,"lower_bound":0.004148605340700496,"upper_bound":0.010365529561001431,"unit":"%"},"median":{"estimate":0.00794269763334654,"lower_bound":0.0073137147855466544,"upper_bound":0.008332322959817118,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^17","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_17","iteration_count":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200],"measured_values":[1139725.0,2047233.0,3023059.0,4061718.0,5102109.0,6076909.0,7114149.0,8121845.0,9128262.0,10168193.0,11173582.0,12182249.0,13188726.0,14227554.0,15205943.0,16283288.0,17279196.0,18229030.0,19184938.0,20190456.0,21200064.0,22208906.0,23412821.0,24193700.0,25231961.0,26298471.0,27276719.0,28261567.0,29317119.0,30335549.0,31305639.0,32289211.0,33325576.0,34302421.0,35398317.0,36347485.0,37392226.0,38393404.0,39374161.0,40382857.0,41422298.0,42493339.0,43408377.0,44417119.0,45428471.0,46433852.0,47458424.0,48448212.0,49484162.0,50559348.0,51473165.0,52570734.0,53704590.0,54553303.0,55530836.0,56544200.0,57541034.0,58556111.0,59537338.0,60571585.0,61558210.0,62564045.0,63651430.0,64575313.0,65847288.0,66673704.0,67627671.0,68636548.0,69731398.0,70739527.0,71643139.0,72704700.0,73651323.0,74690629.0,75720454.0,77029953.0,77757727.0,78721229.0,79797306.0,80798221.0,81742658.0,82932833.0,84017360.0,84745170.0,85841723.0,86819451.0,87831256.0,88835589.0,89843806.0,90927814.0,91829908.0,92805540.0,94237290.0,95102751.0,95884116.0,96949089.0,98110195.0,99183453.0,100394857.0,101046261.0],"unit":"ns","throughput":[{"per_iteration":131072,"unit":"bytes"}],"typical":{"estimate":505166.76520466973,"lower_bound":504980.4089669354,"upper_bound":505368.65713397675,"unit":"ns"},"mean":{"estimate":506207.3436856469,"lower_bound":505363.7358182184,"upper_bound":507657.8456780815,"unit":"ns"},"median":{"estimate":504941.8002232143,"lower_bound":504814.6036111111,"upper_bound":505170.07936507935,"unit":"ns"},"median_abs_dev":{"estimate":530.5312508066672,"lower_bound":358.4722978562829,"upper_bound":837.8978920474501,"unit":"ns"},"slope":{"estimate":505166.76520466973,"lower_bound":504980.4089669354,"upper_bound":505368.65713397675,"unit":"ns"},"change":{"mean":{"estimate":0.008976888012613538,"lower_bound":0.004854007673077483,"upper_bound":0.012863370201026486,"unit":"%"},"median":{"estimate":0.008273010346526277,"lower_bound":0.007937300295145278,"upper_bound":0.008925026956995152,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^18","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_18","iteration_count":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],"measured_values":[1224029.0,2072246.0,3101702.0,4137753.0,5174463.0,6206385.0,7243641.0,8133860.0,9089569.0,10129012.0,11109509.0,12118590.0,13157058.0,14170244.0,15175581.0,16158836.0,17225076.0,18177619.0,19216496.0,20198383.0,21236332.0,22217786.0,23284653.0,24321890.0,25249496.0,26286471.0,27296472.0,28333726.0,29319460.0,30328923.0,31361501.0,32485905.0,33353506.0,34360073.0,35370858.0,36388562.0,37400367.0,38434311.0,39652410.0,40456262.0,41608897.0,42604256.0,43501618.0,44481767.0,45528019.0,46528508.0,47544392.0,48758494.0,49531360.0,50719645.0,51575894.0,52615404.0,53622755.0,54606382.0,55709337.0,56595583.0,57691472.0,58712148.0,59673460.0,60784988.0,61677090.0,62759486.0,63694969.0,64677624.0,65745120.0,66722341.0,67819463.0,68747543.0,69781122.0,70768647.0,71894430.0,72781579.0,73765331.0,74848688.0,75949601.0,76853785.0,77889096.0,78838683.0,79829203.0,80835059.0,81985668.0,83014509.0,83984802.0,85308937.0,85945859.0,86955475.0,88525385.0,89057241.0,90005078.0,91087290.0,91998924.0,93004485.0,94042886.0,95029776.0,96100542.0,97057526.0,98095743.0,99259217.0,100082559.0,101086823.0],"unit":"ns","throughput":[{"per_iteration":262144,"unit":"bytes"}],"typical":{"estimate":1011761.527152357,"lower_bound":1011441.9103336858,"upper_bound":1012165.1953493488,"unit":"ns"},"mean":{"estimate":1015264.8895390833,"lower_bound":1012344.2890047715,"upper_bound":1020148.0358900354,"unit":"ns"},"median":{"estimate":1011421.9065566459,"lower_bound":1011223.920557442,"upper_bound":1011705.4,"unit":"ns"},"median_abs_dev":{"estimate":977.457037148118,"lower_bound":665.2253062072681,"upper_bound":1271.635561676839,"unit":"ns"},"slope":{"estimate":1011761.527152357,"lower_bound":1011441.9103336858,"upper_bound":1012165.1953493488,"unit":"ns"},"change":{"mean":{"estimate":0.010939649808290541,"lower_bound":0.0075160245770305115,"upper_bound":0.015444403407752993,"unit":"%"},"median":{"estimate":0.008672207821210032,"lower_bound":0.008321223548687362,"upper_bound":0.0089630756256068,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^19","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_19","iteration_count":[25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25],"measured_values":[50696540.0,50582528.0,50616805.0,50855161.0,50846452.0,50569778.0,50572263.0,50702459.0,50571578.0,50792508.0,50565221.0,50856265.0,50623938.0,50580882.0,50616145.0,50593248.0,50955486.0,50563384.0,50578289.0,50574131.0,50574289.0,50572796.0,50650852.0,50583998.0,50601929.0,50573642.0,50574532.0,50571689.0,50544514.0,50575650.0,50575360.0,50666471.0,50578942.0,50593161.0,50654395.0,50548308.0,50950651.0,50572972.0,50575956.0,50722166.0,50575193.0,50603154.0,50624468.0,50577739.0,50606783.0,50571799.0,50593930.0,50666041.0,50544322.0,50571737.0,50571068.0,50570176.0,50546137.0,50612156.0,50540255.0,50569974.0,50916698.0,50573982.0,50603698.0,50546963.0,50600289.0,50551818.0,50682338.0,50579641.0,50602834.0,50573356.0,50598593.0,50545283.0,50570555.0,50576879.0,50629412.0,50548265.0,50550900.0,50546645.0,50815499.0,50946368.0,50765156.0,50564044.0,50650126.0,50604029.0,50766995.0,50578121.0,50701432.0,50557716.0,50592685.0,50537239.0,50718559.0,50537753.0,50600830.0,50536419.0,50599608.0,50561500.0,50536588.0,50543922.0,50582638.0,50968340.0,50538507.0,50540873.0,50590137.0,50563477.0],"unit":"ns","throughput":[{"per_iteration":524288,"unit":"bytes"}],"typical":{"estimate":2024886.7903999996,"lower_bound":2024115.13656,"upper_bound":2025724.7117499998,"unit":"ns"},"mean":{"estimate":2024886.7903999996,"lower_bound":2024115.13656,"upper_bound":2025724.7117499998,"unit":"ns"},"median":{"estimate":2023144.62,"lower_bound":2022971.56,"upper_bound":2023741.8199999998,"unit":"ns"},"median_abs_dev":{"estimate":1471.361865877822,"lower_bound":985.6917665005973,"upper_bound":2068.138007283128,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008737847557385381,"lower_bound":0.008172645480454432,"upper_bound":0.009345696962612754,"unit":"%"},"median":{"estimate":0.008418048932203659,"lower_bound":0.008116074470189761,"upper_bound":0.008899536959696152,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^20","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_20","iteration_count":[13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13],"measured_values":[52964341.0,52925505.0,53348451.0,52862288.0,52859962.0,52919011.0,52907504.0,52889312.0,52964676.0,52913049.0,52900737.0,52859918.0,52885748.0,52887876.0,52886917.0,52885376.0,52908016.0,52889984.0,52859696.0,52945499.0,52892639.0,53399707.0,52868444.0,52900541.0,52878335.0,53002185.0,52870509.0,52975034.0,52905465.0,52931436.0,53063502.0,52887502.0,52953686.0,53001763.0,52873018.0,52883672.0,52914742.0,52889355.0,53129742.0,52942858.0,53315219.0,52912576.0,52893765.0,52902007.0,52965433.0,52929312.0,52940840.0,52891815.0,52917965.0,52896376.0,52863208.0,52887311.0,52917269.0,52889956.0,52956379.0,52943331.0,52900264.0,52940854.0,52853676.0,53289757.0,52883567.0,52860679.0,53010926.0,52949690.0,52881196.0,53052105.0,52866939.0,52925669.0,52900673.0,52854268.0,52916203.0,52936086.0,52895133.0,52885370.0,52889317.0,52886067.0,52887154.0,52928548.0,53275406.0,52912500.0,52888935.0,52860046.0,52924697.0,52908796.0,52992752.0,52861176.0,52993510.0,52868887.0,52921450.0,52863882.0,52922355.0,52857202.0,52923463.0,52898939.0,52926591.0,52916758.0,52917618.0,53254898.0,52911791.0,52884139.0],"unit":"ns","throughput":[{"per_iteration":1048576,"unit":"bytes"}],"typical":{"estimate":4072100.5346153844,"lower_bound":4070606.487711537,"upper_bound":4073808.901576922,"unit":"ns"},"mean":{"estimate":4072100.5346153844,"lower_bound":4070606.487711537,"upper_bound":4073808.901576922,"unit":"ns"},"median":{"estimate":4069827.692307692,"lower_bound":4068851.576923077,"upper_bound":4070559.153846154,"unit":"ns"},"median_abs_dev":{"estimate":2623.688745727428,"lower_bound":1987.1401493370197,"upper_bound":3773.445025315864,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008260851701757499,"lower_bound":0.007784063421347381,"upper_bound":0.008788362238513037,"unit":"%"},"median":{"estimate":0.008093095270259809,"lower_bound":0.007785908829343091,"upper_bound":0.008431908892102546,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^21","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_21","iteration_count":[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],"measured_values":[57303924.0,57021504.0,56934126.0,56944896.0,56932131.0,56935103.0,56999261.0,56965543.0,56968850.0,57033729.0,56906756.0,56940695.0,56969399.0,56903382.0,56913232.0,56963235.0,56978719.0,56917620.0,56911284.0,56908354.0,57032073.0,56936111.0,56943283.0,56906037.0,56929564.0,56911987.0,57051924.0,56966153.0,56880327.0,56965894.0,57038604.0,56922687.0,56933122.0,56877534.0,56991722.0,56903113.0,57019881.0,57103035.0,57003671.0,56936321.0,56932241.0,56940965.0,56940509.0,57001364.0,57045637.0,56905896.0,56933937.0,56939256.0,56905383.0,56960100.0,56942046.0,56906154.0,56978716.0,56902702.0,56938364.0,56955156.0,56909983.0,56903457.0,56970084.0,56907369.0,56930896.0,57020893.0,56933163.0,56881253.0,56936188.0,56963151.0,56911475.0,56935186.0,56943769.0,56999690.0,56902407.0,56994053.0,56971575.0,56955657.0,56965954.0,56903774.0,56999327.0,56993556.0,56942191.0,57074022.0,56961596.0,56904407.0,56925741.0,56927120.0,56902725.0,56927750.0,56907398.0,56967681.0,56877144.0,56939070.0,56945179.0,56874558.0,56932651.0,56941462.0,56930075.0,56929680.0,57083260.0,56933134.0,56909100.0,56878013.0],"unit":"ns","throughput":[{"per_iteration":2097152,"unit":"bytes"}],"typical":{"estimate":8135971.469999999,"lower_bound":8134437.819642852,"upper_bound":8137708.9738214305,"unit":"ns"},"mean":{"estimate":8135971.469999999,"lower_bound":8134437.819642852,"upper_bound":8137708.9738214305,"unit":"ns"},"median":{"estimate":8133906.071428571,"lower_bound":8133270.357142857,"upper_bound":8134754.714285715,"unit":"ns"},"median_abs_dev":{"estimate":6080.989692041444,"lower_bound":4945.9535121917725,"upper_bound":7115.632673673056,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007239802525012662,"lower_bound":0.006739458712743551,"upper_bound":0.007693674047047766,"unit":"%"},"median":{"estimate":0.0077639499939197165,"lower_bound":0.007454149766441542,"upper_bound":0.00793821928290539,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^22","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_22","iteration_count":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"measured_values":[65120584.0,65128376.0,65327553.0,65163280.0,65074538.0,65060001.0,65098878.0,65100759.0,65173939.0,65160282.0,65065792.0,65165899.0,65164972.0,65091636.0,65071991.0,65124512.0,65178279.0,65266273.0,65191438.0,65108038.0,65104348.0,65128474.0,65046938.0,65075404.0,65201079.0,65171168.0,65192162.0,65137496.0,65177989.0,65076572.0,65071443.0,65157594.0,65079897.0,65286285.0,65164049.0,65108425.0,65077347.0,65059919.0,65076003.0,65075816.0,65115873.0,65103346.0,65114015.0,65174997.0,65090536.0,65075988.0,65069515.0,65137281.0,65301596.0,65177215.0,65298820.0,65122406.0,65076099.0,65213486.0,65223164.0,65115439.0,65150614.0,65182952.0,65148917.0,65178668.0,65104998.0,65068404.0,65133878.0,65221985.0,65168220.0,65111345.0,65158336.0,65051653.0,65097205.0,65095005.0,65192903.0,65077397.0,65098163.0,65126090.0,65145449.0,65127925.0,65064669.0,65257269.0,65116762.0,65243144.0,65114994.0,65106139.0,65152273.0,65038638.0,65104656.0,65124550.0,65079038.0,65095882.0,65193028.0,65124471.0,65135408.0,65123998.0,65067438.0,65101578.0,65269905.0,65081216.0,65124286.0,65074272.0,65095002.0,65067165.0],"unit":"ns","throughput":[{"per_iteration":4194304,"unit":"bytes"}],"typical":{"estimate":16283277.73,"lower_bound":16280355.587499999,"upper_bound":16286345.9825,"unit":"ns"},"mean":{"estimate":16283277.73,"lower_bound":16280355.587499999,"upper_bound":16286345.9825,"unit":"ns"},"median":{"estimate":16280373.75,"lower_bound":16276534.75,"upper_bound":16282781.75,"unit":"ns"},"median_abs_dev":{"estimate":15943.694791942835,"lower_bound":10959.00835543871,"upper_bound":17969.111680984497,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.008251505557274719,"lower_bound":0.007932447635358586,"upper_bound":0.008547359787025194,"unit":"%"},"median":{"estimate":0.008431662518995742,"lower_bound":0.008128646229615932,"upper_bound":0.00863583041266991,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^23","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_23","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[72083016.0,72080770.0,71948365.0,71818678.0,71698231.0,71916742.0,71720859.0,71780547.0,71845386.0,72198254.0,71881577.0,71883936.0,71786318.0,71686917.0,71967798.0,71789461.0,71829565.0,71782421.0,71777687.0,71850188.0,71761363.0,71755947.0,71751725.0,71858758.0,72010034.0,71781508.0,71748061.0,71788466.0,71751159.0,71749767.0,71770562.0,71781423.0,71812864.0,71790046.0,71765327.0,71745589.0,71771252.0,71679698.0,71940978.0,71787672.0,71800151.0,71617586.0,71760897.0,71763247.0,71769849.0,71804708.0,71596282.0,71854803.0,71866612.0,71748893.0,71765230.0,71861797.0,72000822.0,71761427.0,71756964.0,71774905.0,71721700.0,71803267.0,71882918.0,71739055.0,71862688.0,71839230.0,71757818.0,71752248.0,71961944.0,71813347.0,71967673.0,71753236.0,71591101.0,71829195.0,71597683.0,71762822.0,71769117.0,71764826.0,71732470.0,71843407.0,71873570.0,71938929.0,71952774.0,71777757.0,71963917.0,72038974.0,71764943.0,71909079.0,71983813.0,71774734.0,71898079.0,71815365.0,71696867.0,71885523.0,71755735.0,71783310.0,71851225.0,71940700.0,71965988.0,71835008.0,71805685.0,71779809.0,71788064.0,71744252.0],"unit":"ns","throughput":[{"per_iteration":8388608,"unit":"bytes"}],"typical":{"estimate":35909514.665,"lower_bound":35899577.617875,"upper_bound":35919886.361999996,"unit":"ns"},"mean":{"estimate":35909514.665,"lower_bound":35899577.617875,"upper_bound":35919886.361999996,"unit":"ns"},"median":{"estimate":35893934.0,"lower_bound":35888165.5,"upper_bound":35907057.25,"unit":"ns"},"median_abs_dev":{"estimate":31125.703847408295,"lower_bound":21821.27706259489,"upper_bound":46155.93173056841,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006067577085108189,"lower_bound":0.005543067372834815,"upper_bound":0.00657061711735582,"unit":"%"},"median":{"estimate":0.00614672433347585,"lower_bound":0.005820038227667412,"upper_bound":0.006576354344596469,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^24","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_24","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[72257419.0,71792990.0,72042739.0,71954177.0,72211281.0,71778443.0,71822175.0,71777532.0,71745188.0,71797954.0,71763432.0,71901389.0,71834119.0,71789277.0,71776541.0,71739670.0,71719501.0,71893215.0,71902803.0,71792503.0,71926931.0,71830794.0,71792372.0,71884896.0,71745352.0,71778403.0,71816262.0,71816578.0,71879794.0,71856110.0,72386092.0,72710967.0,72084534.0,71843794.0,71879010.0,71796230.0,71781787.0,71812831.0,71872668.0,71717919.0,71910293.0,71809862.0,71718923.0,71817650.0,71881610.0,72026464.0,72012953.0,71768807.0,71750230.0,71874386.0,71780033.0,71773393.0,71936958.0,71730854.0,71801149.0,71980469.0,71820672.0,71994120.0,71959520.0,71953813.0,72104862.0,71735746.0,71920890.0,72025572.0,71779425.0,71817668.0,71770900.0,71749328.0,71815033.0,71888649.0,71711089.0,71777098.0,71779297.0,71847999.0,71929878.0,71782304.0,71776218.0,71785670.0,71699660.0,71895908.0,71802247.0,71797380.0,71763536.0,71902839.0,71829368.0,71743344.0,71982739.0,71845263.0,72005347.0,71776899.0,71766939.0,71782504.0,71780252.0,71854095.0,71861711.0,71806717.0,71839505.0,71854289.0,71782676.0,71791043.0],"unit":"ns","throughput":[{"per_iteration":16777216,"unit":"bytes"}],"typical":{"estimate":71859697.18,"lower_bound":71833520.56125,"upper_bound":71889866.50275,"unit":"ns"},"mean":{"estimate":71859697.18,"lower_bound":71833520.56125,"upper_bound":71889866.50275,"unit":"ns"},"median":{"estimate":71816420.0,"lower_bound":71795185.0,"upper_bound":71843794.0,"unit":"ns"},"median_abs_dev":{"estimate":71975.78092217445,"lower_bound":48878.35593223572,"upper_bound":100188.17582130432,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006304060644488407,"lower_bound":0.005703750649588041,"upper_bound":0.006924210273507009,"unit":"%"},"median":{"estimate":0.006206157988826844,"lower_bound":0.005807061618247511,"upper_bound":0.0068787109156507814,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"contract_root/root_from_bytecode_size_2^25","report_directory":"/root/fuel-core/target/criterion/reports/contract_root/root_from_bytecode_size_2_25","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[144569405.0,144008090.0,143665153.0,143668656.0,143837942.0,144183956.0,144026703.0,144110074.0,143765965.0,143888204.0,144103771.0,143813404.0,144217587.0,143967452.0,144371771.0,144159996.0,144028233.0,143681977.0,144074561.0,143631349.0,143700188.0,146521427.0,143856996.0,143739091.0,143710689.0,144467617.0,143961567.0,143806727.0,144109535.0,143704855.0,143974681.0,143650569.0,144456127.0,144000494.0,143935098.0,143838995.0,143744411.0,143951476.0,143962787.0,144275623.0,143775337.0,143891144.0,143871141.0,143624312.0,143863429.0,143618843.0,144141821.0,143858448.0,144204943.0,144132429.0,143913760.0,143694627.0,144022138.0,145120023.0,143696655.0,143900521.0,143745296.0,143743357.0,143599669.0,143640743.0,144223266.0,143566342.0,144083492.0,144345601.0,143628317.0,144075278.0,143795931.0,144077441.0,143698392.0,144229630.0,143806786.0,143838444.0,143645453.0,144379976.0,144355424.0,143697582.0,143973951.0,144128579.0,143647721.0,143777786.0,143575462.0,143925728.0,143968068.0,145163646.0,145331359.0,143776117.0,144017199.0,143857463.0,144761680.0,144082900.0,144170972.0,144065227.0,143761177.0,143685757.0,143973998.0,144176833.0,143704549.0,144336377.0,143784909.0,143812501.0],"unit":"ns","throughput":[{"per_iteration":33554432,"unit":"bytes"}],"typical":{"estimate":144001091.52,"lower_bound":143926740.934,"upper_bound":144087287.3705,"unit":"ns"},"mean":{"estimate":144001091.52,"lower_bound":143926740.934,"upper_bound":144087287.3705,"unit":"ns"},"median":{"estimate":143919744.0,"lower_bound":143838995.0,"upper_bound":143987246.0,"unit":"ns"},"median_abs_dev":{"estimate":277111.27848029137,"lower_bound":215737.5699698925,"upper_bound":337565.7750070095,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.006704332067615004,"lower_bound":0.006090607816932065,"upper_bound":0.007351831481334803,"unit":"%"},"median":{"estimate":0.006443790206642541,"lower_bound":0.005697945219051765,"upper_bound":0.007043104179517812,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"contract_root","benchmarks":["contract_root/root_from_bytecode_size_2^01","contract_root/root_from_bytecode_size_2^02","contract_root/root_from_bytecode_size_2^03","contract_root/root_from_bytecode_size_2^04","contract_root/root_from_bytecode_size_2^05","contract_root/root_from_bytecode_size_2^06","contract_root/root_from_bytecode_size_2^07","contract_root/root_from_bytecode_size_2^08","contract_root/root_from_bytecode_size_2^09","contract_root/root_from_bytecode_size_2^10","contract_root/root_from_bytecode_size_2^11","contract_root/root_from_bytecode_size_2^12","contract_root/root_from_bytecode_size_2^13","contract_root/root_from_bytecode_size_2^14","contract_root/root_from_bytecode_size_2^15","contract_root/root_from_bytecode_size_2^16","contract_root/root_from_bytecode_size_2^17","contract_root/root_from_bytecode_size_2^18","contract_root/root_from_bytecode_size_2^19","contract_root/root_from_bytecode_size_2^20","contract_root/root_from_bytecode_size_2^21","contract_root/root_from_bytecode_size_2^22","contract_root/root_from_bytecode_size_2^23","contract_root/root_from_bytecode_size_2^24","contract_root/root_from_bytecode_size_2^25"],"report_directory":"/root/fuel-core/target/criterion/reports/contract_root"} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^01","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_01","iteration_count":[234,468,702,936,1170,1404,1638,1872,2106,2340,2574,2808,3042,3276,3510,3744,3978,4212,4446,4680,4914,5148,5382,5616,5850,6084,6318,6552,6786,7020,7254,7488,7722,7956,8190,8424,8658,8892,9126,9360,9594,9828,10062,10296,10530,10764,10998,11232,11466,11700,11934,12168,12402,12636,12870,13104,13338,13572,13806,14040,14274,14508,14742,14976,15210,15444,15678,15912,16146,16380,16614,16848,17082,17316,17550,17784,18018,18252,18486,18720,18954,19188,19422,19656,19890,20124,20358,20592,20826,21060,21294,21528,21762,21996,22230,22464,22698,22932,23166,23400],"measured_values":[1043073.0,1978264.0,2963781.0,3951905.0,4941433.0,5927329.0,6949340.0,7932006.0,8891156.0,9879581.0,10888220.0,11843240.0,12991154.0,13860391.0,14820305.0,15870987.0,16865723.0,17944644.0,18797929.0,19784756.0,20744297.0,21764685.0,22749885.0,23732684.0,24787760.0,25800272.0,26674373.0,27718448.0,28678110.0,29688615.0,30679796.0,31628140.0,32697882.0,33587303.0,34623426.0,35587251.0,36582990.0,37557937.0,38598558.0,39599874.0,40530858.0,41756318.0,42598325.0,43599442.0,44676314.0,45768446.0,47026808.0,47870891.0,48612625.0,49471349.0,50410339.0,51494259.0,52436601.0,53406351.0,54364615.0,55450148.0,56592650.0,57351919.0,58371959.0,59554520.0,60439845.0,61464645.0,62310917.0,63529531.0,64412067.0,65326934.0,66305276.0,67218949.0,68301857.0,69171967.0,70202030.0,71840410.0,72487941.0,73572336.0,74294933.0,75327313.0,76280742.0,77113582.0,78186858.0,79103098.0,80098412.0,81187798.0,82141098.0,83063014.0,84131014.0,85039854.0,86010903.0,87130643.0,88453883.0,89004252.0,90055586.0,91022106.0,92270310.0,93037288.0,93964496.0,94951048.0,95963412.0,96915162.0,98076540.0,99162379.0],"unit":"ns","throughput":[{"per_iteration":2,"unit":"bytes"}],"typical":{"estimate":4232.157612256059,"lower_bound":4230.277470730304,"upper_bound":4234.308852430394,"unit":"ns"},"mean":{"estimate":4234.486915671985,"lower_bound":4230.68811861786,"upper_bound":4240.101368878278,"unit":"ns"},"median":{"estimate":4229.236684203327,"lower_bound":4227.680061175937,"upper_bound":4230.532356532357,"unit":"ns"},"median_abs_dev":{"estimate":6.489036018588021,"lower_bound":4.4194185258363845,"upper_bound":8.517739609520863,"unit":"ns"},"slope":{"estimate":4232.157612256059,"lower_bound":4230.277470730304,"upper_bound":4234.308852430394,"unit":"ns"},"change":{"mean":{"estimate":0.0036985405471232635,"lower_bound":0.001621434721898907,"upper_bound":0.005424266417861499,"unit":"%"},"median":{"estimate":0.003932231917878504,"lower_bound":0.0033505117301502185,"upper_bound":0.004271653806763087,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^02","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_02","iteration_count":[155,310,465,620,775,930,1085,1240,1395,1550,1705,1860,2015,2170,2325,2480,2635,2790,2945,3100,3255,3410,3565,3720,3875,4030,4185,4340,4495,4650,4805,4960,5115,5270,5425,5580,5735,5890,6045,6200,6355,6510,6665,6820,6975,7130,7285,7440,7595,7750,7905,8060,8215,8370,8525,8680,8835,8990,9145,9300,9455,9610,9765,9920,10075,10230,10385,10540,10695,10850,11005,11160,11315,11470,11625,11780,11935,12090,12245,12400,12555,12710,12865,13020,13175,13330,13485,13640,13795,13950,14105,14260,14415,14570,14725,14880,15035,15190,15345,15500],"measured_values":[1064673.0,1976650.0,2965895.0,3956334.0,4942841.0,5932247.0,6945419.0,8083732.0,8986756.0,9972267.0,10956822.0,11891054.0,12876201.0,13990601.0,14988063.0,15929867.0,16859934.0,17843284.0,18812249.0,19823267.0,20795094.0,21741768.0,22792992.0,23747625.0,24740168.0,25726099.0,26713015.0,27727008.0,28728403.0,29693816.0,30811921.0,31702349.0,32643201.0,33671702.0,34617415.0,35605602.0,36619651.0,37574906.0,38607097.0,39589948.0,40548207.0,41531842.0,42585735.0,43552770.0,44546783.0,45522683.0,46580953.0,47508991.0,48493931.0,49728722.0,50446970.0,51536169.0,52532972.0,53513674.0,54696154.0,55459553.0,56379437.0,57406659.0,58395611.0,59530595.0,60673929.0,61418580.0,62324241.0,63416406.0,64356678.0,65308180.0,66319170.0,67250606.0,68418639.0,69440215.0,70558528.0,71204769.0,72203139.0,73198287.0,74256300.0,75198119.0,76177286.0,77277668.0,78209163.0,79143772.0,80176723.0,81186780.0,82226834.0,83839257.0,85078121.0,85785163.0,86179150.0,87157407.0,88051911.0,89097077.0,90047556.0,90974340.0,92085876.0,93082816.0,94158712.0,95807706.0,96042971.0,96967367.0,97958434.0,98974969.0],"unit":"ns","throughput":[{"per_iteration":4,"unit":"bytes"}],"typical":{"estimate":6393.388312579549,"lower_bound":6388.911417949933,"upper_bound":6398.700904980865,"unit":"ns"},"mean":{"estimate":6399.561656477727,"lower_bound":6391.768318022989,"upper_bound":6411.330330890849,"unit":"ns"},"median":{"estimate":6387.699156327544,"lower_bound":6385.76688172043,"upper_bound":6389.578245213041,"unit":"ns"},"median_abs_dev":{"estimate":7.879301473018249,"lower_bound":5.754511576046065,"upper_bound":9.924912181166716,"unit":"ns"},"slope":{"estimate":6393.388312579549,"lower_bound":6388.911417949933,"upper_bound":6398.700904980865,"unit":"ns"},"change":{"mean":{"estimate":0.0028497538265286337,"lower_bound":-0.0000246657178860569,"upper_bound":0.0053643082447825275,"unit":"%"},"median":{"estimate":0.0027481146194778816,"lower_bound":0.00235165717339636,"upper_bound":0.0030548034870458984,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^03","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_03","iteration_count":[71,142,213,284,355,426,497,568,639,710,781,852,923,994,1065,1136,1207,1278,1349,1420,1491,1562,1633,1704,1775,1846,1917,1988,2059,2130,2201,2272,2343,2414,2485,2556,2627,2698,2769,2840,2911,2982,3053,3124,3195,3266,3337,3408,3479,3550,3621,3692,3763,3834,3905,3976,4047,4118,4189,4260,4331,4402,4473,4544,4615,4686,4757,4828,4899,4970,5041,5112,5183,5254,5325,5396,5467,5538,5609,5680,5751,5822,5893,5964,6035,6106,6177,6248,6319,6390,6461,6532,6603,6674,6745,6816,6887,6958,7029,7100],"measured_values":[1032587.0,1964794.0,2945707.0,3956343.0,4905194.0,5881383.0,6862803.0,7838958.0,8821918.0,9823858.0,10801310.0,11754332.0,12770551.0,13738232.0,14794978.0,15682691.0,16653231.0,17666564.0,18613038.0,19619001.0,20603712.0,21551651.0,22592405.0,23518223.0,24603303.0,25525076.0,26581143.0,27432441.0,28467357.0,29428948.0,30402180.0,31392223.0,32377089.0,34069023.0,34398935.0,35325519.0,36304388.0,37460076.0,38305814.0,39263161.0,40223616.0,41217618.0,42173287.0,43368564.0,44185030.0,45311503.0,46111354.0,47223031.0,48056952.0,49042406.0,50088568.0,51032733.0,52038324.0,52992308.0,53987701.0,54959210.0,55918919.0,56913965.0,58038348.0,58876596.0,59825690.0,60788117.0,61874441.0,62763039.0,63764658.0,64795352.0,66212500.0,67053346.0,67682446.0,68690773.0,69601010.0,70612829.0,73435484.0,72782945.0,73625393.0,74678793.0,75530106.0,76723977.0,77482786.0,78676730.0,79556962.0,80442646.0,81593051.0,82600806.0,83475606.0,84506980.0,85794272.0,87362093.0,87859444.0,88976017.0,89331432.0,90318999.0,91248546.0,92257957.0,93292731.0,94175779.0,95246624.0,96270614.0,97168401.0,98101688.0],"unit":"ns","throughput":[{"per_iteration":8,"unit":"bytes"}],"typical":{"estimate":13845.470236170979,"lower_bound":13833.136747047702,"upper_bound":13861.021181014505,"unit":"ns"},"mean":{"estimate":13846.453930970316,"lower_bound":13831.87686216538,"upper_bound":13865.877372535797,"unit":"ns"},"median":{"estimate":13824.493133802818,"lower_bound":13820.797183098592,"upper_bound":13829.430359937402,"unit":"ns"},"median_abs_dev":{"estimate":15.491277501374695,"lower_bound":11.081595676402726,"upper_bound":20.611102198828362,"unit":"ns"},"slope":{"estimate":13845.470236170979,"lower_bound":13833.136747047702,"upper_bound":13861.021181014505,"unit":"ns"},"change":{"mean":{"estimate":0.0025860914823967462,"lower_bound":0.0012700335651098296,"upper_bound":0.004375713479400728,"unit":"%"},"median":{"estimate":0.0016230462069406482,"lower_bound":0.0012793659118757184,"upper_bound":0.002024430330810123,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^04","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_04","iteration_count":[35,70,105,140,175,210,245,280,315,350,385,420,455,490,525,560,595,630,665,700,735,770,805,840,875,910,945,980,1015,1050,1085,1120,1155,1190,1225,1260,1295,1330,1365,1400,1435,1470,1505,1540,1575,1610,1645,1680,1715,1750,1785,1820,1855,1890,1925,1960,1995,2030,2065,2100,2135,2170,2205,2240,2275,2310,2345,2380,2415,2450,2485,2520,2555,2590,2625,2660,2695,2730,2765,2800,2835,2870,2905,2940,2975,3010,3045,3080,3115,3150,3185,3220,3255,3290,3325,3360,3395,3430,3465,3500],"measured_values":[1057003.0,2013324.0,3020206.0,4025427.0,5027485.0,6035422.0,7042185.0,8075751.0,9056776.0,10100182.0,11073699.0,12068127.0,13076763.0,14127885.0,15381047.0,16274074.0,17280067.0,18249476.0,19436761.0,20328862.0,21325234.0,22176654.0,23229960.0,24180823.0,25135969.0,26176065.0,27163793.0,28282909.0,29222225.0,30222477.0,31171473.0,32464060.0,33208314.0,34221201.0,35192721.0,36255541.0,37206485.0,38246282.0,39642243.0,40733251.0,41644863.0,42507823.0,43340873.0,44305105.0,45277632.0,46329980.0,47323877.0,48292236.0,49324161.0,50329481.0,51382162.0,52337094.0,53362107.0,54298429.0,55745754.0,56381774.0,57444941.0,58364712.0,59419381.0,60359341.0,61435010.0,62416570.0,63398818.0,64402636.0,65438764.0,66388227.0,67397962.0,68471224.0,69497036.0,70424408.0,71835051.0,72810360.0,73482543.0,74911361.0,75688851.0,76596333.0,77516564.0,78781972.0,79583420.0,80524723.0,81525305.0,82540798.0,83566733.0,84890452.0,85557853.0,86528504.0,88390473.0,89611631.0,89608106.0,90654168.0,91602452.0,92986030.0,93623268.0,94791018.0,96025965.0,97035693.0,98020424.0,98876511.0,99655375.0,100662989.0],"unit":"ns","throughput":[{"per_iteration":16,"unit":"bytes"}],"typical":{"estimate":28813.310720766745,"lower_bound":28793.13546239785,"upper_bound":28836.241145280906,"unit":"ns"},"mean":{"estimate":28835.969846805772,"lower_bound":28805.897473782792,"upper_bound":28875.01539851427,"unit":"ns"},"median":{"estimate":28768.86806722689,"lower_bound":28763.103525046383,"upper_bound":28783.97765485941,"unit":"ns"},"median_abs_dev":{"estimate":36.6703038195571,"lower_bound":23.806672507532706,"upper_bound":61.486640057647314,"unit":"ns"},"slope":{"estimate":28813.310720766745,"lower_bound":28793.13546239785,"upper_bound":28836.241145280906,"unit":"ns"},"change":{"mean":{"estimate":0.001686607318357014,"lower_bound":-0.0002877861251681099,"upper_bound":0.003438833148234887,"unit":"%"},"median":{"estimate":0.0007349109547225563,"lower_bound":0.00047685498870841947,"upper_bound":0.0013110890526470964,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^05","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_05","iteration_count":[17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1207,1224,1241,1258,1275,1292,1309,1326,1343,1360,1377,1394,1411,1428,1445,1462,1479,1496,1513,1530,1547,1564,1581,1598,1615,1632,1649,1666,1683,1700],"measured_values":[1076128.0,2081362.0,3106415.0,4312977.0,5159512.0,6216220.0,7265504.0,8266171.0,9261372.0,10413624.0,11299260.0,12366636.0,13334491.0,14421364.0,15534440.0,16669604.0,17715483.0,18687756.0,19600918.0,20618969.0,21535425.0,22591507.0,23671966.0,24649273.0,25708310.0,26883941.0,27696022.0,28771775.0,29774083.0,30835204.0,31857111.0,32883915.0,33881202.0,34943669.0,35925834.0,37006829.0,38056537.0,39061859.0,40465682.0,41069325.0,42090451.0,43182347.0,44171155.0,45167532.0,46218704.0,47309627.0,48363499.0,49259201.0,50301490.0,51890869.0,52521077.0,53370407.0,54419168.0,55496859.0,56577123.0,57517029.0,58538270.0,59921303.0,60611134.0,61612503.0,62616332.0,63771504.0,64672274.0,65708776.0,66764509.0,67758890.0,68773726.0,69916040.0,71043800.0,72543932.0,73395138.0,73967406.0,75161239.0,75971436.0,76989854.0,77998852.0,79020835.0,80079575.0,81106058.0,82111603.0,84550634.0,84169285.0,86378150.0,87155620.0,87537440.0,88386939.0,89334266.0,90328723.0,91374055.0,92592060.0,93421919.0,94497986.0,95443063.0,96693367.0,97592351.0,98686177.0,99564352.0,100579268.0,101650733.0,102789207.0],"unit":"ns","throughput":[{"per_iteration":32,"unit":"bytes"}],"typical":{"estimate":60503.43260807204,"lower_bound":60451.58162426603,"upper_bound":60567.81265885286,"unit":"ns"},"mean":{"estimate":60616.1108342035,"lower_bound":60534.05063708123,"upper_bound":60717.31897669243,"unit":"ns"},"median":{"estimate":60452.01038372338,"lower_bound":60418.877215016444,"upper_bound":60484.8093837535,"unit":"ns"},"median_abs_dev":{"estimate":100.3872017035873,"lower_bound":61.45357225175406,"upper_bound":144.41770721993166,"unit":"ns"},"slope":{"estimate":60503.43260807204,"lower_bound":60451.58162426603,"upper_bound":60567.81265885286,"unit":"ns"},"change":{"mean":{"estimate":0.0023815305156675848,"lower_bound":0.000498986344186148,"upper_bound":0.004395778721528598,"unit":"%"},"median":{"estimate":0.001072917851956845,"lower_bound":0.00040689920088010645,"upper_bound":0.00152570431804544,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^06","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_06","iteration_count":[8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800],"measured_values":[1081266.0,2006884.0,2978700.0,3967479.0,4959127.0,5950650.0,6999376.0,8042998.0,8981392.0,10003446.0,11002896.0,11986028.0,12950405.0,13998719.0,14935229.0,15899363.0,16886663.0,17880004.0,18844470.0,19969229.0,20827056.0,21859745.0,22865808.0,23804853.0,24821855.0,25812284.0,26771439.0,27836782.0,28786138.0,29790778.0,30768116.0,31731001.0,32785668.0,33749089.0,34786152.0,35743661.0,36724236.0,37765659.0,38738038.0,39808153.0,40862085.0,41730436.0,42705497.0,43672756.0,44778527.0,45731449.0,46788898.0,47661556.0,48733570.0,49627019.0,50723817.0,51606450.0,52641803.0,53617470.0,55160709.0,55947956.0,56627272.0,57618886.0,58687304.0,59791206.0,60696159.0,61564271.0,62837086.0,63624638.0,64779572.0,65502417.0,66567866.0,67535167.0,68483879.0,69513893.0,70518668.0,71457429.0,73012657.0,74290758.0,74933544.0,75473425.0,77421494.0,77540495.0,78812156.0,79436021.0,80494909.0,81454664.0,82456048.0,83495587.0,84412121.0,85463737.0,86517563.0,87499709.0,88346899.0,89423693.0,90454064.0,91526773.0,92388850.0,93382044.0,94358913.0,95354489.0,96519258.0,97374850.0,98349277.0,99381694.0],"unit":"ns","throughput":[{"per_iteration":64,"unit":"bytes"}],"typical":{"estimate":124313.89412849121,"lower_bound":124241.81444587118,"upper_bound":124401.49531516094,"unit":"ns"},"mean":{"estimate":124450.11883732861,"lower_bound":124287.08870663628,"upper_bound":124712.07026739515,"unit":"ns"},"median":{"estimate":124198.64990079365,"lower_bound":124168.69512195123,"upper_bound":124249.38541666667,"unit":"ns"},"median_abs_dev":{"estimate":175.2399458254908,"lower_bound":112.94239395841215,"upper_bound":228.35808958565426,"unit":"ns"},"slope":{"estimate":124313.89412849121,"lower_bound":124241.81444587118,"upper_bound":124401.49531516094,"unit":"ns"},"change":{"mean":{"estimate":0.0030700474747709094,"lower_bound":0.000718324064196724,"upper_bound":0.005456138103368535,"unit":"%"},"median":{"estimate":0.003039377567027657,"lower_bound":0.0026573258480668827,"upper_bound":0.0034888415549119145,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^07","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_07","iteration_count":[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260,265,270,275,280,285,290,295,300,305,310,315,320,325,330,335,340,345,350,355,360,365,370,375,380,385,390,395,400,405,410,415,420,425,430,435,440,445,450,455,460,465,470,475,480,485,490,495,500],"measured_values":[1313448.0,2396015.0,3591832.0,4788162.0,6011993.0,7182271.0,8409916.0,9577655.0,10832826.0,11971861.0,13171491.0,14393338.0,15563071.0,16786801.0,17955835.0,19192771.0,20350258.0,21574144.0,22773182.0,24079014.0,25188015.0,26384770.0,27663422.0,28791433.0,30014655.0,31149962.0,32374935.0,33635374.0,34740464.0,35932940.0,37176219.0,38442602.0,39550629.0,40838014.0,41986283.0,43265216.0,44524631.0,45678013.0,46764970.0,47929240.0,49138778.0,50359586.0,51526814.0,52716930.0,53925752.0,55109674.0,56801457.0,57653893.0,58755417.0,59878457.0,61131663.0,62316190.0,63551468.0,64952789.0,66071211.0,67371540.0,68284178.0,69495842.0,70715269.0,71880802.0,74290966.0,75102483.0,75900027.0,76811254.0,77926448.0,79063432.0,80422595.0,81621899.0,83054562.0,83939904.0,85046747.0,86307818.0,87432338.0,88735868.0,89824440.0,93235631.0,92294037.0,93534947.0,94922031.0,96004750.0,97134381.0,98266526.0,99471372.0,100593821.0,101895543.0,103099972.0,104243072.0,105392544.0,107059740.0,107952431.0,109783784.0,110247204.0,111496879.0,112693509.0,113914527.0,115402671.0,116871904.0,117901187.0,118762714.0,121188751.0],"unit":"ns","throughput":[{"per_iteration":128,"unit":"bytes"}],"typical":{"estimate":240214.86335510566,"lower_bound":239974.46810459252,"upper_bound":240502.5411508835,"unit":"ns"},"mean":{"estimate":240299.42052055176,"lower_bound":239954.8413794112,"upper_bound":240851.58263208103,"unit":"ns"},"median":{"estimate":239817.44447439353,"lower_bound":239743.9388888889,"upper_bound":239885.85714285713,"unit":"ns"},"median_abs_dev":{"estimate":334.97495726979605,"lower_bound":224.52069771739917,"upper_bound":476.3682753954285,"unit":"ns"},"slope":{"estimate":240214.86335510566,"lower_bound":239974.46810459252,"upper_bound":240502.5411508835,"unit":"ns"},"change":{"mean":{"estimate":0.0033979910965429294,"lower_bound":0.0007451014797506162,"upper_bound":0.006235818199048962,"unit":"%"},"median":{"estimate":0.0027962211910224077,"lower_bound":0.0024139130416374055,"upper_bound":0.0031707560134228707,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^08","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_08","iteration_count":[3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177,180,183,186,189,192,195,198,201,204,207,210,213,216,219,222,225,228,231,234,237,240,243,246,249,252,255,258,261,264,267,270,273,276,279,282,285,288,291,294,297,300],"measured_values":[1530646.0,2810045.0,4211227.0,5612880.0,7019373.0,8422112.0,9853645.0,11286670.0,12632917.0,14086780.0,15444899.0,16873242.0,18250624.0,19680156.0,21078069.0,22482753.0,23886041.0,25268822.0,26699932.0,28119798.0,29505307.0,30972827.0,32349688.0,33689457.0,35143835.0,36543851.0,37920945.0,39386603.0,40825720.0,42286375.0,43588337.0,45197867.0,46405637.0,47749505.0,49202232.0,50602800.0,51988791.0,53389099.0,54794681.0,56842131.0,57932302.0,59066546.0,60594301.0,62221257.0,63533129.0,65468999.0,66137455.0,67534626.0,68941884.0,70535677.0,71671235.0,73088844.0,74439595.0,75910592.0,77436804.0,78677068.0,80092542.0,81557892.0,82922901.0,84296924.0,85783911.0,87603453.0,88721187.0,89958359.0,91366445.0,92993094.0,95034368.0,95904109.0,97022206.0,98391696.0,99790889.0,101284075.0,102686104.0,103900717.0,105334596.0,106806574.0,108220257.0,109625145.0,110984636.0,112406310.0,113866501.0,115584371.0,118580509.0,118160562.0,119429382.0,121002111.0,122274584.0,123582360.0,125028436.0,126650193.0,127847557.0,129312551.0,130757892.0,132067191.0,133600979.0,134960804.0,136492764.0,138418183.0,139361541.0,141261045.0],"unit":"ns","throughput":[{"per_iteration":256,"unit":"bytes"}],"typical":{"estimate":469158.6131520615,"lower_bound":468832.7380171881,"upper_bound":469575.0349180986,"unit":"ns"},"mean":{"estimate":469453.7146695629,"lower_bound":468846.75315913995,"upper_bound":470452.03030144545,"unit":"ns"},"median":{"estimate":468585.4452674897,"lower_bound":468510.0285301553,"upper_bound":468743.8080808081,"unit":"ns"},"median_abs_dev":{"estimate":450.9768634133253,"lower_bound":326.31512316847704,"upper_bound":689.4800484353678,"unit":"ns"},"slope":{"estimate":469158.6131520615,"lower_bound":468832.7380171881,"upper_bound":469575.0349180986,"unit":"ns"},"change":{"mean":{"estimate":0.004912844409308281,"lower_bound":0.0027360757757249003,"upper_bound":0.007426990495451972,"unit":"%"},"median":{"estimate":0.004336873271292063,"lower_bound":0.003966614028050763,"upper_bound":0.0046741844039739355,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^09","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_09","iteration_count":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200],"measured_values":[1974554.0,3767833.0,5651366.0,7592552.0,9474055.0,11361905.0,13252814.0,15059316.0,16944797.0,18860538.0,20806794.0,22753654.0,24505476.0,26416348.0,28332098.0,30224227.0,32067119.0,33925059.0,35859702.0,37731150.0,39597891.0,41602932.0,43405579.0,45253869.0,47252184.0,49460938.0,51044553.0,52831460.0,55204847.0,56943386.0,58424204.0,60462219.0,62265533.0,64307577.0,65949869.0,67959116.0,69748566.0,71658496.0,73597390.0,75483438.0,77335631.0,79506697.0,81142514.0,83016516.0,84819389.0,86662998.0,88637893.0,91126336.0,92433822.0,94294027.0,96488370.0,98128402.0,100901232.0,102332072.0,103937803.0,106256762.0,108189350.0,109446350.0,111256863.0,113084575.0,115099577.0,117024845.0,118906959.0,120625602.0,122514137.0,124420161.0,126368839.0,128184722.0,130167207.0,132132487.0,133864671.0,136056179.0,137787353.0,140384153.0,141861416.0,143343447.0,145686125.0,147209142.0,149056268.0,150985974.0,153041464.0,154660340.0,158006616.0,158737962.0,161694165.0,162311306.0,164137998.0,165946465.0,167885230.0,169821274.0,171686544.0,173459212.0,175413109.0,177222678.0,179339789.0,181006772.0,182949029.0,184818924.0,187003901.0,188710186.0],"unit":"ns","throughput":[{"per_iteration":512,"unit":"bytes"}],"typical":{"estimate":944210.7444436235,"lower_bound":943708.9936922905,"upper_bound":944825.9451977522,"unit":"ns"},"mean":{"estimate":944833.9345254187,"lower_bound":944048.7611995623,"upper_bound":945945.2355410397,"unit":"ns"},"median":{"estimate":943510.310946271,"lower_bound":943305.7046703297,"upper_bound":943688.203765227,"unit":"ns"},"median_abs_dev":{"estimate":1282.039422132891,"lower_bound":757.1838232542874,"upper_bound":1704.196870262949,"unit":"ns"},"slope":{"estimate":944210.7444436235,"lower_bound":943708.9936922905,"upper_bound":944825.9451977522,"unit":"ns"},"change":{"mean":{"estimate":0.004299987383342474,"lower_bound":0.002558098921655224,"upper_bound":0.005970259954074002,"unit":"%"},"median":{"estimate":0.003946251043474014,"lower_bound":0.003608755090882987,"upper_bound":0.004612010510543163,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^10","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_10","iteration_count":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],"measured_values":[2057014.0,3862876.0,5821445.0,7717411.0,9650467.0,11579774.0,13535459.0,15440725.0,17427374.0,19293650.0,21397560.0,23183275.0,25111790.0,27050162.0,29029957.0,30998156.0,32831925.0,34819876.0,36752055.0,38804189.0,40716813.0,42735563.0,44511152.0,46755023.0,48791402.0,50378822.0,52178941.0,54071560.0,56008787.0,57943192.0,59866908.0,61919440.0,63729523.0,65620850.0,67558011.0,69552446.0,71388476.0,73313604.0,75272575.0,77245189.0,79432781.0,81239931.0,82974651.0,84956175.0,87356105.0,88785964.0,90714055.0,92816637.0,95773363.0,97714837.0,98695260.0,100583467.0,102344483.0,104188981.0,106223630.0,108008687.0,110017280.0,112342240.0,114099727.0,116039914.0,117985794.0,119953461.0,121573410.0,123624869.0,125431220.0,127687916.0,129295929.0,131279933.0,133356515.0,135390748.0,137841248.0,139185073.0,141035280.0,143052618.0,144968924.0,146998082.0,149580636.0,151202000.0,152464056.0,154476204.0,156274256.0,158345153.0,160358726.0,162161494.0,164268316.0,166201195.0,168155326.0,170115025.0,171887756.0,173957182.0,176059899.0,178237043.0,179709221.0,181917332.0,183695281.0,185466652.0,187702568.0,189566819.0,192160659.0,193871941.0],"unit":"ns","throughput":[{"per_iteration":1024,"unit":"bytes"}],"typical":{"estimate":1933933.364176149,"lower_bound":1933027.2397799818,"upper_bound":1934901.9080177273,"unit":"ns"},"mean":{"estimate":1935363.1510166805,"lower_bound":1933391.460122549,"upper_bound":1938360.9586271576,"unit":"ns"},"median":{"estimate":1932761.4775112444,"lower_bound":1931944.2916666667,"upper_bound":1933893.6779661018,"unit":"ns"},"median_abs_dev":{"estimate":3258.198767155409,"lower_bound":2476.665236857274,"upper_bound":4412.927833796109,"unit":"ns"},"slope":{"estimate":1933933.364176149,"lower_bound":1933027.2397799818,"upper_bound":1934901.9080177273,"unit":"ns"},"change":{"mean":{"estimate":0.003837031258758783,"lower_bound":0.0009140379292803654,"upper_bound":0.006208984914566556,"unit":"%"},"median":{"estimate":0.004697978628585009,"lower_bound":0.004038261784862218,"upper_bound":0.005336045507430942,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^11","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_11","iteration_count":[13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13],"measured_values":[51893094.0,51274846.0,50996917.0,50580242.0,50673564.0,50966423.0,51191937.0,50619440.0,50688042.0,50715897.0,50657554.0,50647207.0,50628872.0,50633470.0,50631679.0,50605513.0,50724543.0,50591140.0,50629211.0,50627516.0,50632783.0,50647190.0,50826300.0,50993756.0,50801087.0,50563885.0,50625766.0,50641781.0,50651594.0,50686633.0,50837250.0,50826553.0,50618900.0,50635844.0,50642582.0,50578831.0,50620526.0,50718709.0,50620250.0,50583485.0,50641199.0,50647045.0,50616592.0,50603903.0,50610636.0,50606626.0,50818237.0,51251541.0,51060899.0,50717653.0,50631610.0,50620996.0,50618522.0,50596493.0,50668415.0,50579751.0,50587982.0,50631144.0,50628217.0,50617529.0,50590781.0,50611920.0,50637914.0,50607241.0,50655910.0,50628496.0,50784694.0,50581078.0,50765950.0,50657464.0,50615362.0,51080641.0,51096304.0,50966018.0,51109656.0,50943086.0,50714970.0,50682168.0,50629448.0,50638982.0,50622460.0,50600739.0,50663683.0,50668180.0,50788607.0,50634064.0,50708910.0,50611412.0,50789958.0,50617649.0,50835283.0,50634150.0,50609281.0,50596133.0,50725689.0,50700686.0,50635104.0,50595821.0,50743310.0,50670747.0],"unit":"ns","throughput":[{"per_iteration":2048,"unit":"bytes"}],"typical":{"estimate":3901489.0392307686,"lower_bound":3898779.2698269235,"upper_bound":3904630.3057692293,"unit":"ns"},"mean":{"estimate":3901489.0392307686,"lower_bound":3898779.2698269235,"upper_bound":3904630.3057692293,"unit":"ns"},"median":{"estimate":3895391.576923077,"lower_bound":3894723.9615384615,"upper_bound":3896914.3846153845,"unit":"ns"},"median_abs_dev":{"estimate":3880.4773388001963,"lower_bound":2690.6338368468196,"upper_bound":6383.510958208306,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0041270582408059475,"lower_bound":0.003316481433098723,"upper_bound":0.005086044563457892,"unit":"%"},"median":{"estimate":0.0033367723577568675,"lower_bound":0.0028308720193792603,"upper_bound":0.0038031076510531836,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^12","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_12","iteration_count":[7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],"measured_values":[55071240.0,54906298.0,55399642.0,55368071.0,55153198.0,55071179.0,54873264.0,55387705.0,55031779.0,54995361.0,54981165.0,55044587.0,54957660.0,55115838.0,55149227.0,55008955.0,55004005.0,54966696.0,55121109.0,54934492.0,54921482.0,54878685.0,54848599.0,55278744.0,54917741.0,54893618.0,55119387.0,54955904.0,54938291.0,54965479.0,54906695.0,55652104.0,55029765.0,55246767.0,55034471.0,54983580.0,54988903.0,55487787.0,55366046.0,55065442.0,54943501.0,55171922.0,55136964.0,55020401.0,54905517.0,54971732.0,54917285.0,54992514.0,54863823.0,55090943.0,54900247.0,55047200.0,54896691.0,54923787.0,54893459.0,55961937.0,55873794.0,55003866.0,54883534.0,55440784.0,55235453.0,55018506.0,54947607.0,55011113.0,55029245.0,55164179.0,54915089.0,55092784.0,55022330.0,54963406.0,55140737.0,54943502.0,55019361.0,55011938.0,55127255.0,54955334.0,54978668.0,54960473.0,55062752.0,54942141.0,54879252.0,54958195.0,54912173.0,54938727.0,55077193.0,55015808.0,54964777.0,54988564.0,54890892.0,54903935.0,54869569.0,54940436.0,54905891.0,55240064.0,54863753.0,54933720.0,55621141.0,55067098.0,55021488.0,55016415.0],"unit":"ns","throughput":[{"per_iteration":4096,"unit":"bytes"}],"typical":{"estimate":7864874.037142861,"lower_bound":7859535.432250007,"upper_bound":7870793.640678575,"unit":"ns"},"mean":{"estimate":7864874.037142861,"lower_bound":7859535.432250007,"upper_bound":7870793.640678575,"unit":"ns"},"median":{"estimate":7857087.642857143,"lower_bound":7852211.285714285,"upper_bound":7860060.642857144,"unit":"ns"},"median_abs_dev":{"estimate":16245.695111581159,"lower_bound":11461.344996520353,"upper_bound":21533.282017707825,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0051633232385572825,"lower_bound":0.004440177855323579,"upper_bound":0.005885790025833137,"unit":"%"},"median":{"estimate":0.004585701105196405,"lower_bound":0.003941761023118273,"upper_bound":0.004986016380248204,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^13","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_13","iteration_count":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"measured_values":[63185018.0,63410332.0,63576703.0,63115566.0,63019458.0,63198814.0,63011451.0,63079888.0,63062597.0,63051250.0,63011349.0,62979945.0,63015791.0,63098691.0,63323149.0,62996630.0,63028013.0,63027476.0,63408534.0,62994994.0,63042935.0,63048132.0,63301123.0,63821080.0,63226094.0,63022498.0,63036385.0,63013706.0,62980683.0,62955920.0,63051405.0,62996702.0,63034719.0,62972933.0,63420891.0,63106405.0,62988752.0,63161044.0,63068872.0,63093816.0,64031327.0,63659181.0,63072809.0,63022591.0,63204551.0,62980933.0,63133438.0,62989624.0,63066187.0,63400502.0,63001614.0,63018691.0,62973772.0,62972248.0,63133478.0,62959677.0,63052081.0,63004205.0,63096636.0,62995112.0,62973890.0,63028490.0,62961572.0,63036275.0,63131961.0,63398648.0,62973070.0,63144464.0,62961235.0,63002709.0,63231485.0,62997044.0,63095129.0,62993092.0,63321122.0,62976147.0,63005934.0,63688959.0,63182857.0,63026925.0,63065107.0,63381443.0,62988611.0,62989656.0,62973186.0,62948739.0,63048339.0,63004177.0,63031455.0,62991356.0,62955104.0,62950801.0,62944582.0,63012190.0,62958192.0,62932344.0,63015883.0,63401716.0,62948332.0,63059090.0],"unit":"ns","throughput":[{"per_iteration":8192,"unit":"bytes"}],"typical":{"estimate":15776099.28,"lower_bound":15767085.7738125,"upper_bound":15786148.101375,"unit":"ns"},"mean":{"estimate":15776099.28,"lower_bound":15767085.7738125,"upper_bound":15786148.101375,"unit":"ns"},"median":{"estimate":15757062.875,"lower_bound":15753426.5,"upper_bound":15762916.375,"unit":"ns"},"median_abs_dev":{"estimate":19225.80048367381,"lower_bound":13567.272359132767,"upper_bound":27041.733959913203,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0044922794716437675,"lower_bound":0.0037386549568863836,"upper_bound":0.005252273028834419,"unit":"%"},"median":{"estimate":0.003926907792983325,"lower_bound":0.003575271995106988,"upper_bound":0.0043600011595767985,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^14","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_14","iteration_count":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"measured_values":[63091597.0,63030652.0,63034957.0,63044696.0,63060974.0,63101657.0,63120371.0,62974284.0,63083861.0,63584604.0,63195247.0,63083898.0,63087706.0,63041319.0,63034609.0,63197779.0,63078140.0,63047337.0,63052839.0,63455630.0,63046461.0,63029033.0,63168402.0,63093766.0,63734259.0,63759788.0,63257942.0,63025334.0,63138220.0,63184999.0,64781993.0,63197128.0,63137541.0,63054724.0,63026449.0,64511380.0,63815263.0,63105640.0,63167966.0,63257347.0,63589434.0,63780834.0,63097928.0,63046222.0,63074079.0,63070010.0,63008898.0,63180284.0,63301702.0,64700391.0,63247793.0,63243266.0,63153924.0,63228139.0,63408822.0,63844774.0,63302679.0,63124977.0,63092907.0,63137148.0,63224305.0,63095494.0,62971764.0,63058211.0,63074002.0,63044520.0,63219700.0,63705154.0,63597162.0,63074381.0,63123255.0,63147109.0,63081710.0,63211607.0,63053321.0,63018993.0,63008666.0,63053101.0,63041288.0,63184878.0,64734998.0,63264348.0,63072689.0,63011108.0,63049014.0,63021641.0,63052663.0,63066700.0,63067008.0,63069737.0,63075311.0,63052602.0,62997882.0,63030966.0,63080408.0,63178430.0,63064075.0,63614363.0,64407798.0,63728917.0],"unit":"ns","throughput":[{"per_iteration":16384,"unit":"bytes"}],"typical":{"estimate":31625796.41,"lower_bound":31591353.388875,"upper_bound":31665188.41575,"unit":"ns"},"mean":{"estimate":31625796.41,"lower_bound":31591353.388875,"upper_bound":31665188.41575,"unit":"ns"},"median":{"estimate":31547315.0,"lower_bound":31537655.5,"upper_bound":31571162.5,"unit":"ns"},"median_abs_dev":{"estimate":47310.50646007061,"lower_bound":31586.792439222336,"upper_bound":70310.8211517334,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004000445304651379,"lower_bound":0.0024981882436878045,"upper_bound":0.005441050554087784,"unit":"%"},"median":{"estimate":0.0027466551321386756,"lower_bound":0.0023050645475033438,"upper_bound":0.0035630571912470543,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^15","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_15","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[63648516.0,63471258.0,63641708.0,63959161.0,63685016.0,63491222.0,63438231.0,63803491.0,64670189.0,63765470.0,63574290.0,63688949.0,63760212.0,63478763.0,63521539.0,63624460.0,63643122.0,63495409.0,64857407.0,65006502.0,64348478.0,64076017.0,65179169.0,63915795.0,63668995.0,63668630.0,63668389.0,63669741.0,63610161.0,63626075.0,63677097.0,63630152.0,63621501.0,63606492.0,64098725.0,63672147.0,63510904.0,63578382.0,63654742.0,63611293.0,63685986.0,63578434.0,63688677.0,63633042.0,63470205.0,63411910.0,63513675.0,63401280.0,64637690.0,63738466.0,63962640.0,63708952.0,63653877.0,63630737.0,64933927.0,64103148.0,63951047.0,63592541.0,63818344.0,63953256.0,63687957.0,63700426.0,63698152.0,63653994.0,63496100.0,64083145.0,63653126.0,63616493.0,64001587.0,63587354.0,63506808.0,63771315.0,63583745.0,63696916.0,64436304.0,65325421.0,65863517.0,64390068.0,63681887.0,63626526.0,63716598.0,64139704.0,63775315.0,63777334.0,63679023.0,63626975.0,63719958.0,63573091.0,63518685.0,63555182.0,63511766.0,63622491.0,63638657.0,63653801.0,63620054.0,63619172.0,63669623.0,64154701.0,63408332.0,63632502.0],"unit":"ns","throughput":[{"per_iteration":32768,"unit":"bytes"}],"typical":{"estimate":63810594.39,"lower_bound":63731182.570250005,"upper_bound":63901055.356,"unit":"ns"},"mean":{"estimate":63810594.39,"lower_bound":63731182.570250005,"upper_bound":63901055.356,"unit":"ns"},"median":{"estimate":63668509.5,"lower_bound":63637375.0,"upper_bound":63686486.5,"unit":"ns"},"median_abs_dev":{"estimate":133584.48152840137,"lower_bound":72593.28381121159,"upper_bound":193953.728556633,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.007542584584760315,"lower_bound":0.0061907476025431125,"upper_bound":0.00906267511021258,"unit":"%"},"median":{"estimate":0.006116921645660911,"lower_bound":0.005447168513537104,"upper_bound":0.0064716956341013265,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^16","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_16","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[135879522.0,135220437.0,135488582.0,135716425.0,136335845.0,137357739.0,137287917.0,135284725.0,135468694.0,136085924.0,137292052.0,135659005.0,135577651.0,136145595.0,137700612.0,137299410.0,135511930.0,135373757.0,135615959.0,136102745.0,137315024.0,135569563.0,135378418.0,138264061.0,139366451.0,135850178.0,135563828.0,136220992.0,137431049.0,137243365.0,135421385.0,135188055.0,136842740.0,137641219.0,135759693.0,135356878.0,135384815.0,136078497.0,137756612.0,135738483.0,135649294.0,135451886.0,135338438.0,135203432.0,135483303.0,135459885.0,135471615.0,135701331.0,138242328.0,135794635.0,136038352.0,137991264.0,138161672.0,135590164.0,135410262.0,135490385.0,135567960.0,135582892.0,137651569.0,135378136.0,135597830.0,135472200.0,136101618.0,135705960.0,135590220.0,135422114.0,137086268.0,137887967.0,135847167.0,137662606.0,135430859.0,135398227.0,135335492.0,136204592.0,137469422.0,136143259.0,135513959.0,135584843.0,135775007.0,135803355.0,137665110.0,135624185.0,137676296.0,135660436.0,135641618.0,135565791.0,135911260.0,135387812.0,135679615.0,137681584.0,135450884.0,135361537.0,135457977.0,135441137.0,135400092.0,135378856.0,135477492.0,136688740.0,135640900.0,135667949.0],"unit":"ns","throughput":[{"per_iteration":65536,"unit":"bytes"}],"typical":{"estimate":136119268.71,"lower_bound":135942158.2145,"upper_bound":136309118.836,"unit":"ns"},"mean":{"estimate":136119268.71,"lower_bound":135942158.2145,"upper_bound":136309118.836,"unit":"ns"},"median":{"estimate":135659720.5,"lower_bound":135584843.0,"upper_bound":135794635.0,"unit":"ns"},"median_abs_dev":{"estimate":386307.7317416668,"lower_bound":269667.1440124512,"upper_bound":565487.3515605927,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.004957365108487766,"lower_bound":0.0029778982959114413,"upper_bound":0.0069463779787035315,"unit":"%"},"median":{"estimate":0.004001698058559766,"lower_bound":0.003316405092278041,"upper_bound":0.005296887596319744,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^17","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_17","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[276188133.0,274748061.0,273419051.0,274189842.0,274783882.0,276092717.0,275334664.0,274444734.0,274900109.0,274503158.0,274702676.0,274362298.0,274806759.0,274433077.0,275291977.0,276907957.0,277074847.0,276166697.0,276236459.0,275428145.0,274527275.0,274637600.0,274485912.0,274558336.0,274050291.0,273898537.0,273877387.0,273864378.0,273616739.0,274355720.0,274964578.0,275477558.0,276566416.0,274380603.0,274334806.0,273982271.0,274110693.0,275467779.0,276675363.0,274341360.0,274963354.0,276576272.0,276696943.0,274598125.0,275112068.0,275167134.0,276870731.0,274347946.0,274429577.0,274577698.0,275712007.0,276239361.0,275181573.0,277547003.0,276804290.0,276269377.0,274749919.0,274371734.0,274838306.0,275894775.0,275686197.0,274906934.0,274661422.0,274274431.0,274870572.0,274276263.0,275078609.0,274646079.0,274834418.0,274678259.0,275228811.0,274857139.0,275365955.0,275719399.0,274903250.0,274221970.0,274336524.0,274446599.0,274236048.0,274600821.0,274435102.0,274545364.0,274763643.0,274384557.0,274675596.0,273671153.0,276678281.0,276038288.0,275586880.0,275564145.0,275118651.0,274499090.0,274290868.0,274671412.0,274863147.0,275374120.0,275016491.0,275052517.0,274743375.0,274469937.0],"unit":"ns","throughput":[{"per_iteration":131072,"unit":"bytes"}],"typical":{"estimate":275014093.55,"lower_bound":274849968.69675,"upper_bound":275184864.994,"unit":"ns"},"mean":{"estimate":275014093.55,"lower_bound":274849968.69675,"upper_bound":275184864.994,"unit":"ns"},"median":{"estimate":274773762.5,"lower_bound":274646079.0,"upper_bound":274933302.0,"unit":"ns"},"median_abs_dev":{"estimate":625552.6655942202,"lower_bound":459190.86384773254,"upper_bound":830729.6759516001,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0015931134393007973,"lower_bound":0.0007686474166511581,"upper_bound":0.0023871579980375922,"unit":"%"},"median":{"estimate":-0.0001272048429307171,"lower_bound":-0.0007794570218673247,"upper_bound":0.0005890786812701165,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^18","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_18","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[556049502.0,556982732.0,555631549.0,555646028.0,559117090.0,556153835.0,555254161.0,555049725.0,555628796.0,557317624.0,557107510.0,556525507.0,555949614.0,556009778.0,556012542.0,556406249.0,555686094.0,555432808.0,557997355.0,556047267.0,555768577.0,555437497.0,555952885.0,555119907.0,556039703.0,558683143.0,555384854.0,555933676.0,555385274.0,555772259.0,555588494.0,555798401.0,558407213.0,555699466.0,556398457.0,555850301.0,556080938.0,556639962.0,557544272.0,556265128.0,555929607.0,555442856.0,555478737.0,556749559.0,555932367.0,557562094.0,555268762.0,555410204.0,555968537.0,558604044.0,554913406.0,555136324.0,558664112.0,555544410.0,555593291.0,555791872.0,557612859.0,555043497.0,557683140.0,556497064.0,555571963.0,554954120.0,556560067.0,555274584.0,555492509.0,557173643.0,556765741.0,555765466.0,555961181.0,555860236.0,555148142.0,556898376.0,558671445.0,555919569.0,556086410.0,555767908.0,555338791.0,556361590.0,557586415.0,556274426.0,555260778.0,556166150.0,556066454.0,555599490.0,556396023.0,556973084.0,555114445.0,555320417.0,555372588.0,555592313.0,555339391.0,554878834.0,558090832.0,556163930.0,555435748.0,555353024.0,556363341.0,555842491.0,555160160.0,558473302.0],"unit":"ns","throughput":[{"per_iteration":262144,"unit":"bytes"}],"typical":{"estimate":556169782.92,"lower_bound":555983880.6882501,"upper_bound":556367528.51575,"unit":"ns"},"mean":{"estimate":556169782.92,"lower_bound":555983880.6882501,"upper_bound":556367528.51575,"unit":"ns"},"median":{"estimate":555930987.0,"lower_bound":555767021.5,"upper_bound":556047267.0,"unit":"ns"},"median_abs_dev":{"estimate":732944.7946876287,"lower_bound":530168.8549876213,"upper_bound":918672.5396803016,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.0035224577101800048,"lower_bound":0.003093241462030938,"upper_bound":0.003937149255641764,"unit":"%"},"median":{"estimate":0.0035609390326485357,"lower_bound":0.0031880093800333853,"upper_bound":0.0037881794184644324,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^19","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_19","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[1141963736.0,1144651405.0,1145171935.0,1143128295.0,1141784589.0,1141597792.0,1143367678.0,1141118218.0,1143186227.0,1142283331.0,1142691570.0,1144084119.0,1141505761.0,1143214618.0,1144400729.0,1141241149.0,1144054702.0,1142711657.0,1142097809.0,1141177218.0,1143946502.0,1143015168.0,1140781471.0,1142034736.0,1143990024.0,1141373191.0,1141507111.0,1143162175.0,1142490055.0,1141330797.0,1144094481.0,1143697649.0,1142559812.0,1141760186.0,1142746449.0,1142884754.0,1141579262.0,1142902271.0,1141514588.0,1141890992.0,1145432051.0,1142854962.0,1141482001.0,1142904135.0,1144323316.0,1141827565.0,1145410946.0,1140787661.0,1143072014.0,1143678974.0,1142860195.0,1141754985.0,1143297655.0,1141306370.0,1145065219.0,1143671464.0,1141485754.0,1141343528.0,1141637850.0,1144446464.0,1141922009.0,1142507000.0,1143970644.0,1143847388.0,1142621866.0,1145162519.0,1142137051.0,1141207920.0,1144758755.0,1141670072.0,1143838159.0,1145224217.0,1143976832.0,1143126491.0,1145430243.0,1141835944.0,1141839194.0,1142705864.0,1143546323.0,1141784980.0,1140773710.0,1146017918.0,1140240516.0,1144019100.0,1144232574.0,1142230000.0,1143293252.0,1142918217.0,1141286350.0,1142861743.0,1141921297.0,1144597345.0,1143349439.0,1142903265.0,1144912798.0,1143405643.0,1140326059.0,1144040896.0,1141152583.0,1141665685.0],"unit":"ns","throughput":[{"per_iteration":524288,"unit":"bytes"}],"typical":{"estimate":1142825991.82,"lower_bound":1142568323.87725,"upper_bound":1143087868.229,"unit":"ns"},"mean":{"estimate":1142825991.82,"lower_bound":1142568323.87725,"upper_bound":1143087868.229,"unit":"ns"},"median":{"estimate":1142857578.5,"lower_bound":1142283331.0,"upper_bound":1143126491.0,"unit":"ns"},"median_abs_dev":{"estimate":1630849.592846632,"lower_bound":1232925.264063701,"upper_bound":1813419.177505374,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.003983969919390429,"lower_bound":0.003736596446951007,"upper_bound":0.004246882768203753,"unit":"%"},"median":{"estimate":0.004074848898258043,"lower_bound":0.0036942855149433296,"upper_bound":0.004331953197677985,"unit":"%"},"change":"NoChange"}} +{"reason":"benchmark-complete","id":"state_root/state_root_from_slots_2^20","report_directory":"/root/fuel-core/target/criterion/reports/state_root/state_root_from_slots_2_20","iteration_count":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"measured_values":[2303970711.0,2307581585.0,2307800887.0,2308002912.0,2313958488.0,2307893214.0,2309309051.0,2307170243.0,2304295601.0,2309042078.0,2307242444.0,2307777688.0,2310311870.0,2305104804.0,2308956765.0,2306661727.0,2307396555.0,2308191328.0,2307416926.0,2307685483.0,2308754601.0,2310603228.0,2307352435.0,2303737773.0,2309872742.0,2308490179.0,2309362423.0,2308334505.0,2306534013.0,2308585353.0,2306066604.0,2308180374.0,2307394382.0,2307237902.0,2307953668.0,2309162313.0,2311331183.0,2306841193.0,2308093193.0,2315324926.0,2306482892.0,2309638827.0,2306559936.0,2306181705.0,2307955453.0,2306112788.0,2308201821.0,2310300830.0,2310457304.0,2306209014.0,2309553420.0,2307880467.0,2307508133.0,2307975267.0,2305736239.0,2306636347.0,2304440093.0,2310529139.0,2303899124.0,2311648395.0,2311016564.0,2303560756.0,2307342531.0,2308723265.0,2305965069.0,2309414389.0,2306012812.0,2307734255.0,2308791785.0,2304762844.0,2305889855.0,2310034285.0,2304374928.0,2309457646.0,2306941567.0,2307449667.0,2311551724.0,2303953953.0,2309371374.0,2308641096.0,2308509180.0,2309569532.0,2309841295.0,2304861940.0,2310437851.0,2303516559.0,2308683608.0,2310285037.0,2305149088.0,2310102362.0,2304813342.0,2310176383.0,2308394050.0,2306376003.0,2310835641.0,2312966786.0,2308625119.0,2308202164.0,2310013001.0,2308393433.0],"unit":"ns","throughput":[{"per_iteration":1048576,"unit":"bytes"}],"typical":{"estimate":2307996332.83,"lower_bound":2307559614.9025,"upper_bound":2308440634.073,"unit":"ns"},"mean":{"estimate":2307996332.83,"lower_bound":2307559614.9025,"upper_bound":2308440634.073,"unit":"ns"},"median":{"estimate":2307989089.5,"lower_bound":2307581585.0,"upper_bound":2308490179.0,"unit":"ns"},"median_abs_dev":{"estimate":2138079.661041498,"lower_bound":1544807.9226616782,"upper_bound":2685255.4203271866,"unit":"ns"},"slope":null,"change":{"mean":{"estimate":0.003055359768838972,"lower_bound":0.0026299658276052297,"upper_bound":0.003479638759852427,"unit":"%"},"median":{"estimate":0.002986457356437322,"lower_bound":0.0021856748758415367,"upper_bound":0.003585678037917983,"unit":"%"},"change":"NoChange"}} +{"reason":"group-complete","group_name":"state_root","benchmarks":["state_root/state_root_from_slots_2^01","state_root/state_root_from_slots_2^02","state_root/state_root_from_slots_2^03","state_root/state_root_from_slots_2^04","state_root/state_root_from_slots_2^05","state_root/state_root_from_slots_2^06","state_root/state_root_from_slots_2^07","state_root/state_root_from_slots_2^08","state_root/state_root_from_slots_2^09","state_root/state_root_from_slots_2^10","state_root/state_root_from_slots_2^11","state_root/state_root_from_slots_2^12","state_root/state_root_from_slots_2^13","state_root/state_root_from_slots_2^14","state_root/state_root_from_slots_2^15","state_root/state_root_from_slots_2^16","state_root/state_root_from_slots_2^17","state_root/state_root_from_slots_2^18","state_root/state_root_from_slots_2^19","state_root/state_root_from_slots_2^20"],"report_directory":"/root/fuel-core/target/criterion/reports/state_root"} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_61888","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_61888","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1055004.0,2003631.0,3031532.0,4003002.0,5006481.0,6042782.0,7035208.0,8042258.0,9092367.0,10031899.0,11038455.0,12035027.0,13038359.0,14013065.0,15092944.0,16186707.0,17019002.0,18067517.0,19039356.0,20029283.0,21035210.0,22090287.0,23091708.0,24036424.0,25010926.0,26032910.0,27082772.0,28088300.0,29032533.0,30050420.0,31091259.0,32050562.0,33070207.0,34131190.0,35054278.0,36064208.0,37077256.0,38244153.0,39188648.0,40076110.0,41090717.0,42114041.0,43074001.0,44089148.0,45068137.0,46087074.0,47104935.0,48068798.0,49089262.0,50149017.0,51119267.0,52220657.0,53097657.0,54052885.0,55282643.0,56166529.0,57107824.0,58073428.0,59799941.0,60262414.0,61130419.0,62115078.0,63112507.0,64123339.0,65118817.0,66155452.0,67117847.0,68162870.0,69152077.0,70124747.0,71976829.0,72325773.0,73127354.0,74306283.0,75143964.0,76136650.0,77173279.0,78549137.0,79769263.0,80948397.0,81905317.0,82419284.0,83230024.0,84249040.0,85330207.0,86287632.0,87246113.0,88237399.0,89271092.0,90322749.0,91229554.0,92268493.0,93222437.0,94247221.0,95231174.0,96262899.0,97251804.0,98248575.0,99698821.0,100668754.0],"unit":"ns","throughput":[{"per_iteration":61888,"unit":"bytes"}],"typical":{"estimate":55764.42629033053,"lower_bound":55727.03524510253,"upper_bound":55806.00185012417,"unit":"ns"},"mean":{"estimate":55778.79387737212,"lower_bound":55727.56159553098,"upper_bound":55852.27726502482,"unit":"ns"},"median":{"estimate":55698.12214215583,"lower_bound":55678.4783197832,"upper_bound":55719.102150537634,"unit":"ns"},"median_abs_dev":{"estimate":67.08399697507157,"lower_bound":49.1940922007035,"upper_bound":96.70539015991419,"unit":"ns"},"slope":{"estimate":55764.42629033053,"lower_bound":55727.03524510253,"upper_bound":55806.00185012417,"unit":"ns"},"change":{"mean":{"estimate":0.0530560836959304,"lower_bound":0.04875087239046947,"upper_bound":0.05596499828432955,"unit":"%"},"median":{"estimate":0.054468943209748266,"lower_bound":0.054001254380024344,"upper_bound":0.05491851744692933,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_62400","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_62400","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1165144.0,2014973.0,3025485.0,4031624.0,5034859.0,6102655.0,7057572.0,8060744.0,9067018.0,10103698.0,11085167.0,12116951.0,13150309.0,14106465.0,15161828.0,16148381.0,17209152.0,18161124.0,19154268.0,20188854.0,21186648.0,22184004.0,23198630.0,24201407.0,25260647.0,26253043.0,27239650.0,28221211.0,29254863.0,30254096.0,31356666.0,32324650.0,33270047.0,34277890.0,35301638.0,38117643.0,37344498.0,38374001.0,39339633.0,40383987.0,41381369.0,42493974.0,43428769.0,44778201.0,45560505.0,46430271.0,47561676.0,48396551.0,49419840.0,50895340.0,51485999.0,52494399.0,53520757.0,54511202.0,55566013.0,56496356.0,57497479.0,58494252.0,59585243.0,60827208.0,61587091.0,62692081.0,63694673.0,65239974.0,65931100.0,66577301.0,67618814.0,68721089.0,69621585.0,70644714.0,71642290.0,72856374.0,73614946.0,74687839.0,75812136.0,77563840.0,78890408.0,79003238.0,79915774.0,80710704.0,81676116.0,82735992.0,83799933.0,84740561.0,85766361.0,86652063.0,87737328.0,88695688.0,89883733.0,90581734.0,91622774.0,92730180.0,93612236.0,94664685.0,95755952.0,96950418.0,97733047.0,98835110.0,99926765.0,101119605.0],"unit":"ns","throughput":[{"per_iteration":62400,"unit":"bytes"}],"typical":{"estimate":56116.699878166924,"lower_bound":56071.395386631826,"upper_bound":56172.09586876868,"unit":"ns"},"mean":{"estimate":56220.92701693351,"lower_bound":56093.07211845245,"upper_bound":56429.09427090658,"unit":"ns"},"median":{"estimate":56069.71784307629,"lower_bound":56048.53611111111,"upper_bound":56086.31522435897,"unit":"ns"},"median_abs_dev":{"estimate":78.29989648165372,"lower_bound":57.04123718551437,"upper_bound":109.0065374068532,"unit":"ns"},"slope":{"estimate":56116.699878166924,"lower_bound":56071.395386631826,"upper_bound":56172.09586876868,"unit":"ns"},"change":{"mean":{"estimate":0.05906898795021198,"lower_bound":0.05427451853616281,"upper_bound":0.06405159631602206,"unit":"%"},"median":{"estimate":0.059208604406981946,"lower_bound":0.05833104984379012,"upper_bound":0.05995232655054261,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_63424","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_63424","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1122279.0,2066819.0,3025755.0,4063536.0,5105919.0,6079147.0,7115180.0,8124369.0,9136798.0,10176334.0,11088899.0,12095963.0,13136105.0,14111217.0,15144094.0,16167188.0,17172961.0,18174746.0,19157641.0,20200180.0,21206611.0,22220721.0,23229751.0,24304307.0,25221898.0,26291547.0,27780867.0,28256638.0,29249067.0,30276514.0,31521771.0,32308659.0,33331542.0,34358706.0,35531425.0,36326733.0,37478519.0,38334981.0,39374723.0,40405337.0,41595092.0,42477814.0,43435569.0,44638721.0,45924499.0,46645048.0,47480694.0,48493323.0,49439862.0,50482199.0,51465425.0,52901787.0,53794883.0,54577082.0,55532342.0,56579247.0,57562673.0,58652423.0,59583291.0,60653301.0,61804339.0,62636933.0,63714793.0,64616698.0,65741568.0,67067642.0,68295874.0,69715747.0,69660785.0,70687898.0,71697670.0,72742972.0,73788865.0,74724001.0,75783220.0,77113142.0,77734370.0,78748875.0,79848617.0,80710340.0,81946983.0,83158290.0,83898027.0,84756621.0,85795828.0,86765930.0,87709999.0,88777028.0,89839207.0,90796978.0,91916014.0,92862369.0,94182555.0,94890971.0,96335145.0,96922341.0,97972706.0,98943043.0,99926237.0,100851942.0],"unit":"ns","throughput":[{"per_iteration":63424,"unit":"bytes"}],"typical":{"estimate":56162.027904865114,"lower_bound":56128.20220345756,"upper_bound":56203.295661739314,"unit":"ns"},"mean":{"estimate":56269.07976492814,"lower_bound":56173.80069360807,"upper_bound":56419.05492882551,"unit":"ns"},"median":{"estimate":56118.41490633075,"lower_bound":56102.1455026455,"upper_bound":56138.872957516345,"unit":"ns"},"median_abs_dev":{"estimate":88.0264694842304,"lower_bound":54.662596076328676,"upper_bound":120.917731378111,"unit":"ns"},"slope":{"estimate":56162.027904865114,"lower_bound":56128.20220345756,"upper_bound":56203.295661739314,"unit":"ns"},"change":{"mean":{"estimate":0.06602877735211621,"lower_bound":0.06418149964825422,"upper_bound":0.06897588719460152,"unit":"%"},"median":{"estimate":0.06382033611828941,"lower_bound":0.06342279560839255,"upper_bound":0.06429821554201709,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_65472","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_65472","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1123112.0,2069269.0,3096653.0,4134591.0,5170098.0,6136270.0,7113143.0,8125352.0,9101437.0,10084821.0,11129830.0,12156106.0,13198589.0,14227918.0,15204606.0,16243416.0,17292651.0,18404991.0,19216790.0,20164942.0,21198664.0,22231215.0,23348998.0,24375135.0,25368917.0,26400990.0,27413893.0,28419951.0,29552402.0,30307843.0,31290295.0,32281920.0,33513428.0,34384917.0,35368451.0,36401016.0,37321000.0,38790479.0,39638200.0,40710667.0,41373175.0,42432662.0,43586912.0,44528609.0,45426000.0,46448924.0,47442364.0,48644716.0,49605899.0,50504235.0,51455252.0,52510126.0,53614606.0,54518118.0,55475500.0,56499785.0,57555480.0,58551122.0,59708275.0,60633530.0,61582730.0,62671411.0,63626003.0,64631554.0,65617653.0,66602410.0,68216039.0,69173768.0,70517895.0,70800775.0,71712670.0,72663968.0,73695337.0,74740203.0,75729181.0,76872130.0,77707383.0,78755452.0,79813977.0,80781187.0,81708855.0,82832015.0,83678954.0,84711169.0,85683682.0,86712492.0,87888474.0,88856783.0,89739161.0,90495846.0,91501765.0,92698413.0,93573675.0,94718269.0,95800438.0,96518947.0,97781844.0,98708325.0,99636472.0,100212483.0],"unit":"ns","throughput":[{"per_iteration":65472,"unit":"bytes"}],"typical":{"estimate":56077.29884012282,"lower_bound":56034.160897698246,"upper_bound":56125.30365660645,"unit":"ns"},"mean":{"estimate":56296.19488613594,"lower_bound":56187.94874844657,"upper_bound":56452.16874663266,"unit":"ns"},"median":{"estimate":56121.07970049528,"lower_bound":56096.959064327486,"upper_bound":56181.70987654321,"unit":"ns"},"median_abs_dev":{"estimate":142.77884342238895,"lower_bound":103.41498198754563,"upper_bound":221.20951332646962,"unit":"ns"},"slope":{"estimate":56077.29884012282,"lower_bound":56034.160897698246,"upper_bound":56125.30365660645,"unit":"ns"},"change":{"mean":{"estimate":0.05648661635253194,"lower_bound":0.05335558841107909,"upper_bound":0.05946062560841487,"unit":"%"},"median":{"estimate":0.054365859192151866,"lower_bound":0.05382596778850468,"upper_bound":0.05533739828487261,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_69568","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_69568","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1088338.0,2032901.0,3054328.0,4069892.0,5088033.0,6104389.0,7151536.0,8141715.0,9156118.0,10170962.0,11248296.0,12200108.0,13227893.0,14294528.0,15291385.0,16305994.0,17321723.0,18403041.0,19389617.0,20374396.0,21355470.0,22470130.0,23486162.0,24444398.0,25554250.0,26477437.0,27513771.0,28523016.0,29534274.0,30547670.0,31593609.0,32627939.0,33578407.0,34595572.0,35613217.0,36926145.0,37815985.0,38707632.0,39917076.0,40807664.0,41760198.0,43133871.0,43983525.0,44793555.0,45822457.0,47040767.0,48512961.0,48975121.0,49883837.0,50933865.0,52030413.0,53032539.0,54218592.0,55029306.0,56868220.0,57662353.0,58077340.0,59131032.0,60088545.0,61088738.0,62282467.0,63227668.0,64156564.0,65184216.0,66222018.0,67207086.0,68292513.0,69353365.0,70902386.0,71722496.0,72557124.0,73356006.0,75782074.0,76066111.0,76480325.0,77530890.0,78442421.0,79464587.0,80439354.0,81482517.0,82544829.0,83525315.0,84541293.0,85508658.0,86370494.0,87297948.0,88472623.0,89484450.0,90478158.0,91602705.0,92532799.0,93639416.0,94682187.0,95653916.0,96927718.0,97756476.0,98649690.0,99875606.0,100821140.0,101713257.0],"unit":"ns","throughput":[{"per_iteration":69568,"unit":"bytes"}],"typical":{"estimate":56643.599626126794,"lower_bound":56598.158132588134,"upper_bound":56700.564928803404,"unit":"ns"},"mean":{"estimate":56699.47857257713,"lower_bound":56632.00371870258,"upper_bound":56796.45891980269,"unit":"ns"},"median":{"estimate":56595.9038961039,"lower_bound":56582.40273854363,"upper_bound":56618.03472222222,"unit":"ns"},"median_abs_dev":{"estimate":95.0336454811558,"lower_bound":64.940506589611,"upper_bound":123.58075248644943,"unit":"ns"},"slope":{"estimate":56643.599626126794,"lower_bound":56598.158132588134,"upper_bound":56700.564928803404,"unit":"ns"},"change":{"mean":{"estimate":0.05299294963935619,"lower_bound":0.05124705013772095,"upper_bound":0.05482862489297813,"unit":"%"},"median":{"estimate":0.052033083962978566,"lower_bound":0.051656232101821964,"upper_bound":0.05247207099380313,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_77760","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_77760","iteration_count":[18,36,54,72,90,108,126,144,162,180,198,216,234,252,270,288,306,324,342,360,378,396,414,432,450,468,486,504,522,540,558,576,594,612,630,648,666,684,702,720,738,756,774,792,810,828,846,864,882,900,918,936,954,972,990,1008,1026,1044,1062,1080,1098,1116,1134,1152,1170,1188,1206,1224,1242,1260,1278,1296,1314,1332,1350,1368,1386,1404,1422,1440,1458,1476,1494,1512,1530,1548,1566,1584,1602,1620,1638,1656,1674,1692,1710,1728,1746,1764,1782,1800],"measured_values":[1102352.0,2121520.0,3178957.0,4240483.0,5196833.0,6206142.0,7245218.0,8278664.0,9336100.0,10374593.0,11385498.0,12442296.0,13484393.0,14481357.0,15551528.0,16556101.0,17619705.0,18630874.0,19848106.0,20741209.0,22085025.0,22761800.0,23824887.0,24862055.0,25908993.0,26894374.0,27959738.0,29011769.0,30016408.0,31079676.0,32049855.0,33432527.0,34152871.0,35175189.0,36324565.0,37737937.0,38798123.0,39743294.0,40444482.0,41461480.0,42427809.0,43488977.0,44678957.0,45634801.0,46630386.0,47633192.0,48728788.0,49860632.0,50767172.0,51761809.0,52784522.0,53807238.0,54918020.0,55945392.0,57285069.0,57994866.0,59135767.0,60017574.0,61123063.0,62136472.0,63073007.0,64647347.0,65912715.0,66384546.0,67692533.0,68837358.0,69301084.0,70479265.0,71475089.0,72917966.0,73515225.0,74623851.0,75567632.0,76630172.0,77609996.0,78860726.0,79683682.0,80928290.0,81883853.0,82743010.0,83531244.0,84627587.0,85670125.0,86795276.0,87748764.0,88746438.0,89701630.0,90645682.0,91663157.0,92743690.0,93679717.0,95124622.0,95877962.0,96914523.0,98979040.0,99387654.0,100228976.0,101224896.0,102256586.0,103492826.0],"unit":"ns","throughput":[{"per_iteration":77760,"unit":"bytes"}],"typical":{"estimate":57501.15289411031,"lower_bound":57452.72143231716,"upper_bound":57556.24416389318,"unit":"ns"},"mean":{"estimate":57652.05379190658,"lower_bound":57570.07439196098,"upper_bound":57755.96770257602,"unit":"ns"},"median":{"estimate":57541.31275879917,"lower_bound":57507.90932098766,"upper_bound":57570.79935010482,"unit":"ns"},"median_abs_dev":{"estimate":114.7253158006537,"lower_bound":83.52583110032059,"upper_bound":155.34508025753726,"unit":"ns"},"slope":{"estimate":57501.15289411031,"lower_bound":57452.72143231716,"upper_bound":57556.24416389318,"unit":"ns"},"change":{"mean":{"estimate":0.05744132101777155,"lower_bound":0.05217177365900364,"upper_bound":0.06121687415696268,"unit":"%"},"median":{"estimate":0.05952648920163783,"lower_bound":0.058810222277675406,"upper_bound":0.060239479724721656,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_94144","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_94144","iteration_count":[17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1207,1224,1241,1258,1275,1292,1309,1326,1343,1360,1377,1394,1411,1428,1445,1462,1479,1496,1513,1530,1547,1564,1581,1598,1615,1632,1649,1666,1683,1700],"measured_values":[1217055.0,2060203.0,3047389.0,4024432.0,5038932.0,6040215.0,7044142.0,8112035.0,9119741.0,10151706.0,11192979.0,12108013.0,13196851.0,14169433.0,15266502.0,16095616.0,17134476.0,18142690.0,19149285.0,20116277.0,21158034.0,22162147.0,23145284.0,24202273.0,25211863.0,26224806.0,27185133.0,28396481.0,29213760.0,30205993.0,31196536.0,32456163.0,33239155.0,34249963.0,35261447.0,36238722.0,37250765.0,38337732.0,39260739.0,40304680.0,41319274.0,42343723.0,43695887.0,44328595.0,45452030.0,46284264.0,47350751.0,48419004.0,49339167.0,50534389.0,51399227.0,52716119.0,53869197.0,54591719.0,55596373.0,56454298.0,57415937.0,58441444.0,60438229.0,61004186.0,61669334.0,62476737.0,63639625.0,64625615.0,65579140.0,66533902.0,67472733.0,68551039.0,69570287.0,70781264.0,71598353.0,72536493.0,73488575.0,74522236.0,75552247.0,76368572.0,77603740.0,78336724.0,79304648.0,80390423.0,81350417.0,82235793.0,83457353.0,84474379.0,85629579.0,86491306.0,87575620.0,88398864.0,90028585.0,90734022.0,91512974.0,92466252.0,93637303.0,94542782.0,95617451.0,96487969.0,97484875.0,98448114.0,99470788.0,100610899.0],"unit":"ns","throughput":[{"per_iteration":94144,"unit":"bytes"}],"typical":{"estimate":59251.911006702074,"lower_bound":59213.52117372943,"upper_bound":59297.76593073852,"unit":"ns"},"mean":{"estimate":59461.67008133771,"lower_bound":59303.48717154794,"upper_bound":59738.03683980557,"unit":"ns"},"median":{"estimate":59268.72152999131,"lower_bound":59254.7186377709,"upper_bound":59294.11109363532,"unit":"ns"},"median_abs_dev":{"estimate":116.03517869893058,"lower_bound":80.74520818413018,"upper_bound":178.36868387711024,"unit":"ns"},"slope":{"estimate":59251.911006702074,"lower_bound":59213.52117372943,"upper_bound":59297.76593073852,"unit":"ns"},"change":{"mean":{"estimate":0.055874117217789454,"lower_bound":0.05159265150230261,"upper_bound":0.061379445758492926,"unit":"%"},"median":{"estimate":0.05476542794692829,"lower_bound":0.054302404159098705,"upper_bound":0.055217608008790484,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_126912","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_126912","iteration_count":[16,32,48,64,80,96,112,128,144,160,176,192,208,224,240,256,272,288,304,320,336,352,368,384,400,416,432,448,464,480,496,512,528,544,560,576,592,608,624,640,656,672,688,704,720,736,752,768,784,800,816,832,848,864,880,896,912,928,944,960,976,992,1008,1024,1040,1056,1072,1088,1104,1120,1136,1152,1168,1184,1200,1216,1232,1248,1264,1280,1296,1312,1328,1344,1360,1376,1392,1408,1424,1440,1456,1472,1488,1504,1520,1536,1552,1568,1584,1600],"measured_values":[1319507.0,2069196.0,3110089.0,4143218.0,5179161.0,6212793.0,7251835.0,8194305.0,9145846.0,10222259.0,11166522.0,12237930.0,13215893.0,14285711.0,15273448.0,16191290.0,17255389.0,18174164.0,19215678.0,20228825.0,21223122.0,22270274.0,23248780.0,24284117.0,25359298.0,26268398.0,27425161.0,28347241.0,29303430.0,30376764.0,31377084.0,32334773.0,33498019.0,34378314.0,35428645.0,36482449.0,37768823.0,38395731.0,39445391.0,40476059.0,41587391.0,42537205.0,43536603.0,44522416.0,45490947.0,46509055.0,47878847.0,51796712.0,49609746.0,50574769.0,51664169.0,52544933.0,53578262.0,54823501.0,56523709.0,57534892.0,58588914.0,59105092.0,59855270.0,60903842.0,61830130.0,62724523.0,63762684.0,64844851.0,65834272.0,66821018.0,67786617.0,68912169.0,69874996.0,70814860.0,71977169.0,72929607.0,73887799.0,74937393.0,76107877.0,76753119.0,77662642.0,78736841.0,79827087.0,80891656.0,81852254.0,82844109.0,83770844.0,84983440.0,85885595.0,86927799.0,88023637.0,88949601.0,89916984.0,90923712.0,91957792.0,92987426.0,97912877.0,95384121.0,95914213.0,96929410.0,98130693.0,99217183.0,100005766.0,102118715.0],"unit":"ns","throughput":[{"per_iteration":126912,"unit":"bytes"}],"typical":{"estimate":63373.61358929363,"lower_bound":63254.87609083424,"upper_bound":63541.199956622324,"unit":"ns"},"mean":{"estimate":63677.51491295349,"lower_bound":63400.07606039872,"upper_bound":64130.29068576388,"unit":"ns"},"median":{"estimate":63275.67809311225,"lower_bound":63238.71979493208,"upper_bound":63308.058606711915,"unit":"ns"},"median_abs_dev":{"estimate":179.4299250485935,"lower_bound":120.72432414981986,"upper_bound":215.44307229353987,"unit":"ns"},"slope":{"estimate":63373.61358929363,"lower_bound":63254.87609083424,"upper_bound":63541.199956622324,"unit":"ns"},"change":{"mean":{"estimate":0.06147222357858606,"lower_bound":0.05548716575209914,"upper_bound":0.06863903520203704,"unit":"%"},"median":{"estimate":0.05853124287444289,"lower_bound":0.0575258190029877,"upper_bound":0.05917657625917716,"unit":"%"},"change":"Regressed"}} +{"reason":"benchmark-complete","id":"vm_initialization/vm_initialization_with_tx_size_192448","report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization/vm_initialization_with_tx_size_192448","iteration_count":[14,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252,266,280,294,308,322,336,350,364,378,392,406,420,434,448,462,476,490,504,518,532,546,560,574,588,602,616,630,644,658,672,686,700,714,728,742,756,770,784,798,812,826,840,854,868,882,896,910,924,938,952,966,980,994,1008,1022,1036,1050,1064,1078,1092,1106,1120,1134,1148,1162,1176,1190,1204,1218,1232,1246,1260,1274,1288,1302,1316,1330,1344,1358,1372,1386,1400],"measured_values":[1085946.0,1986787.0,3005527.0,4004431.0,4989424.0,5956886.0,6945612.0,7935355.0,9013802.0,10020658.0,11000496.0,11907038.0,12913455.0,13921013.0,14908048.0,15895137.0,16864982.0,17885608.0,18847621.0,19882744.0,20857734.0,21915097.0,23162730.0,24215908.0,25163881.0,26149688.0,26917421.0,27880967.0,28806955.0,29761643.0,30971085.0,31778502.0,32804639.0,33801487.0,34735897.0,35841768.0,36933930.0,37833479.0,38742374.0,39744225.0,40947935.0,41801181.0,42689933.0,43932207.0,45119665.0,45665138.0,46700757.0,47624943.0,48766250.0,50136711.0,50825303.0,51493928.0,52614435.0,53525118.0,54594678.0,55477996.0,56971648.0,57667493.0,58621495.0,59647365.0,60623141.0,61674650.0,62694149.0,63712893.0,64888341.0,65707033.0,66766866.0,67744988.0,68733861.0,70184935.0,70796644.0,71674992.0,72991895.0,73607796.0,74743963.0,75760381.0,76530975.0,77668849.0,78641185.0,79689828.0,80625084.0,81500055.0,82405476.0,83644017.0,84645557.0,85579492.0,86537664.0,87682661.0,88501589.0,89477266.0,90560652.0,91506317.0,93304273.0,93673329.0,95098621.0,95617590.0,96713368.0,97853840.0,98674640.0,99540362.0],"unit":"ns","throughput":[{"per_iteration":192448,"unit":"bytes"}],"typical":{"estimate":71146.40676138403,"lower_bound":71102.3831643462,"upper_bound":71194.30223260917,"unit":"ns"},"mean":{"estimate":71210.20670475358,"lower_bound":71108.00121092857,"upper_bound":71367.71906156826,"unit":"ns"},"median":{"estimate":71099.10812169312,"lower_bound":71038.77391099796,"upper_bound":71128.01988256842,"unit":"ns"},"median_abs_dev":{"estimate":187.24574457347308,"lower_bound":143.2139662809677,"upper_bound":259.04904121252986,"unit":"ns"},"slope":{"estimate":71146.40676138403,"lower_bound":71102.3831643462,"upper_bound":71194.30223260917,"unit":"ns"},"change":{"mean":{"estimate":0.05871376641021153,"lower_bound":0.05615191493228837,"upper_bound":0.06128879677213986,"unit":"%"},"median":{"estimate":0.05807314475440095,"lower_bound":0.05709826076424074,"upper_bound":0.05860505274483452,"unit":"%"},"change":"Regressed"}} +{"reason":"group-complete","group_name":"vm_initialization","benchmarks":["vm_initialization/vm_initialization_with_tx_size_928","vm_initialization/vm_initialization_with_tx_size_16800","vm_initialization/vm_initialization_with_tx_size_65952","vm_initialization/vm_initialization_with_tx_size_1440","vm_initialization/vm_initialization_with_tx_size_8608","vm_initialization/vm_initialization_with_tx_size_2464","vm_initialization/vm_initialization_with_tx_size_33184","vm_initialization/vm_initialization_with_tx_size_4512","vm_initialization/vm_initialization_with_tx_size_61888","vm_initialization/vm_initialization_with_tx_size_62400","vm_initialization/vm_initialization_with_tx_size_63424","vm_initialization/vm_initialization_with_tx_size_65472","vm_initialization/vm_initialization_with_tx_size_69568","vm_initialization/vm_initialization_with_tx_size_77760","vm_initialization/vm_initialization_with_tx_size_94144","vm_initialization/vm_initialization_with_tx_size_126912","vm_initialization/vm_initialization_with_tx_size_192448"],"report_directory":"/root/fuel-core/target/criterion/reports/vm_initialization"} diff --git a/bin/fuel-core/chainspec/local-testnet/chain_config.json b/bin/fuel-core/chainspec/local-testnet/chain_config.json index 053dd5e0b05..4c494d2d4c5 100644 --- a/bin/fuel-core/chainspec/local-testnet/chain_config.json +++ b/bin/fuel-core/chainspec/local-testnet/chain_config.json @@ -40,27 +40,26 @@ }, "chain_id": 0, "gas_costs": { - "V2": { + "V3": { "add": 2, "addi": 2, "and": 2, "andi": 2, - "bal": 32, + "bal": 29, "bhei": 2, "bhsh": 2, - "burn": 20502, + "burn": 19976, "cb": 2, - "cfei": 2, "cfsi": 2, "div": 2, "divi": 2, - "eck1": 1905, - "ecr1": 26129, - "ed19": 2073, + "eck1": 1907, + "ecr1": 26135, + "ed19": 1893, "eq": 2, "exp": 2, "expi": 2, - "flag": 1, + "flag": 2, "gm": 2, "gt": 2, "gtf": 13, @@ -76,10 +75,10 @@ "jnef": 2, "jneb": 2, "lb": 2, - "log": 104, + "log": 102, "lt": 2, "lw": 2, - "mint": 18636, + "mint": 18042, "mlog": 2, "mod": 2, "modi": 2, @@ -95,23 +94,23 @@ "ori": 2, "poph": 3, "popl": 3, - "pshh": 6, - "pshl": 6, - "ret_contract": 48, - "rvrt_contract": 49, + "pshh": 5, + "pshl": 5, + "ret_contract": 53, + "rvrt_contract": 52, "sb": 2, "sll": 2, "slli": 2, "srl": 2, "srli": 2, - "srw": 170, + "srw": 177, "sub": 2, "subi": 2, "sw": 2, - "sww": 17924, - "time": 37, - "tr": 28693, - "tro": 20367, + "sww": 17302, + "time": 35, + "tr": 27852, + "tro": 19718, "wdcm": 2, "wqcm": 2, "wdop": 3, @@ -134,28 +133,40 @@ "units_per_gas": 15 } }, + "cfe": { + "LightOperation": { + "base": 10, + "units_per_gas": 1818181 + } + }, + "cfei": { + "LightOperation": { + "base": 2, + "units_per_gas": 1000000 + } + }, "call": { "LightOperation": { - "base": 14263, + "base": 13513, "units_per_gas": 7 } }, "ccp": { "LightOperation": { - "base": 35, - "units_per_gas": 37 + "base": 34, + "units_per_gas": 39 } }, "croo": { "LightOperation": { - "base": 98, + "base": 91, "units_per_gas": 3 } }, "csiz": { "LightOperation": { - "base": 34, - "units_per_gas": 411 + "base": 31, + "units_per_gas": 438 } }, "k256": { @@ -166,13 +177,13 @@ }, "ldc": { "LightOperation": { - "base": 29, - "units_per_gas": 132 + "base": 43, + "units_per_gas": 102 } }, "logd": { "LightOperation": { - "base": 472, + "base": 363, "units_per_gas": 4 } }, @@ -191,7 +202,7 @@ "mcp": { "LightOperation": { "base": 4, - "units_per_gas": 331 + "units_per_gas": 325 } }, "mcpi": { @@ -203,12 +214,12 @@ "meq": { "LightOperation": { "base": 3, - "units_per_gas": 961 + "units_per_gas": 940 } }, "retd_contract": { "LightOperation": { - "base": 307, + "base": 305, "units_per_gas": 4 } }, @@ -220,26 +231,26 @@ }, "scwq": { "HeavyOperation": { - "base": 16868, - "gas_per_unit": 17641 + "base": 16346, + "gas_per_unit": 17163 } }, "smo": { "LightOperation": { - "base": 41243, + "base": 40860, "units_per_gas": 2 } }, "srwq": { "HeavyOperation": { - "base": 185, - "gas_per_unit": 178 + "base": 187, + "gas_per_unit": 179 } }, "swwq": { "HeavyOperation": { - "base": 17635, - "gas_per_unit": 16907 + "base": 17046, + "gas_per_unit": 16232 } }, "contract_root": { @@ -250,15 +261,15 @@ }, "state_root": { "HeavyOperation": { - "base": 235, + "base": 236, "gas_per_unit": 122 } }, "new_storage_per_byte": 63, "vm_initialization": { "LightOperation": { - "base": 61, - "units_per_gas": 113 + "base": 3957, + "units_per_gas": 48 } } } diff --git a/bin/fuel-core/chainspec/local-testnet/state_transition_bytecode.wasm b/bin/fuel-core/chainspec/local-testnet/state_transition_bytecode.wasm index 4f53091e936c4d019bab702968a46263f3c891ec..74a989a115152b6a2113ab5251946df654b82e33 100755 GIT binary patch delta 541152 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

=z(chfq7Mu@5w0HU2|6I5{Gq@mqcR|5UqO^ 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 z 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 z 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 Wv@NIqMaKUxPQ~W_ADxOB+TQ`fihrvB delta 465845 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

8=H>ln!WGWD%K*UvYcs!Udm@$!N8I|5t7=h54=2 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 diff --git a/crates/chain-config/src/config/snapshots/fuel_core_chain_config__config__chain__tests__snapshot_local_testnet_config.snap b/crates/chain-config/src/config/snapshots/fuel_core_chain_config__config__chain__tests__snapshot_local_testnet_config.snap index 73a29695628..50bd3acdfa4 100644 --- a/crates/chain-config/src/config/snapshots/fuel_core_chain_config__config__chain__tests__snapshot_local_testnet_config.snap +++ b/crates/chain-config/src/config/snapshots/fuel_core_chain_config__config__chain__tests__snapshot_local_testnet_config.snap @@ -44,7 +44,7 @@ expression: json }, "chain_id": 0, "gas_costs": { - "V2": { + "V3": { "add": 1, "addi": 1, "and": 1, @@ -54,7 +54,6 @@ expression: json "bhsh": 1, "burn": 132, "cb": 1, - "cfei": 1, "cfsi": 1, "div": 1, "divi": 1, @@ -138,6 +137,18 @@ expression: json "units_per_gas": 214 } }, + "cfe": { + "LightOperation": { + "base": 2, + "units_per_gas": 214 + } + }, + "cfei": { + "LightOperation": { + "base": 2, + "units_per_gas": 214 + } + }, "call": { "LightOperation": { "base": 144, diff --git a/crates/client/assets/schema.sdl b/crates/client/assets/schema.sdl index e3899053662..0a2ad51ab21 100644 --- a/crates/client/assets/schema.sdl +++ b/crates/client/assets/schema.sdl @@ -428,6 +428,8 @@ type GasCosts { xor: U64! xori: U64! alocDependentCost: DependentCost! + cfe: DependentCost! + cfeiDependentCost: DependentCost! call: DependentCost! ccp: DependentCost! croo: DependentCost! diff --git a/crates/client/src/client/schema/chain.rs b/crates/client/src/client/schema/chain.rs index 1c0f5823486..ea6ec9a9972 100644 --- a/crates/client/src/client/schema/chain.rs +++ b/crates/client/src/client/schema/chain.rs @@ -206,7 +206,6 @@ pub struct GasCosts { pub bhsh: U64, pub burn: U64, pub cb: U64, - pub cfei: U64, pub cfsi: U64, pub div: U64, pub divi: U64, @@ -286,6 +285,8 @@ pub struct GasCosts { pub xori: U64, pub aloc_dependent_cost: DependentCost, + pub cfe: DependentCost, + pub cfei_dependent_cost: DependentCost, pub call: DependentCost, pub ccp: DependentCost, pub croo: DependentCost, @@ -324,7 +325,7 @@ impl TryFrom for fuel_core_types::fuel_tx::GasCosts { fn try_from(value: GasCosts) -> Result { match value.version { GasCostsVersion::V1 => { - let values = fuel_core_types::fuel_tx::consensus_parameters::gas::GasCostsValuesV2 { + let values = fuel_core_types::fuel_tx::consensus_parameters::gas::GasCostsValuesV3 { add: value.add.into(), addi: value.addi.into(), and: value.and.into(), @@ -334,7 +335,6 @@ impl TryFrom for fuel_core_types::fuel_tx::GasCosts { bhsh: value.bhsh.into(), burn: value.burn.into(), cb: value.cb.into(), - cfei: value.cfei.into(), cfsi: value.cfsi.into(), div: value.div.into(), divi: value.divi.into(), @@ -414,6 +414,8 @@ impl TryFrom for fuel_core_types::fuel_tx::GasCosts { xori: value.xori.into(), aloc: value.aloc_dependent_cost.into(), + cfe: value.cfe.into(), + cfei: value.cfei_dependent_cost.into(), call: value.call.into(), ccp: value.ccp.into(), croo: value.croo.into(), diff --git a/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap b/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap index 35ca32cb6fd..0fa04e142af 100644 --- a/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap +++ b/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap @@ -89,7 +89,6 @@ query { bhsh burn cb - cfei cfsi div divi @@ -178,6 +177,28 @@ query { gasPerUnit } } + cfe { + __typename + ... on LightOperation { + base + unitsPerGas + } + ... on HeavyOperation { + base + gasPerUnit + } + } + cfeiDependentCost { + __typename + ... on LightOperation { + base + unitsPerGas + } + ... on HeavyOperation { + base + gasPerUnit + } + } call { __typename ... on LightOperation { diff --git a/crates/client/src/client/types/gas_costs.rs b/crates/client/src/client/types/gas_costs.rs index 64b7624f211..96b90b441dd 100644 --- a/crates/client/src/client/types/gas_costs.rs +++ b/crates/client/src/client/types/gas_costs.rs @@ -19,10 +19,6 @@ impl GasCosts { self.0.addi() } - pub fn aloc(&self) -> DependentCost { - self.0.aloc().into() - } - pub fn and(&self) -> Word { self.0.and() } @@ -51,10 +47,6 @@ impl GasCosts { self.0.cb() } - pub fn cfei(&self) -> Word { - self.0.cfei() - } - pub fn cfsi(&self) -> Word { self.0.cfsi() } @@ -362,6 +354,18 @@ impl GasCosts { self.0.xori() } + pub fn aloc(&self) -> DependentCost { + self.0.aloc().into() + } + + pub fn cfe(&self) -> DependentCost { + self.0.cfe().into() + } + + pub fn cfei(&self) -> DependentCost { + self.0.cfei().into() + } + pub fn call(&self) -> DependentCost { self.0.call().into() } diff --git a/crates/fuel-core/src/schema/chain.rs b/crates/fuel-core/src/schema/chain.rs index 5d1f34a0b67..a1240af1dd6 100644 --- a/crates/fuel-core/src/schema/chain.rs +++ b/crates/fuel-core/src/schema/chain.rs @@ -325,7 +325,9 @@ impl FeeParameters { impl GasCosts { async fn version(&self) -> GasCostsVersion { match self.0.deref() { - GasCostsValues::V1(_) | GasCostsValues::V2(_) => GasCostsVersion::V1, + GasCostsValues::V1(_) | GasCostsValues::V2(_) | GasCostsValues::V3(_) => { + GasCostsVersion::V1 + } } } @@ -370,7 +372,7 @@ impl GasCosts { } async fn cfei(&self) -> U64 { - self.0.cfei().into() + self.0.cfei().base().into() } async fn cfsi(&self) -> U64 { @@ -685,6 +687,14 @@ impl GasCosts { self.0.aloc().into() } + async fn cfe(&self) -> DependentCost { + self.0.cfe().into() + } + + async fn cfei_dependent_cost(&self) -> DependentCost { + self.0.cfei().into() + } + async fn call(&self) -> DependentCost { self.0.call().into() } diff --git a/crates/fuel-core/src/schema/tx/types.rs b/crates/fuel-core/src/schema/tx/types.rs index 3c92423a9e5..415b17a6410 100644 --- a/crates/fuel-core/src/schema/tx/types.rs +++ b/crates/fuel-core/src/schema/tx/types.rs @@ -89,6 +89,7 @@ use fuel_core_types::{ }, tai64::Tai64, }; +use std::vec::IntoIter; pub struct ProgramState { return_type: ReturnType, @@ -417,20 +418,20 @@ impl Transaction { async fn input_contracts(&self) -> Option> { match &self.0 { - fuel_tx::Transaction::Script(script) => { - Some(script.input_contracts().map(|v| (*v).into()).collect()) + fuel_tx::Transaction::Script(tx) => { + Some(input_contracts(tx).map(|v| (*v).into()).collect()) } - fuel_tx::Transaction::Create(create) => { - Some(create.input_contracts().map(|v| (*v).into()).collect()) + fuel_tx::Transaction::Create(tx) => { + Some(input_contracts(tx).map(|v| (*v).into()).collect()) } fuel_tx::Transaction::Mint(mint) => { Some(vec![mint.input_contract().contract_id.into()]) } fuel_tx::Transaction::Upgrade(tx) => { - Some(tx.input_contracts().map(|v| (*v).into()).collect()) + Some(input_contracts(tx).map(|v| (*v).into()).collect()) } fuel_tx::Transaction::Upload(tx) => { - Some(tx.input_contracts().map(|v| (*v).into()).collect()) + Some(input_contracts(tx).map(|v| (*v).into()).collect()) } } } @@ -802,6 +803,26 @@ impl DryRunTransactionStatus { } } +fn input_contracts(tx: &Tx) -> IntoIter<&fuel_core_types::fuel_types::ContractId> +where + Tx: Inputs, +{ + let mut inputs: Vec<_> = tx + .inputs() + .iter() + .filter_map(|input| match input { + fuel_tx::Input::Contract(fuel_tx::input::contract::Contract { + contract_id, + .. + }) => Some(contract_id), + _ => None, + }) + .collect(); + inputs.sort(); + inputs.dedup(); + inputs.into_iter() +} + #[derive(Debug)] pub struct DryRunSuccessStatus { result: Option,