From a75296ae72652d7a70919ce653c6f922d9822ba8 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 8 Mar 2021 15:18:35 +0800 Subject: [PATCH] Reduce `make wisdom.local` iterations to match `generate-wisdom` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b7b33cc..f88446e 100644 --- a/Makefile +++ b/Makefile @@ -230,5 +230,5 @@ starchgen: .PHONY: wisdom.local wisdom.local: starch-benchmark - ./starch-benchmark -i 15 -o wisdom.local mean_power_u16 mean_power_u16_aligned magnitude_uc8 magnitude_uc8_aligned - ./starch-benchmark -i 15 -r wisdom.local -o wisdom.local + ./starch-benchmark -i 5 -o wisdom.local mean_power_u16 mean_power_u16_aligned magnitude_uc8 magnitude_uc8_aligned + ./starch-benchmark -i 5 -r wisdom.local -o wisdom.local