-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine *args and **kwargs for multiple run from two different dicts …
…to one
- Loading branch information
Showing
6 changed files
with
80 additions
and
50 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
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
TIMENCH REPORT | ||
--- | ||
|
||
Results for crop_string_0 | ||
--- | ||
Function: crop_string_0 | ||
Total time = 0.917531 sec | ||
Best loop time = 2.8362e-05 sec | ||
Average loop time = 9.17531e-05 sec | ||
Repeats = 10000 | ||
|
||
Results for crop_string_1 | ||
--- | ||
Function: crop_string_1 | ||
Total time = 0.809906 sec | ||
Best loop time = 2.8198e-05 sec | ||
Average loop time = 8.09906e-05 sec | ||
Repeats = 10000 | ||
|
||
Results for crop_string_2 | ||
--- | ||
Function: crop_string_2 | ||
Total time = 0.744246 sec | ||
Best loop time = 1.506e-05 sec | ||
Average loop time = 7.44246e-05 sec | ||
Repeats = 10000 | ||
|
||
Results for first_n_words | ||
--- | ||
Function: first_n_words | ||
Total time = 0.647496 sec | ||
Best loop time = 1.1646e-05 sec | ||
Average loop time = 6.47496e-05 sec | ||
Repeats = 10000 |
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