Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-28 Thread via GitHub
henrikingo commented on PR #28: URL: https://github.com/apache/hunter/pull/28#issuecomment-2618727345 > Maybe remove it for now and I can start a email thread whether we want to deprecate it. Was going to do this but realized the regressions feature is still in the docs serving the u

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-27 Thread via GitHub
Ge merged PR #28: URL: https://github.com/apache/hunter/pull/28 -- 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: commits-unsubscr...@hunter.apache.or

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-27 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1931090688 ## docs/VALIDATING_PERF.md: ## @@ -0,0 +1,45 @@ +# Validating Performance against Baseline Review Comment: 38f531f -- This is an automated message from the Apache Git

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-27 Thread via GitHub
henrikingo commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1930130757 ## docs/VALIDATING_PERF.md: ## @@ -0,0 +1,45 @@ +# Validating Performance against Baseline Review Comment: Maybe remove it for now and I can start a email thread whet

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-27 Thread via GitHub
henrikingo commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1930111282 ## docs/ANALYZE.md: ## @@ -0,0 +1,46 @@ +# Finding Change Points + +``` +hunter analyze ... +hunter analyze ... +``` + +This command prints interesting results of all +r

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929959099 ## docs/FEATURE_BRANCH.md: ## @@ -0,0 +1,52 @@ +# Validating Performance of a Feature Branch + +The `hunter regressions` command can work with feature branches. + +First you

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929955752 ## README.md: ## @@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions _This is an unsupported open source project created by DataStax employees._ -Hunter performs s

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929949312 ## docs/INSTALL.md: ## @@ -0,0 +1,19 @@ +# Installation Review Comment: README no longer contains installation instructions or anything else really that belongs in the d

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929948889 ## docs/GETTING_STARTED.md: ## @@ -0,0 +1,129 @@ +# Getting Started + +## Installation + +Hunter requires Python 3.8. If you don't have python 3.8, +use pyenv to install it.

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929948727 ## docs/ANALYZE.md: ## @@ -0,0 +1,46 @@ +# Finding Change Points + +``` +hunter analyze ... +hunter analyze ... +``` + +This command prints interesting results of all +runs

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929948509 ## docs/ANALYZE.md: ## @@ -0,0 +1,46 @@ +# Finding Change Points + +``` +hunter analyze ... +hunter analyze ... +``` + +This command prints interesting results of all +runs

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929946829 ## docs/ANALYZE.md: ## @@ -0,0 +1,46 @@ +# Finding Change Points + +``` +hunter analyze ... +hunter analyze ... +``` + +This command prints interesting results of all +runs

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929947033 ## docs/ANALYZE.md: ## @@ -0,0 +1,46 @@ +# Finding Change Points + +``` +hunter analyze ... +hunter analyze ... +``` + +This command prints interesting results of all +runs

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929946724 ## README.md: ## @@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions _This is an unsupported open source project created by DataStax employees._ -Hunter performs s

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-26 Thread via GitHub
Ge commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1929946641 ## README.md: ## @@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions _This is an unsupported open source project created by DataStax employees._ -Hunter performs s

Re: [PR] Introduce docs and reproducible examples [hunter]

2025-01-23 Thread via GitHub
henrikingo commented on code in PR #28: URL: https://github.com/apache/hunter/pull/28#discussion_r1926812812 ## README.md: ## @@ -4,409 +4,38 @@ Hunter – Hunts Performance Regressions _This is an unsupported open source project created by DataStax employees._ -Hunter perfor

[PR] Introduce docs and reproducible examples [hunter]

2025-01-20 Thread via GitHub
Ge opened a new pull request, #28: URL: https://github.com/apache/hunter/pull/28 This PR has the following changes: 1. Adds reproducible examples with docker-compose for PostgreSQL, Graphite, Grafana, CSV. 2. Splits most of the information in README.md into separate docs pages.