com.carrotsearch.junitbenchmarks.mysql.003-new-result.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-benchmarks Show documentation
Show all versions of junit-benchmarks Show documentation
A framework for writing performance micro-benchmarks using JUnit4 annotations.
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
(?, ?, ?, ?, ?,
?, ?,
?, ?,
?, ?,
?, ?);