ADT
ast-experimental
enum
forall-pointer-decay
pthread-emulation
qualifiedEnum
Last change
on this file since 3eaa689 was 821c534, checked in by Thierry Delisle <tdelisle@…>, 4 years ago |
Implemented transfer in rust and fixed minor issues with rust benchmarks
|
-
Property mode
set to
100644
|
File size:
584 bytes
|
Rev | Line | |
---|
[49ce636] | 1 | [package]
|
---|
| 2 | name = "cforall-rust-bench"
|
---|
| 3 | version = "@VERSION@"
|
---|
| 4 | authors = ["Cforall"]
|
---|
| 5 | edition = "2018"
|
---|
| 6 |
|
---|
| 7 | [[bin]]
|
---|
[e5aba4a] | 8 | name = "rdq-cycle-tokio"
|
---|
[49ce636] | 9 | path = "@abs_srcdir@/readyQ/cycle.rs"
|
---|
| 10 |
|
---|
| 11 | [[bin]]
|
---|
[e5aba4a] | 12 | name = "rdq-locality-tokio"
|
---|
[49ce636] | 13 | path = "@abs_srcdir@/readyQ/locality.rs"
|
---|
| 14 |
|
---|
[821c534] | 15 | [[bin]]
|
---|
| 16 | name = "rdq-transfer-tokio"
|
---|
| 17 | path = "@abs_srcdir@/readyQ/transfer.rs"
|
---|
| 18 |
|
---|
[e5aba4a] | 19 | [[bin]]
|
---|
| 20 | name = "rdq-yield-tokio"
|
---|
| 21 | path = "@abs_srcdir@/readyQ/yield.rs"
|
---|
| 22 |
|
---|
[49ce636] | 23 | [features]
|
---|
| 24 | sync = ["tokio/sync"]
|
---|
| 25 | time = ["tokio/time"]
|
---|
| 26 |
|
---|
| 27 | [dependencies]
|
---|
| 28 | clap = "2.33"
|
---|
| 29 | isatty = "0.1"
|
---|
| 30 | num-format = "0.4.0"
|
---|
| 31 | rand = "*"
|
---|
| 32 | tokio = { version = "0.3.0", features = ["full"] }
|
---|
| 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.