소스 검색

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: