Changeset 381c426 in mainline for uspace/app/hbench/benchlist.c


Ignore:
Timestamp:
2023-12-13T11:45:58Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
68655bc2
Parents:
d53a5ab0
Message:

IPC read 1k / write 1k benchmarks

File:
1 edited

Legend:

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

    rd53a5ab0 r381c426  
    11/*
    2  * Copyright (c) 2018 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * Copyright (c) 2018 Vojtech Horky
    44 * All rights reserved.
     
    4545        &benchmark_malloc2,
    4646        &benchmark_ns_ping,
    47         &benchmark_ping_pong
     47        &benchmark_ping_pong,
     48        &benchmark_read1k,
     49        &benchmark_write1k
    4850};
    4951
Note: See TracChangeset for help on using the changeset viewer.