Ignore:
Timestamp:
Sep 13, 2021, 1:19:53 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
56e5b24
Parents:
d0b9247
Message:

Implemented transfer in rust and fixed minor issues with rust benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.rs

    rd0b9247 r821c534  
    285285        assert_eq!(&s, "1,000,000");
    286286
    287         let exp = Arc::new(bench::BenchData::new(options, nprocs));
     287        let exp = Arc::new(bench::BenchData::new(options, nprocs, None));
    288288        let mut results = Result::new();
    289289
Note: See TracChangeset for help on using the changeset viewer.