source: benchmark/Cargo.toml.in @ c4b10e2

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since c4b10e2 was b029e31, checked in by Thierry Delisle <tdelisle@…>, 2 years ago

Implemented churn benchmark for rust.

  • Property mode set to 100644
File size: 656 bytes
Line 
1[package]
2name = "cforall-rust-bench"
3version = "@VERSION@"
4authors = ["Cforall"]
5edition = "2018"
6
7[[bin]]
8name = "rdq-churn-tokio"
9path = "@abs_srcdir@/readyQ/churn.rs"
10
11[[bin]]
12name = "rdq-cycle-tokio"
13path = "@abs_srcdir@/readyQ/cycle.rs"
14
15[[bin]]
16name = "rdq-locality-tokio"
17path = "@abs_srcdir@/readyQ/locality.rs"
18
19[[bin]]
20name = "rdq-transfer-tokio"
21path = "@abs_srcdir@/readyQ/transfer.rs"
22
23[[bin]]
24name = "rdq-yield-tokio"
25path = "@abs_srcdir@/readyQ/yield.rs"
26
27[features]
28sync = ["tokio/sync"]
29time = ["tokio/time"]
30
31[dependencies]
32clap = "2.33"
33isatty = "0.1"
34num-format = "0.4.0"
35rand = "*"
36tokio = { version = "0.3.0", features = ["full"] }
37
Note: See TracBrowser for help on using the repository browser.