Unverified Commit b0e759f5 authored by Ziyue Yang's avatar Ziyue Yang Committed by GitHub
Browse files

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

**Description**
Upgrade FIO benchmark tool from 3.27 to 3.28.
parent 978e88ef
...@@ -60,7 +60,7 @@ ifneq (,$(wildcard perftest/autogen.sh)) ...@@ -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
......
Subproject commit 0313e938c9c8bb37d71dade239f1f5326677b079 Subproject commit d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment