this repo has no description

[new release] bechamel (5 packages) (0.5.0)

CHANGES:

- Fix unsafe access causing SIGSEGV (@edwintorok, mirage/bechamel#43)
- Fix compulation of the confidence indicator (@edwintorok, @lindig, @dinosaure, mirage/bechamel#45)
- Upgrade monotonic clock detection (@dra27, mirage/bechamel#44)
- Fix double-free when we use resources (@edwintorok, @dinosaure, mirage/bechamel#47)

Changed files
+167
packages
bechamel
bechamel.0.5.0
bechamel-js
bechamel-js.0.5.0
bechamel-notty
bechamel-notty.0.5.0
bechamel-perf
bechamel-perf.0.5.0
mperf
mperf.0.5.0
+35
packages/bechamel-js/bechamel-js.0.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/bechamel"
+
bug-reports: "https://github.com/mirage/bechamel/issues"
+
dev-repo: "git+https://github.com/mirage/bechamel.git"
+
doc: "https://mirage.github.io/bechamel/"
+
license: "MIT"
+
synopsis: "HTML generator for bechamel's output"
+
description: """A simple tool to generate a standalone HTML
+
page which shows results from bechamel's benchmarks."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"bechamel" {= version}
+
"rresult"
+
"json-data-encoding"
+
"jsonm"
+
"fmt" {>= "0.9.0"}
+
]
+
url {
+
src:
+
"https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
+
checksum: [
+
"sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
+
"sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
+
]
+
}
+
x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"
+33
packages/bechamel-notty/bechamel-notty.0.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/bechamel"
+
bug-reports: "https://github.com/mirage/bechamel/issues"
+
dev-repo: "git+https://github.com/mirage/bechamel.git"
+
doc: "https://mirage.github.io/bechamel/"
+
license: "MIT"
+
synopsis: "CLI generator for bechamel's output"
+
description: """A simple tool to generate a CLI output with notty
+
which shows results from bechamel's benchmarks (as core_bench)."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"bechamel" {= version}
+
"notty"
+
"fmt" {>= "0.9.0"}
+
]
+
url {
+
src:
+
"https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
+
checksum: [
+
"sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
+
"sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
+
]
+
}
+
x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"
+34
packages/bechamel-perf/bechamel-perf.0.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/bechamel"
+
bug-reports: "https://github.com/mirage/bechamel/issues"
+
dev-repo: "git+https://github.com/mirage/bechamel.git"
+
doc: "https://mirage.github.io/bechamel/"
+
license: "MIT"
+
synopsis: "Linux perf's metrics for bechamel"
+
description: """A simple layer on Linux perf's metrics for
+
bechamel to record and analyze them."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"mperf"
+
"bechamel" {= version}
+
"fmt" {>= "0.9.0"}
+
"base-unix"
+
]
+
url {
+
src:
+
"https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
+
checksum: [
+
"sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
+
"sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
+
]
+
}
+
x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"
+33
packages/bechamel/bechamel.0.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
homepage: "https://github.com/mirage/bechamel"
+
bug-reports: "https://github.com/mirage/bechamel/issues"
+
dev-repo: "git+https://github.com/mirage/bechamel.git"
+
doc: "https://mirage.github.io/bechamel/"
+
license: "MIT"
+
synopsis: "Yet Another Benchmark in OCaml"
+
description: """BEnchmark for a CHAMEL/camel/caml which
+
is agnostic to the system. It's a micro-benchmark tool
+
which lets the user to re-analyzes and prints samples."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"fmt" {>= "0.9.0"}
+
"alcotest" {with-test}
+
]
+
url {
+
src:
+
"https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
+
checksum: [
+
"sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
+
"sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
+
]
+
}
+
x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"
+32
packages/mperf/mperf.0.5.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
+
authors: [ "Vincent Bernardoff <vincent.bernardoff@ocamlpro.com>" "Pierre Chambart <pierre.chambart@ocamlpro.com>" ]
+
homepage: "http://github.com/dinosaure/bechamel"
+
dev-repo: "git://github.com/dinosaure/bechamel"
+
bug-reports: "http://github.com/dinosaure/bechamel/issues"
+
license: "GPL-2.0"
+
synopsis: "Bindings to Linux perf's metrics"
+
description: """Simple binding to Linux perf's metrics"""
+
+
build: [
+
[ "dune" "subst" ] {pinned}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" {>= "4.07"}
+
"dune" {>= "2.0.0"}
+
"base-unix"
+
"conf-linux-libc-dev" {build}
+
]
+
+
available: [ os = "linux" ]
+
url {
+
src:
+
"https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz"
+
checksum: [
+
"sha256=2f9aa544395fa62ea067352782988bf94d977162d4d3ee6e321e49a29c5ec868"
+
"sha512=80af7d3015fd3e63514b6241190f7fc96a1329480d98526dc426c8e24fdf2f196917a9bdae72ac7234e21b2835c38a5ac989cfc00360d9530afe52f97f58c79f"
+
]
+
}
+
x-commit-hash: "e6d903bcea41542dde87c5304317357065d1762c"