issue_comments
7 rows where author_association = "MEMBER" and issue = 1688781350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- [skip-ci] Add cftime groupby, resample benchmarks · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1531721493 | https://github.com/pydata/xarray/pull/7795#issuecomment-1531721493 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bTDcV | dcherian 2448579 | 2023-05-02T15:56:48Z | 2023-05-02T15:56:48Z | MEMBER | Thanks @Illviljan I'm merging so I can run benchmarks on a few other PRs |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | |
1530439461 | https://github.com/pydata/xarray/pull/7795#issuecomment-1530439461 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bOKcl | dcherian 2448579 | 2023-05-01T22:23:53Z | 2023-05-01T22:23:53Z | MEMBER | well that was it apparently 🤷🏾♂️ |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | |
1530417559 | https://github.com/pydata/xarray/pull/7795#issuecomment-1530417559 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bOFGX | dcherian 2448579 | 2023-05-01T22:13:03Z | 2023-05-01T22:13:03Z | MEMBER |
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | |
1530367137 | https://github.com/pydata/xarray/pull/7795#issuecomment-1530367137 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bN4yh | dcherian 2448579 | 2023-05-01T21:53:34Z | 2023-05-01T21:53:34Z | MEMBER | Here's a truncated diff: ``` 5c5 < Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | |
1530349371 | https://github.com/pydata/xarray/pull/7795#issuecomment-1530349371 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bN0c7 | dcherian 2448579 | 2023-05-01T21:44:08Z | 2023-05-01T21:44:08Z | MEMBER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | ||
1530345382 | https://github.com/pydata/xarray/pull/7795#issuecomment-1530345382 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bNzem | Illviljan 14371165 | 2023-05-01T21:41:56Z | 2023-05-01T21:41:56Z | MEMBER | Feels like it worked quite recently, has something changed? Benchmarks still works on the flox side. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 | |
1529882778 | https://github.com/pydata/xarray/pull/7795#issuecomment-1529882778 | https://api.github.com/repos/pydata/xarray/issues/7795 | IC_kwDOAMm_X85bMCia | dcherian 2448579 | 2023-05-01T16:01:59Z | 2023-05-01T16:01:59Z | MEMBER | I'm not sure why asv can't create the env for benchmarking. ``` + echo 'Baseline: 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d (pydata:main)' ram [7110632]: Baseline: 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d (pydata:main) + echo 'Contender: 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 (dcherian:bench-cftime-groupby)' Contender: 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 (dcherian:bench-cftime-groupby) ++ which conda + export CONDA_EXE=/usr/bin/conda + CONDA_EXE=/usr/bin/conda + ASV_OPTIONS='--split --show-stderr --factor 1.5' + asv continuous --split --show-stderr --factor 1.5 25d9a28e12141b9b5e4a79454eb76ddd2ee2bc4d 4ca69efdf7e5e3fc661e5ec3ae618d102a374f32 + tee benchmarks.log + sed '/Traceback \|failed$\|PERFORMANCE DECREASED/ s/^/::error::/' Traceback (most recent call last): File "/home/runner/micromamba-root/envs/xarray-tests/bin/asv", line 10, in <module> sys.exit(main()) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/main.py", line 38, in main result = args.func(args) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/init.py", line 49, in run_from_args return cls.run_from_conf_args(conf, args) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/continuous.py", line 75, in run_from_conf_args return cls.run( File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/continuous.py", line 114, in run result = Run.run( File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/run.py", line 294, in run Setup.perform_setup(environments, parallel=parallel) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/setup.py", line 89, in perform_setup list(map(_create, environments)) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/commands/setup.py", line 21, in _create env.create() File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/environment.py", line 704, in create self._setup() File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/plugins/conda.py", line 174, in _setup self._run_conda(['env', 'create', '-f', env_file_name, File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/plugins/conda.py", line 227, in _run_conda return util.check_output([conda] + args, env=env) File "/home/runner/micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/asv/util.py", line 754, in check_output raise ProcessError(args, retcode, stdout, stderr) asv.util.ProcessError: Command '/usr/bin/conda env create -f /tmp/tmphnyugp42.yml -p /home/runner/work/xarray/xarray/asv_bench/.asv/env/df282ba4a530a0853b7f9108ec3ff02d --force' returned non-zero exit status 1 · Creating environments ·· Error running /usr/bin/conda env create -f /tmp/tmphnyugp42.yml -p /home/runner/work/xarray/xarray/asv_bench/.asv/env/df282ba4a530a0853b7f9108ec3ff02d --force (exit status 1) STDOUT --------> STDERR --------> SpecNotFound: /tmp/tmphnyugp42.yml is not a valid yaml file. ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[skip-ci] Add cftime groupby, resample benchmarks 1688781350 |
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 2