-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split benchmark into yojson-bench package.
- Loading branch information
1 parent
d0c14ab
commit b785bf5
Showing
3 changed files
with
27 additions
and
2 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
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,25 @@ | ||
opam-version: "2.0" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["Martin Jambon"] | ||
homepage: "https://github.com/ocaml-community/yojson" | ||
bug-reports: "https://github.com/ocaml-community/yojson/issues" | ||
dev-repo: "git+https://github.com/ocaml-community/yojson.git" | ||
doc: "https://ocaml-community.github.io/yojson/" | ||
license: "BSD-3-Clause" | ||
depends: [ | ||
"ocaml" {>= "4.04"} | ||
"yojson" {= version} | ||
"dune" | ||
"core_bench" {>= "v0.11.0"} | ||
"core" {>= "v0.11.0"} | ||
"alcotest" {>= "0.8.5"} | ||
] | ||
build: [ | ||
["dune" "subst"] {pinned} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
synopsis: "Run Yojson benchmarks" | ||
description: """\ | ||
Yojson benchmarks require `Core_bench` which is not a dependency of Yojson, | ||
because it is not part of the regular installation/testing flow. This is solely | ||
meant for developers that are worried about performance changes in Yojson.""" |
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