Ash1n2
Results
3
comments of
Ash1n2
Maybe you can try to do profile without "-C0" to check this is a system problem or a use problem.
@nichoal Could you tell me the way you use when do perf record?
The reason of CORS middleware not working in group router is that when a path in a group router, gin will try to do route match before executing middleware. **It's...