Skip to content

gbaraldi/LockBench.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark for locks in julia

The default run goes up to 8 tasks/threads but this can be customizable using the BenchConfig struct

The benchmark is run using the following command:

```julia

julia --project -t 8 -e 'using Pkg; Pkg.instantiate(); include("benchmarks/locks.jl")'

About

Customizable benchmark for julia locks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages