Benchmarks: Build Pipeline - Upgrade FIO benchmark tool (#251)

**Description**
Upgrade FIO benchmark tool from 3.27 to 3.28.
This commit is contained in:
Ziyue Yang 2021-12-01 20:33:09 +08:00 коммит произвёл GitHub
Родитель 978e88efdd
Коммит b0e759f599
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
third_party/Makefile поставляемый
Просмотреть файл

@ -60,7 +60,7 @@ ifneq (,$(wildcard perftest/autogen.sh))
cd perftest && ./autogen.sh && ./configure --enable-rocm --with-rocm=/opt/rocm --prefix=$(SB_MICRO_PATH) && make -j && make install cd perftest && ./autogen.sh && ./configure --enable-rocm --with-rocm=/opt/rocm --prefix=$(SB_MICRO_PATH) && make -j && make install
endif endif
# Build FIO from commit 0313e9 (fio-3.27 tag). # Build FIO from commit d83ac9 (fio-3.28 tag).
fio: fio:
ifneq (,$(wildcard fio/Makefile)) ifneq (,$(wildcard fio/Makefile))
cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) && make -j && make install cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) && make -j && make install

2
third_party/fio поставляемый

@ -1 +1 @@
Subproject commit 0313e938c9c8bb37d71dade239f1f5326677b079 Subproject commit d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6