# latex-benchmark A simplistic benchmark to measure the performance of a system for LaTeX compiling. ### Prerequisites * `git` * `pdflatex` * `bibtex` ### Running the benchmark To run the benchmark on the commandline: ```bash bash -c "$(curl -L -s itp3.info/latexbench)" ``` This works on **Linux** and **macOS**. You can also clone this repository manually with `git` and then run `latex-benchmark.sh` (this is what the `run.sh` script does automatically). ### Uploading your score After the benchmark finished, the script asks you whether you want to upload your score to our database. If you agree, your score and the data printed at the start of the script is uploaded to our database. You can then see your score in the scoreboard: https://web.itp3.uni-stuttgart.de/latex-benchmark