fredia commented on PR #63: URL: https://github.com/apache/flink-benchmarks/pull/63#issuecomment-1419180287
Thanks for your feedback and advice, I have updated the `save_jmh_result.py`. The issue with the cache of trend=10(default trend) still exists, e.g. 1. There is only one table in the response of trend=10: http://codespeed.dak8s.net:8000/changes/table/?tre=10&rev=7326addbb3f-9fa36c4-1675623864&exe=1&env=2 2. There are **two tables** in the response of trend=20: http://codespeed.dak8s.net:8000/changes/table/?tre=20&rev=7326addbb3f-9fa36c4-1675623864&exe=1&env=2 Because the "cache" for a specific `(revision, executable, environment)` is [stored in the database](https://github.com/tobami/codespeed/blob/263860bc298fd970c8466b3161de386582e4f801/codespeed/models.py#L261), it will not change automatically unless reuploading or updating the database manually, I'd like to manually update the database if necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
