package file_path

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file bench_file_path.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
open! Core

(** We do not need to benchmark the [Types] module. *)
module Types = File_path.Types

module Part = Bench_part
module Relative = Bench_relative
module Absolute = Bench_absolute
include Bench_path
module Operators = Bench_operators

(** We do not bother benchmarking stable serializations, they use the same code as
    unstable serializations. *)
module Stable = File_path.Stable
OCaml

Innovation. Community. Security.