Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Oct 8, 2023
1 parent bdc1ddf commit 01bfd4d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,21 @@ jobs:
with:
ocaml-compiler: "5.1"

- name: Run Benchmark
- name: Run Benchmark (5k posts)
run: ./run.sh all raw_results.md

- name: Generate 25k posts
run: python gen_fake_posts.py 25000

- name: Run Benchmark (25k posts)
run: ./run.sh all raw_results.md append

- name: Generate 50k posts
run: python gen_fake_posts.py 50000

- name: Run Benchmark (50k posts)
run: ./run.sh all raw_results.md append

- name: Clean up
run: rm -rf odin_exe && rm hyperfine.deb && rm odin.zip && rm -rf vlang
# - name: Push results to repo
Expand Down

0 comments on commit 01bfd4d

Please sign in to comment.