diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-26 21:45:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-26 21:45:11 +0300 |
| commit | 62d9774b4c2f776de60e8231fa6b8378d8afef4d (patch) | |
| tree | 3e98ddc8f4bd42c486e142cf285850d9bb9b7ae4 /docker | |
| parent | bdcc5cf8b7775d90c51460d45d9bbf1a655c1230 (diff) | |
fix: update profiling scripts to use correct path for generate_profile_data.go
- Fixed path references to generate_profile_data.go in profile_quick.sh
and profile_benchmarks.sh (now ../benchmarks/cmd/)
- Fixed dmap profiling in profile_quick.sh to use proper MapReduce query
format and interrupt after 3 seconds (since dmap runs continuously)
- Added CSV logformat specification for dmap query on CSV files
This fixes the "make profile-quick" and "make profile-auto" commands
that were failing due to incorrect paths after moving the profiling
scripts from benchmarks/ to profiling/.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/serverlist.txt | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/docker/serverlist.txt b/docker/serverlist.txt index 8a5d389..62a6ea6 100644 --- a/docker/serverlist.txt +++ b/docker/serverlist.txt @@ -8,43 +8,3 @@ localhost:2229 localhost:2230 localhost:2231 localhost:2232 -localhost:2233 -localhost:2234 -localhost:2235 -localhost:2236 -localhost:2237 -localhost:2238 -localhost:2239 -localhost:2240 -localhost:2241 -localhost:2242 -localhost:2243 -localhost:2244 -localhost:2245 -localhost:2246 -localhost:2247 -localhost:2248 -localhost:2249 -localhost:2250 -localhost:2251 -localhost:2252 -localhost:2253 -localhost:2254 -localhost:2255 -localhost:2256 -localhost:2257 -localhost:2258 -localhost:2259 -localhost:2260 -localhost:2261 -localhost:2262 -localhost:2263 -localhost:2264 -localhost:2265 -localhost:2266 -localhost:2267 -localhost:2268 -localhost:2269 -localhost:2270 -localhost:2271 -localhost:2272 |
