Added ParSimulation that is using rayon.

This commit is contained in:
2018-01-03 08:02:02 +01:00
parent 22ace4415e
commit d1c17d01a6
4 changed files with 191 additions and 132 deletions

View File

@@ -12,6 +12,11 @@ path = "examples/parabole.rs"
[dev-dependencies]
rand = "0.3"
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
[[bench]]
name = "parabole"
harness = false
[profile.release]
lto = true