Skip to content

Commit a710718

Browse files
craig[bot]ajstorm
andcommitted
Merge #146138
146138: workload: make literal-implementation a runtime-only flag r=srosenberg a=ajstorm The recently merged #145257 added a literal-implementation flag to the tpcc kit but didn't mark the flag as runtime only. This PR adds the runtime-only designation for the flag. Epic: None Fixes: #136773 Fixes: #146049 Fixes: #144296 Release note: None Co-authored-by: Adam Storm <[email protected]>
2 parents de84431 + 3d18906 commit a710718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/workload/tpcc/tpcc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ var tpccMeta = workload.Meta{
279279
`fake-time`: {RuntimeOnly: true},
280280
`txn-preamble-file`: {RuntimeOnly: true},
281281
`aost`: {RuntimeOnly: true, CheckConsistencyOnly: true},
282+
`literal-implementation`: {RuntimeOnly: true},
282283
}
283284

284285
g.flags.IntVar(&g.warehouses, `warehouses`, 1, `Number of warehouses for loading`)

0 commit comments

Comments
 (0)