mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge #498
498: Get rid of the threshold when comparing benchmarks r=curquiza a=irevoire It just hides things Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
commit
c7d0097c97
@ -35,10 +35,4 @@ done
|
||||
|
||||
path_list=$(echo " $@" | sed 's/ / \/tmp\//g')
|
||||
|
||||
if [[ ${#@} -gt 1 ]]; then
|
||||
# Print the diff changes between the old and new benchmarks
|
||||
# by only displaying the lines that have a diff of more than 5%.
|
||||
critcmp --threshold 5 $path_list
|
||||
else
|
||||
critcmp $path_list
|
||||
fi
|
||||
critcmp $path_list
|
||||
|
Loading…
Reference in New Issue
Block a user