ð ~/r/gith/ele/potatoe/c/h/tmp ghc main.hs -o main && hyperfine './main >> /dev/null' -N --warmup 100 master* [1332] Loaded package environment from /home/a/repo/github.com/elee1766/potatoe/contrib/haskell/.ghc.environment.x86_64-linux-9.4.8 Benchmark 1: ./main >> /dev/null Time (mean ± σ): 12.2 ms ± 1.1 ms [User: 1.5 ms, System: 0.8 ms] Range (min … max): 10.7 ms … 13.7 ms 231 runs ð ~/r/gith/ele/potatoe/c/h/tmp ghc main.hs -prof -fprof-auto -o main && hyperfine './main >> /dev/null' -N --warmup 100 master* [1332] Loaded package environment from /home/a/repo/github.com/elee1766/potatoe/contrib/haskell/.ghc.environment.x86_64-linux-9.4.8 [1 of 2] Compiling Main ( main.hs, main.o ) [2 of 2] Linking main [Objects changed] Benchmark 1: ./main >> /dev/null Time (mean ± σ): 2.6 ms ± 1.0 ms [User: 1.1 ms, System: 0.6 ms] Range (min … max): 1.6 ms … 7.2 ms 1693 runs