forked from ontoportal/ncbo_cron
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add benchmarks examples documentation
- Loading branch information
1 parent
d104b13
commit 2ebef2f
Showing
4 changed files
with
18 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Benchmarks | ||
## Import all portal metadata | ||
## Import all AgroPortal metadata | ||
test/benchmarks/import_all_metadata_file.sh ./processed_files gb | ||
ruby test/benchmarks/run_metadata_benchs.rb gb | ||
|
||
## Parse INRAETHES and do ontoportal operations | ||
ruby test/benchmarks/parse_and_do_ontoportal_operations.rb INRAETHES fs | ||
|
||
## Import AGROVOC and query all triples by pages | ||
## Parse ITIS and do ontoportal operations | ||
ruby test/benchmarks/parse_and_do_ontoportal_operations.rb ITIS fs 47a57aa3-7b54-4f34-b695-dbb5f5b7363e https://data.biodivportal.gfbio.dev | ||
ruby test/benchmarks/parse_and_do_ontoportal_operations.rb ITIS fs api_key https://data.biodivportal.gfbio.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters