Skip to content

Commit

Permalink
Update legacy benchmark scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Aug 28, 2024
1 parent 11af84e commit 44d5a36
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,23 @@ To reproduce the results in the paper, you can run
```sh
python -m benchmarks.built-in.run_all
```

## Legacy Scripts

> [!WARNING]
> These scripts are used to benchmark `jax-relax<0.2.0>=0.1.0`.
>
To run these scripts, install the dependencies as:
```sh
pip install "jax-relax[dev]<0.2.0"
```

Next, run the script as:

```sh
# run large dataset
python -m benchmarks.legacy.benchmark_large_dataset
# run scalability test
python -m benchmarks.legacy.benchmark_scalability
```
File renamed without changes.
File renamed without changes.

0 comments on commit 44d5a36

Please sign in to comment.