mirror of
				https://github.com/ivanch/tcc.git
				synced 2025-10-31 17:37:36 +00:00 
			
		
		
		
	add print
This commit is contained in:
		| @@ -136,5 +136,5 @@ if __name__ == "__main__": | |||||||
|         URL_BASE = ENDPOINTS[FRAMEWORK_NAME] |         URL_BASE = ENDPOINTS[FRAMEWORK_NAME] | ||||||
|  |  | ||||||
|         for endpoint, method, num_requests, metadata in API_REQUESTS: |         for endpoint, method, num_requests, metadata in API_REQUESTS: | ||||||
|             print(f"# {endpoint}") |             print(f"# {FRAMEWORK_NAME} - {endpoint}") | ||||||
|             run_tests(endpoint, method, num_requests, metadata) |             run_tests(endpoint, method, num_requests, metadata) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user