File: 02_disable_benches.diff

package info (click to toggle)
rust-priority-queue 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable benchmarks
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,10 +60,6 @@ path = "tests/double_priority_queue.rs"
 name = "priority_queue"
 path = "tests/priority_queue.rs"
 
-[[bench]]
-name = "priority_queue"
-path = "benches/priority_queue.rs"
-
 [dependencies.equivalent]
 version = "1"