[PATCH v2] add benchmark for strcoll
Siddhesh Poyarekar
siddhesh@redhat.com
Thu Mar 26 16:22:00 GMT 2015
On Thu, Mar 26, 2015 at 02:31:29PM +0100, Leonhard Holz wrote:
> This implies that the file list outdates over time. Is this ok?
Sure, we don;t really care about that, do we? If you do, then just
regenerate the file in the make target by simply doing:
ls > strcoll-inputs/en_US-tmp
mv strcoll-inputs/en_US{-tmp,}
and maintain strcoll-inputs/C as a symlink to strcoll-inputs/en_US.
> I18NPATH has to point to glibc/localedata and common_objpfx points to the
> build directory. So I18NPATH=${common_objpfx}localedata should not work.
Then you're looking for $(srcdir) (after you set it to @srcdir@ I
think) and not $(common_objpfx). Actually since you're in benchtests/
when you're running this, you can just set it as ../localedata,
i.e. without the $(common_objpfx).
Siddhesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150326/470d58c2/attachment.sig>
More information about the Libc-alpha
mailing list