Changeset 1f35220


Ignore:
Timestamp:
Feb 1, 2023, 4:31:42 PM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
a64137f
Parents:
5c473c9
Message:

updated test params so that they ran for appropriate duration

Location:
tests/concurrent/actors
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/actors/dynamic.cfa

    r5c473c9 r1f35220  
    55#include <stdio.h>
    66
    7 int Times = 50000;                                                              // default values
     7int Times = 1000000;                                                            // default values
    88
    99struct derived_actor {
  • tests/concurrent/actors/matrix.cfa

    r5c473c9 r1f35220  
    55#include <stdio.h>
    66
    7 unsigned int xr = 100, xc = 100, yc = 100, Processors = 1; // default values
     7unsigned int xr = 500, xc = 500, yc = 500, Processors = 1; // default values
    88
    99struct derived_actor {
  • tests/concurrent/actors/static.cfa

    r5c473c9 r1f35220  
    55#include <stdio.h>
    66
    7 int Times = 50000;                                                              // default values
     7int Times = 1000000;                                                            // default values
    88
    99struct derived_actor {
Note: See TracChangeset for help on using the changeset viewer.