Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for BenchmarkReaderReplace (0.22 seconds)

  1. internal/s3select/csv/reader_contrib_test.go

    					}
    					got++
    				}
    				r.Close()
    				if got != want {
    					b.Errorf("want %d records, got %d", want, got)
    				}
    			}
    		})
    	}
    }
    
    func BenchmarkReaderReplace(b *testing.B) {
    	args := ReaderArgs{
    		FileHeaderInfo:             use,
    		RecordDelimiter:            "^",
    		FieldDelimiter:             ",",
    		QuoteCharacter:             defaultQuoteCharacter,
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 38.4K bytes
    - Click Count (0)
Back to Top