No need for Js Test Driver files
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 27 Dec 2012 17:17:24 +0100
changeset 38712a2ad881dc4
parent 386 c02d1729f024
child 388 e1f64baf73b9
No need for Js Test Driver files
benchmarks/matrix-multiplication/jsTestDriver.conf
benchmarks/matrix-multiplication/nbactions.xml
benchmarks/run-firefox.sh
     1.1 --- a/benchmarks/matrix-multiplication/jsTestDriver.conf	Wed Dec 26 17:43:31 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,5 +0,0 @@
     1.4 -server: http://localhost:9876
     1.5 -
     1.6 -load:
     1.7 -  - target/classes/org/apidesign/benchmark/matrixmul/*.js
     1.8 -
     2.1 --- a/benchmarks/matrix-multiplication/nbactions.xml	Wed Dec 26 17:43:31 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,29 +0,0 @@
     2.4 -<?xml version="1.0" encoding="UTF-8"?>
     2.5 -<!--
     2.6 -
     2.7 -    Back 2 Browser Bytecode Translator
     2.8 -    Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     2.9 -
    2.10 -    This program is free software: you can redistribute it and/or modify
    2.11 -    it under the terms of the GNU General Public License as published by
    2.12 -    the Free Software Foundation, version 2 of the License.
    2.13 -
    2.14 -    This program is distributed in the hope that it will be useful,
    2.15 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.16 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.17 -    GNU General Public License for more details.
    2.18 -
    2.19 -    You should have received a copy of the GNU General Public License
    2.20 -    along with this program. Look for COPYING file in the top folder.
    2.21 -    If not, see http://opensource.org/licenses/GPL-2.0.
    2.22 -
    2.23 --->
    2.24 -<actions>
    2.25 -    <action>
    2.26 -        <actionName>run</actionName>
    2.27 -        <goals>
    2.28 -            <goal>process-classes</goal>
    2.29 -            <goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
    2.30 -        </goals>
    2.31 -    </action>
    2.32 -</actions>
     3.1 --- a/benchmarks/run-firefox.sh	Wed Dec 26 17:43:31 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,20 +0,0 @@
     3.4 -#!/bin/bash
     3.5 -#
     3.6 -# Back 2 Browser Bytecode Translator
     3.7 -# Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     3.8 -#
     3.9 -# This program is free software: you can redistribute it and/or modify
    3.10 -# it under the terms of the GNU General Public License as published by
    3.11 -# the Free Software Foundation, version 2 of the License.
    3.12 -#
    3.13 -# This program is distributed in the hope that it will be useful,
    3.14 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.15 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.16 -# GNU General Public License for more details.
    3.17 -#
    3.18 -# You should have received a copy of the GNU General Public License
    3.19 -# along with this program. Look for COPYING file in the top folder.
    3.20 -# If not, see http://opensource.org/licenses/GPL-2.0.
    3.21 -#
    3.22 -
    3.23 -/usr/bin/firefox --display=`echo $DISPLAY` "$@"