Get rid of the threshold when comparing benchmarks

It just hide things
This commit is contained in:
Tamo
2022-04-13 15:24:54 +02:00
committed by Clément Renault
parent 04eb32e539
commit 152a10344c

View File

@ -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