benchmark_config 168 B

1234567891011
  1. {
  2. "framework": "play-scala",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "port": 9000,
  8. "sort": 32
  9. }
  10. }]
  11. }