From 798add08972bca7de1ddb2a6309fd18d22def529 Mon Sep 17 00:00:00 2001 From: lvjr Date: Wed, 11 Dec 2024 16:02:35 +0800 Subject: [PATCH] add benchmark readme (#480) --- benchmarks/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 benchmarks/README.md diff --git a/benchmarks/README.md b/benchmarks/README.md new file mode 100644 index 0000000..d7e770a --- /dev/null +++ b/benchmarks/README.md @@ -0,0 +1,8 @@ +The `benchmark.lua` script compares running time between `tabularray` package in the repository and `tabularray` package in some TeX Live distribution. +And `benchmark.yml` publishes every benchmark result to `gh-pages` branch, so that you can view them in the following URLs: + ++ for texlive 2022: https://lvjr.github.io/tabularray/benchmark/2022 ++ for texlive 2023: https://lvjr.github.io/tabularray/benchmark/2023 ++ for texlive 2024: https://lvjr.github.io/tabularray/benchmark/2024 + +The `benchmark.lua` script accepts an argument `` (texlive version) , and writes benchmark data to `output-.txt` file. \ No newline at end of file