Bump criterion to v2.3.3 (#14002) (#14004)

(cherry picked from commit 1dc71fb5aa)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-12-07 23:05:46 +00:00
committed by GitHub
parent aa084e1d3c
commit 871066fb8d

View File

@ -105,7 +105,11 @@ if [[ ! -e xargo-$version.md ]] || [[ ! -x bin/xargo ]]; then
fi
# Install Criterion
version=v2.3.2
if [[ $machine == "linux" ]]; then
version=v2.3.3
else
version=v2.3.2
fi
if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
(
set -e