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/xor_and_mat/make.proto | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/monniaux/xor_and_mat/make.proto (limited to 'test/monniaux/xor_and_mat/make.proto') diff --git a/test/monniaux/xor_and_mat/make.proto b/test/monniaux/xor_and_mat/make.proto new file mode 100644 index 00000000..0c2f3dc1 --- /dev/null +++ b/test/monniaux/xor_and_mat/make.proto @@ -0,0 +1,3 @@ +sources: int_mat_run.c int_mat.c +target: xor_and_mat +measures: [[c2_time, c2], [c7_time, c7]] -- cgit