This website works better with JavaScript
Home
Explore
Help
Sign In
taddeus
/
peephole
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added run script to easily run benchmarks.
Taddeus Kroes
14 years ago
parent
2c52c49a3a
commit
01cc0055d6
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
run
+ 2
- 0
run
View File
@@ -0,0 +1,2 @@
+#!/bin/sh
+python main.py benchmarks/build/$1.s out.s in.s && meld in.s out.s