mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-28 18:28:49 +08:00
mdbx-build: fix bench
target.
Change-Id: I884e8d16a8b851d87c62d4166b586ed079c1f3eb
This commit is contained in:
parent
9e42fc4fe0
commit
d67d3f97cc
@ -325,7 +325,7 @@ clean-bench:
|
||||
re-bench: clean-bench bench
|
||||
|
||||
define bench-rule
|
||||
bench-$(1)_$(2).txt: $(3) $(IOARENA) Makefile
|
||||
bench-$(1)_$(2).txt: $(3) $(IOARENA) $(lastword $(MAKEFILE_LIST))
|
||||
LD_LIBRARY_PATH="./:$$$${LD_LIBRARY_PATH}" \
|
||||
$(IOARENA) -D $(1) -B crud -m nosync -n $(2) \
|
||||
| tee $$@ | grep throughput && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user