sf110-scripts
Scripts and files to help running EvoSuite on the SF110 benchmark.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Scripts and files to help running EvoSuite on the SF110 benchmark.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
SF110/EvoSuite
Links - Benchmark source: https://www.evosuite.org/experimental-data/sf110/ - Docker image: https://hub.docker.com/repository/docker/benjijang/sf110
How to run the scripts:
```bash
Unzip SF110-20130704-src.zip and SF110-20130704.zip to this directory, don't overwrite build.xmls
Download new versions of junit, hamcrest, and evosuite to lib/
bash download_libs.sh
Drop into shell inside Docker container
bash docker_run.sh
Start JDK docker container with bash run.sh, then enter shell with docker exec -it sf110 bash
Inside docker container now...
python3 format.py # Format all the build.xml files (should already be formatted in this repo) python3 fix.py # Fix all the build.xml files by adding paths to the correct libraries (should already be applied to this repo) python3 generaterun.py # Run EvoSuite on all programs/classes; should take a long time! python3 printresults.py results*.jsonl # Print the results ```
To run the tracer (WIP), see:
bash
python3 add_jdwp_options.py # Add the option "traced.wait" to all build.xml files
Citation
If you use this software, please cite it as below.
@software{Steenhoek_SF110_support_scripts_2024,
author = {Steenhoek, Benjamin Jeremiah},
month = feb,
title = {{SF110 support scripts}},
url = {https://github.com/bstee615/SF110-scripts},
version = {1.0.0},
year = {2024}
}
Owner
- Name: Benjamin Steenhoek
- Login: bstee615
- Kind: user
- Website: benjijang.com
- Repositories: 12
- Profile: https://github.com/bstee615
3rd year PhD student @ ISU. Interests and research: deep learning, program analysis
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Steenhoek
given-names: Benjamin Jeremiah
orcid: https://orcid.org/0000-0001-6175-105X
title: "SF110 support scripts"
version: 1.0.0
date-released: 2024-02-11
url: https://github.com/bstee615/SF110-scripts
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 5 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 5 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Fly-Pluche (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ibmjava 8-sdk build
- lxml *
- numpy *
- pandas *
- tqdm *