Closed vincedani closed 3 years ago
The benchmark scripts are work in progress. The docker container is provided with all required dependencies so that people can run each subject used in our Perses paper.
Sorry that bazel test benchmark/...
failed, because some of my students added go and rust subjects which do not have required dependencies inside the docker. If you want to reproduce the results in the original paper, you need to run each individual folder yourself.
If you want to run clang-26350
, you can cd into this folder, and run ./r.sh
to test whether the script works. Then you can use the r.sh
and small.c
for benchmarking.
Sorry for the late reply. The notification of this repo seems not working for me, and I did not see the notification message in my email box.
I filed an internal bug #84 to track this issue. Thank you for reporting this.
@XueyanZhang fixed this one.
Hello,
I would like to run the benchmark as it is described in the README.md:
After these commands, I got the following output:
After this test, I tried steps described in
benchmark/README.md
and run thebenchmark.py
:With this command, the following tests returned with error:
The tests cases failed with this error message:
The
clang-27137
failed with out of memory error. (16 GB)