From 33cc0aeef68f3adbb51484dbeafccfca5735f8ee Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 6 Jun 2019 12:01:53 +0200 Subject: some more benchmarks --- test/monniaux/heptagon_radio_transmitter/make.proto | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/monniaux/heptagon_radio_transmitter/make.proto (limited to 'test/monniaux/heptagon_radio_transmitter') diff --git a/test/monniaux/heptagon_radio_transmitter/make.proto b/test/monniaux/heptagon_radio_transmitter/make.proto new file mode 100644 index 00000000..40de14dc --- /dev/null +++ b/test/monniaux/heptagon_radio_transmitter/make.proto @@ -0,0 +1,3 @@ +sources: "$(wildcard *.c)" +target: radiotrans +measures: [cycles] -- cgit