Ignore:
Timestamp:
Apr 7, 2020, 3:24:52 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:
e1056381
Parents:
057298e
Message:

Reduced iterations of concurrent/monitor by 25%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/monitor.cfa

    r057298e red12051  
    2929
    3030void main( MyThread & this ) {
    31         for(int i = 0; i < 1_000_000; i++) {
     31        for(int i = 0; i < 750_000; i++) {
    3232                increment( global );
    3333        }
Note: See TracChangeset for help on using the changeset viewer.