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

Add a `clean.sh` script #250

Closed abrown closed 1 year ago

abrown commented 1 year ago

It can be slightly annoying to clean up all the .log files Sightglass creates. Though it is quite easy to craft a find command to do this, it seemed efficient to record that in a script to avoid extra cognitive load.

abrown commented 1 year ago

One thing that occurs to me looking at this is that we could move all the .sh scripts into a scripts/ directory

fitzgen commented 1 year ago

Can we actually add this to sightglass itself? I think we had plans to do this, or at least I remember talking/thinking about it at one point...

fitzgen commented 1 year ago

Ah, yes we have https://github.com/bytecodealliance/sightglass/blob/17f71824cfbc982e7a4faa27e7bf7736315c5a3c/crates/cli/src/clean.rs#L10

abrown commented 1 year ago

Heh, never mind then! Guess I forgot what parts lived in scripts and what parts in the CLI.