Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a script generating a config on user input #120

Open
TortugaAttack opened this issue Oct 2, 2020 · 1 comment
Open

Add a script generating a config on user input #120

TortugaAttack opened this issue Oct 2, 2020 · 1 comment

Comments

@TortugaAttack
Copy link
Contributor

TortugaAttack commented Oct 2, 2020

Something like:

Do you want to test a CLI application or HTTP endpoint? 
> [default HTTP] HTTP

Do you want to test read, write or both? 
> [default read] read

Where is your HTTP GET endpoint located? 
> http://localhost:3030/ds/sparql

What do you want to name this system?
> fuseki

Do you want to add another system to add? 
> [default no] yes

Where is your HTTP GET endpoint located? 
> http://localhost:8890/sparql

What do you want to name this system?
> virtuoso

Do you want to add another system to add? 
> [default no] no

Now we will add your task (stresstest)
How long should the experiment task take in ms?
> 60000

Do you use plain text queries or SPARQL queries with %%variables%% patterns?
> [default plain] plain 

...
@bigerl
Copy link
Member

bigerl commented Oct 2, 2020

two pennies:

  • provide the options which are available, e.g. HTTP, CLI, ...
  • %%variables%% what's that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants