Commit Graph

5 Commits

Author SHA1 Message Date
jason plumb 1c58c132a3
test script cleans up the data it inserts. (#3765) 2021-08-04 12:06:56 +03:00
jason plumb f96e545330
Response to additional code review comments from #3648. (#3761) 2021-08-03 23:33:47 +03:00
jason plumb 6d7cb287cc
Overhead results collector (#3648)
* Skeleton for overhead testing subproject.

* clone into base image instead of submodule

* remove submodules file (even though it was empty)

* set up a junit-based test running project that leverages testcontianers.

* remove builder

* remove builder

* cleanup

* repackage

* leverage an agent object

* simplify writing

* Skeleton for overhead testing subproject.

* clone into base image instead of submodule

* use multi-stage dockerfile to simplify image

* strip ssh and add CMD

* use the JRE base for the final stage

* rebasing

* format tweak

* cleanup

* repackage

* include peak threads

* imports

* write startup file

* fix sorting

* fix writing to allow overwrites

* code review comments

* let results just be a list (instead of map)

* remove gitmodules

* increase usage of naming conventinos (code review comment)
2021-08-02 13:23:05 +03:00
jason plumb e7a940ae7e
Overhead testing foundations (#3627)
* Skeleton for overhead testing subproject.

* clone into base image instead of submodule

* remove submodules file (even though it was empty)

* set up a junit-based test running project that leverages testcontianers.

* remove builder

* remove builder

* cleanup

* repackage

* update base image url

* leverage an agent object

* add optional jvmargs to the Agent

* cleanup and handle file urls

* allow overwrite

* cleanup

* simplify writing

* simplify writing

* remove dead comment

* pass url
2021-07-27 12:55:37 -07:00
jason plumb ec30d420e9
Skeleton for overhead testing subproject. (#3554)
* Skeleton for overhead testing subproject.

* clone into base image instead of submodule

* remove submodules file (even though it was empty)

* use multi-stage dockerfile to simplify image

* strip ssh and add CMD

* use the JRE base for the final stage
2021-07-20 09:42:26 +09:00