mirror of
https://github.com/Z3Prover/z3
synced 2026-03-08 06:14:52 +00:00
test c3
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e9ee188747
commit
e8bfa10d29
3 changed files with 1287 additions and 0 deletions
1030
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
Normal file
1030
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
38
.github/workflows/qf-s-benchmark.md
vendored
Normal file
38
.github/workflows/qf-s-benchmark.md
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
description: Run Z3 string solver benchmarks (seq vs nseq) on QF_S test suite from the c3 branch and post results as a GitHub discussion
|
||||
|
||||
on:
|
||||
schedule: weekly
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
network: defaults
|
||||
|
||||
tools:
|
||||
bash: true
|
||||
github:
|
||||
toolsets: [default]
|
||||
|
||||
safe-outputs:
|
||||
create-discussion:
|
||||
title-prefix: "[QF_S Benchmark] "
|
||||
category: "Agentic Workflows"
|
||||
close-older-discussions: true
|
||||
missing-tool:
|
||||
create-issue: true
|
||||
|
||||
timeout-minutes: 90
|
||||
|
||||
steps:
|
||||
- name: Checkout c3 branch
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: c3
|
||||
fetch-depth: 1
|
||||
persist-credentials: false
|
||||
|
||||
---
|
||||
|
||||
<!-- Edit the file linked below to modify the agent without recompilation. Feel free to move the entire markdown body to that file. -->
|
||||
@./agentics/qf-s-benchmark.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue