-
Notifications
You must be signed in to change notification settings - Fork 0
License
gbitzes/multiple-instances
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published