Changeset e5aba4a
- Timestamp:
- Sep 9, 2021, 2:46:17 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- fdc3f9d
- Parents:
- 9373b6a
- Location:
- benchmark
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Cargo.toml.in
r9373b6a re5aba4a 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-yield-tokio" 17 path = "@abs_srcdir@/readyQ/yield.rs" 14 18 15 19 [features]
Note: See TracChangeset
for help on using the changeset viewer.