File: disable-criterion.diff

package info (click to toggle)
rust-png 0.17.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- png.orig/Cargo.toml
+++ png/Cargo.toml
@@ -30,7 +30,4 @@
 repository = "https://github.com/image-rs/image-png.git"
+autobenches = false
 
-[[bench]]
-name = "decoder"
-path = "benches/decoder.rs"
-harness = false
 
@@ -48,4 +45,2 @@
 
-[dev-dependencies.criterion]
-version = "0.3.1"