Wiki source code of Performance tests

Last modified by Vincent Massol on 2020/03/03 10:33

Show last authors
1 = Template =
2
3 * [[Performance Test Template>>Template]]
4
5 = Other =
6
7 * [[Jetty/HSQLDB single wiki>>Jetty HSQLDB single wiki]]
8 * [[Jetty/MySQL 100 wikis>>Jetty MySQL 100 wikis]]
9
10 = Releases =
11
12 {{velocity}}
13 #set($columns = ['next', 'previous', 'doc.name', 'doc.date'])
14 #set($columnsProperties = {
15 'doc.name' : { 'type' : 'text', 'link' : 'view'},
16 'previous' : { 'type' : 'text'},
17 'next' : { 'type' : 'text'}
18 })
19 #set($options = {
20 'className' : 'PerformancesCode.ReportClass',
21 'translationPrefix' : 'performances.livetable.',
22 'tagCloud' : true,
23 'rowCount' : 10,
24 'selectedColumn' : 'doc.date',
25 'defaultOrder' : 'desc'
26 })
27 #livetable("performance_reports" $columns $columnsProperties $options)
28 {{/velocity}}

Get Connected