Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/yield.cfa

    rb813f53 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.