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