benchmarks/matrix-multiplication/nbactions.xml
author Martin Soch <Martin.Soch@oracle.com>
Wed, 05 Dec 2012 11:18:09 +0100
branchbenchmarks
changeset 268 e01b65623f72
permissions -rw-r--r--
first version of benchmarks
- currently only one benchmark - matrix multiplication
Martin@268
     1
<?xml version="1.0" encoding="UTF-8"?>
Martin@268
     2
<!--
Martin@268
     3
Martin@268
     4
    Back 2 Browser Bytecode Translator
Martin@268
     5
    Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Martin@268
     6
Martin@268
     7
    This program is free software: you can redistribute it and/or modify
Martin@268
     8
    it under the terms of the GNU General Public License as published by
Martin@268
     9
    the Free Software Foundation, version 2 of the License.
Martin@268
    10
Martin@268
    11
    This program is distributed in the hope that it will be useful,
Martin@268
    12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
Martin@268
    13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Martin@268
    14
    GNU General Public License for more details.
Martin@268
    15
Martin@268
    16
    You should have received a copy of the GNU General Public License
Martin@268
    17
    along with this program. Look for COPYING file in the top folder.
Martin@268
    18
    If not, see http://opensource.org/licenses/GPL-2.0.
Martin@268
    19
Martin@268
    20
-->
Martin@268
    21
<actions>
Martin@268
    22
    <action>
Martin@268
    23
        <actionName>run</actionName>
Martin@268
    24
        <goals>
Martin@268
    25
            <goal>process-classes</goal>
Martin@268
    26
            <goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
Martin@268
    27
        </goals>
Martin@268
    28
    </action>
Martin@268
    29
</actions>