diff options
| author | Marc Jeanmougin <mc@localhost.localdomain> | 2015-02-21 16:23:30 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <mc@localhost.localdomain> | 2015-02-21 16:23:30 +0000 |
| commit | 47d7675c0ec6a65e27e9ff69a8bfd34b621effab (patch) | |
| tree | 95c42b6faebb24ee00f1255e154c451472a8ef5d /src/object-test.h | |
| parent | Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone... (diff) | |
| download | inkscape-47d7675c0ec6a65e27e9ff69a8bfd34b621effab.tar.gz inkscape-47d7675c0ec6a65e27e9ff69a8bfd34b621effab.zip | |
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Added std::list<SPObject*> hrefList member to SPObject class.
(bzr r13935)
Diffstat (limited to 'src/object-test.h')
| -rw-r--r-- | src/object-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-test.h b/src/object-test.h index 4fd3d67b5..06363c372 100644 --- a/src/object-test.h +++ b/src/object-test.h @@ -178,7 +178,7 @@ public: Inkscape::XML::Document *xml_doc = node->document(); TS_TRACE("Benchmarking groups..."); - const size_t num_elements = 2000; + const size_t num_elements = 10000; Inkscape::XML::Node *new_group = xml_doc->createElement("svg:g"); Inkscape::GC::release(new_group); |
