Skip to content

Commit

Permalink
scripts: Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Aug 25, 2024
1 parent aa6dd11 commit 342c5e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Coverage

on:
schedule:
- cron: "0 0 * * 0"

workflow_dispatch:

jobs:
coverage:
timeout-minutes: 1200

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: self-hosted

permissions:
Expand Down
1 change: 0 additions & 1 deletion scripts/gen_optimized_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def run_opt(input_file):
if file.endswith('.ll'):
work_list.append(os.path.join(original_dir, file))

work_list=work_list[:100]
print("total items: ", len(work_list))
print("threads: ", os.cpu_count())

Expand Down

0 comments on commit 342c5e4

Please sign in to comment.