issue_comments
3 rows where issue = 1490160140 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Improve performance for backend datetime handling · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1381988483 | https://github.com/pydata/xarray/pull/7374#issuecomment-1381988483 | https://api.github.com/repos/pydata/xarray/issues/7374 | IC_kwDOAMm_X85SX3iD | headtr1ck 43316012 | 2023-01-13T15:03:34Z | 2023-01-13T15:03:34Z | COLLABORATOR | Great, thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve performance for backend datetime handling 1490160140 | |
1381077264 | https://github.com/pydata/xarray/pull/7374#issuecomment-1381077264 | https://api.github.com/repos/pydata/xarray/issues/7374 | IC_kwDOAMm_X85SUZEQ | dcherian 2448579 | 2023-01-12T22:46:41Z | 2023-01-12T22:46:41Z | MEMBER | Looks like an improvement on my machine
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve performance for backend datetime handling 1490160140 | |
1379571092 | https://github.com/pydata/xarray/pull/7374#issuecomment-1379571092 | https://api.github.com/repos/pydata/xarray/issues/7374 | IC_kwDOAMm_X85SOpWU | Illviljan 14371165 | 2023-01-11T22:33:55Z | 2023-01-11T22:33:55Z | MEMBER | Benchmark are improved if I understand the logs correctly. Unfortunately not significant enough to make ASV report it though. The ratio has to be >1.5 and the improvements on .time_open_dataset are around 1.3-1.4. ``` PR:[ 50.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 50.85%] ··· ======== =========
chunks [ 54.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 54.69%] ··· ========= ============= =============
-- chunks Baseline:[ 75.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 75.85%] ··· ======== ===========
chunks [ 79.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 79.69%] ··· ========= ============ ============
-- chunks ``` PR:[ 50.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 50.85%] ··· ======== ==========
chunks [ 54.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 54.69%] ··· ========= ============ =============
-- chunks Baseline:[ 75.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 75.85%] ··· ======== ==========
chunks [ 79.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 79.69%] ··· ========= ============ ============
-- chunks ``` ``` PR:[ 50.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 50.85%] ··· ======== ============
chunks [ 54.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 54.69%] ··· ========= ============ ============
-- chunks Baseline:[ 75.85%] ··· dataset_io.IOReadCustomEngine.time_open_dataset ok
[ 75.85%] ··· ======== ============
chunks [ 79.69%] ··· dataset_io.IOReadSingleFile.time_read_dataset ok
[ 79.69%] ··· ========= ============ ============
-- chunks |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve performance for backend datetime handling 1490160140 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3