Skip to content

Commit

Permalink
Update docs/loader.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Ustiugov <[email protected]>
  • Loading branch information
JooyoungPark73 and ustiugov authored Dec 5, 2023
1 parent 10ef270 commit 9545ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ For to configure the workload for load generator, please refer to `docs/configur
There are a couple of constants that should not be exposed to the users. They can be examined and changed
in `pkg/common/constants.go`.

We suggest at most 5 functions per core with SMT disabled. For example, 80 functions for 16-core node. If you increase function instance longer than that, trace replaying will start to fail.
Sample sizes appropriate for performance evaluation vary depending on the platform.
As a starting point for fine-tuning, we suggest at most 5 functions per core with SMT disabled.
For example, 80 functions for a 16-core node. With larger sample sizes, trace replaying may lead to failures in function invocations.

## Build the image for a synthetic function

Expand Down

0 comments on commit 9545ce8

Please sign in to comment.