Skip to content

Latest commit

 

History

History

orion-ld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Test reports

Test reports and there configuration can be found here. The reports are roughly structured by the size of the environment, you can find the system configuration inside the /config folder and the tests with their reports inside the reports folder.

Environments:

  • Tiny - 1 CPU / 6 GB RAM Orion-LD, 4 CPU / 16 GB RAM Mongo-DB
  • Small - 2 CPU / 12 GB RAM Orion-LD, 8 CPU / 32 GB RAM Mongo-DB
  • Mid - 8 CPU / 48 GB RAM Orion-LD, 30 CPU / 48 GB RAM Mongo-DB
  • Large - 16 CPU / 96 GB RAM Orion-LD, 60 CPU / 96 GB RAM Mongo-DB

Storage

In order to get the required performance form mongo-db, we would recommend the usage of ssd's for storage. Since the tests where run on a GCP-enviornment, we need to create such a storage class first. The kubernetes-manifest for that can be found in the config. It can be applied to the cluster via: kubectl apply -f <CONFIG_SIZE>/config/storage.yaml