Changeset e5aba4a


Ignore:
Timestamp:
Sep 9, 2021, 2:46:17 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
fdc3f9d
Parents:
9373b6a
Message:

Added and tweeked rust benchmarks

Location:
benchmark
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Cargo.toml.in

    r9373b6a re5aba4a  
    66
    77[[bin]]
    8 name = "cycle-tokio"
     8name = "rdq-cycle-tokio"
    99path = "@abs_srcdir@/readyQ/cycle.rs"
    1010
    1111[[bin]]
    12 name = "locality-tokio"
     12name = "rdq-locality-tokio"
    1313path = "@abs_srcdir@/readyQ/locality.rs"
     14
     15[[bin]]
     16name = "rdq-yield-tokio"
     17path = "@abs_srcdir@/readyQ/yield.rs"
    1418
    1519[features]
Note: See TracChangeset for help on using the changeset viewer.