intersect_single_testsuite.json 741 B

1234567891011121314151617181920212223242526
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/performance_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 4,
  7. "table_name": "performance_hetero_guest",
  8. "namespace": "performance",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/performance_hetero_host_tag_value.csv",
  13. "head": 0,
  14. "partition": 4,
  15. "table_name": "performance_hetero_host_tag_value",
  16. "namespace": "performance",
  17. "role": "host_0"
  18. }
  19. ],
  20. "tasks": {
  21. "intersect_single": {
  22. "conf": "test_intersect_single_job_conf.json",
  23. "dsl": "test_intersect_single_job_dsl.json"
  24. }
  25. }
  26. }