Skip to content
Snippets Groups Projects
Commit 8bc88d21 authored by Sören Henning's avatar Sören Henning
Browse files

Align package structure for HTTP Bridge

parent ae8c5041
No related branches found
No related tags found
1 merge request!249Align package structure among all benchmark implementations
Pipeline #6728 passed
......@@ -6,8 +6,6 @@ plugins {
id 'application'
}
tasks.distZip.enabled = false
repositories {
mavenCentral()
maven {
......@@ -29,3 +27,8 @@ dependencies {
testImplementation 'junit:junit:4.12'
}
tasks.distZip.enabled = false
mainClassName = "rocks.theodolite.benchmarks.httpbridge.HttpBridge"
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
/**
* A class for converting objects to strings.
......
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
import theodolite.commons.workloadgeneration.RecordSender;
......
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
import java.util.List;
import java.util.Objects;
......
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
import com.google.gson.Gson;
......
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
import java.util.List;
import theodolite.commons.workloadgeneration.RecordSender;
......
package theodolite.commons.httpbridge;
package rocks.theodolite.benchmarks.httpbridge;
import io.javalin.Javalin;
import java.util.Collection;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment