Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show libxml2 version in benchmark output. | Stefan Behnel | 2021-07-05 | 1 | -1/+2 |
| | |||||
* | Revive benchmarks. | Stefan Behnel | 2021-07-04 | 2 | -2/+6 |
| | |||||
* | Keep parentheses | Hugo | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | Remove redundant parentheses | Hugo | 2018-08-25 | 1 | -6/+6 |
| | |||||
* | Remove unused imports. | Chris Gavin | 2017-04-24 | 5 | -10/+4 |
| | |||||
* | make io imports unconditional | Jakub Wilk | 2017-03-17 | 1 | -4/+1 |
| | | | | | The compat imports were needed for Python 2.5, which is no longer supported. | ||||
* | add benchmark for throw-away iteration for searching a specific tag | Stefan Behnel | 2013-04-06 | 1 | -0/+4 |
| | |||||
* | fix XPath expressions in benchmark and add a new comparison | Stefan Behnel | 2013-04-06 | 2 | -5/+29 |
| | |||||
* | add one-at-a-time iteration benchmark | Stefan Behnel | 2013-04-06 | 1 | -0/+4 |
| | |||||
* | use .iter() instead of .getiterator() in benchmarks | Stefan Behnel | 2013-04-05 | 1 | -12/+12 |
| | |||||
* | fix benchmark | Stefan Behnel | 2013-04-05 | 1 | -1/+1 |
| | |||||
* | rename StringIO benchmarks to BytesIO (which they now use) | Stefan Behnel | 2013-04-05 | 1 | -4/+4 |
| | |||||
* | minor benchmark output tweak | Stefan Behnel | 2013-04-05 | 1 | -1/+1 |
| | |||||
* | adapt benchmarks to Py3.3 | Stefan Behnel | 2013-04-05 | 2 | -50/+82 |
| | |||||
* | removed unused import | Stefan Behnel | 2011-03-08 | 3 | -3/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r3969] r4788@delle: sbehnel | 2008-09-07 19:55:29 +0200 | scoder | 2008-09-07 | 1 | -0/+1 |
| | | | | | | | streamlined the _utf8() function (a very common helper function) --HG-- branch : trunk | ||||
* | [svn r3901] r4639@delle: sbehnel | 2008-07-18 09:23:35 +0200 | scoder | 2008-07-18 | 1 | -1/+19 |
| | | | | | | | new benchmarks to compare multiple .iter(tag) loops to an or-ed XPath expression --HG-- branch : trunk | ||||
* | [svn r3588] r4058@delle: sbehnel | 2008-04-24 15:48:15 +0200 | scoder | 2008-04-24 | 1 | -9/+7 |
| | | | | | | | some more benchmark results on text serialisation --HG-- branch : trunk | ||||
* | [svn r3586] r4056@delle: sbehnel | 2008-04-24 09:55:51 +0200 | scoder | 2008-04-24 | 1 | -9/+10 |
| | | | | | | | more reliable benchmark numbers --HG-- branch : trunk | ||||
* | [svn r3585] r4055@delle: sbehnel | 2008-04-24 09:53:44 +0200 | scoder | 2008-04-24 | 1 | -1/+1 |
| | | | | | | | fix benchmark --HG-- branch : trunk | ||||
* | [svn r3584] r4054@delle: sbehnel | 2008-04-24 07:57:21 +0200 | scoder | 2008-04-24 | 4 | -15/+97 |
| | | | | | | | faster benchmark runs: avoid rebuilding trees when the benchmark does not change them --HG-- branch : trunk | ||||
* | [svn r3581] r4045@delle: sbehnel | 2008-04-23 23:44:28 +0200 | scoder | 2008-04-24 | 2 | -9/+10 |
| | | | | | | | changed trees to a somewhat more realistic szenario with smaller XML vocabularies - absolute numbers are no longer comparable to previous benchmarks --HG-- branch : trunk | ||||
* | [svn r3482] r3854@delle: sbehnel | 2008-03-27 13:46:25 +0100 | scoder | 2008-03-27 | 1 | -0/+1 |
| | | | | | | | fix callgrind instrumentation setup in benchmarks --HG-- branch : trunk | ||||
* | [svn r3430] r3783@delle: sbehnel | 2008-03-14 08:07:45 +0100 | scoder | 2008-03-14 | 5 | -11/+22 |
| | | | | | | | benchmark fixes --HG-- branch : trunk | ||||
* | [svn r3400] r3730@delle: sbehnel | 2008-03-04 22:44:06 +0100 | scoder | 2008-03-05 | 2 | -5/+35 |
| | | | | | | | rewrite of 'text' serialiser: fix default encoding, faster .tail adding and 'unicode' encoding --HG-- branch : trunk | ||||
* | [svn r3204] r3322@delle: sbehnel | 2008-01-25 18:21:09 +0100 | scoder | 2008-01-25 | 1 | -0/+6 |
| | | | | | | | benchmark to compare findall() and xpath() --HG-- branch : trunk | ||||
* | [svn r3142] r3195@delle: sbehnel | 2007-12-29 17:14:16 +0100 | scoder | 2007-12-29 | 1 | -0/+3 |
| | | | | | | | benchmark for result-free tree iteration --HG-- branch : trunk | ||||
* | [svn r3124] r3158@delle: sbehnel | 2007-12-20 17:28:08 +0100 | scoder | 2007-12-20 | 1 | -1/+1 |
| | | | | | | | API usage fix --HG-- branch : trunk | ||||
* | [svn r3122] r3156@delle: sbehnel | 2007-12-20 13:31:26 +0100 | scoder | 2007-12-20 | 1 | -4/+4 |
| | | | | | | | prefer locally installed ET/cET in benchmark imports --HG-- branch : trunk | ||||
* | [svn r3120] r3151@delle: sbehnel | 2007-12-20 11:34:50 +0100 | scoder | 2007-12-20 | 1 | -4/+4 |
| | | | | | | | API usage fix --HG-- branch : trunk | ||||
* | [svn r3048] benchmark on attribute assignment | scoder | 2007-11-09 | 1 | -0/+10 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2993] fix API usage | scoder | 2007-10-25 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2936] findall() benchmark with a longer path | scoder | 2007-09-28 | 1 | -0/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2935] new benchmark | scoder | 2007-09-28 | 1 | -0/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2933] iterfind() benchmarks, set_text() fix | scoder | 2007-09-27 | 1 | -0/+15 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2871] benchmark for list(element) | scoder | 2007-09-15 | 1 | -0/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2282] deepcopy with attributes | scoder | 2007-05-09 | 1 | -0/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2245] benchmark for indexed child access | scoder | 2007-05-03 | 1 | -0/+13 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2233] cleanup in benchmarks, use children where appropriate | scoder | 2007-04-20 | 2 | -20/+28 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2232] cleanup | scoder | 2007-04-20 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2231] take minimum time instead of averaging over repeated runs | scoder | 2007-04-20 | 1 | -3/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2230] benchmark fix: remove child iteration overhead from benchmark ↵ | scoder | 2007-04-20 | 2 | -57/+93 |
| | | | | | | | loops to restrict timings to the benchmark target --HG-- branch : trunk | ||||
* | [svn r2213] merged extension_refactoring branch | scoder | 2007-03-29 | 1 | -11/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2199] benchmark both the old and the new way of using extension functions | scoder | 2007-03-16 | 1 | -1/+17 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2095] support regexps in benchmark selection | scoder | 2007-02-10 | 1 | -2/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2007] fixes in bench_objectify.py, some more benchmarks | scoder | 2006-10-27 | 1 | -11/+39 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2006] reverted | scoder | 2006-10-27 | 1 | -39/+11 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2005] fixes in bench_objectify.py, some more benchmarks | scoder | 2006-10-27 | 1 | -11/+39 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1994] cleanup in benchmarks, new objectify benchmark class | scoder | 2006-10-26 | 2 | -6/+66 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1926] cleanup in benchmarks | scoder | 2006-09-20 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk |