<?xml version="1.0"?>
<benchmark>
    <plugins>
        <library>SUN1.4</library>
        <library>AUTOMATON</library>
        <library>JAKARTA-REGEXP</library>
        <library>JAKARTA-ORO</library>
        <library>GNU-REGEXP</library>
    </plugins>
    <iteration>
        <count>500000</count>
        <regex>[1-9][0-9]*</regex>
        <data>255</data>
    </iteration>
    <compatibility>
	<dataset>
	    <regex>abc</regex>
	    <result>true</result>
	    <data>abc</data>
	</dataset> 
    </compatibility>
    <compile-iteration>
        <count>500000</count>
        <regex>[1-9][0-9]*</regex>
        <data>255</data>
    </compile-iteration>
</benchmark>