File: 02-Disable_benchmark.patch

package info (click to toggle)
golang-github-prometheus-tsdb 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,756 kB
  • sloc: makefile: 28
file content (13 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disable compilation of this file, as it is only a benchmark, and
 it pulls an extra dependency, not present in Debian.
--- a/test/hash_test.go
+++ b/test/hash_test.go
@@ -11,6 +11,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+// +build ignore
+
 package test
 
 import (