mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-21 22:53:30 -06:00
update TODO scopes
This commit is contained in:
parent
06be5cde64
commit
bf2b16bbe3
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@ local/**
|
||||
metrics/**
|
||||
bin/**
|
||||
**/.idea
|
||||
!.idea/scopes
|
||||
!.idea/scopes/**
|
||||
**/*.iml
|
||||
**/target
|
||||
**/.classpath
|
||||
|
3
.idea/scopes/project_Java_files.xml
Normal file
3
.idea/scopes/project_Java_files.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<component name="DependencyValidationManager">
|
||||
<scope name="project Java files" pattern="file:*.java" />
|
||||
</component>
|
@ -57,7 +57,7 @@ public class RelevancyMeasures implements NBLabeledElement {
|
||||
for (RelevancyFunction function : f) {
|
||||
this.functions.add(function);
|
||||
function.prependLabels(this);
|
||||
throw new RuntimeException("replace me after merge");
|
||||
// TODO: metrics
|
||||
// DoubleSummaryGauge gauge = ActivityMetrics.summaryGauge(function, function.getUniqueName());
|
||||
// this.gauges.add(gauge);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user