perf-config.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ---
  2. images:
  3. density1:
  4. image: "{{IMAGE}}"
  5. project: "{{IMAGE_PROJECT}}"
  6. metadata: "{{METADATA}}"
  7. machine: n1-standard-1
  8. tests:
  9. - '.*create 35 pods with 0s? interval \[Benchmark\]'
  10. density2:
  11. image: "{{IMAGE}}"
  12. project: "{{IMAGE_PROJECT}}"
  13. metadata: "{{METADATA}}"
  14. machine: n1-standard-1
  15. tests:
  16. - '.*create 105 pods with 0s? interval \[Benchmark\]'
  17. density3:
  18. image: "{{IMAGE}}"
  19. project: "{{IMAGE_PROJECT}}"
  20. metadata: "{{METADATA}}"
  21. machine: n1-standard-2
  22. tests:
  23. - '.*create 105 pods with 0s? interval \[Benchmark\]'
  24. density4:
  25. image: "{{IMAGE}}"
  26. project: "{{IMAGE_PROJECT}}"
  27. metadata: "{{METADATA}}"
  28. machine: n1-standard-1
  29. tests:
  30. - '.*create 35 pods with 100ms interval \[Benchmark\]'
  31. density5:
  32. image: "{{IMAGE}}"
  33. project: "{{IMAGE_PROJECT}}"
  34. metadata: "{{METADATA}}"
  35. machine: n1-standard-1
  36. tests:
  37. - '.*create 105 pods with 100ms interval \[Benchmark\]'
  38. density6:
  39. image: "{{IMAGE}}"
  40. project: "{{IMAGE_PROJECT}}"
  41. metadata: "{{METADATA}}"
  42. machine: n1-standard-2
  43. tests:
  44. - '.*create 105 pods with 100ms interval \[Benchmark\]'
  45. density7:
  46. image: "{{IMAGE}}"
  47. project: "{{IMAGE_PROJECT}}"
  48. metadata: "{{METADATA}}"
  49. machine: n1-standard-1
  50. tests:
  51. - '.*create 105 pods with 300ms interval \[Benchmark\]'
  52. density8:
  53. image: "{{IMAGE}}"
  54. project: "{{IMAGE_PROJECT}}"
  55. metadata: "{{METADATA}}"
  56. machine: n1-standard-2
  57. tests:
  58. - '.*create 105 pods with 300ms interval \[Benchmark\]'