Skip to content

Commit

Permalink
run benchmarks for 1s each in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Apr 11, 2024
1 parent c38a36d commit 7b6c61f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -35,6 +35,16 @@ jobs:
startGroup "opam pin"
opam pin -n -y "https://github.com/stedolan/malfunction.git#master"
endGroup
startGroup "install dependencies for benchmarks"
opam install -y core_bench.v0.16.0
endGroup
install: |
startGroup "Install dependencies"
# sudo apt-get update -y -q
opam pin add -n -y -k path $PACKAGE $WORKDIR
# opam update -y
opam install --confirm-level=unsafe-yes -j 2 $PACKAGE --deps-only
endGroup
after_install: |
startGroup "make"
make -j 2 bootstrap
Expand All @@ -49,5 +59,5 @@ jobs:
endGroup
startGroup "run tests"
make -C examples
# make -C benchmarks
make -C benchmarks ci
endGroup

0 comments on commit 7b6c61f

Please sign in to comment.