{
   "charttitle" : "05regex.fixedstr",
   "modulename" : "Benchmark::Perl::Formance::Plugin::PerlStone2015::05regex",
   "chartlines" : [
       {
           "title" : "05regex.fixedstr/threads",
           "query" : {
               "select" : [ "NAME", "VALUE", "perlconfig_version" ],
               "where" : [
                   [ "=",    "env_perlformance_qualid", "pts2019" ],
                   [ "=",    "NAME", "perlformance.perl5.PerlStone2015.05regex.fixedstr" ],
                   [ "=",    "perlconfig_usethreads", "define"]
               ],
               "order_by" : [ "VALUE_ID" ]
           }
       },
       {
           "title" : "05regex.fixedstr/nothreads",
           "query" : {
               "select" : [ "NAME", "VALUE", "perlconfig_version" ],
               "where" : [
                   [ "=",    "env_perlformance_qualid", "pts2019" ],
                   [ "=",    "NAME", "perlformance.perl5.PerlStone2015.05regex.fixedstr" ],
                   [ "!=",    "perlconfig_usethreads", "define"]
               ],
               "order_by" : [ "VALUE_ID" ]
           }
       }
   ]
}