summaryrefslogtreecommitdiff
path: root/tests/benchmark.def
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:35:05 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:35:05 +0100
commitaceb1f30497619786f1827e4c65992b890a07410 (patch)
treece33ac9d0d076a8ec4f993e614cf71a4d5daa7e7 /tests/benchmark.def
downloadlibsndfile-aceb1f30497619786f1827e4c65992b890a07410.tar.gz
Tarball conversion
Diffstat (limited to 'tests/benchmark.def')
-rw-r--r--tests/benchmark.def17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/benchmark.def b/tests/benchmark.def
new file mode 100644
index 0000000..f2db29a
--- /dev/null
+++ b/tests/benchmark.def
@@ -0,0 +1,17 @@
+autogen definitions benchmark.tpl;
+
+data_type = {
+ type_name = short ;
+ multiplier = "32700.0" ;
+ };
+
+data_type = {
+ type_name = int ;
+ multiplier = "32700.0 * (1<<16)" ;
+ };
+
+data_type = {
+ type_name = float ;
+ multiplier = "1.0" ;
+ };
+