File: avoid-benchmarks.diff

package info (click to toggle)
rust-sha1-asm 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: asm: 655; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Avoid benchmarks
 Following the guidance in https://rust-team.pages.debian.net/book/tips.html#benchmarks
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@
 name = "sha1_asm"
 path = "src/lib.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "lib"
 path = "benches/lib.rs"