summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-07-12 20:35:09 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-07-12 20:35:09 +0200
commit73e106a45cd62508ef4bf163479d79ea6339f569 (patch)
treecefc2475b16f5edc4cebcd522da1bc03ef1ef39f /Cargo.toml
parent19ad6abf0933d3e3e5b1b3fa693676c47bb07be9 (diff)
Added benchmark for finding fundamental with correlation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 519ac0b..cb31267 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,8 @@ authors = ["Justin Worthe <justin.worthe@gmail.com>"]
portaudio = "0.7.0"
gtk = "0.1.1"
cairo-rs = "0.1.1"
+bencher = "0.1.2"
+
+[[bench]]
+name = "transforms"
+harness = false \ No newline at end of file