diff options
author | Frederick Muriuki Muriithi | 2025-03-31 09:06:42 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-31 09:06:42 -0500 |
commit | 55089631d14f0cd02b273060c7565f1821dc4e7b (patch) | |
tree | 19906361a1e04ae2bf88d6db1e2f7de78ec513d2 | |
parent | 2c9c2eff9d3b136b9484dac011424d4f277e12e1 (diff) | |
download | gn-gemtext-55089631d14f0cd02b273060c7565f1821dc4e7b.tar.gz |
GN2,GN3: Fix displayed time (new issue)
-rw-r--r-- | issues/genenetwork2/fix-display-for-time-consumed-for-correlations.gmi | 15 |
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. |