[
https://issues.apache.org/jira/browse/OLIO-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shanti Subramanyam resolved OLIO-43.
------------------------------------
Resolution: Fixed
Modified:
incubator/olio/workload/rails/trunk/src/com/sun/web20/driver/UIDriver.java
Modified:
incubator/olio/workload/rails/trunk/src/com/sun/web20/driver/UIDriver.java
URL:
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/com/sun/web20/driver/UIDriver.java?rev=737847&r1=737846&r2=737847&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/src/com/sun/web20/driver/UIDriver.java
(original)
+++ incubator/olio/workload/rails/trunk/src/com/sun/web20/driver/UIDriver.java
Mon Jan 26 21:11:55 2009
@@ -68,7 +68,7 @@
}
)
@NegativeExponential (
- cycleType = CycleType.THINKTIME,
+ cycleType = CycleType.CYCLETIME,
cycleMean = 5000,
cycleDeviation = 2
)
> CLONE for rails -Driver using think time instead of cycle time
> ---------------------------------------------------------------
>
> Key: OLIO-43
> URL: https://issues.apache.org/jira/browse/OLIO-43
> Project: Olio
> Issue Type: Bug
> Components: rails-driver
> Reporter: Shanti Subramanyam
> Assignee: Shanti Subramanyam
>
> UIDriver.java in the driver should specify the cycleType as
> CycleType.CYCLETIME. But it is specified as CycleType.THINKTIME. This causes
> a problem where the final ops/sec from a run is much lower than expected
> since the use of think time increases the cycle. This in turn causes a valid
> run to fail because of the criteria that the reported ops/sec should be <
> users/5.25.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.