Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Jezza/ExperiJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExperiJ

ExperiJ is a fast and customisable runtime experiment manager for Java.

Features include:

  • Ease of use.
    • Annotation based.
  • Experiment results accessible during runtime.

Note: It doesn't run the experiments in parallel, but one after the other, with the control being first.

Usage

@Control
public static int controlMethod(String originalPath) {
	// Some random code
}

@Experiment
public static String experiment1() {
	// Some random code
}

@Experiment
public static String experiment2() {
	// Some random code
}

@Experiment
public static String experiment3() {
	// Some random code
}

About

Runtime experiments to determine what's the best way to do a thing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published