-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #978 from Julow/oci-bench
driver: Record execution time of every commands
- Loading branch information
Showing
5 changed files
with
285 additions
and
2,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,8 @@ | |
(release | ||
(flags | ||
(:standard -g -w -18-53)))) | ||
|
||
(rule | ||
(alias bench) | ||
(action | ||
(cat doc/driver-benchmarks.json))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
opam-version: "2.0" | ||
|
||
version: "dev" | ||
homepage: "http://github.com/ocaml/odoc" | ||
doc: "https://ocaml.github.io/odoc/" | ||
bug-reports: "https://github.com/ocaml/odoc/issues" | ||
license: "ISC" | ||
|
||
maintainer: [ | ||
"Daniel Bünzli <[email protected]>" | ||
"Jon Ludlam <[email protected]>" | ||
"Jules Aguillon <[email protected]>" | ||
"Paul-Elliot Anglès d'Auriac <[email protected]>" | ||
] | ||
authors: [ | ||
"Anton Bachin <[email protected]>" | ||
"Daniel Bünzli <[email protected]>" | ||
"David Sheets <[email protected]>" | ||
"Jon Ludlam <[email protected]>" | ||
"Jules Aguillon <[email protected]>" | ||
"Leo White <[email protected]>" | ||
"Lubega Simon <[email protected]>" | ||
"Paul-Elliot Anglès d'Auriac <[email protected]>" | ||
"Thomas Refis <[email protected]>" | ||
] | ||
dev-repo: "git+https://github.com/ocaml/odoc.git" | ||
|
||
synopsis: "Meta package defining dependencies for the benchmark rule. Not released." | ||
|
||
depends: [ | ||
"astring" | ||
"cmdliner" {>= "1.0.0"} | ||
"cppo" {build & >= "1.1.0"} | ||
"dune" {>= "3.7.0"} | ||
"fpath" | ||
"ocaml" {>= "4.02.0"} | ||
"result" | ||
"tyxml" {>= "4.3.0"} | ||
"fmt" | ||
"ocamlfind" | ||
"bos" | ||
"yojson" {>= "1.6.0"} | ||
"mdx" {>= "2.3.0"} | ||
] |