Skip to content

Commit 41c75ce

Browse files
committed
Remove old inserts bench tool
The filelistinserter is to be used instead, and allows testing more complex behaviour.
1 parent 169ca02 commit 41c75ce

File tree

8 files changed

+0
-320
lines changed

8 files changed

+0
-320
lines changed

bench/bulk_insert_transaction_size/main.go

-199
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bench/bulk_insert_transaction_size/results/plot.R

-28
This file was deleted.

bench/bulk_insert_transaction_size/results/results.tsv

-90
This file was deleted.

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/gocraft/work v0.5.1
1313
github.com/gomodule/redigo v1.8.9
1414
github.com/hacdias/fileutils v1.0.0
15-
github.com/imdario/mergo v0.3.15
1615
github.com/jmoiron/sqlx v1.3.5
1716
github.com/olekukonko/tablewriter v0.0.5
1817
github.com/onsi/ginkgo/v2 v2.9.2

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
4343
github.com/hacdias/fileutils v1.0.0 h1:wMcgj/wlNGWdfQtQxTp2kHO1MBVZq+u+7Iu1QCYMU+Y=
4444
github.com/hacdias/fileutils v1.0.0/go.mod h1:UuwDYEj+fnZ43U+ac40q16vXiWO7vehkiKOQGOgRpGg=
4545
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
46-
github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM=
47-
github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
4846
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
4947
github.com/jmoiron/sqlx v1.3.5 h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=
5048
github.com/jmoiron/sqlx v1.3.5/go.mod h1:nRVWtLre0KfCLJvgxzCsLVMogSvQ1zNJtpYr2Ccp0mQ=

0 commit comments

Comments
 (0)