This does not presently show an issue. Maybe a WIP but maybe the wrong avenue.
git clone https://github.com/lcnetdev/ml-sparql-queries.git
cd ml-perf-issue
./get_source_data
At this point you will need to modify at least one file to get going:
cp config.default config
And modify it as needed to enter your ML (admin) username and password and database of choice, if not the Documents database, and authentication method, again if necessary. You may need to increase the timeout on the application server to load these datasets.
Then...
./load_data
Then...
./get_uris
And run the tests, for which see below.
time ./perf_test known-relations-from-uri
time ./perf_test known-relations
time ./perf_test unknown-relations
- None presently.
These performance tests were developed to explore an issue with ML11.2
./cleanup_source_data
Simply deletes unnecessary data from disk.
./delete_data
Removes the graph from the database.