Closed GoogleCodeExporter closed 8 years ago
As I said in issue #13, you will have better luck by directing this kind of
questions to the Jena community: you can find thousands of questions and
replies from the Jena developers on the jena-dev yahoo group:
http://tech.dir.groups.yahoo.com/group/jena-dev
That said, in my opinion, androjena performance shouldn't be benchmarked
against the number of inference rules, because it's not necessarily
proportional to the computational effort of the reasoning engine. You could use
the number of inferred triples instead, for example.
Besides, do you recreate the inference model for each repetition? I ask this
because if you are adding rules dynamically during the benchmark, these rules
aren't applied even if you call rebind or reset, as you reported in issue #13;
so you would be reapplying the same set of rules on every repetition, obviously
getting similar results each time.
I hope my suggestions will help you solve the mystery; if you keep getting the
same results, tell me and I'll dig deeper.
One last thing: the issue tracker is better suited for technical/functional
issues. Questions like this one should be posted on the androjena group:
https://groups.google.com/group/androjena
Bye!
lorenzo
Original comment by loreca...@gmail.com
on 31 May 2012 at 5:37
Original issue reported on code.google.com by
baca...@gmail.com
on 28 May 2012 at 2:43Attachments: