Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: icu46/source/test/perf/utrie2perf/utrie2perf.sh

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: icu46/source/test/perf/utrie2perf/utrie2perf.sh
===================================================================
--- icu46/source/test/perf/utrie2perf/utrie2perf.sh (revision 0)
+++ icu46/source/test/perf/utrie2perf/utrie2perf.sh (revision 0)
@@ -0,0 +1,25 @@
+#!/bin/sh
+# Copyright (C) 2008, International Business Machines Corporation and others.
+# All Rights Reserved.
+
+# export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw
+
+# Echo shell script commands.
+set -ex
+
+PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
+
+for file in udhr_eng.txt \
+ udhr_deu.txt \
+ udhr_fra.txt \
+ udhr_rus.txt \
+ udhr_tha.txt \
+ udhr_jpn.txt \
+ udhr_cmn.txt \
+ udhr_jpn.html; do
+ $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
+# $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
+# $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
+ $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
+ $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
+done
Property changes on: icu46/source/test/perf/utrie2perf/utrie2perf.sh
___________________________________________________________________
Added: svn:executable
+ *
« no previous file with comments | « icu46/source/test/perf/utrie2perf/utrie2perf.pl ('k') | icu46/source/test/perf/utrie2perf/utrie2perf.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698