mirror of https://github.com/ivanch/tcc.git
add print
This commit is contained in:
parent
94c2296738
commit
095f04e113
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue