You are here

webprofiler.benchmark.yml in Devel 8.2

webprofiler/console/translations/es/webprofiler.benchmark.yml

File

webprofiler/console/translations/es/webprofiler.benchmark.yml
View source
  1. description: Benchmark una URL.
  2. arguments:
  3. url: Url para efectuar un benchmark.
  4. options:
  5. runs: Número de ejecuciones.
  6. file: Guardar los resultados en un archivo.
  7. cache-rebuild: Reconstruir cache antes de iniciar el benchmark.
  8. messages:
  9. not_git: No en un repositorio git.
  10. error_login: Error ingresando al sistema.
  11. progress:
  12. cache_rebuild: Reconstruyendo cache...
  13. login: Ingresando al sistema...
  14. get: Solicitud Http...
  15. compute_avg: Calculando promedio...
  16. compute_median: Calculando media...
  17. compute_95percentile: Calculando percentile 95...
  18. git_hash: Calculando GIT hash...
  19. yaml: Generando salida...
  20. done: Terminado.