Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 2982c74

Browse files
committed
chore(dockerfile): add hyperfine for startup time profiling
Signed-off-by: Edwin Török <edwin@etorok.net>
1 parent 6e11594 commit 2982c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ RUN npm i -g chokidar-cli
3636
# Required for OCaml language
3737
# RUN pacman -Sy opam diffutils patch ocaml --noconfirm
3838

39+
# For startup time profiling
40+
RUN pacman -Sy hyperfine --noconfirm
41+
3942
# Create the doom user and group
4043
RUN groupadd doom
4144
RUN useradd -m -g doom doom

0 commit comments

Comments
 (0)