mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Get rid of the threshold when comparing benchmarks
It just hide things
This commit is contained in:
@ -35,10 +35,4 @@ done
|
|||||||
|
|
||||||
path_list=$(echo " $@" | sed 's/ / \/tmp\//g')
|
path_list=$(echo " $@" | sed 's/ / \/tmp\//g')
|
||||||
|
|
||||||
if [[ ${#@} -gt 1 ]]; then
|
critcmp $path_list
|
||||||
# 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
|
|
||||||
|
Reference in New Issue
Block a user