Skip to content

Commit

Permalink
fix wrong folder and decrease benchruns
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Jan 12, 2025
1 parent 166a860 commit 07b4a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions benchmark/benchmark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07b4a42

Please sign in to comment.