Skip to content

Latest commit

 

History

History

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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")