Skip to content

Commit

Permalink
cockroachdb: add benchmarks
Browse files Browse the repository at this point in the history
This change adds a benchmark that spins up a local CRDB cluster and runs the kv workload against it.
  • Loading branch information
DarrylWong committed May 14, 2024
1 parent f862e5e commit 233ac8b
Show file tree
Hide file tree
Showing 4 changed files with 772 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/google/pprof v0.0.0-20211122183932-1daafda22083
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/opencontainers/runtime-spec v1.0.2
github.com/pkg/errors v0.9.1
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a
go.etcd.io/etcd/client/v3 v3.5.8
Expand Down
Loading

0 comments on commit 233ac8b

Please sign in to comment.