Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update benchmarks #40

Merged
merged 1 commit into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Here are the available options for CMake.

# How to Get Benchmarks

To get ISPD 2005 benchmarks, run the following script from the directory.
To get ISPD 2005 and 2015 benchmarks, run the following script from the directory.
```
python benchmarks/ispd2005.py
python benchmarks/ispd2005_2015.py
```

# How to Run
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ispd2005_2015.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

baseURL = "http://www.cerc.utexas.edu/~zixuan/"
target_dir = os.path.dirname(os.path.abspath(__file__))
filenames = ["ispd2005.tar.xz", "ispd2005dp.tar.xz", "ispd2015dp.tar.xz"]
filenames = ["ispd2005dp.tar.xz", "ispd2015dp.tar.xz"]

for filename in filenames:
file_url = baseURL + filename
Expand Down