From 9393dce1ff7b7b46a71217f739906b79972ef32e Mon Sep 17 00:00:00 2001 From: sakridge Date: Fri, 28 Aug 2020 12:34:25 -0700 Subject: [PATCH] Take v0.19.3 of perf libs which improves sigverify perf 2x (#11894) --- fetch-perf-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-perf-libs.sh b/fetch-perf-libs.sh index c073927ea..156987814 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PERF_LIBS_VERSION=v0.19.1 +PERF_LIBS_VERSION=v0.19.3 VERSION=$PERF_LIBS_VERSION-1 set -e