diff --git a/perf/run.sh b/perf/run.sh index 14a0b8818..6ca2953d4 100755 --- a/perf/run.sh +++ b/perf/run.sh @@ -1,7 +1,7 @@ #!/bin/bash CXX=clang++ FONT=fonts/NotoNastaliqUrdu-Regular.ttf -TEXT=text/test-long-arabic-paragraph.txt +TEXT=text/fa-monologue.txt $CXX ../util/hb-shape.cc ../util/options.cc ../src/harfbuzz.cc \ -lm -fno-rtti -fno-exceptions -fno-omit-frame-pointer -DHB_NO_MT \ diff --git a/perf/text/littleprince.txt b/perf/text/en-thelittleprince.txt similarity index 100% rename from perf/text/littleprince.txt rename to perf/text/en-thelittleprince.txt diff --git a/perf/text/test-long-arabic-paragraph.txt b/perf/text/fa-monologue.txt similarity index 100% rename from perf/text/test-long-arabic-paragraph.txt rename to perf/text/fa-monologue.txt