Skip to content

Commit 841eeaf

Browse files
committedJan 8, 2021
Remove benchmarks from NR and CNR cargo.toml files.
1 parent ff0b2ad commit 841eeaf

File tree

3 files changed

+2
-78
lines changed

3 files changed

+2
-78
lines changed
 

‎.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
7+
**/Cargo.lock
88

99
# These are backup files generated by rustfmt
1010
**/*.rs.bk
@@ -19,4 +19,4 @@ Cargo.lock
1919
**/*.csv
2020

2121
# Created by CI
22-
gh-pages/
22+
gh-pages/

‎node-replication-cnr/Cargo.toml

-44
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,6 @@ keywords = ["numa", "log", "x86", "black-box", "replication"]
1010
categories = ["algorithms", "concurrency", "data-structures", "no-std", "os"]
1111
autobenches = false
1212

13-
[[bench]]
14-
name = "lockfree"
15-
harness = false
16-
17-
[[bench]]
18-
name = "nrfs"
19-
harness = false
20-
21-
[[bench]]
22-
name = "hashbench"
23-
harness = false
24-
25-
[[bench]]
26-
name = "chashbench"
27-
harness = false
28-
29-
[[bench]]
30-
name = "rwlockbench"
31-
harness = false
32-
33-
[[bench]]
34-
name = "log"
35-
harness = false
36-
37-
[[bench]]
38-
name = "stack"
39-
harness = false
40-
41-
[[bench]]
42-
name = "synthetic"
43-
harness = false
44-
45-
[[bench]]
46-
name = "hashmap"
47-
harness = false
48-
49-
[[bench]]
50-
name = "vspace"
51-
harness = false
52-
53-
[[bench]]
54-
name = "memfs"
55-
harness = false
56-
5713
[dependencies]
5814
crossbeam-utils = { version = "0.6", default-features = false }
5915
arr_macro = "0.1.2"

‎node-replication-nr/Cargo.toml

-32
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,6 @@ keywords = ["numa", "log", "x86", "black-box", "replication"]
1010
categories = ["algorithms", "concurrency", "data-structures", "no-std", "os"]
1111
autobenches = false
1212

13-
[[bench]]
14-
name = "hashbench"
15-
harness = false
16-
17-
[[bench]]
18-
name = "rwlockbench"
19-
harness = false
20-
21-
[[bench]]
22-
name = "log"
23-
harness = false
24-
25-
[[bench]]
26-
name = "stack"
27-
harness = false
28-
29-
[[bench]]
30-
name = "synthetic"
31-
harness = false
32-
33-
[[bench]]
34-
name = "hashmap"
35-
harness = false
36-
37-
[[bench]]
38-
name = "vspace"
39-
harness = false
40-
41-
[[bench]]
42-
name = "memfs"
43-
harness = false
44-
4513
[dependencies]
4614
crossbeam-utils = { version = "0.6", default-features = false }
4715
arr_macro = "0.1.2"

0 commit comments

Comments
 (0)
Please sign in to comment.