Changeset 949339b for benchmark/Cargo.toml.in
- Timestamp:
- Sep 27, 2021, 2:09:55 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- cc287800
- Parents:
- 4e28d2e9 (diff), 056cbdb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/Cargo.toml.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Cargo.toml.in
r4e28d2e9 r949339b 6 6 7 7 [[bin]] 8 name = " cycle-tokio"8 name = "rdq-cycle-tokio" 9 9 path = "@abs_srcdir@/readyQ/cycle.rs" 10 10 11 11 [[bin]] 12 name = " locality-tokio"12 name = "rdq-locality-tokio" 13 13 path = "@abs_srcdir@/readyQ/locality.rs" 14 15 [[bin]] 16 name = "rdq-transfer-tokio" 17 path = "@abs_srcdir@/readyQ/transfer.rs" 18 19 [[bin]] 20 name = "rdq-yield-tokio" 21 path = "@abs_srcdir@/readyQ/yield.rs" 14 22 15 23 [features]
Note:
See TracChangeset
for help on using the changeset viewer.