summaryrefslogtreecommitdiffstats
path: root/infra/it/benchmark/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-07-28Set honeycomb version to 1.17.07.1-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: I55f36fb9db260462c1ad2816bbdc2cfd3b47f554 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-27Bump Honeycomb version to 1.17.07v1.17.07Marek Gradzki1-2/+2
Change-Id: I3ff312361a5eedff9ca10cb0ef941e9e2efeeab4 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-18Set honeycomb version back to 1.17.07-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: I49581238280881f128f138b63e854f26998fddee Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-18Bump honeycomb version to 1.17.07-RC2v1.17.07-RC2Marek Gradzki1-2/+2
Change-Id: I2d84081238446e35af7d33e2b9944ac34c2b1832 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-07Set honeycomb version back to 1.17.07-SNAPSHOT (fixed)Marek Gradzki1-2/+2
Second attempt to bump version back to SNAPSHOT. Cannot be submitted before merge job for https://gerrit.fd.io/r/#/c/7476/ is finished. Change-Id: Id9a143b6d7774aaabc3aaad7168eb424fbda0a85 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-07Bump honeycomb version to 1.17.07-RC1 (fixed)v1.17.07-RC1Marek Gradzki1-2/+2
Honeycomb artifacts are published by honeycomb-merge job. Current job settings use 'default' choosing-strategy, which clones most recent commit from target branch. Therefore honeycomb version should not be set to snapshot until merge job is finished and artifacts are available in nexus. This patch is second attempt to bump honeycomb version (has the same contents as https://gerrit.fd.io/r/#/c/7453/) Change-Id: Iabc4431e3f65ff25ba6abeabc0d6c37bbb163963 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-06Set honeycomb version back to 1.17.07-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: Id9a143b6d7774aa3a93aaad7168eb424fbda0a85 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-06Bump version to 1.17.07-RC1Marek Gradzki1-2/+2
Change-Id: I4d24431e3f65ff25ba6abeabc0d6c37bbb163963 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-03-31Bump version to 1.17.07-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: Ie7b486c266ea34df999e7122b5ef12d26aded863 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-01-04Bump Honeycomb version to 17.04Marek Gradzki1-2/+2
Change-Id: I99bc2593d50e59a6d4293e2d98ef3a9569a55008 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-12-19HONEYCOMB-288: JMH's CSV postprocessing to format accepted by Jenkin's plot ↵Marek Gradzki1-0/+19
plugin Generates 3 plots for write operations: - simple-container.csv, - list-in-container.csv, - complex-list-in-container.csv and one plot for read operations: operational-read.csv from benchmark.csv. Jenkins plot plugin uses only first record line from CSV file: https://github.com/jenkinsci/plot-plugin/blob/master/src/main/webapp/help-csv.html#L15 therefore each generated CSV contains two lines: header and single record. Change-Id: I489c3401673d72a4b3ea3ec00197366118d1ff5f Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-12-07Set honeycomb version to 17.01 to allign with vpp releaseMarek Gradzki1-2/+2
Change-Id: I47f37a60f276928672fc2bd53e948641d9278014 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-11-07HONEYCOMB-287 Infra micro-benchmarksMaros Marsalek1-0/+137
Config (write) Operational (read) Add -Pbenchmark to maven execution to include benchmarks Change-Id: Ia4815ffc109e34629279b9418b962a9f91c38c30 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>