This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch fixup-0.7.0-rc3
in repository https://gitbox.apache.org/repos/asf/otava.git

commit 6a9e4fa3138724cf9e485feea13d191fbd0edb71
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Mon Nov 10 22:27:37 2025 -0800

    Bump year in the postgres example data
    
    By default, Otava looks 1 year back. Example data is too old.
---
 examples/postgresql/init-db/schema.sql | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/postgresql/init-db/schema.sql 
b/examples/postgresql/init-db/schema.sql
index 632cf3f..1092331 100644
--- a/examples/postgresql/init-db/schema.sql
+++ b/examples/postgresql/init-db/schema.sql
@@ -75,12 +75,12 @@ INSERT INTO configs (id, benchmark, store, instance_type, 
cache) VALUES
 INSERT INTO experiments
     (id, ts, branch, commit, commit_ts, username, details_url)
 VALUES
-    ('aggregate-36e5ccd2', '2024-03-14 12:03:02+00', 'trunk', '36e5ccd2', 
'2024-03-13 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-36e5ccd2'),
-    ('aggregate-d5460f38', '2024-03-27 12:03:02+00', 'trunk', 'd5460f38', 
'2024-03-25 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-d5460f38'),
-    ('aggregate-bc9425cb', '2024-04-01 12:03:02+00', 'trunk', 'bc9425cb', 
'2024-04-02 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-bc9425cb'),
-    ('aggregate-14df1b11', '2024-04-07 12:03:02+00', 'trunk', '14df1b11', 
'2024-04-06 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-14df1b11'),
-    ('aggregate-ac40c0d8', '2024-04-14 12:03:02+00', 'trunk', 'ac40c0d8', 
'2024-04-13 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-ac40c0d8'),
-    ('aggregate-0af4ccbc', '2024-04-28 12:03:02+00', 'trunk', '0af4ccbc', 
'2024-04-27 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-0af4ccbc');
+    ('aggregate-36e5ccd2', '2025-03-14 12:03:02+00', 'trunk', '36e5ccd2', 
'2025-03-13 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-36e5ccd2'),
+    ('aggregate-d5460f38', '2025-03-27 12:03:02+00', 'trunk', 'd5460f38', 
'2025-03-25 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-d5460f38'),
+    ('aggregate-bc9425cb', '2025-04-01 12:03:02+00', 'trunk', 'bc9425cb', 
'2025-04-02 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-bc9425cb'),
+    ('aggregate-14df1b11', '2025-04-07 12:03:02+00', 'trunk', '14df1b11', 
'2025-04-06 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-14df1b11'),
+    ('aggregate-ac40c0d8', '2025-04-14 12:03:02+00', 'trunk', 'ac40c0d8', 
'2025-04-13 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-ac40c0d8'),
+    ('aggregate-0af4ccbc', '2025-04-28 12:03:02+00', 'trunk', '0af4ccbc', 
'2025-04-27 10:03:02+00', 'ci', 
'https://example.com/experiments/aggregate-0af4ccbc');
 
 
 INSERT INTO results (experiment_id, config_id, process_cumulative_rate_mean, 
process_cumulative_rate_stderr, process_cumulative_rate_diff)

Reply via email to