This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 960
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reallocate buffers for every run in strlen
Try and avoid influencing performance of neighbouring functions.
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2018-08-16 Siddhesh Poyarekar <[email protected]> | ||
|
||
* benchtests/bench-strlen.c (do_test): Allocate buffers before | ||
every strlen call. | ||
|
||
* benchtests/bench-strlen.c: Print performance numbers in json. | ||
|
||
2018-08-16 Rajalakshmi Srinivasaraghavan <[email protected]> | ||
|
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