From fef94eab0bd308d5059a2588c753bf9a4926845d Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 21 May 2013 14:59:50 +0530 Subject: Add a README for benchtests Move instructions from the Makefile here and expand on them. --- benchtests/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index 861839013b..913fe4d8f3 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -18,26 +18,6 @@ # Makefile for benchmark tests. The only useful target here is `bench`. -# Adding a new function `foo`: -# --------------------------- - -# - Append the function name to the bench variable - -# - Define foo-ARGLIST as a colon separated list of types of the input -# arguments. Use `void` if function does not take any inputs. Put in quotes -# if the input argument is a pointer, e.g.: - -# malloc-ARGLIST: "void *" - -# - Define foo-RET as the type the function returns. Skip if the function -# returns void. One could even skip foo-ARGLIST if the function does not -# take any inputs AND the function returns void. - - -# - Make a file called `foo-inputs` with one input value per line, an input -# being a comma separated list of arguments to be passed into the function. -# See pow-inputs for an example. - subdir := benchtests bench := exp pow rint sin cos tan atan modf -- cgit 1.4.1