Skip to content

Commit

Permalink
Correcting Load test name
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-sj committed Jul 2, 2024
1 parent 55247f3 commit 3e4141e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
@Category(TemplateLoadTest.class)
@TemplateLoadTest(DataStreamToSpanner.class)
@RunWith(JUnit4.class)
public class DataStreamToSpannerLT100Gb extends DataStreamToSpannerLTBase {
public class DataStreamToSpanner100GbLT extends DataStreamToSpannerLTBase {

private static final String SPEC_PATH =
"gs://dataflow-templates/latest/flex/Cloud_Datastream_to_Spanner";
private final String artifactBucket = TestProperties.artifactBucket();
private final String testRootDir = DataStreamToSpannerLT100Gb.class.getSimpleName();
private final String spannerDdlResource = "DataStreamToSpannerLT100Gb/spanner-schema.sql";
private final String testRootDir = DataStreamToSpanner100GbLT.class.getSimpleName();
private final String spannerDdlResource = "DataStreamToSpanner100GbLT/spanner-schema.sql";
private final String table = "person";
private final int maxWorkers = 100;
private final int numWorkers = 50;
Expand Down

0 comments on commit 3e4141e

Please sign in to comment.