Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
b0e759f5
Unverified
Commit
b0e759f5
authored
Dec 01, 2021
by
Ziyue Yang
Committed by
GitHub
Dec 01, 2021
Browse files
Benchmarks: Build Pipeline - Upgrade FIO benchmark tool (#251)
**Description** Upgrade FIO benchmark tool from 3.27 to 3.28.
parent
978e88ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
third_party/Makefile
third_party/Makefile
+1
-1
third_party/fio
third_party/fio
+1
-1
No files found.
third_party/Makefile
View file @
b0e759f5
...
@@ -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
0313e
9 (fio-3.2
7
tag).
# Build FIO from commit
d83ac
9 (fio-3.2
8
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
...
...
fio
@
d83ac9d3
Compare
0313e938
...
d83ac9d3
Subproject commit
0313e938c9c8bb37d71dade239f1f5326677b079
Subproject commit
d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment