Skip to content

Commit

Permalink
[release-16.0] Fix benchmarks in plan_test.go (#13096) (#13126)
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Poinsard <[email protected]>
  • Loading branch information
vitess-bot[bot] and frouioui authored Jul 20, 2023
1 parent c15ecd0 commit c3e1658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func BenchmarkTPCH(b *testing.B) {

func benchmarkWorkload(b *testing.B, name string) {
vschemaWrapper := &vschemaWrapper{
v: loadSchema(b, name+"vschemas/_schema.json", true),
v: loadSchema(b, "vschemas/"+name+"_schema.json", true),
sysVarEnabled: true,
}

Expand Down

0 comments on commit c3e1658

Please sign in to comment.