Skip to content

Commit

Permalink
Fix benchmarks in plan_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed May 16, 2023
1 parent 398e52b commit 20a83b8
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 20a83b8

Please sign in to comment.