Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] benchmark (1.7) #27334

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions packages/benchmark/benchmark.1.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Benchmark running times of code"
description: """
This module provides a set of tools to measure the running times of
your functions and to easily compare the results. A statistical test
is used to determine whether the results truly differ."""
maintainer: ["Christophe Troestler <[email protected]>"]
authors: [
"Christophe Troestler <[email protected]>"
"Doug Bagley"
"c-cube"
]
license: "LGPL-3.0 with OCaml linking exception"
mseri marked this conversation as resolved.
Show resolved Hide resolved
homepage: "https://github.com/Chris00/ocaml-benchmark"
bug-reports: "https://github.com/Chris00/ocaml-benchmark/issues"
depends: [
"ocaml" {>= "4.03"}
"base-unix"
"dune" {>= "2.0"}
]
build: [
["dune" "subst"] {pinned}
mseri marked this conversation as resolved.
Show resolved Hide resolved
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Chris00/ocaml-benchmark.git"
url {
src:
"https://github.com/Chris00/ocaml-benchmark/releases/download/v1.7/benchmark-1.7.tbz"
checksum: [
"sha256=0228fbbc9cda98d5907e32de1a010d948a7a225f3e59cf61b1a86be1e0c6b3af"
"sha512=9ca163fb3ae6c5e5239d0198cc9ec9b0811a48cf160f6e0fff635b0afdda99ae4503d0e4341b95bcb1e15bc1fcb60238761e49d4004c506fb2c53174c9890de2"
]
}
x-commit-hash: "d299f7101aab4e08e0a37518262583af51db0d83"