-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add
--without-daemon
flag to benchmark script (#5839)
The benchmark script sends a number of `ArithmeticAddCalculation`s to the daemon and reports the time taken per process at the end. This is intended for users to run to get an idea of the performance of their setup. However, running over the daemon is not necessary the most straightforward when it comes to analysing the results and the timings can differ quite a bit. It makes more sense to simply run the N jobs serially, which should give a better more consistent picture of the average overhead per process. The option `--without-daemon/--with-daemon` is added to the command to allow switching the behavior. By default the jobs are now run sequentially, not over the daemon.
- Loading branch information
Showing
2 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters