mirror of
				https://github.com/ivanch/tcc.git
				synced 2025-10-31 01:17:37 +00:00 
			
		
		
		
	updating express
This commit is contained in:
		
							
								
								
									
										2
									
								
								Express
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								Express
									
									
									
									
									
								
							 Submodule Express updated: 9916a85a0a...b85d8c503e
									
								
							| @@ -18,10 +18,10 @@ person_json = { | |||||||
| person_json = str(person_json).encode('utf-8') | person_json = str(person_json).encode('utf-8') | ||||||
|  |  | ||||||
| FRAMEWORKS = [ | FRAMEWORKS = [ | ||||||
|     ('Actix', 'tcc-actix', 'orange'), |     # ('Actix', 'tcc-actix', 'orange'), | ||||||
|     ('ASP.NET', 'tcc-aspnet', 'blue'), |     # ('ASP.NET', 'tcc-aspnet', 'blue'), | ||||||
|     ('Flask', 'tcc-flask', 'grey'), |     # ('Flask', 'tcc-flask', 'grey'), | ||||||
|     # ('Express', 'tcc-express', 'red'), |     ('Express', 'tcc-express', 'red'), | ||||||
|     # ('Spring', 'tcc-spring', 'green'), |     # ('Spring', 'tcc-spring', 'green'), | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -45,5 +45,5 @@ API_REQUESTS = [ | |||||||
|     # ('/image/load-big-image', 'GET', range(0, 500, 50), None), |     # ('/image/load-big-image', 'GET', range(0, 500, 50), None), | ||||||
|     # ('/static/big-image.png', 'GET', range(0, 500, 50), None), |     # ('/static/big-image.png', 'GET', range(0, 500, 50), None), | ||||||
|     # ('/static/nginx.html', 'GET', range(0, 30_000, 5000), None), |     # ('/static/nginx.html', 'GET', range(0, 30_000, 5000), None), | ||||||
|     ('/simulation/protobuf', 'POST', range(0, 30_000, 5000), (person_proto.SerializeToString(), "application/protobuf")), |     ('/simulation/protobuf', 'POST', range(0, 30_000, 5000), (person_proto, "application/protobuf")), | ||||||
| ] | ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user