UNPKG

@polkadot/types

Version:
30 lines (29 loc) 921 B
export const runtime = { Benchmark: [ { methods: { benchmark_metadata: { description: 'Get the benchmark metadata available for this runtime.', params: [ { name: 'extra', type: 'bool' } ], type: '(Vec<BenchmarkList>, Vec<StorageInfo>)' }, dispatch_benchmark: { description: 'Dispatch the given benchmark.', params: [ { name: 'config', type: 'BenchmarkConfig' } ], type: 'Result<Vec<BenchmarkBatch>, Text>' } }, version: 1 } ] };