Skip to content

Commit

Permalink
Support CaDiCaL in performance tests, remove redundant script
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed May 14, 2018
1 parent 5acf313 commit f802d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 131 deletions.
129 changes: 0 additions & 129 deletions scripts/perf-test/codebuild-glucose.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/perf-test/codebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Resources:
- echo ${Repository} > COMMIT_INFO
- git rev-parse --short HEAD >> COMMIT_INFO
- git log HEAD^..HEAD >> COMMIT_INFO
- make -C src minisat2-download glucose-download
- make -C src minisat2-download glucose-download cadical-download
- make -C src -j8
artifacts:
files:
Expand Down Expand Up @@ -116,7 +116,7 @@ Resources:
- echo ${Repository} > COMMIT_INFO
- git rev-parse --short HEAD >> COMMIT_INFO
- git log HEAD^..HEAD >> COMMIT_INFO
- make -C src minisat2-download glucose-download
- make -C src minisat2-download glucose-download cadical-download
- make -C src -j8 CXXFLAGS="-O2 -pg -g -finline-limit=4" LINKFLAGS="-pg"
artifacts:
files:
Expand Down

0 comments on commit f802d87

Please sign in to comment.