Skip to content

Commit

Permalink
Fix variable name in readme JS example
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur authored and rubensworks committed May 8, 2024
1 parent 6ac985b commit 19fe017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function executeQueries(pathToQueries, pathToOutputCsv) {
const resultSerializer = new ResultSerializerCsv();
const resultAggregator = new ResultAggregatorComunica();

const querySets = await loader.loadQueries();
const querySets = await queryLoader.loadQueries();

const runner = new SparqlBenchmarkRunner({
endpoint: 'https://localhost:8080/sparql',
Expand Down

0 comments on commit 19fe017

Please sign in to comment.