- Notifications
You must be signed in to change notification settings - Fork0
A collection of performance tests that test various aspects of ArangoDB.
License
arangodb/simple-performance-test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
arangod \ -c none \ --javascript.app-path /tmp/app \ --javascript.startup-directory /usr/share/arangodb3/js \ --server.rest-server false \ --javascript.module-directory `pwd` \ DATABASE_DIR \ --javascript.script CONFIGURATION.jsIf you want to run against a running instance, use
arangosh \ -c none \ --javascript.startup-directory /usr/share/arangodb3/js \ --javascript.module-directory `pwd` \ --javascript.execute CONFIGURATION.js \ --server.endpoint tcp://127.0.0.1:8529 \ --server.username <user> --server.password <secret>Note: You need to have an ArangoDB running on this endpoint (or change it)Also Note: the test will create now collections with the _system database on this endpoint.Also Note: if you do not use authentication you either want to set the --server.password to somerandom value or use --server.authentication false otherwise a prompt asking for thepassword will halt the execution until responded.
- simple/run-big-all.js
- simple/run-small-all-junit.js
- simple/run-small-all.js
- simple/run-small-crud.js
- simple/run-small-documents.js
- simple/run-small-edges.js
simple-performance-test tests are intended to be executed onJenkins CIwith results uploaded toDepot - Figures ArangoDB and visualized using the following Grafanadashboards:
- Performance Gauge
- Performance Gauge - tests with performance degradation
- Performance Gauge - tests with performance improvement
Performance Gauge - tests with performance degradation andPerformance Gauge - tests with performance degradationdashboards use acustom version of Arango'sgrafana-connector Foxx application. This custom version of grafana-connector(together with required libraries) can be found in3rdParty/grafana-connector folder of the project.
About
A collection of performance tests that test various aspects of ArangoDB.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.