Jelajahi Sumber

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 bulan lalu
induk
melakukan
f3a3a13779
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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: