This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
taddeus
/
peephole
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Added run script to easily run benchmarks.
Taddeus Kroes
14 年 前
親
2c52c49a3a
コミット
01cc0055d6
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
run
+ 2
- 0
run
ファイルの表示
@@ -0,0 +1,2 @@
+#!/bin/sh
+python main.py benchmarks/build/$1.s out.s in.s && meld in.s out.s