Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 386 Bytes

Catlab.jl benchmarks

This directory contains benchmarks for different parts of Catlab. To run all the benchmarks, launch julia --project=benchmark and enter:

using PkgBenchmark
import Catlab

benchmarkpkg(Catlab)

To run a specific set of benchmarks, use the script keyword argument, for example:

benchmarkpkg(Catlab; script="benchmark/FinSets.jl")