single_process_config.json 359 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "block_size": [
  3. "128K",
  4. "256K",
  5. "1M"
  6. ],
  7. "queue_depth": [
  8. 4,
  9. 16,
  10. 32
  11. ],
  12. "io_parallel": [
  13. 1,
  14. 2,
  15. 4,
  16. 8
  17. ],
  18. "single_submit": [
  19. true,
  20. false
  21. ],
  22. "overlap_events": [
  23. true,
  24. false
  25. ],
  26. "threads": [
  27. 1
  28. ]
  29. }