From c0b9a1b24e90847db4341ecc3d559cf5680a300b Mon Sep 17 00:00:00 2001 From: DTowersM Date: Tue, 14 Jun 2022 17:08:39 +0000 Subject: [PATCH] fixed a typo in makefile --- benchmarks/embench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/embench/Makefile b/benchmarks/embench/Makefile index 90e65f6b6..3d1680585 100644 --- a/benchmarks/embench/Makefile +++ b/benchmarks/embench/Makefile @@ -47,7 +47,7 @@ spike_run: # python wrapper to present results of embench size benchmark size: buildsize - $(embench_dir)/benchmark_size.py --builddir=bd_size --json-output > wallySize.output + $(embench_dir)/benchmark_size.py --builddir=bd_size --json-output > wallySize.json # python wrapper to present results of embench speed benchmark speed: