# # ChangeLog for uspace/app/hbench/benchlist.c in mainline # # Generated by Trac 1.6 # 2026-07-23T06:57:19Z Tue, 30 Apr 2024 13:08:15 GMT Jiri Svoboda [bdd9e92] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/disk/randread.c (added) * uspace/app/hbench/disk/seqread.c (added) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/meson.build (modified) Add random and sequential disk read benchmark Wed, 13 Dec 2023 22:54:16 GMT Jiri Svoboda [f393bc0] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/meson.build (modified) * uspace/app/hbench/syscall/taskgetid.c (added) Add task_get_id syscall benchmark Wed, 13 Dec 2023 11:45:58 GMT Jiri Svoboda [381c426] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/read1k.c (added) * uspace/app/hbench/ipc/write1k.c (added) * uspace/app/hbench/meson.build (modified) IPC read 1k / write 1k benchmarks Wed, 09 Jan 2019 08:27:21 GMT Vojtech Horky [c2db02a] * uspace/app/hbench/Makefile (modified) * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/synch/fibril_mutex.c (added) hbench: add fibril_mutex benchmark Not very sophisticated but not ... Sun, 06 Jan 2019 22:33:17 GMT Vojtech Horky [a787081] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) hbench: do not shorten identifiers at all costs Sun, 06 Jan 2019 22:28:51 GMT Vojtech Horky [d926f42] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/benchlist.h (deleted) * uspace/app/hbench/csv.c (modified) * uspace/app/hbench/csv.h (deleted) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) * uspace/app/hbench/params.c (modified) * uspace/app/hbench/params.h (deleted) hbench: one header is enough Sun, 06 Jan 2019 22:19:21 GMT Vojtech Horky [fe656783] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/hbench/Makefile (moved) * uspace/app/hbench/benchlist.c (moved) * uspace/app/hbench/benchlist.h (moved) * uspace/app/hbench/csv.c (moved) * uspace/app/hbench/csv.h (moved) * uspace/app/hbench/doc/doxygroups.h (moved) * uspace/app/hbench/fs/dirread.c (moved) * uspace/app/hbench/fs/fileread.c (moved) * uspace/app/hbench/hbench.h (moved) * uspace/app/hbench/ipc/ns_ping.c (moved) * uspace/app/hbench/ipc/ping_pong.c (moved) * uspace/app/hbench/main.c (moved) * uspace/app/hbench/malloc/malloc1.c (moved) * uspace/app/hbench/malloc/malloc2.c (moved) * uspace/app/hbench/params.c (moved) * uspace/app/hbench/params.h (moved) Rename perf to hbench The main reason for the rename is that perf ...