| Index: source/test/perf/unisetperf/draft/span16perf.sh
|
| diff --git a/source/test/perf/unisetperf/draft/span16perf.sh b/source/test/perf/unisetperf/draft/span16perf.sh
|
| deleted file mode 100755
|
| index 8a647e318589b48ed0ea3ffb42ea1d493cd53f2a..0000000000000000000000000000000000000000
|
| --- a/source/test/perf/unisetperf/draft/span16perf.sh
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -#!/bin/sh
|
| -# Copyright (c) 2007, International Business Machines Corporation and
|
| -# others. All Rights Reserved.
|
| -
|
| -# Echo shell script commands.
|
| -set -ex
|
| -
|
| -PERF=test/perf/unisetperf/unisetperf
|
| -# slow Bv Bv0 B0
|
| -# --pattern [:White_Space:]
|
| -
|
| -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
|
| - for type in slow Bv Bv0; do
|
| - $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
|
| - done
|
| -done
|
|
|