Skip to content

Latest commit

 

History

History
 
 

benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

The benchmarking stack used by the Syft Monorepo.

Usage:

For timing purposes:

python executor.py --fast -n 26 -o test.json

For memory allocation purposes:

python executor.py --fast --tracemalloc -n 26 -o test.json

For interpretion:

Statistics:

pyperf stats test.json

Histogram:

pyperf hist test.json