diff --git a/bench.js b/bench.js index 1a74464..840423b 100644 --- a/bench.js +++ b/bench.js @@ -309,6 +309,8 @@ async function benchmarkRuntime(app, config) { var benchConfig; if (config.repo == "substrate") { benchConfig = SubstrateRuntimeBenchmarkConfigs[command]; + } else if (config.repo == "cumulus") { + benchConfig = SubstrateRuntimeBenchmarkConfigs[command]; } else if (config.repo == "polkadot") { benchConfig = PolkadotRuntimeBenchmarkConfigs[command]; } else {