Uses of Interface
org.episteme.benchmarks.benchmark.RunnableBenchmark
Packages that use RunnableBenchmark
Package
Description
-
Uses of RunnableBenchmark in org.episteme.benchmarks.benchmark
Subinterfaces of RunnableBenchmark in org.episteme.benchmarks.benchmarkModifier and TypeInterfaceDescriptioninterfaceA benchmark that is tied to a specific AlgorithmProvider.Classes in org.episteme.benchmarks.benchmark that implement RunnableBenchmarkModifier and TypeClassDescriptionclassA benchmark that compares multiple implementations of the same algorithm.Methods in org.episteme.benchmarks.benchmark that return types with arguments of type RunnableBenchmarkModifier and TypeMethodDescriptionstatic List<RunnableBenchmark> BenchmarkRegistry.discover()ComparisonBenchmark.getImplementations()Methods in org.episteme.benchmarks.benchmark with parameters of type RunnableBenchmarkModifier and TypeMethodDescriptionvoidComparisonBenchmark.addImplementation(String name, RunnableBenchmark impl) -
Uses of RunnableBenchmark in org.episteme.benchmarks.benchmark.benchmarks
Subinterfaces of RunnableBenchmark in org.episteme.benchmarks.benchmark.benchmarksModifier and TypeInterfaceDescriptioninterfaceSystematicBenchmark<P extends AlgorithmProvider>Base interface for systematic benchmarks that can be multi-instantiated for different AlgorithmProviders.Classes in org.episteme.benchmarks.benchmark.benchmarks that implement RunnableBenchmarkModifier and TypeClassDescriptionclassSystematic benchmark for High-Precision Complex Linear Algebra.classSystematic benchmark for High-Precision Complex Matrix Inversion.classSystematic benchmark for High-Precision Complex Matrix Solve.classBenchmark for distributed matrix operations.classBenchmark for HDF5 Read operations using native HDF5 library.classBenchmark for HDF5 Write operations using native HDF5 library.classBenchmark specifically designed to quantify the network penalty of gRPC distribution compared to high-performance local backends (Panama-FFM).classBenchmark for Quantum Circuit Simulation.classSystematic Benchmark for Agent Systems.classBenchmark for Audio Processing Providers (Tarsos, Native, etc.).classA benchmark that systematically tests all available BayesianInferenceProviders.classBenchmark for Distributed Computing Providers (MPI, Spark).classSystematic benchmark for Finite Element Method (FEM) providers.classA benchmark that systematically tests all available FFTProviders.classA benchmark that systematically tests all available GeneticAlgorithmProviders.classA benchmark that systematically tests all available GraphAlgorithmProviders.classA benchmark that tests Matrix Inversion performance.classSystematic benchmark for Lattice Boltzmann Method (LBM) providers.classA benchmark that systematically tests all available MandelbrotProviders.classBenchmark for Social/Geography Map Backends.classA benchmark that systematically tests all available LinearAlgebraProviders.classSystematic benchmark for Maxwell's Equations providers.classSystematic benchmark for Machine Learning providers.classSystematic benchmark for Molecular Dynamics (MD) providers.classA benchmark that systematically tests all available MonteCarloAlgorithmProviders.classA benchmark that systematically tests all available NBodyAlgorithmProviders.classA benchmark that systematically tests all available ODESolverProviders.classA benchmark that systematically tests all available SimulationProviders.classA benchmark that tests Matrix Solve (Ax = B) performance.classA benchmark that systematically tests all available SparseLinearAlgebraProviders.classA benchmark that systematically tests all available SPHFluidProviders.classA benchmark that systematically tests all available TensorProviders.classBenchmark for Computer Vision Providers (JavaCV, OpenCL, etc.). -
Uses of RunnableBenchmark in org.episteme.benchmarks.benchmark.benchmarks.jmh_generated
Classes in org.episteme.benchmarks.benchmark.benchmarks.jmh_generated that implement RunnableBenchmarkModifier and TypeClassDescriptionclassclassclassclass -
Uses of RunnableBenchmark in org.episteme.benchmarks.testing
Methods in org.episteme.benchmarks.testing that return RunnableBenchmarkMethods in org.episteme.benchmarks.testing with parameters of type RunnableBenchmarkModifier and TypeMethodDescriptionvoidBenchmarkTestSuite.addScenario(RunnableBenchmark benchmark, String description, Map<String, String> parameters) Constructors in org.episteme.benchmarks.testing with parameters of type RunnableBenchmarkModifierConstructorDescriptionBenchmarkScenario(RunnableBenchmark benchmark, String description, Map<String, String> parameters) -
Uses of RunnableBenchmark in org.episteme.benchmarks.ui
Methods in org.episteme.benchmarks.ui that return RunnableBenchmarkConstructors in org.episteme.benchmarks.ui with parameters of type RunnableBenchmarkModifierConstructorDescriptionBenchmarkItem(String name, String domain, String backend, String provider, String description, RunnableBenchmark benchmark) BenchmarkItem(String name, String domain, RunnableBenchmark benchmark) BenchmarkItem(RunnableBenchmark benchmark)