Skip to content

Commit

Permalink
Add models and results from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Jun 4, 2024
1 parent 6693322 commit cdbb86f
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 0 deletions.
9 changes: 9 additions & 0 deletions paper/scripts/models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Some CP-SAT models used in the CI, plus basic performance statistics. May be useful to detect performance regressions,
e.g. when updating OR-Tools.

Command lines:
```
slothy/paper/scripts> SLOTHY_FLAGS="-c log_model=slothy_ci_fft" ./slothy_fft.sh
slothy/paper/scripts> SLOTHY_FLAGS="-c log_model=slothy_ci_sqmag" ./slothy_sqmag.sh
slothy> python3 example.py --examples ntt_kyber_123_4567_a55,ntt_dilithium_123_45678_a55 --timeout=300 --log-model --log-model-dir="paper/scripts/models"
```
Binary file added paper/scripts/models/models.tar.gz
Binary file not shown.
Loading

0 comments on commit cdbb86f

Please sign in to comment.