https://github.com/softdevteam/eco_benchmark
https://github.com/softdevteam/eco_benchmark
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softdevteam/eco_benchmark
- Owner: softdevteam
- Created: 2018-09-05T16:51:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T16:29:09.000Z (almost 7 years ago)
- Last Synced: 2025-05-14T05:26:43.754Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Incremental parser performance benchmark
This experiment requires the Java 1.5 Standard Library which can be downloaded
from http://www.oracle.com/technetwork/java/archive-139210.html. The library can
be extracted from the `src.zip` archive contained within the Java Development
Kit 5.0.
After extracting the library into a folder named `javastdlib5`, the benchmark
can be run with `./build.sh`.
Afterwards, a PDF graph can be generated from the data with `./plot.py`.