mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
4490668af2
fio allows you to test various different IO subsystems and patterns. It can help us test and benchmark the I/O subsystems of Serenity. This port gets the fio bootstrapped and working, using the included .fio file, I have been able to test the file I/O performance already.
8 lines
275 B
Bash
Executable file
8 lines
275 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=fio
|
|
version=3.29
|
|
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz bea42d6f9d6c009f951135591e99787ff5fa9bc1425596d3d3b19339afc7bb0e"
|
|
auth_type=sha256
|
|
depends=("zlib")
|
|
|
|
export LDFLAGS=-ldl
|