Added ParSimulation that is using rayon.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user