Skip to content

PrivacyEngineering/janus-performance-evaluation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Performance Test

Azure commands to create the k6 containers

  • az container create --resource-group PEng --name performance2 --image loadimpact/k6 --command-line "k6 run https://raw.githubusercontent.com/dextroseSH/graphq-performance-testing/main/scripts/with/hashing.js" --restart-policy never --cpu 1

  • az container logs --resource-group PEng --name performance2 --follow

  • az container delete --resource-group PEng --name performance2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%