fix compile
[c11concurrency-benchmarks.git] / silo / benchmarks / bench.cc
index a1c12bb7e61625f590f70096cdafcefc51e1b3a6..cfd4f1b53c500b7e59c860a68f1c588e6ad4314c 100644 (file)
@@ -340,7 +340,8 @@ bench_runner::run()
     cerr << "avg_persist_latency: " << avg_persist_latency_ms << " ms" << endl;
     cerr << "agg_abort_rate: " << agg_abort_rate << " aborts/sec" << endl;
     cerr << "avg_per_core_abort_rate: " << avg_per_core_abort_rate << " aborts/sec/core" << endl;
-    cerr << "txn breakdown: " << format_list(agg_txn_counts.begin(), agg_txn_counts.end()) << endl;
+    //BD next line doesn't compile
+    //    cerr << "txn breakdown: " << format_list(agg_txn_counts.begin(), agg_txn_counts.end()) << endl;
     cerr << "--- system counters (for benchmark) ---" << endl;
     for (map<string, counter_data>::iterator it = ctrs.begin();
          it != ctrs.end(); ++it)