mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +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') | ||||
|  | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user