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

Benchmark selection #41

Merged
merged 1 commit into from
May 16, 2024
Merged

Benchmark selection #41

merged 1 commit into from
May 16, 2024

Conversation

bobot
Copy link
Contributor

@bobot bobot commented Apr 30, 2024

@martinjonas @mbromber This branch contains the definition of an SMT2File, and generate a list of benchmarks from the extracted directory of the SMTLIB release. It takes one hour to generate since we need the number of asserts, check_sats. (before it was taking 1 day with the old scripts but faster with python+parallelism+using grep instead of the scrambler).

Before this file was versioned, https://drive.google.com/file/d/1NLfzMpJFRV6WFjXmDfLGDJJAM4lJ0vsd/view?usp=drive_link it is 99Mb uncompressed and 2Mb compressed. I don't like versioned generated files, but it requires the full release to generate (80Go) and 1h of computer time.

@bobot bobot force-pushed the benchmark_selection branch 2 times, most recently from 0307226 to 9a88b5b Compare May 2, 2024 13:35
@bobot
Copy link
Contributor Author

bobot commented May 2, 2024

@martinjonas @mbromber You can use the branch now, and the definitions.

@bobot bobot force-pushed the benchmark_selection branch 2 times, most recently from 31301ec to fb7abbf Compare May 15, 2024 12:47
@bobot
Copy link
Contributor Author

bobot commented May 15, 2024

@martinjonas @mbromber The simulation of the old criteria gives sensibly the same result. You can take a look at selection.py to check that the selection is clear.

- Add benchmarks file for 2024
  - incremental second version
  - non-incremental first version
- generate a cache to speed up operations
- use polars
@bobot bobot merged commit 1f33595 into SMT-COMP:master May 16, 2024
2 checks passed
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