File: disable-criterion.diff

package info (click to toggle)
texlab 5.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,076 kB
  • sloc: makefile: 31
file content (59 lines) | stat: -rw-r--r-- 1,557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
From: Matthias Geiger <werdahias@debian.org> 
Date: Tue, 9 Dec 2025 23:04:48 +0100
Subject: disable-criterion

Forwarded: not-needed
---
 Cargo.toml                   | 1 -
 crates/completion/Cargo.toml | 6 ------
 crates/texlab/Cargo.toml     | 7 -------
 3 files changed, 14 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index bc00078..7f4ea2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,6 @@ anyhow = "1.0.95"
 bstr = "1.11.0"
 chrono = { version = "0.4.39", default-features = false }
 clap = "4.5.23"
-criterion = "0.7.0"
 crossbeam-channel = "0.5.15"
 dirs = "5.0.0"
 encoding_rs = "0.8.35"
diff --git a/crates/completion/Cargo.toml b/crates/completion/Cargo.toml
index 8ef3e84..43f7e03 100644
--- a/crates/completion/Cargo.toml
+++ b/crates/completion/Cargo.toml
@@ -18,7 +18,6 @@ syntax = { path = "../syntax" }
 url.workspace = true
 
 [dev-dependencies]
-criterion.workspace = true
 distro = { path = "../distro" }
 expect-test.workspace = true
 test-utils = { path = "../test-utils" }
@@ -26,8 +25,3 @@ parser = { path = "../parser" }
 
 [lib]
 doctest = false
-
-[[bench]]
-name = "bench_main"
-path = "benches/bench_main.rs"
-harness = false
diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml
index 8849607..fccda6a 100644
--- a/crates/texlab/Cargo.toml
+++ b/crates/texlab/Cargo.toml
@@ -65,10 +65,3 @@ threadpool.workspace = true
 titlecase.workspace = true
 url.workspace = true
 
-[dev-dependencies]
-criterion.workspace = true
-
-[[bench]]
-name = "bench_main"
-path = "benches/bench_main.rs"
-harness = false