Changeset 6f3700d in mainline


Ignore:
Timestamp:
2017-12-21T13:49:17Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4abb134
Parents:
06f45cf
Message:

tmon: payload size should be a multiple of tmon's mps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/stress_test.c

    r06f45cf r6f3700d  
    5858        // Default values.
    5959        p->cycles = 1024;
    60         p->size = 65432;
     60        p->size = 65024;
    6161
    6262        // TODO: Parse argc, argv here.
Note: See TracChangeset for help on using the changeset viewer.