swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 78324a43b3df671414a21d2ecda82b3067318e85 authored by iguerNL@Functori on 03 November 2022, 17:26:51 UTC
Tezt/Dal: enable more tests with dal endorsement lag = 5
Tip revision: 78324a4
tezt-performance-regression.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "tezt"
  "uri" { >= "2.2.0" }
  "cohttp-lwt-unix" { >= "2.2.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Performance regression test framework based on Tezt"
back to top