Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.51 KB

File metadata and controls

30 lines (23 loc) · 1.51 KB

CPU, Case 1

  • process bcrypt hashing with cost factor 11

Environment

  • AWS t2.xlarge (4core 16g) -> Docker, Spring Web
  • AWS t2.xlarge (4core 16g) -> Docker, Spring Reactive Web
  • AWS t2.xlarge (4core 16g) -> Docker, Vert.x
  • AWS t2.xlarge (4core 16g) -> Docker, Ktor
  • AWS t2.2xlarge (8core 32g) -> openjdk-11-jdk, Apache-JMeter-5.4.1)

Context

  • jmeter use constant throughput timer to keep 20 RPS

Procedure

  • warm twice and hit once

vertx.deployVerticle("com.example.demo.vertx.VertxVerticle", DeploymentOptions().setInstances(VertxOptions.DEFAULT_EVENT_LOOP_POOL_SIZE))