Ignore:
Timestamp:
Aug 11, 2020, 1:54:30 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9f1c286
Parents:
e857743
Message:

Adjsuted benchmarks to new io_ctxs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/yield.cfa

    re857743 r01c6256  
    4444int main(int argc, char * argv[]) {
    4545        BENCH_DECL
     46        unsigned num_io = 1;
     47        io_context_params params;
    4648
    4749        for(;;) {
     
    7375
    7476                Time start, end;
    75                 BenchCluster cl = { 0, CFA_STATS_READY_Q };
     77                BenchCluster cl = { num_io, params, CFA_STATS_READY_Q };
    7678                {
    7779                        BenchProc procs[nprocs];
Note: See TracChangeset for help on using the changeset viewer.