From f1240aee4923b5434f644c633aa6df163c0902eb Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 17 Apr 2023 14:56:02 +0000 Subject: [PATCH] fix: run app-promotion benchmarks by default --- --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ .PHONY: bench # Disabled: bench-scheduler, bench-collator-selection, bench-identity -bench: bench-common bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets bench-maintenance bench-xcm +bench: bench-app-promotion bench-common bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets bench-maintenance bench-xcm .PHONY: check check: -- gitstuff