Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions performance/benchmark-bsbm-hdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"performance:ci": "jbr prepare -c 0 && jbr run -c 0 && psbr csv bsbm combinations/combination_0/output"
},
"dependencies": {
"@jbr-experiment/bsbm": "^5.2.3",
"@jbr-hook/cli": "^5.2.0",
"@jbr-hook/sparql-endpoint-comunica": "^5.2.0",
"@jbr-experiment/bsbm": "^6.0.0",
"@jbr-hook/cli": "^6.0.0",
"@jbr-hook/sparql-endpoint-comunica": "^6.0.0",
"cross-env": "^7.0.3",
"jbr": "^5.2.0"
"jbr": "^6.0.0"
}
}
8 changes: 4 additions & 4 deletions performance/benchmark-watdiv-hdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"performance:ci": "npm run fetch-assets && jbr prepare -c 0 && jbr run -c 0"
},
"dependencies": {
"@jbr-experiment/watdiv": "^5.2.0",
"@jbr-hook/cli": "^5.2.0",
"@jbr-hook/sparql-endpoint-comunica": "^5.2.0",
"@jbr-experiment/watdiv": "^6.0.0",
"@jbr-hook/cli": "^6.0.0",
"@jbr-hook/sparql-endpoint-comunica": "^6.0.0",
"cross-env": "^7.0.3",
"jbr": "^5.2.0"
"jbr": "^6.0.0"
}
}
Loading