Changeset 68655bc2 in mainline for uspace/app/hbench/hbench.h


Ignore:
Timestamp:
2023-12-13T22:42:34Z (6 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
f393bc0
Parents:
381c426
Message:

Fix default time computation in hbench

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/hbench.h

    r381c426 r68655bc2  
    4343
    4444#define DEFAULT_RUN_COUNT 10
    45 #define DEFAULT_MIN_RUN_DURATION_SEC 10
     45#define DEFAULT_MIN_RUN_DURATION_MSEC 1000
    4646
    4747/** Single run information.
Note: See TracChangeset for help on using the changeset viewer.