add the benchmarks I used

This commit is contained in:
Ralf Jung 2019-01-07 19:39:49 +01:00
parent a957a36ddc
commit 44612aa834
4 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "mse"
version = "0.1.0"
authors = ["Ralf Jung <post@ralfj.de>"]
edition = "2018"
[dependencies]

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,9 @@
[package]
name = "cargo-miri-test"
version = "0.1.0"
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
edition = "2018"
[dependencies]
serde = { version = "*", features = ["derive"] }
serde_json = "*"

File diff suppressed because one or more lines are too long