File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- nightly-2018-12-31
1
+ nightly-2019-03-06
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ log = "0.4"
18
18
19
19
[dev-dependencies ]
20
20
wundergraph_example = { path = " ../wundergraph_example" , default-features = false , features = [" postgres" ] }
21
- wundergraph_bench = { path = " ../wundergraph_bench" }
21
+ # wundergraph_bench = { path = "../wundergraph_bench" }
22
22
diesel_migrations = " 1.3.0"
23
23
serde_json = " 1"
24
24
criterion = " 0.2"
@@ -34,12 +34,12 @@ extras = ["chrono", "uuid"]
34
34
35
35
36
36
37
- [[test ]]
38
- name = " integration_tests"
39
- path = " tests/lib.rs"
40
- harness = true
37
+ # [[test]]
38
+ # name = "integration_tests"
39
+ # path = "tests/lib.rs"
40
+ # harness = true
41
41
42
- [[bench ]]
43
- name = " queries"
44
- path = " bench/queries.rs"
45
- harness = false
42
+ # [[bench]]
43
+ # name = "queries"
44
+ # path = "bench/queries.rs"
45
+ # harness = false
You can’t perform that action at this time.
0 commit comments