-
Notifications
You must be signed in to change notification settings - Fork 5
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
Performance of CQELS #1
Comments
Hi @Gillani0, yes I don't have performance tests in this repository, but only some JUnit tests which aim to check some functionalities. But you can look at our recent development at https://github.com/YABench/yabench which is a new benchmark for RSP engines focusing on correctness and performance testing. |
Thanks for the quick response, Can I get the ballpark figure (events(triples)/second) on YABench for a simple Select Query as described here |
The file you pointed out is just a JUnit test which is not related the performance testing. We just finished writing a paper about YABench and later we plan to update the project's wiki with more details. So stay tuned :) For now you could play with the benchmark on your own, to do that look at csrbench-validation or yabench-one repositories. |
You also can look at LSBench which have some performance results, but it's quite old, I think. |
Hi,
In your tests, you didn't use any extensive data sets, and I was wondering If you have any concrete performance measures for large amount of data sets. Cheers
The text was updated successfully, but these errors were encountered: