You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoadGeneratorStarter is not flexible enough to allow applications to configure the LoadGenerator.Builder via both command line and explicit code.
Desiderata (pseudo code):
class MyLoadGen {
main(String[] args) {
// pass arguments to LoadGeneratorStarter
// obtain the LoadGenerator.Builder and customize it
// run the load generation
}
The text was updated successfully, but these errors were encountered:
LoadGeneratorStarter
is not flexible enough to allow applications to configure theLoadGenerator.Builder
via both command line and explicit code.Desiderata (pseudo code):
The text was updated successfully, but these errors were encountered: