repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/distribution/src/main/java/io/hyperfoil/example/DivideStep.java
distribution/src/main/java/io/hyperfoil/example/DivideStep.java
package io.hyperfoil.example; import java.util.Collections; import java.util.List; import org.kohsuke.MetaInfServices; import io.hyperfoil.api.config.BenchmarkDefinitionException; import io.hyperfoil.api.config.InitFromParam; import io.hyperfoil.api.config.Name; import io.hyperfoil.api.config.Step; import io.hyperfo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/distribution/src/main/java/io/hyperfoil/schema/DocsGenerator.java
distribution/src/main/java/io/hyperfoil/schema/DocsGenerator.java
package io.hyperfoil.schema; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.PrintStream; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import jav...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/distribution/src/main/java/io/hyperfoil/schema/BaseGenerator.java
distribution/src/main/java/io/hyperfoil/schema/BaseGenerator.java
package io.hyperfoil.schema; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.lang.reflect.ParameterizedType; import java.util.ArrayDeque; import java.util.HashSet; import java.util.Queue; import java.util.Set; import java.util.function.Consumer; import ja...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/distribution/src/main/java/io/hyperfoil/schema/Generator.java
distribution/src/main/java/io/hyperfoil/schema/Generator.java
package io.hyperfoil.schema; import java.io.IOException; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Comparator; import java.util.Map; import java.util.TreeMa...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/k8s-deployer/src/main/java/io/hyperfoil/deploy/k8s/K8sDeployer.java
k8s-deployer/src/main/java/io/hyperfoil/deploy/k8s/K8sDeployer.java
package io.hyperfoil.deploy.k8s; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; imp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/k8s-deployer/src/main/java/io/hyperfoil/deploy/k8s/K8sAgent.java
k8s-deployer/src/main/java/io/hyperfoil/deploy/k8s/K8sAgent.java
package io.hyperfoil.deploy.k8s; import java.io.FileOutputStream; import java.io.IOException; import java.nio.file.Path; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.fabric8.kubernetes.api.model.Pod; import io.fabric8.kubernetes.client.KubernetesClient; import io.fabr...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/test/java/io/hyperfoil/controller/JsonWriterTest.java
clustering/src/test/java/io/hyperfoil/controller/JsonWriterTest.java
package io.hyperfoil.controller; import static org.junit.jupiter.api.Assertions.assertEquals; import java.io.StringWriter; import org.junit.jupiter.api.Test; import com.fasterxml.jackson.core.JsonFactory; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonNode; import com.fas...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/test/java/io/hyperfoil/controller/CsvWriterTest.java
clustering/src/test/java/io/hyperfoil/controller/CsvWriterTest.java
package io.hyperfoil.controller; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.List; import org.junit.jupiter.api.Test; import org.junit.jupit...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/LocalController.java
clustering/src/main/java/io/hyperfoil/LocalController.java
package io.hyperfoil; import java.nio.file.Path; import java.util.concurrent.CompletableFuture; import org.kohsuke.MetaInfServices; import io.hyperfoil.clustering.Codecs; import io.hyperfoil.clustering.ControllerVerticle; import io.hyperfoil.internal.Controller; import io.hyperfoil.internal.Properties; import io.ver...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/Hyperfoil.java
clustering/src/main/java/io/hyperfoil/Hyperfoil.java
package io.hyperfoil; import static io.hyperfoil.internal.Properties.CLUSTER_JGROUPS_STACK; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.SocketException; import java.net.UnknownHostException; import java.uti...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/JsonLoader.java
clustering/src/main/java/io/hyperfoil/controller/JsonLoader.java
package io.hyperfoil.controller; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.SortedMap; import java.util.TreeMap; import org.HdrHistogram.Histogram; import io.hyperfoil.api.config.SLA; import io.hyperfoil.api.statis...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/Data.java
clustering/src/main/java/io/hyperfoil/controller/Data.java
package io.hyperfoil.controller; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.api.config.SLA; import io.hyperfoil.api.statistics.StatisticsSnapshot; import io....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/WriterUtil.java
clustering/src/main/java/io/hyperfoil/controller/WriterUtil.java
package io.hyperfoil.controller; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.stream.Stream; class WriterUtil { static <T, E extends Throwable> void printInSync(Map<String, List<T>> map, ThrowingBiConsumer<String, T, E> consumer) throws E { String[] addres...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/CsvWriter.java
clustering/src/main/java/io/hyperfoil/controller/CsvWriter.java
package io.hyperfoil.controller; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.io.PrintWriter; import java.nio.file.Path; import java.util.Arrays; import java.util.Comparator; import java.util.List; import...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/StatisticsStore.java
clustering/src/main/java/io/hyperfoil/controller/StatisticsStore.java
package io.hyperfoil.controller; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.OptionalInt; import java.util.fun...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/controller/JsonWriter.java
clustering/src/main/java/io/hyperfoil/controller/JsonWriter.java
package io.hyperfoil.controller; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.function.Function; import org.HdrHistogram.HistogramIter...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/deploy/ssh/SshDeployer.java
clustering/src/main/java/io/hyperfoil/deploy/ssh/SshDeployer.java
package io.hyperfoil.deploy.ssh; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; import java.nio.file.Paths; import java.security.GeneralSecurityException; import java.util.function.Consumer; import org.apache.logging.log4j.LogManager; import org.apa...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/deploy/ssh/SshDeployedAgent.java
clustering/src/main/java/io/hyperfoil/deploy/ssh/SshDeployedAgent.java
package io.hyperfoil.deploy.ssh; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintStream; import java.nio.charset.StandardCharsets; import java.util.HashMap; import java.ut...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/SessionStatsSender.java
clustering/src/main/java/io/hyperfoil/clustering/SessionStatsSender.java
package io.hyperfoil.clustering; import java.util.HashMap; import java.util.Map; import io.hyperfoil.clustering.messages.SessionStatsMessage; import io.hyperfoil.core.impl.SessionStatsConsumer; import io.hyperfoil.core.util.LowHigh; import io.vertx.core.eventbus.EventBus; public class SessionStatsSender implements S...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/VersionConflictException.java
clustering/src/main/java/io/hyperfoil/clustering/VersionConflictException.java
package io.hyperfoil.clustering; public class VersionConflictException extends Exception { public VersionConflictException() { super(null, null, false, false); } }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/AgentVerticle.java
clustering/src/main/java/io/hyperfoil/clustering/AgentVerticle.java
package io.hyperfoil.clustering; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.Hyperfoil; import io.hyperfoil.api.config.Benchmark; import io.hyperfoil.api.session....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/ControllerVerticle.java
clustering/src/main/java/io/hyperfoil/clustering/ControllerVerticle.java
package io.hyperfoil.clustering; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.Ha...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
true
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/OutputStreamAdapter.java
clustering/src/main/java/io/hyperfoil/clustering/OutputStreamAdapter.java
package io.hyperfoil.clustering; import java.io.OutputStream; import io.netty.buffer.Unpooled; import io.vertx.core.buffer.Buffer; import io.vertx.core.streams.WriteStream; public class OutputStreamAdapter extends OutputStream { private final WriteStream<Buffer> stream; public OutputStreamAdapter(WriteStream<...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/RequestStatsSender.java
clustering/src/main/java/io/hyperfoil/clustering/RequestStatsSender.java
package io.hyperfoil.clustering; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.api.config.Benchmark; import io.hyperfoil.api.config.Phase; import io.hyperfoil.api.statistics.StatisticsSnapshot; import io.hyperfoil.clustering.messages.PhaseStatsCompleteMessage;...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/ControllerServer.java
clustering/src/main/java/io/hyperfoil/clustering/ControllerServer.java
package io.hyperfoil.clustering; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.PrintStream; import java.io.UnsupportedEncodingException; import java.net.InetAddress; impo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
true
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/Codecs.java
clustering/src/main/java/io/hyperfoil/clustering/Codecs.java
package io.hyperfoil.clustering; import java.util.ArrayList; import io.hyperfoil.clustering.messages.AgentControlMessage; import io.hyperfoil.clustering.messages.AgentHello; import io.hyperfoil.clustering.messages.AgentReadyMessage; import io.hyperfoil.clustering.messages.AuxiliaryHello; import io.hyperfoil.clusterin...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/ConnectionStatsSender.java
clustering/src/main/java/io/hyperfoil/clustering/ConnectionStatsSender.java
package io.hyperfoil.clustering; import java.util.HashMap; import java.util.Map; import io.hyperfoil.clustering.messages.ConnectionStatsMessage; import io.hyperfoil.core.impl.ConnectionStatsConsumer; import io.hyperfoil.core.util.LowHigh; import io.vertx.core.eventbus.EventBus; public class ConnectionStatsSender imp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/BaseAuxiliaryVerticle.java
clustering/src/main/java/io/hyperfoil/clustering/BaseAuxiliaryVerticle.java
package io.hyperfoil.clustering; import java.util.Objects; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.Hyperfoil; import io.hyperfoil.clustering.messages.AuxiliaryHello; import io.vertx.core.AbstractVerticle; import io.vertx.core.impl.VertxInternal; import ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/AgentInfo.java
clustering/src/main/java/io/hyperfoil/clustering/AgentInfo.java
package io.hyperfoil.clustering; import java.util.HashMap; import java.util.Map; import io.hyperfoil.api.deployment.DeployedAgent; import io.hyperfoil.api.session.PhaseInstance; class AgentInfo { final String name; final int id; String nodeId; String deploymentId; Status status = Status.STARTING; M...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/Run.java
clustering/src/main/java/io/hyperfoil/clustering/Run.java
package io.hyperfoil.clustering; import java.nio.file.Path; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Supplier; import io.hyperfoil.api.config.Benchmark; import io.hyperfoil.api.config.Phase; import io.hyperfoil.api.session.GlobalData;...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/ControllerPhase.java
clustering/src/main/java/io/hyperfoil/clustering/ControllerPhase.java
package io.hyperfoil.clustering; import java.util.HashMap; import java.util.Map; import java.util.stream.Collectors; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.api.config.Phase; import io.hyperfoil.api.session.GlobalData; public class ControllerPhase { ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/Feeds.java
clustering/src/main/java/io/hyperfoil/clustering/Feeds.java
package io.hyperfoil.clustering; public final class Feeds { public static final String DISCOVERY = "discovery-feed"; public static final String CONTROL = "control-feed"; public static final String RESPONSE = "response-feed"; public static final String STATS = "stats-feed"; }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/Zipper.java
clustering/src/main/java/io/hyperfoil/clustering/Zipper.java
package io.hyperfoil.clustering; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.Arrays; import java.util.LinkedList; import java.util.Queue; import java.util.zip.ZipEntry; import java.util.zip.ZipOutputStream; import org.apache.logging.log4j.Lo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/util/PersistedBenchmarkData.java
clustering/src/main/java/io/hyperfoil/clustering/util/PersistedBenchmarkData.java
package io.hyperfoil.clustering.util; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path; import java.util.Collections; import java.util.Map; import java.util.stream.Collectors; import org....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/util/PersistenceUtil.java
clustering/src/main/java/io/hyperfoil/clustering/util/PersistenceUtil.java
package io.hyperfoil.clustering.util; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache.logging.lo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/SessionStatsMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/SessionStatsMessage.java
package io.hyperfoil.clustering.messages; import java.util.Map; import io.hyperfoil.core.util.LowHigh; public class SessionStatsMessage extends StatsMessage { public final long timestamp; public final Map<String, LowHigh> sessionStats; public SessionStatsMessage(String address, String runId, long timestamp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/AgentStatusMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/AgentStatusMessage.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; public abstract class AgentStatusMessage implements Serializable { protected final String senderId; protected final String runId; public AgentStatusMessage(String senderId, String runId) { this.senderId = senderId; this.runId...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/ConnectionStatsMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/ConnectionStatsMessage.java
package io.hyperfoil.clustering.messages; import java.util.Map; import io.hyperfoil.core.util.LowHigh; public class ConnectionStatsMessage extends StatsMessage { public final long timestamp; public final Map<String, Map<String, LowHigh>> stats; public ConnectionStatsMessage(String address, String runId, lo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseControlMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseControlMessage.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; import java.util.Map; import io.hyperfoil.api.session.GlobalData; public class PhaseControlMessage implements Serializable { private final Command command; private final String phase; private final Map<String, GlobalData.Element> globalD...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/StatsMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/StatsMessage.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; public abstract class StatsMessage implements Serializable { public final String runId; public final String address; public StatsMessage(String address, String runId) { this.runId = runId; this.address = address; } }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/AgentHello.java
clustering/src/main/java/io/hyperfoil/clustering/messages/AgentHello.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; public class AgentHello implements Serializable { private final String name; private final String nodeId; private final String deploymentId; private final String runId; public AgentHello(String name, String nodeId, String deploymen...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseChangeMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseChangeMessage.java
/* * JBoss, Home of Professional Open Source * Copyright 2018 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Vers...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/AgentReadyMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/AgentReadyMessage.java
package io.hyperfoil.clustering.messages; public class AgentReadyMessage extends AgentStatusMessage { public AgentReadyMessage(String senderId, String runId) { super(senderId, runId); } public static class Codec extends ObjectCodec<AgentReadyMessage> { } }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/AgentControlMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/AgentControlMessage.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; import io.hyperfoil.api.config.Benchmark; public class AgentControlMessage implements Serializable { private Command command; private int agentId; private Object param; public AgentControlMessage(Command command, int agentId, Object ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/DelayStatsCompletionMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/DelayStatsCompletionMessage.java
package io.hyperfoil.clustering.messages; public class DelayStatsCompletionMessage extends StatsMessage { public final int phaseId; public final long delay; public DelayStatsCompletionMessage(String address, String runId, int phaseId, long delay) { super(address, runId); this.phaseId = phaseId; ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseStatsCompleteMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/PhaseStatsCompleteMessage.java
package io.hyperfoil.clustering.messages; import java.util.Objects; public class PhaseStatsCompleteMessage extends StatsMessage { public final String phase; public PhaseStatsCompleteMessage(String address, String runId, String phase) { super(address, runId); this.phase = Objects.requireNonNull(phas...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/RequestStatsMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/RequestStatsMessage.java
package io.hyperfoil.clustering.messages; import io.hyperfoil.api.statistics.StatisticsSnapshot; public class RequestStatsMessage extends StatsMessage { public final int phaseId; public final int stepId; public final String metric; public final StatisticsSnapshot statistics; public RequestStatsMessage...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/ObjectCodec.java
clustering/src/main/java/io/hyperfoil/clustering/messages/ObjectCodec.java
/* * JBoss, Home of Professional Open Source * Copyright 2018 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Vers...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/AuxiliaryHello.java
clustering/src/main/java/io/hyperfoil/clustering/messages/AuxiliaryHello.java
package io.hyperfoil.clustering.messages; import java.io.Serializable; public class AuxiliaryHello implements Serializable { private final String name; private final String nodeId; private final String deploymentId; public AuxiliaryHello(String name, String nodeId, String deploymentId) { this.name ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/messages/ErrorMessage.java
clustering/src/main/java/io/hyperfoil/clustering/messages/ErrorMessage.java
package io.hyperfoil.clustering.messages; public class ErrorMessage extends AgentStatusMessage { private final Throwable error; private final boolean fatal; public ErrorMessage(String senderId, String runId, Throwable error, boolean fatal) { super(senderId, runId); this.error = error; this....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebUpload.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebUpload.java
package io.hyperfoil.clustering.webcli; import java.util.HashMap; import java.util.Map; import java.util.concurrent.CountDownLatch; import org.aesh.command.CommandDefinition; import org.aesh.command.CommandException; import org.aesh.command.CommandResult; import org.aesh.command.option.Argument; import io.hyperfoil....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebReport.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebReport.java
package io.hyperfoil.clustering.webcli; import java.nio.charset.StandardCharsets; import org.aesh.command.CommandDefinition; import org.aesh.command.CommandException; import org.aesh.command.CommandResult; import org.aesh.command.option.Option; import io.hyperfoil.cli.commands.BaseRunIdCommand; import io.hyperfoil.c...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebExport.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebExport.java
package io.hyperfoil.clustering.webcli; import org.aesh.command.CommandDefinition; import org.aesh.command.CommandException; import org.aesh.command.CommandResult; import io.hyperfoil.cli.commands.BaseExportCommand; import io.hyperfoil.cli.context.HyperfoilCommandInvocation; import io.hyperfoil.controller.Client; @C...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/Plot.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/Plot.java
package io.hyperfoil.clustering.webcli; import java.util.List; import org.aesh.command.CommandDefinition; import org.aesh.command.CommandException; import org.aesh.command.CommandResult; import org.aesh.command.option.Arguments; import org.aesh.terminal.utils.ANSI; import io.hyperfoil.cli.commands.ServerCommand; imp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebEdit.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebEdit.java
package io.hyperfoil.clustering.webcli; import java.io.IOException; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.concurrent.CountDownLatch; import org.aesh.command.CommandDefinition; import org.aesh.command.CommandException; import org.aesh.command.CommandResult; imp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebsocketOutputStream.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebsocketOutputStream.java
package io.hyperfoil.clustering.webcli; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStream; import java.nio.charset.StandardCharsets; import java.util.concurrent.Callable; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import io.vertx.core...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCLI.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCLI.java
package io.hyperfoil.clustering.webcli; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PipedInputStream; import java.io.PipedOutputStream; import java.io.PrintStream; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCliContext.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCliContext.java
package io.hyperfoil.clustering.webcli; import java.io.ByteArrayOutputStream; import java.io.OutputStreamWriter; import java.time.Duration; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import org.aesh.AeshConsoleRunner; import org.apach...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebRun.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebRun.java
package io.hyperfoil.clustering.webcli; import org.aesh.command.CommandDefinition; import io.hyperfoil.cli.commands.Run; import io.hyperfoil.cli.context.HyperfoilCommandInvocation; import io.hyperfoil.core.impl.ProvidedBenchmarkData; @CommandDefinition(name = "run", description = "Starts benchmark on Hyperfoil Contr...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCliCommandInvocation.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebCliCommandInvocation.java
package io.hyperfoil.clustering.webcli; import java.util.concurrent.TimeUnit; import org.aesh.command.invocation.CommandInvocation; import org.aesh.command.invocation.CommandInvocationProvider; import org.aesh.readline.action.KeyAction; import io.hyperfoil.cli.context.HyperfoilCommandInvocation; public class WebCli...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/clustering/src/main/java/io/hyperfoil/clustering/webcli/WebPager.java
clustering/src/main/java/io/hyperfoil/clustering/webcli/WebPager.java
package io.hyperfoil.clustering.webcli; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.util.concurrent.CountDownLatch; import io.hyperfoil.cli.Pager; import io.hyperfoil.cli.context.HyperfoilCommandInvocation; class WebPager implemen...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/VertxBaseTest.java
core/src/test/java/io/hyperfoil/core/VertxBaseTest.java
package io.hyperfoil.core; import java.util.ArrayList; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.extension.ExtendWith; import io.vertx.core.Vertx; import io.vertx.junit5.VertxExtension; @ExtendWith(VertxExtension.class) public class VertxBaseTest {...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/util/RandomConcurrentSetTest.java
core/src/test/java/io/hyperfoil/core/util/RandomConcurrentSetTest.java
package io.hyperfoil.core.util; import static org.assertj.core.api.Assertions.assertThat; import java.util.BitSet; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.ThreadLocalRandom; import java.util.concurrent....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/util/NoOpClientProvider.java
core/src/test/java/io/hyperfoil/core/util/NoOpClientProvider.java
package io.hyperfoil.core.util; public class NoOpClientProvider { }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/builder/InvalidBenchmarkTest.java
core/src/test/java/io/hyperfoil/core/builder/InvalidBenchmarkTest.java
package io.hyperfoil.core.builder; import static org.junit.jupiter.api.Assertions.assertThrows; import org.junit.jupiter.api.Test; import io.hyperfoil.api.config.BenchmarkBuilder; import io.hyperfoil.api.config.BenchmarkDefinitionException; import io.hyperfoil.api.config.PhaseBuilder; import io.hyperfoil.api.config....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/builder/StepCopyTest.java
core/src/test/java/io/hyperfoil/core/builder/StepCopyTest.java
package io.hyperfoil.core.builder; import java.util.Collections; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; import java.util.function.Consumer; import org.junit.jupiter.api.Test; import io.hyperfoil.api.config.BenchmarkBuilder; import io.hyperfoil.api.config.Locator; import io.hyperfoil...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/test/TestClock.java
core/src/test/java/io/hyperfoil/core/test/TestClock.java
package io.hyperfoil.core.test; import java.time.Clock; import java.time.Instant; import java.time.ZoneId; public class TestClock extends Clock { private Instant instant = Instant.now(); @Override public ZoneId getZone() { return ZoneId.systemDefault(); } @Override public Clock withZone(Zone...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/test/TestUtil.java
core/src/test/java/io/hyperfoil/core/test/TestUtil.java
package io.hyperfoil.core.test; import java.io.InputStream; import java.util.Arrays; import java.util.Collections; import java.util.Map; import java.util.concurrent.ThreadLocalRandom; import java.util.stream.Collectors; import io.hyperfoil.api.config.BenchmarkBuilder; import io.hyperfoil.api.config.BenchmarkData; imp...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/test/CustomExecutorRunner.java
core/src/test/java/io/hyperfoil/core/test/CustomExecutorRunner.java
package io.hyperfoil.core.test; import java.lang.reflect.Method; import java.util.Objects; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; import org.junit.jupiter.api.extension.BeforeEachCallback; import org.junit.jupiter.api.extension.ExtensionContext; import org.junit.jupiter.api.e...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/PoolTest.java
core/src/test/java/io/hyperfoil/core/impl/PoolTest.java
package io.hyperfoil.core.impl; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertio...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/ElasticPoolTest.java
core/src/test/java/io/hyperfoil/core/impl/ElasticPoolTest.java
package io.hyperfoil.core.impl; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertion...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/LockBasedElasticPoolTest.java
core/src/test/java/io/hyperfoil/core/impl/LockBasedElasticPoolTest.java
package io.hyperfoil.core.impl; import java.util.function.Supplier; import io.hyperfoil.api.collection.ElasticPool; public class LockBasedElasticPoolTest extends ElasticPoolTest<Object> { @Override protected ElasticPool<Object> createPoolWith(final Supplier<Object> initSupplier, final Supplier<Object> depleti...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/EventExecutorSessionPoolTest.java
core/src/test/java/io/hyperfoil/core/impl/EventExecutorSessionPoolTest.java
package io.hyperfoil.core.impl; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/ConstantRateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/ConstantRateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import static org.junit.jupiter.api.Assertions.assertEquals; public class ConstantRateGeneratorTest extends RateGeneratorTest { @Override int samples() { return 1000; } @Override RateGenerator newUserGenerator() { return RateGenerator.constantRate(1000)...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/FireTimesCounter.java
core/src/test/java/io/hyperfoil/core/impl/rate/FireTimesCounter.java
package io.hyperfoil.core.impl.rate; final class FireTimesCounter implements FireTimeListener { public long fireTimes; FireTimesCounter() { fireTimes = 0; } @Override public void onFireTime() { fireTimes++; } }
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/RateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/RateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.fail; import org.apache.commons.math3.distribution.ExponentialDistribution; import org.apache.commons.math3.random.JDKRandomGenerator; import org.apache.commons.math3.stat.i...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/RampRateRateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/RampRateRateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.Test; public class RampRateRateGeneratorTest extends RateGeneratorTest { private static double computeRateAtTime(final double initialRate, final double targetRate, final long duration, ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/PoissonConstantRateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/PoissonConstantRateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import java.util.Random; public class PoissonConstantRateGeneratorTest extends RateGeneratorTest { private static final int SEED = 0; @Override int samples() { return 1_000; } @Override RateGenerator newUserGenerator() { // force the Random::nextDo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/DecreasingRumpRateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/DecreasingRumpRateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import static org.junit.jupiter.api.Assertions.assertEquals; public class DecreasingRumpRateGeneratorTest extends RateGeneratorTest { @Override int samples() { // this is using the math series sum formula to calculate the total number of users i.e. sum(1, m) = m * (1 ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/impl/rate/PoissonRampRateGeneratorTest.java
core/src/test/java/io/hyperfoil/core/impl/rate/PoissonRampRateGeneratorTest.java
package io.hyperfoil.core.impl.rate; import java.util.Random; public class PoissonRampRateGeneratorTest extends RateGeneratorTest { private static final int SEED = 0; private static double computeRateAtTime(final double initialRate, final double targetRate, final long duration, final double currentTi...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/generators/RandomUUIDStepTest.java
core/src/test/java/io/hyperfoil/core/generators/RandomUUIDStepTest.java
package io.hyperfoil.core.generators; import static org.junit.jupiter.api.Assertions.assertTrue; import java.util.List; import org.junit.jupiter.api.Test; import io.hyperfoil.api.config.Locator; import io.hyperfoil.api.config.Step; import io.hyperfoil.api.session.ObjectAccess; import io.hyperfoil.api.session.Sessio...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/generators/TimestampStepTest.java
core/src/test/java/io/hyperfoil/core/generators/TimestampStepTest.java
package io.hyperfoil.core.generators; import static org.assertj.core.api.Assertions.assertThat; import org.junit.jupiter.api.Test; import io.hyperfoil.api.config.Locator; import io.hyperfoil.api.session.ObjectAccess; import io.hyperfoil.api.session.Session; import io.hyperfoil.core.session.SessionFactory; import io....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/generators/RandomCsvRowStepTest.java
core/src/test/java/io/hyperfoil/core/generators/RandomCsvRowStepTest.java
package io.hyperfoil.core.generators; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.fail; import static org.junit.jupiter.api.Assertions.assertArrayEquals; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertio...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/generators/PatternTest.java
core/src/test/java/io/hyperfoil/core/generators/PatternTest.java
package io.hyperfoil.core.generators; import static org.assertj.core.api.Assertions.assertThat; import java.nio.charset.StandardCharsets; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import io.hyperfoil.api.config.Locator; import io.hyperfoil.ap...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/BaseBenchmarkParserTest.java
core/src/test/java/io/hyperfoil/core/session/BaseBenchmarkParserTest.java
package io.hyperfoil.core.session; import static org.assertj.core.api.Assertions.assertThat; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path; import java.util.Collections; import java.util.Map; import io.hyperfoil.api.confi...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/ThreadDataTest.java
core/src/test/java/io/hyperfoil/core/session/ThreadDataTest.java
package io.hyperfoil.core.session; import static org.assertj.core.api.Assertions.assertThat; import java.util.concurrent.ThreadLocalRandom; import org.junit.jupiter.api.Test; import io.hyperfoil.api.session.ThreadData; public class ThreadDataTest { private static final String FOO = "foo"; private static fina...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/ExecutorsTest.java
core/src/test/java/io/hyperfoil/core/session/ExecutorsTest.java
package io.hyperfoil.core.session; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.fail; import java.util.HashSet; import java.util.Set; import org.junit.jupiter.api.Test; public class ExecutorsTest extends BaseScenarioTest { public static final int CLIENT_...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/ManualLoopTest.java
core/src/test/java/io/hyperfoil/core/session/ManualLoopTest.java
package io.hyperfoil.core.session; import static io.hyperfoil.core.builders.StepCatalog.SC; import org.junit.jupiter.api.Test; import io.hyperfoil.core.steps.RestartSequenceAction; import io.hyperfoil.core.steps.SetIntAction; public class ManualLoopTest extends BaseScenarioTest { @Test public void test() { ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/BaseScenarioTest.java
core/src/test/java/io/hyperfoil/core/session/BaseScenarioTest.java
package io.hyperfoil.core.session; import java.util.HashMap; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.junit.jupiter.api.BeforeEach; import io.hyperfoil.api.config.Benchmark; import io.hyperfoil.api.config.BenchmarkBuilder; import io.hyperfoi...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/session/JsonStepTest.java
core/src/test/java/io/hyperfoil/core/session/JsonStepTest.java
package io.hyperfoil.core.session; import static org.assertj.core.api.Assertions.assertThat; import java.nio.charset.StandardCharsets; import org.junit.jupiter.api.Test; import io.hyperfoil.api.session.ObjectAccess; import io.hyperfoil.api.session.ReadAccess; import io.hyperfoil.core.data.DataFormat; import io.hype...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/handlers/SearchHandlerTest.java
core/src/test/java/io/hyperfoil/core/handlers/SearchHandlerTest.java
package io.hyperfoil.core.handlers; import java.nio.charset.StandardCharsets; import org.junit.jupiter.api.Test; import io.hyperfoil.api.session.ResourceUtilizer; import io.hyperfoil.api.session.Session; import io.hyperfoil.core.session.SessionFactory; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled;...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/handlers/JsonHandlerTest.java
core/src/test/java/io/hyperfoil/core/handlers/JsonHandlerTest.java
package io.hyperfoil.core.handlers; import static org.assertj.core.api.Assertions.assertThat; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.junit.jupiter.api.Test; import io.hyperfoil.api.processor.Processor; import io.hyperfoil.api....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/handlers/ExpectProcessor.java
core/src/test/java/io/hyperfoil/core/handlers/ExpectProcessor.java
package io.hyperfoil.core.handlers; import static org.assertj.core.api.Assertions.assertThat; import java.util.Deque; import java.util.LinkedList; import java.util.function.Predicate; import io.hyperfoil.api.processor.Processor; import io.hyperfoil.api.session.Session; import io.hyperfoil.impl.Util; import io.netty....
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/handlers/ProcessorAssertion.java
core/src/test/java/io/hyperfoil/core/handlers/ProcessorAssertion.java
package io.hyperfoil.core.handlers; import static org.junit.jupiter.api.Assertions.assertEquals; import io.hyperfoil.api.processor.Processor; import io.hyperfoil.api.session.Session; import io.netty.buffer.ByteBuf; import io.vertx.junit5.VertxTestContext; public class ProcessorAssertion { private final int assert...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/handlers/json/StreamQueueTest.java
core/src/test/java/io/hyperfoil/core/handlers/json/StreamQueueTest.java
package io.hyperfoil.core.handlers.json; import static org.junit.jupiter.api.Assertions.assertArrayEquals; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import java.util.ArrayList; i...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/test/java/io/hyperfoil/core/parser/TemplateIteratorTest.java
core/src/test/java/io/hyperfoil/core/parser/TemplateIteratorTest.java
package io.hyperfoil.core.parser; import static org.assertj.core.api.Assertions.assertThat; import java.io.IOException; import java.io.StringReader; import java.util.Collections; import java.util.Iterator; import java.util.Map; import org.junit.jupiter.api.Test; import org.yaml.snakeyaml.Yaml; import org.yaml.snakey...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/main/java/io/hyperfoil/core/util/CountDown.java
core/src/main/java/io/hyperfoil/core/util/CountDown.java
package io.hyperfoil.core.util; import io.vertx.core.AsyncResult; import io.vertx.core.Future; import io.vertx.core.Handler; public class CountDown implements Handler<AsyncResult<Void>> { private Handler<AsyncResult<Void>> handler; private int value; public CountDown(Handler<AsyncResult<Void>> handler, int ...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/main/java/io/hyperfoil/core/util/ConstantBytesGenerator.java
core/src/main/java/io/hyperfoil/core/util/ConstantBytesGenerator.java
package io.hyperfoil.core.util; import io.hyperfoil.api.connection.Connection; import io.hyperfoil.api.session.Session; import io.hyperfoil.function.SerializableBiFunction; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; public class ConstantBytesGenerator implements SerializableBiFunction<Session, C...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/main/java/io/hyperfoil/core/util/FromVarBytesGenerator.java
core/src/main/java/io/hyperfoil/core/util/FromVarBytesGenerator.java
package io.hyperfoil.core.util; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.hyperfoil.api.connection.Connection; import io.hyperfoil.api.session.ReadAccess; import io.hyperfoil.api.session.Session; import io.hyperfoil.function.SerializableBiFunction; import io.hyperfo...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false
Hyperfoil/Hyperfoil
https://github.com/Hyperfoil/Hyperfoil/blob/70ad9cad7ba105e88d7c62e7b65892ecd288f034/core/src/main/java/io/hyperfoil/core/util/CpuWatchdog.java
core/src/main/java/io/hyperfoil/core/util/CpuWatchdog.java
package io.hyperfoil.core.util; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; import java.util.function.B...
java
Apache-2.0
70ad9cad7ba105e88d7c62e7b65892ecd288f034
2026-01-05T02:38:03.557103Z
false