-
Notifications
You must be signed in to change notification settings - Fork 11
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
Instructions not clear #27
Comments
Thanks for your efforts in explaining the process of lsq in clarity. I suppose you are fine with it if I eventually I copied (at least partially) your instruction back into the docs? ;) |
The reason why there is benchmark create and prepare is to provide context for interpreting benchmark results; espacially about the thresholds that were in place (timeouts / result set limits). The generated config files are RDF and can be put into the same dataset / triple store as the benchmark results. |
Feel free to use as much as you want :) Yep, for the benchmark theoretically it's obviously better to split the process in multiple steps to make it more modular. And it's also a better solution when your setting up a complete system that takes care of it But when you just want to run through the benchmark... It's a bit frustrating! |
Hi, we are trying to reuse LSQ to generate logs for SPARQL queries
I noticed that most of your commits (https://github.com/AKSW/LSQ/commits/develop) are just about improving the readme/docs but the documentation provided is surprisingly highly unclear, and a bit out of date
I needed to rewrite straightforward up-to-date instructions to help our collaborators to use it: https://github.com/vemonet/lsq-anal-sparql
You might want to reuse it to update your instructions and document how to run the LSQ process for people who are not developing LSQ (people who usually just want to provide 1 log file and 1 SPARQL endpoint URL to an executable, and get results)
The text was updated successfully, but these errors were encountered: