Skip to content

Commit

Permalink
Towards benchmarking against perses, picireny
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Nov 10, 2022
1 parent f53208c commit 290961c
Show file tree
Hide file tree
Showing 14 changed files with 1,053 additions and 38 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ treereduce-tmp-*
# Byproducts of benchmarks
/perf.data
/perf.data.old
*.svg
*.ipynb
/*.svg
# Perses
/perses-1.5.jar
/*.orig
/perses_result*/
3 changes: 3 additions & 0 deletions clang-perses.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

clang -o /dev/null "${1:-bench.c}" > /dev/null 2>&1
Loading

0 comments on commit 290961c

Please sign in to comment.