Skip to content

Commit

Permalink
run bench on prs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 21, 2024
1 parent 1f14cca commit a6e163b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: bench

on:
workflow_dispatch:
# TODO remove
pull_request:
schedule:
- cron: "42 9 * * *"

Expand Down Expand Up @@ -47,5 +49,6 @@ jobs:

# - run: mix run bench/cast.exs
- run: mix run bench/encode.exs
- run: mix run bench/insert.exs
- run: mix run bench/stream.exs
# TODO uncomment
# - run: mix run bench/insert.exs
# - run: mix run bench/stream.exs

0 comments on commit a6e163b

Please sign in to comment.