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

Side by Side Diff: icu46/source/test/perf/unisetperf/draft/contperf.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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:executable
+ *
OLDNEW
(Empty)
1 #!/bin/sh
2 # Copyright (c) 2007, International Business Machines Corporation and
3 # others. All Rights Reserved.
4
5 # Echo shell script commands.
6 set -ex
7
8 PERF=test/perf/unisetperf/unisetperf
9 # slow Bv Bv0 B0
10 # --pattern [:White_Space:]
11
12 for file in udhr_eng.txt \
13 udhr_deu.txt \
14 udhr_fra.txt \
15 udhr_rus.txt \
16 udhr_tha.txt \
17 udhr_jpn.txt \
18 udhr_cmn.txt \
19 udhr_jpn.html; do
20 for type in slow Bv Bv0; do
21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterat ions 10000
22 done
23 done
OLDNEW
« no previous file with comments | « icu46/source/test/perf/unisetperf/draft/contperf.bat ('k') | icu46/source/test/perf/unisetperf/draft/span16perf.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698