summaryrefslogtreecommitdiff
path: root/RTJava/benchmarks/RawSpeed/Fir/README
diff options
context:
space:
mode:
Diffstat (limited to 'RTJava/benchmarks/RawSpeed/Fir/README')
-rw-r--r--RTJava/benchmarks/RawSpeed/Fir/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/RTJava/benchmarks/RawSpeed/Fir/README b/RTJava/benchmarks/RawSpeed/Fir/README
deleted file mode 100644
index 90a0e52a025..00000000000
--- a/RTJava/benchmarks/RawSpeed/Fir/README
+++ /dev/null
@@ -1,13 +0,0 @@
-This package contains the implementation of a Finite Impulse Responce (FIR)
-filter. This kind of filter appears in almost all embedde systems, and from
-a computational point of view are characterized by tight computational loop.
-
-This is then a good use case for evaluating the througput that could be
-obtained using different RT Java implementation.
-
-To run the test you need first to compile, in this case simply run:
-
-$ make
-
-Once you have done this you can use the script available to run the default
-test cases.