RedisGraph/redisgraph-benchmark-go

Automation to build for different arch

filipecosta90 opened this issue · 1 comments

Automation to build for different arch

Fixed. The following one-liner uses the latest github release:

$ wget -c https://github.com/RedisGraph/redisgraph-benchmark-go/releases/latest/download/redisgraph-benchmark-go-$(uname -mrs | awk '{ print tolower($1) }')-$(dpkg --print-architecture).tar.gz -O - | tar -xz
# give it a try
./redisgraph-benchmark-go --help