source: benchmark/Cargo.toml.in @ 3e9ec44

ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Last change on this file since 3e9ec44 was 821c534, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Implemented transfer in rust and fixed minor issues with rust benchmarks

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