From 4c9bdb4cbdd6673e91a5d8b07eab0c6598606dc6 Mon Sep 17 00:00:00 2001 From: Ayush Mishra Date: Wed, 9 Jun 2021 10:10:50 +0530 Subject: [PATCH] Integrate benchmarking bot for cumulus #468 --- bench.js | 2 ++ 1 file changed, 2 insertions(+) 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 {