Skip to content

binpash/benchmarks

Repository files navigation

Ben.sh

It's a suite that has benchmarks in it.

Benchmarks

Benchmark Description
aurpkg
bio Bioinformatics.
covid-mts COVID-19 multivariate time series.
file-enc File encoding.
log-analysis Log analysis.
max-temp Maximum temperature.
media-conv Media conversion.
nlp Natural language processing.
oneliners One-liners.
riker
sklearn Machine learning.
teraseq
tuft-weather Tuft weather.
uniq-ips Unique IPs.
unix50 Unix 50.
web-index Web index.

Docker Instructions

# 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