-
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.
* benchmark/driver.rb: some refactoring.
(1) Remove `average differential'. In this benchmark driver, We should not care about `average'. We use fastest score because this score should not include any disturbances (affections of background process, etc). If you care about timing affect, I recommend `median' score with more than 5 examinations rather than simple `average' score (`average' score was affected by error scores). (2) Show log file name. (3) Change default directory from './' to driver's directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 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,3 +1,16 @@ | ||
Tue Oct 16 21:59:01 2012 Koichi Sasada <[email protected]> | ||
|
||
* benchmark/driver.rb: some refactoring. | ||
(1) Remove `average differential'. | ||
In this benchmark driver, We should not care about `average'. | ||
We use fastest score because this score should not include | ||
any disturbances (affections of background process, etc). | ||
If you care about timing affect, I recommend `median' | ||
score with more than 5 examinations rather than simple | ||
`average' score (`average' score was affected by error scores). | ||
(2) Show log file name. | ||
(3) Change default directory from './' to driver's directory. | ||
|
||
Tue Oct 16 14:56:23 2012 Nobuyoshi Nakada <[email protected]> | ||
|
||
* file.c (rb_file_join): need to check again after any conversion run. | ||
|
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