aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-05-20 17:26:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-05-20 17:26:37 -0400
commit49c107d9aa4e5154cced520f15e9d6987a714990 (patch)
tree2323cd7564b3cc7d8b0e6b9745ee7df8e2d8fd9a /Cargo.toml
parent3afa64bac5ff836b3472456c932f6a0016831c9c (diff)
downloadbyteorder-49c107d9aa4e5154cced520f15e9d6987a714990.tar.gz
Move benchmarks to separate directory.
So we can run tests on stable/beta.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37ac2cc..be5695f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,6 @@ name = "byteorder"
[dev-dependencies]
quickcheck = "*"
rand = "*"
+
+[profile.bench]
+opt-level = 3