mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -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/**
|
metrics/**
|
||||||
bin/**
|
bin/**
|
||||||
**/.idea
|
**/.idea
|
||||||
|
!.idea/scopes
|
||||||
|
!.idea/scopes/**
|
||||||
**/*.iml
|
**/*.iml
|
||||||
**/target
|
**/target
|
||||||
**/.classpath
|
**/.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) {
|
for (RelevancyFunction function : f) {
|
||||||
this.functions.add(function);
|
this.functions.add(function);
|
||||||
function.prependLabels(this);
|
function.prependLabels(this);
|
||||||
throw new RuntimeException("replace me after merge");
|
// TODO: metrics
|
||||||
// DoubleSummaryGauge gauge = ActivityMetrics.summaryGauge(function, function.getUniqueName());
|
// DoubleSummaryGauge gauge = ActivityMetrics.summaryGauge(function, function.getUniqueName());
|
||||||
// this.gauges.add(gauge);
|
// this.gauges.add(gauge);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user