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_dataAt this point you will need to modify at least one file to get going:
cp config.default configAnd 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_dataThen...
./get_urisAnd run the tests, for which see below.
time ./perf_test known-relations-from-uritime ./perf_test known-relationstime ./perf_test unknown-relations- None presently.
These performance tests were developed to explore an issue with ML11.2
./cleanup_source_dataSimply deletes unnecessary data from disk.
./delete_dataRemoves the graph from the database.