Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartsavior/groovyscript-perftest
https://github.com/heartsavior/groovyscript-perftest
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heartsavior/groovyscript-perftest
- Owner: HeartSaVioR
- Created: 2016-02-01T02:01:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T08:44:12.000Z (almost 9 years ago)
- Last Synced: 2024-11-16T13:05:24.925Z (2 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Groovy Script - Performance Test
----Performance test for running script using one-liner simple script.
- GroovyScriptNoPreCompile : evaluate whole script per each trial
- GroovyScriptPreCompile : compile script first, and bind & run compiled script
- GroovyScriptNativeShell : Use GroovyShell, evaluate whole script per each trialHow to performance test: Just run `mvn test` and see the result of GroovyScriptPerfTest.
You can find detailed information from target/contiperf-report/(index.html | summary.csv).