Revision 8e21d46af73cb0cef0e42f20d6bf1e2736f89c13 authored by Marge Bot on 13 May 2022, 09:40:30 UTC, committed by Marge Bot on 13 May 2022, 09:40:30 UTC
CI: generate opam-ci.yml statically

See merge request tezos/tezos!5251
2 parent s 849a044 + 0d8e73a
Raw File
README.md
# tezos-benchmark
Summary line: Benchmark and inference library.

## Overview
- `tezos-benchmark` is a library to describe benchmarks, collect results and
  fit predictive models. It also allows to generate code from the fitted
  models.
- See the `.rst` documentation for a more detailed description.

## Implementation Details
- Testing: the `test` subdirectory contains unit tests. Most of these
  unit tests are currently disconnected, because the CI is not able to
  run them.
- The subdirectory `example` contains a full example of
  a benchmark for the blake2 hash function.
back to top