refactor: update benchmark results and configuration for improved performance in go-migrate
This commit is contained in:
@@ -12,10 +12,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// totalRows int = 1_000_000
|
||||
totalRows int = 1000
|
||||
chunkSize int = 200
|
||||
queueSize int = 4
|
||||
totalRows int = 2_000_000
|
||||
chunkSize int = 5000
|
||||
queueSize int = 8
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user