Skip to content

Commit

Permalink
Merge pull request cockroachdb#95054 from herkolategan/hbl/benchmark-…
Browse files Browse the repository at this point in the history
…convert-to-kvs-fix

Fixes cockroachdb#95052
  • Loading branch information
herkolategan authored Jan 12, 2023
2 parents 73485e5 + c1d19fb commit ec92c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/importer/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func benchmarkConvertToKVs(b *testing.B, g workload.Generator) {
evalCtx := &eval.Context{
SessionDataStack: sessiondata.NewStack(&sessiondata.SessionData{}),
Codec: keys.SystemSQLCodec,
Settings: cluster.MakeTestingClusterSettings(),
}
semaCtx := tree.MakeSemaContext()
return wc.Worker(ctx, evalCtx, &semaCtx)
Expand Down

0 comments on commit ec92c4e

Please sign in to comment.