{
   "charttitle" : "RxMicro.code-runtime",
   "modulename" : "Benchmark::Perl::Formance",
   "chartlines" : [
       {
           "title" : "RxMicro.code-runtime/threads",
           "query" : {
               "select" : [ "NAME", "VALUE", "perlconfig_version" ],
               "where" : [
                   [  "=",   "NAME", "perlformance.perl5.RxMicro.code-runtime" ],
                   [  "=",   "sysinfo_cpu_name", "AMD Opteron(tm) Processor 4180" ],
                   [ "like", "bootstrap_perl_symbolic_name", "%-thread%" ]
               ],
               "order_by" : [ "VALUE_ID" ]
           }
       },
       {
           "title" : "RxMicro.code-runtime/nothreads",
           "query" : {
               "select" : [ "NAME", "VALUE", "perlconfig_version" ],
               "where" : [
                   [  "=",   "NAME", "perlformance.perl5.RxMicro.code-runtime" ],
                   [  "=",   "sysinfo_cpu_name", "AMD Opteron(tm) Processor 4180" ],
                   [ "like", "bootstrap_perl_symbolic_name", "%-nothread%" ]
               ],
               "order_by" : [ "VALUE_ID" ]
           }
       }
   ]
}