https://github.com/binpash/benchmarks
https://github.com/binpash/benchmarks
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/binpash/benchmarks
- Owner: binpash
- Created: 2023-09-25T15:03:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:18:01.000Z (over 1 year ago)
- Last Synced: 2024-10-25T14:44:54.580Z (over 1 year ago)
- Language: Shell
- Size: 54.2 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ben.sh
> _It's a suite that has benchmarks in it._
## Docker
```sh
# Build the container
$ docker build -t bensh .
# Run the container
$ docker run -it bensh
# For development, mount the benchmarks directory
docker run -it -v "$(pwd):/benchmarks" bensh
```