Skip to content

Commit

Permalink
Add brench config for to_ssa
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Sep 30, 2020
1 parent 7899d93 commit d4e1f57
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/ssa_brench.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
extract = 'total_dyn_inst: (\d+)'
benchmarks = '../benchmarks/*.bril'

[runs.baseline]
pipeline = [
"bril2json",
"python tdce.py tdce+",
"brili -p {args}",
]

[runs.ssa]
pipeline = [
"bril2json",
"python tdce.py tdce+",
"python to_ssa.py",
"python tdce.py tdce+",
"brili -p {args}",
]

0 comments on commit d4e1f57

Please sign in to comment.