Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tac_bench with sqlite database support #995

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: tac_bench with sqlite database support #995

wants to merge 2 commits into from

Conversation

bollu
Copy link
Collaborator

@bollu bollu commented Feb 4, 2025

Due to the spectacular success I've had with using sqlite to write crash tolerant, easy to use, and trustworthy benchmarking code, we perform the same replacement for tac_bench, where we write a variant, tac_bench_sqlite "path/to/db" ["benchmark_name" : "tactic",*] as the syntax for creating a sqlite DB and writing data into it.

bollu added 2 commits February 4, 2025 09:11
This allows us to run benchmarks and serialize data into
a sqlite database, thereby providing support for finer grained SQL
queries, as well as eliminating future parsing boilerplate.
Copy link

github-actions bot commented Feb 4, 2025

Alive Statistics: 90 / 93 (3 failed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant