Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/index.ts>BenchmarkResult

Package publishing for deno.land/x/polkadot
Go to Latest
interface BenchmarkResult
implements Struct
import { type BenchmarkResult } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
components: Vec<ITuple<[BenchmarkParameter, u32]>>
readonly
extrinsicTime: u128
readonly
storageRootTime: u128
readonly
reads: u32
readonly
repeatReads: u32
readonly
writes: u32
readonly
repeatWrites: u32
readonly
proofSize: u32
readonly
benchKeys: Vec<ITuple<
[
Bytes,
u32,
u32,
bool,
]
>>