Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Random64KB (0.18 sec)

  1. src/hash/crc64/crc64_test.go

    		bench(b, ISO, 4<<10)
    	})
    	b.Run("ISO1KB", func(b *testing.B) {
    		bench(b, ISO, 1<<10)
    	})
    	b.Run("ECMA64KB", func(b *testing.B) {
    		bench(b, ECMA, 64<<10)
    	})
    	b.Run("Random64KB", func(b *testing.B) {
    		bench(b, 0x777, 64<<10)
    	})
    	b.Run("Random16KB", func(b *testing.B) {
    		bench(b, 0x777, 16<<10)
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 25 06:32:12 UTC 2018
    - 9.9K bytes
    - Viewed (0)
Back to top