File: disable-broken-bench.patch

package info (click to toggle)
rust-image 0.25.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,932 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: image/Cargo.toml
===================================================================
--- image.orig/Cargo.toml
+++ image/Cargo.toml
@@ -73,11 +73,6 @@ path = "benches/decode.rs"
 harness = false
 
 [[bench]]
-name = "encode"
-path = "benches/encode.rs"
-harness = false
-
-[[bench]]
 name = "fast_blur"
 path = "benches/fast_blur.rs"
 harness = false