You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch creates an abstraction for defining benchmarks and
then uses it to add 6 more benchmarks from Velocity Bench.
The build steps of the individual benchmarks have been moved
into the script itself. This is to make the definition of
a benchmark self-contained.
This will download and build everything in `~/benchmarks_workdir/` using the compiler in `~/llvm/build/`, and then run the benchmarks. The results will be stored in `benchmark_results.md`.
15
+
16
+
The scripts will try to reuse the files stored in `~/benchmarks_workdir/`, but the benchmarks will be rebuilt every time. To avoid that, use `-no-rebuild` option.
0 commit comments