{{define "index"}}
bulkbench
Runtime information
| GOMAXPROCS | {{gomaxprocs}} |
| NumCPU | {{numcpu}} |
| Driver Version | {{driverversion}} |
| HANA Version | {{hdbversion}} |
| goos/goarch | {{goos}}/{{goarch}} |
Benchmark parameter
| Flag
| Value
| Usage
|
{{- range .Flags}}
| {{.Name}} |
{{.Value}} |
{{.Usage}} |
{{- end}}
Benchmarks
| BatchCount x BatchSize |
Sequential |
Concurrent |
{{- range .TestDefs}}
| {{.Descr}} |
start |
start |
{{- end}}
| Sequential
| BatchCount
| BatchSize
| BulkSize
| Duration
| Error
|
Database commands
| Table: {{.TableName}} |
{{- range .TableCommands}}
{{.Command}} |
{{- end}}
| Schema: {{.SchemaName}} |
{{- range .SchemaCommands}}
{{.Command}} |
{{- end}}
"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" .}}