Sha256: ae0da9ef2dbdfc2f0e31ad36a66ec6d37f8daecb05d40d472a814a47c336a994

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

#!/bin/bash

bundle exec jruby \
	--server \
	-J-Djruby.compile.fastest=true \
	-J-Djruby.compile.frameless=true \
	-J-Djruby.compile.positionless=true \
	-J-Djruby.compile.threadless=true \
	-J-Djruby.compile.fastops=true \
	-J-Djruby.compile.fastcase=true \
	-J-Djruby.compile.invokedynamic=true \
	"$@" | pv -l >/dev/null

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
zmachine-0.4.3 benchmarks/benchmark.sh
zmachine-0.4.2 benchmarks/benchmark.sh
zmachine-0.4.1 benchmarks/benchmark.sh
zmachine-0.4.0 benchmarks/benchmark.sh
zmachine-0.3.2 benchmarks/benchmark.sh
zmachine-0.3.0 benchmarks/benchmark.sh
zmachine-0.2.1 benchmarks/benchmark.sh
zmachine-0.2.0 benchmarks/benchmark.sh