diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d4d7039..d59919a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -26,7 +26,7 @@ jobs: with: name: Codehigh Benchmark in TeX Live ${{matrix.version}} tool: "customSmallerIsBetter" - output-file-path: benchmarks/output-${{matrix.version}}.txt + output-file-path: benchmark/output-${{matrix.version}}.txt benchmark-data-dir-path: benchmark/${{matrix.version}} github-token: ${{secrets.GITHUB_TOKEN}} auto-push: true diff --git a/benchmark/benchmark.lua b/benchmark/benchmark.lua index c5aa5f9..761ee8c 100644 --- a/benchmark/benchmark.lua +++ b/benchmark/benchmark.lua @@ -42,8 +42,8 @@ local function fileDelete(fname) end local warmupruns = 1 -local benchruns = 4 -local programs = {"pdflatex", "xelatex", "lualatex"} +local benchruns = 2 +local programs = {"pdflatex", "lualatex"} local optn = "--interaction=nonstopmode" local isquiet = true