diff --git a/bench/run.sh b/bench/run.sh index ac7deaf..e8b3327 100755 --- a/bench/run.sh +++ b/bench/run.sh @@ -33,12 +33,12 @@ print_section "Python ($FILENAME.py)" echo "test input" | time python3 "$FILENAME.py" # ZLC Implementation -print_section "zlc ($FILENAME.zl)" - echo "test input" | time zlc "$FILENAME.zl" +#print_section "zlc ($FILENAME.zl)" +# echo "test input" | time zlc "$FILENAME.zl" #Old ZRE -print_section "zre ($FILENAME.t.ul)" - echo "test input" | time ../build/old/zre -t "$FILENAME.ul" +#print_section "zre ($FILENAME.t.ul)" +# echo "test input" | time ../build/old/zre -t "$FILENAME.ul" # Undâr Implementation (inline assembled) 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) print_section "undar ($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