浏览代码

Remove very slow line in perf test.

This single line change brought the test from 140 triples/s
to 370,000 triples/s. Gotta find a way to optimize LSUP_graph_size()!
scossu 9 月之前
父节点
当前提交
f3a3a13779
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/graph.c

+ 0 - 1
src/graph.c

@@ -357,7 +357,6 @@ LSUP_graph_add_txn (
             rc = db_rc;
             goto finally;
         }
-        log_trace ("Graph size at end of add iter: %lu", LSUP_graph_size (gr));
     }
 
 finally: