Skip to content

Commit

Permalink
Merge pull request #1256 from JasonGross/add-engine-bench
Browse files Browse the repository at this point in the history
Add mit-plv/engine-bench / coq-engine-bench
  • Loading branch information
clarus authored May 20, 2020
2 parents 20a7f66 + 5167af3 commit fc15756
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions extra-dev/packages/coq-engine-bench/coq-engine-bench.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "2.0"
authors: [
"Jason Gross"
"Andres Erbsen"
"Massachusetts Institute of Technology"
]
maintainer: "Jason Gross <[email protected]>"
homepage: "https://github.com/mit-plv/engine-bench"
bug-reports: "https://github.com/mit-plv/engine-bench/issues"
license: "MIT"
build: [
[make "-j%{jobs}%" "coq"]
[make "-j%{jobs}%" "coq-perf"]
]
install: [make "coq-install"]
depends: [
"coq" {>= "8.11~"}
]
dev-repo: "git+https://github.com/mit-plv/engine-bench.git"
synopsis: "Collection of benchmarks for the proof engine"
tags: ["logpath:PerformanceExperiments" "logpath:PerformanceDemos"]
url {
src: "git+https://github.com/mit-plv/engine-bench.git#master"
}

0 comments on commit fc15756

Please sign in to comment.