bytecodealliance / sightglass

A benchmark suite and tool to compare different implementations of the same primitives.
Apache License 2.0
69 stars 33 forks source link

Fix `clean.sh` script #261

Closed abrown closed 1 year ago

abrown commented 1 year ago

Previously, this script tripped itself up when attempting to clean up the Docker artifacts created while building benchmarks. Using xargs fixes this.