Changeset c2db02a in mainline for uspace/app/hbench/benchlist.c


Ignore:
Timestamp:
2019-01-09T08:27:21Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5fbc1f9
Parents:
ebb0835
Message:

hbench: add fibril_mutex benchmark

Not very sophisticated but not completely unreasonable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/benchlist.c

    rebb0835 rc2db02a  
    4040benchmark_t *benchmarks[] = {
    4141        &benchmark_dir_read,
     42        &benchmark_fibril_mutex,
    4243        &benchmark_file_read,
    4344        &benchmark_malloc1,
Note: See TracChangeset for help on using the changeset viewer.