Changes in / [acb89ed2:6fca7ea]


Ignore:
Location:
src/benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/bench.h

    racb89ed2 r6fca7ea  
    2626#define N 10000000
    2727#endif
    28 
    29 unsigned int default_preemption() {
    30         return 0;
    31 }
  • src/benchmark/csv-data.c

    racb89ed2 r6fca7ea  
    2525}
    2626
     27#ifndef N
     28#define N 100000000
     29#endif
     30
    2731//-----------------------------------------------------------------------------
    2832// coroutine context switch
     
    96100mon_t mon1;
    97101
    98 condition cond1a;
     102condition cond1a; 
    99103condition cond1b;
    100104
     
    144148mon_t mon2;
    145149
    146 condition cond2a;
     150condition cond2a; 
    147151condition cond2b;
    148152
Note: See TracChangeset for help on using the changeset viewer.