mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Update benchmarks/scripts/list.sh
Co-authored-by: Irevoire <tamo@meilisearch.com>
This commit is contained in:
parent
3c91a9a551
commit
edfcdb171c
@ -4,7 +4,7 @@
|
|||||||
# - curl
|
# - curl
|
||||||
# - grep
|
# - grep
|
||||||
|
|
||||||
res=$(curl -s https://milli-benchmarks.fra1.digitaloceanspaces.com | grep -oP "(?<=<Key>)[^<]+" | grep -oP --color=never "(?<=^critcmp_results/).+")
|
res=$(curl -s https://milli-benchmarks.fra1.digitaloceanspaces.com | grep -o '<Key>[^<]\+' | cut -c 5- | grep critcmp_results/ | cut -c 18-)
|
||||||
|
|
||||||
for pattern in "$@"
|
for pattern in "$@"
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user