{{define "index"}} bulkbench
Runtime information
GOMAXPROCS{{gomaxprocs}}
NumCPU{{numcpu}}
Driver Version{{driverversion}}
HANA Version{{hdbversion}}
goos/goarch{{goos}}/{{goarch}}
Benchmark parameter {{- range .Flags}} {{- end}}
Flag Value Usage
{{.Name}} {{.Value}} {{.Usage}}
Benchmarks {{- range .TestDefs}} {{- end}}
BatchCount x BatchSize Sequential Concurrent
{{.Descr}} start start
Sequential BatchCount BatchSize BulkSize Duration Error
Database commands {{- range .TableCommands}} {{- end}} {{- range .SchemaCommands}} {{- end}}
Table: {{.TableName}}{{.Command}}
Schema: {{.SchemaName}}{{.Command}}
Command Rows Error
"Rule 2. Measure. Don't tune for speed until you've measured, and even then don't unless one part of the code overwhelms the rest."
{{end}} {{template "index" .}}