mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
diag is diag-attic and diag is now a DriverAdapter, long live diag
This commit is contained in:
@@ -30,7 +30,7 @@ import org.apache.logging.log4j.Logger;
|
||||
*
|
||||
* Diag serves as a basic template for implementing your own activity type.
|
||||
*/
|
||||
@Service(value = ActivityType.class, selector = "diag")
|
||||
@Service(value = ActivityType.class, selector = "diag-attic")
|
||||
public class DiagActivityType implements ActivityType<DiagActivity> {
|
||||
|
||||
private static final Logger logger = LogManager.getLogger(DiagActivityType.class);
|
||||
|
Reference in New Issue
Block a user