Skip to content

Commit 2011e4a

Browse files
committed
Fix tests, benches
1 parent d03bf89 commit 2011e4a

File tree

11 files changed

+951
-310
lines changed

11 files changed

+951
-310
lines changed

Cargo.lock

+327-297
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde = "1.0"
2929
serde_json = "1.0"
3030
criterion = "0.2"
3131
filebuffer = "0.4"
32-
kson_strategy = {git = "https://github.com/kalix-systems/kson_strategy.git"}
32+
kson_strategy = {path = "./kson_strategy"}
3333

3434
[profile.dev]
3535
lto = false

benches/encoder.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#[macro_use]
2-
extern crate criterion;
1+
#[macro_use] extern crate criterion;
32

4-
extern crate common_utils;
53
extern crate kson;
64

75
use bytes::Bytes;

benches/strings.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#[macro_use]
2-
extern crate criterion;
1+
#[macro_use] extern crate criterion;
32

4-
extern crate common_utils;
53
extern crate kson;
64

75
use bytes::Bytes;

kson_strategy/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
.rustfmt.toml

0 commit comments

Comments
 (0)