Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDeepEqualAllocs (0.17 sec)

  1. src/reflect/all_test.go

    	{x: [6]byte{'a', 'b', 'c', 'a', 'b', 'c'}, y: [6]byte{'a', 'b', 'c', 'a', 'b', 'c'}},
    	{x: [][6]byte{[6]byte{'a', 'b', 'c', 'a', 'b', 'c'}}, y: [][6]byte{[6]byte{'a', 'b', 'c', 'a', 'b', 'c'}}},
    }
    
    func TestDeepEqualAllocs(t *testing.T) {
    	for _, tt := range deepEqualPerfTests {
    		t.Run(ValueOf(tt.x).Type().String(), func(t *testing.T) {
    			got := testing.AllocsPerRun(100, func() {
    				if !DeepEqual(tt.x, tt.y) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top