Kaydet (Commit) afb5bd25 authored tarafından Michael Meeks's avatar Michael Meeks

vcldemo: adjust benchmarking weights to fit changed workloads.

Change-Id: I2cd8cdd541fd4095aea8abd2ea78b11e7df77440
üst bac11703
......@@ -569,7 +569,7 @@ public:
struct DrawEllipse : public RegionRenderer
{
RENDER_DETAILS(ellipse,KEY_E,5000)
RENDER_DETAILS(ellipse,KEY_E,500)
virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
const RenderContext &rCtx) override
{
......@@ -789,7 +789,7 @@ public:
struct DrawClipped : public RegionRenderer
{
RENDER_DETAILS(clip,KEY_D,100)
RENDER_DETAILS(clip,KEY_D,10)
virtual void RenderRegion(OutputDevice &rDev, Rectangle r,
const RenderContext &) override
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment