Changeset b029e31


Ignore:
Timestamp:
Apr 29, 2022, 2:24:40 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
111a2ab3
Parents:
1784e9e
Message:

Implemented churn benchmark for rust.

Location:
benchmark
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Cargo.toml.in

    r1784e9e rb029e31  
    44authors = ["Cforall"]
    55edition = "2018"
     6
     7[[bin]]
     8name = "rdq-churn-tokio"
     9path = "@abs_srcdir@/readyQ/churn.rs"
    610
    711[[bin]]
  • benchmark/Makefile.am

    r1784e9e rb029e31  
    614614RDQBENCHES = \
    615615        rdq-churn-cfa \
     616        rdq-churn-tokio \
     617        rdq-churn-go \
     618        rdq-churn-fibre \
    616619        rdq-cycle-cfa \
    617620        rdq-cycle-tokio \
Note: See TracChangeset for help on using the changeset viewer.