All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotsearch.junitbenchmarks.mysql.003-new-result.sql Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version

INSERT INTO TESTS 
  (RUN_ID, CLASSNAME, NAME, BENCHMARK_ROUNDS, WARMUP_ROUNDS,
   ROUND_AVG, ROUND_STDDEV,
   GC_AVG, GC_STDDEV,
   GC_INVOCATIONS, GC_TIME,
   TIME_BENCHMARK, TIME_WARMUP
  ) 
VALUES
  (?,      ?,         ?,    ?,                ?,
   ?, ?,
   ?, ?,
   ?, ?,
   ?, ?);
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy