mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:37:08 +00:00
Don't save comparison samples
This commit is contained in:
@@ -159,6 +159,12 @@ async function save (baselineProjectID, monitorProjectID, bundle, meta) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async function saveSample (baselineProjectID, monitorProjectID, opts = {}) {
|
||||||
|
DEBUG("Not bothering to save samples. This feature will be removed.");
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
async function saveSample (baselineProjectID, monitorProjectID, opts = {}) {
|
async function saveSample (baselineProjectID, monitorProjectID, opts = {}) {
|
||||||
let sample = opts.sample;
|
let sample = opts.sample;
|
||||||
let populationStats = opts.populationStats;
|
let populationStats = opts.populationStats;
|
||||||
@@ -213,6 +219,7 @@ async function saveSample (baselineProjectID, monitorProjectID, opts = {}) {
|
|||||||
client.release();
|
client.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
async function get (baselineProjectID, monitorProjectID, type = 'geometric_difference') {
|
async function get (baselineProjectID, monitorProjectID, type = 'geometric_difference') {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user