File: benchmark.txt

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (356 lines) | stat: -rw-r--r-- 16,558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
.. copyright:
    Copyright 2011 - 2025
    André Malo or his licensors, as applicable

.. license:
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

:orphan:


====================
 rJSmin - Benchmark
====================

.. xxcontents::
    :local:


The following numbers have been measured with the bench package provided
in the source distribution. Since the numbers don't vary much between
python minor releases (e.g. 3.3 vs 3.4), only one benchmark per major
version is given below. The :file:`docs/BENCHMARKS` file in the source
distribution contains a more comprehensive list.
Said that - there is a considerable speed up of the python-only ports to
be observed with Python 3.11. Thatswhy the benchmark will list all
Python 3 versions up to 3.10.

Here's the list of benchmarked implementations:

**Simple port**
  The original jsmin.py port by Baruch Even

**jsmin 2.0.9**
  A speed-refactored python port by Dave St.Germain. There are some
  spikes in lower Python 3 versions (especially for the big file
  [apiviewer.js]).

|**rjsmin**|
  this very project

**_**\ |**rjsmin**|
  The C reimplementation of |rjsmin|

Note that the various implementations produce output different from the
original jsmin.c for one reason or another. Also the simple port was
modified to use ``cStringIO`` if available (it's faster then) or io (for
python 3).

And here's a list of the benchmarked javascript files:

- apiviewer is a file from the qooxdoo framework. Very big and already
  compressed.
- bootstrap is the popular twitter toolkit, version 2.0.4
- DateTimeShortcuts is part of the Django admin interface (1.8.5)
- jquery is jquery-1.7.1.js; the uncompressed development download.
- knockout is knockout-2.0.0.js, the compressed download.
- markermanager is the V3 port of the google maps markermanager.

Inside the parentheses are size information in KiB [#]_\.  The sign
behind the size value denotes the size difference in relation to the
simple port (i.e. jsmin itself).

.. [#] Bytes / 1024 for Python 2 and Code Points / 1024 for Python 3


.. begin tables

Python 3.14.0
~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |     394.29 ms (951.5 \*) |    18.07 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |     817.36 ms (951.5 >)  |    12.06 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      26.57 ms (951.5 =)  |     6.10 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       2.67 ms (951.5 =)  |     0.11 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |        6.71 ms (10.2 \*) |   96.35 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        4.62 ms (10.3 >)  |   79.81 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.67 ms (10.2 >)  |   41.28 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.03 ms (10.2 >)  |    0.75 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       15.86 ms (38.6 \*) |     8.93 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       12.69 ms (38.6 >)  |     6.22 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.37 ms (38.6 >)  |     2.58 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.06 ms (38.6 >)  |     0.05 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+


Python 3.13.5
~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |     387.62 ms (951.5 \*) |    19.26 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |     837.34 ms (951.5 >)  |    13.16 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      26.38 ms (951.5 =)  |     6.79 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       3.11 ms (951.5 =)  |     0.14 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |        7.42 ms (10.2 \*) |   97.24 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        5.27 ms (10.3 >)  |   80.16 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        2.33 ms (10.2 >)  |   41.29 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.04 ms (10.2 >)  |    0.84 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       16.63 ms (38.6 \*) |     9.75 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       13.50 ms (38.6 >)  |     6.32 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.61 ms (38.6 >)  |     2.62 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.08 ms (38.6 >)  |     0.06 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+


Python 3.12.11
~~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |     349.42 ms (951.5 \*) |    16.92 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |     791.10 ms (951.5 >)  |    10.77 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      27.54 ms (951.5 =)  |     6.09 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       3.08 ms (951.5 =)  |     0.13 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |        6.64 ms (10.2 \*) |   86.83 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        4.16 ms (10.3 >)  |   72.62 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.63 ms (10.2 >)  |   40.38 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.04 ms (10.2 >)  |    0.84 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       14.45 ms (38.6 \*) |     8.12 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       12.13 ms (38.6 >)  |     5.72 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.32 ms (38.6 >)  |     2.59 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.08 ms (38.6 >)  |     0.06 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+


Python 3.11.13
~~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |     467.72 ms (951.5 \*) |    18.40 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |     804.45 ms (951.5 >)  |    11.18 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      27.01 ms (951.5 =)  |     6.80 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       2.86 ms (951.5 =)  |     0.11 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |        7.34 ms (10.2 \*) |   96.61 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        4.54 ms (10.3 >)  |   75.03 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.67 ms (10.2 >)  |   40.64 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.03 ms (10.2 >)  |    0.78 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       16.60 ms (38.6 \*) |     8.89 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       11.72 ms (38.6 >)  |     5.63 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.29 ms (38.6 >)  |     2.75 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.06 ms (38.6 >)  |     0.05 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+


Python 3.10.18
~~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |     999.11 ms (951.5 \*) |    42.25 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |     936.70 ms (951.5 >)  |    16.13 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      30.85 ms (951.5 =)  |     7.20 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       2.87 ms (951.5 =)  |     0.11 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |       15.67 ms (10.2 \*) |  221.41 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        6.16 ms (10.3 >)  |  101.67 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.90 ms (10.2 >)  |   47.53 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.03 ms (10.2 >)  |    0.75 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       39.99 ms (38.6 \*) |    20.89 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       17.34 ms (38.6 >)  |     8.31 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.47 ms (38.6 >)  |     3.03 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.06 ms (38.6 >)  |     0.05 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+


Python 2.7.18
~~~~~~~~~~~~~

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | apiviewer (953.2)        | bootstrap (49.0)      |
+=============+==========================+=======================+
| Simple Port |    1239.53 ms (951.5 \*) |    50.12 ms (26.4 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |    1136.84 ms (951.5 >)  |    21.57 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |      28.64 ms (951.5 =)  |     7.49 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |       1.75 ms (951.5 =)  |     0.12 ms (26.4 >)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | DateTimeShortcuts (18.3) | jquery (242.4)        |
+=============+==========================+=======================+
| Simple Port |       18.67 ms (10.2 \*) |  260.30 ms (135.9 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |        8.12 ms (10.3 >)  |  134.42 ms (136.8 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.96 ms (10.2 >)  |   49.72 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.03 ms (10.2 >)  |    0.79 ms (135.9 =)  |
+-------------+--------------------------+-----------------------+

.. rst-class:: benchmark

+-------------+--------------------------+-----------------------+
| Name        | knockout (38.9)          | markermanager (28.6)  |
+=============+==========================+=======================+
| Simple Port |       49.72 ms (38.6 \*) |    24.99 ms (11.6 \*) |
+-------------+--------------------------+-----------------------+
| jsmin 2.0.9 |       24.07 ms (38.6 >)  |    10.89 ms (11.6 >)  |
+-------------+--------------------------+-----------------------+
| |rjsmin|    |        1.51 ms (38.6 >)  |     3.13 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+
| _\ |rjsmin| |        0.07 ms (38.6 >)  |     0.05 ms (11.6 =)  |
+-------------+--------------------------+-----------------------+

.. end tables


.. vim: ft=rest tw=72