summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-31 09:06:42 -0500
committerFrederick Muriuki Muriithi2025-03-31 09:06:42 -0500
commit55089631d14f0cd02b273060c7565f1821dc4e7b (patch)
tree19906361a1e04ae2bf88d6db1e2f7de78ec513d2
parent2c9c2eff9d3b136b9484dac011424d4f277e12e1 (diff)
downloadgn-gemtext-55089631d14f0cd02b273060c7565f1821dc4e7b.tar.gz
GN2,GN3: Fix displayed time (new issue)
-rw-r--r--issues/genenetwork2/fix-display-for-time-consumed-for-correlations.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/genenetwork2/fix-display-for-time-consumed-for-correlations.gmi b/issues/genenetwork2/fix-display-for-time-consumed-for-correlations.gmi
new file mode 100644
index 0000000..2a07122
--- /dev/null
+++ b/issues/genenetwork2/fix-display-for-time-consumed-for-correlations.gmi
@@ -0,0 +1,15 @@
+# Fix Display for the Time Consumed for Correlations
+
+## Tags
+
+* type: bug
+* status: open
+* priority: low
+* assigned:
+* keywords: gn2, genenetwork2, genenetwork 2, gn3, genenetwork3 genenetwork 3, correlations, time display
+
+## Description
+
+The breakdown of the time consumed for the correlations computations, displayed at the bottom of the page, is not representative of reality. The time that GeneNetwork3 (or background process) takes for the computations is not actually represented in the breakdown, leading to wildly inaccurate displays of total time.
+
+This will need to be fixed.