mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 21:15:03 +00:00
5 lines
584 B
Bash
5 lines
584 B
Bash
echo "Compiling performance test"
|
|
echo "Bench on Small Project..."
|
|
hyperfine -N "target/release/tinymist compile target/test.typ" "typst compile target/test.typ"
|
|
echo "Bench on Large Project..."
|
|
hyperfine -N "target/release/tinymist compile ../../typst/tutorial/src/ebook.typ --root ../../typst/tutorial --font-path ../../typst/tutorial/assets/typst-fonts/ --font-path ../../typst/tutorial/assets/fonts/" "typst compile ../../typst/tutorial/src/ebook.typ --root ../../typst/tutorial --font-path ../../typst/tutorial/assets/typst-fonts/ --font-path ../../typst/tutorial/assets/fonts/"
|