mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Get rid of the threshold when comparing benchmarks
It just hide things
This commit is contained in:
parent
04eb32e539
commit
152a10344c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user