plots.json 894 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "data": "server",
  4. "dataParts": ["", "2", "10", "50"],
  5. "lineVariable": "workload",
  6. "xVariable": "numClients",
  7. "whichGraph": "overall_epoch_wall",
  8. "xLabel": "Number of clients",
  9. "yLabel": "Wall clock time to calculate an epoch (s)",
  10. "title": "Comparing wall clock time for epochs across workloads",
  11. "fileNameStr": "workloads-wall-2-50",
  12. "legendLoc": "upper left"
  13. },
  14. {
  15. "data": "server",
  16. "dataParts": ["", "2", "10", "50"],
  17. "lineVariable": "workload",
  18. "xVariable": "numClients",
  19. "whichGraph": "overall_epoch_cpu",
  20. "xLabel": "Number of clients",
  21. "yLabel": "CPU time to calculate an epoch (s)",
  22. "title": "Comparing CPU time for epochs across workloads",
  23. "fileNameStr": "workloads-cpu-2-50",
  24. "legendLoc": "upper left"
  25. }
  26. ]