package ppx_bench

  1. Overview
  2. Docs
Syntax extension for writing in-line benchmarks in ocaml code

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.1.tar.gz
md5=f7c438e51e4b0db49a62788a929a0f86

Description

Part of the Jane Street's PPX rewriters collection.

Published: 19 Apr 2017

README

title: ppx_bench parent: ../README.md

Syntax extension for writing in-line benchmarks in ocaml code.

For documentation & examples, see:

example/pa_bench_sample.ml

Dependencies (7)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. ppx_metaquot >= "v0.9" & < "v0.10"
  3. ppx_inline_test >= "v0.9" & < "v0.10"
  4. ppx_driver >= "v0.9.1" & < "v0.10"
  5. ppx_core >= "v0.9" & < "v0.10"
  6. jbuilder >= "1.0+beta8"
  7. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (2)

  1. ppx_bap < "v0.14.0"
  2. ppx_jane = "v0.9.0"

Conflicts

None