Skip to content

gbitzes/multiple-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A quick script to run multiple instances of a workload and see how well it scales.

Example use:
./multiple-instances.py --instances 1 2 4 8 --runs 3 --results result-dir --pinning 0 2 1 3 --command my-heavy-workload

The above will run a scalability analysis for 1, 2, 4 and 8 instances, each time averaging over 3 runs. Results will be stored in result-dir, and the processes will be pinned to the machine's cores in the following order: 0 2 1 3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages