new test risc version
This commit is contained in:
parent
bb7e85e03a
commit
f951b8a25e
12
bench/run.sh
12
bench/run.sh
|
|
@ -33,12 +33,12 @@ print_section "Python ($FILENAME.py)"
|
||||||
echo "test input" | time python3 "$FILENAME.py"
|
echo "test input" | time python3 "$FILENAME.py"
|
||||||
|
|
||||||
# ZLC Implementation
|
# ZLC Implementation
|
||||||
print_section "zlc ($FILENAME.zl)"
|
#print_section "zlc ($FILENAME.zl)"
|
||||||
echo "test input" | time zlc "$FILENAME.zl"
|
# echo "test input" | time zlc "$FILENAME.zl"
|
||||||
|
|
||||||
#Old ZRE
|
#Old ZRE
|
||||||
print_section "zre ($FILENAME.t.ul)"
|
#print_section "zre ($FILENAME.t.ul)"
|
||||||
echo "test input" | time ../build/old/zre -t "$FILENAME.ul"
|
# echo "test input" | time ../build/old/zre -t "$FILENAME.ul"
|
||||||
|
|
||||||
# Undâr Implementation (inline assembled)
|
# Undâr Implementation (inline assembled)
|
||||||
print_section "undar ($FILENAME.ul.ir)"
|
print_section "undar ($FILENAME.ul.ir)"
|
||||||
|
|
@ -47,3 +47,7 @@ echo "test input" | time ../build/linux/undar-linux-release -t "../test/$FILENAM
|
||||||
# Undâr Implementation (binary)
|
# Undâr Implementation (binary)
|
||||||
print_section "undar ($FILENAME.rom)"
|
print_section "undar ($FILENAME.rom)"
|
||||||
echo "test input" | time ../build/linux/undar-linux-release -t "../test/$FILENAME.rom"
|
echo "test input" | time ../build/linux/undar-linux-release -t "../test/$FILENAME.rom"
|
||||||
|
|
||||||
|
# Undâr RISC Implementation (hardcoded)
|
||||||
|
print_section "undar ($FILENAME)"
|
||||||
|
echo "test input" | time ../../undar-lang-risc/out/linux/tui/undar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue