On Mon, Jul 23, 2012 at 12:10 PM, Antoine Pitrou <solip...@pitrou.net>wrote:

>
> Hello,
>
> I have a small library named pathlib (*) and I think it may be a good
> candidate for a small benchmark since:
> - it doesn't have any dependencies
> - it doesn't need installing (the module is a single .py file)
> - it supports Python 2.7 and Python 3.2+ in the same code base
>
> I was thinking of a simple benchmark such as listing the entries of a
> given directory (prepared by the benchmark), or perhaps globbing for a
> specific file pattern.
>
> What do you think?
>
> (*) http://pathlib.readthedocs.org/en/latest/
>
> Regards
>
> Antoine.
>
>
> --
> Software development and contracting: http://pro.pitrou.net
>
>
> _______________________________________________
> Speed mailing list
> Speed@python.org
> http://mail.python.org/mailman/listinfo/speed
>

Sounds like a reasonable idea to me.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
Speed mailing list
Speed@python.org
http://mail.python.org/mailman/listinfo/speed

Reply via email to