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


Ignore:
Timestamp:
2024-04-30T13:08:15Z (10 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
7ae01d5
Parents:
522eecf
git-author:
Jiri Svoboda <jiri@…> (2024-04-29 17:08:02)
git-committer:
Jiri Svoboda <jiri@…> (2024-04-30 13:08:15)
Message:

Add random and sequential disk read benchmark

File:
1 edited

Legend:

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

    r522eecf rbdd9e92  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * Copyright (c) 2018 Vojtech Horky
    44 * All rights reserved.
     
    4242        &benchmark_fibril_mutex,
    4343        &benchmark_file_read,
     44        &benchmark_rand_read,
     45        &benchmark_seq_read,
    4446        &benchmark_malloc1,
    4547        &benchmark_malloc2,
Note: See TracChangeset for help on using the changeset viewer.