Skip to content

Commit

Permalink
[release-15.0] Fix benchmarks in plan_test.go (#13096) (#13125)
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
vitess-bot[bot] and frouioui authored Jun 26, 2023
1 parent 4779d78 commit aad3f10
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 @@ -378,7 +378,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 aad3f10

Please sign in to comment.