-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
30 lines (21 loc) · 726 Bytes
/
Copy pathdune-project
File metadata and controls
30 lines (21 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(lang dune 3.19)
(name fsperf)
(generate_opam_files true)
(source
(github mtelvers/fsperf))
(authors "Mark Elvers <mark.elvers@tunbury.org>")
(maintainers "Mark Elvers <mark.elvers@tunbury.org>")
(license MIT)
(documentation https://github.com/mtelvers/fsperf)
(package
(name fsperf)
(synopsis "Multithreaded filesystem performance testing tool")
(description "A tool to compare filesystem overhead by creating thousands of files and directories using OCaml Domains for multithreaded testing")
(depends
ocaml
dune
cmdliner
mtime)
(tags
("filesystem" "performance" "benchmarking" "testing")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html