Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
islem-esi authored Mar 11, 2024
1 parent bb47e51 commit 0e45a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For any downstream task, use the projects folders under ~/temp that are created

### Fetching the image from DockerHub
1. Pull the docker image from dockerhub [<img src="https://img.shields.io/badge/dockerhub-DyPyBench-blue.svg?logo=Docker">](https://hub.docker.com/r/islemdockerdev/dypybench)
- docker pull docker pull islemdockerdev/dypybench:v2.0
- docker pull islemdockerdev/dypybench:v2.0
2. Run the docker image to start the container
- docker run -itd --name dypybench islemdockerdev/dypybench:v2.0
3. Login to the container
Expand Down Expand Up @@ -102,7 +102,7 @@ Here is the list of all available flags that you can use with each command.
13. --lex_test / -lt
- Specify the project no. to run LExecutor for trace generation
14. --timeout
- Specify timeout to be used in seconds for running test suite and analysis, default is 600 seconds
- Specify timeout to be used in seconds for running test suite and analysis
15. --pycg / -scg
- Specify project to generate static call graphs using PyCG

Expand Down Expand Up @@ -149,4 +149,4 @@ Here is the list of all available flags that you can use with each command.
- docker run -itd --name dypybench dypybench
4. Login to the docker container and execute the bash scripts.
- docker start -i dypybench
- ./scripts/install-all-projects.sh > install.log 2>&1
- ./scripts/install-all-projects.sh > install.log 2>&1

0 comments on commit 0e45a59

Please sign in to comment.