Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkHexEscapeNonASCII (0.33 sec)

  1. src/net/http/http_test.go

    			}
    		}
    
    		return nil
    	}); err != nil {
    		t.Fatal(err)
    	}
    }
    
    const redirectURL = "/thisaredirect细雪withasciilettersのけぶabcdefghijk.html"
    
    func BenchmarkHexEscapeNonASCII(b *testing.B) {
    	b.ReportAllocs()
    
    	for i := 0; i < b.N; i++ {
    		hexEscapeNonASCII(redirectURL)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 18:18:19 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top