Class ElementIngestTest


  • public class ElementIngestTest
    extends Object
    This class measures the time taken to add some elements to the provided Graph.

    The test is configured using a ElementIngestTestProperties. This specifies the class to be used to generate the random elements and the number of random elements.

    • Constructor Detail

    • Method Detail

      • run

        public double run()
        Runs a test of adding elements in batches.
        Returns:
        The rate at which elements were added (number of elements per second).
      • main

        public static void main​(String[] args)