Commit 3967830
Replace GitHub issue comments with gist-based telemetry
- Switch from problematic GitHub issue comments to public gists
- Gists are more reliable, easier to create, and perfect for data sharing
- Each benchmark run creates a timestamped gist with full results
- Users can search GitHub gists for 'LinearSolve autotune' to see community data
- Gists support markdown formatting and are easily discoverable
- Remove repo/issue_number parameters - no longer needed
- Update documentation to reflect gist-based community sharing
GitHub gists are much better suited for this use case than issue comments.
They're designed for sharing code/data snippets and have better API support.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b0f7155 commit 3967830
File tree
3 files changed
+40
-26
lines changed- docs/src/tutorials
- lib/LinearSolveAutotune/src
3 files changed
+40
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
| 328 | + | |
327 | 329 | | |
328 | 330 | | |
329 | 331 | | |
| |||
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
| 338 | + | |
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
| 328 | + | |
330 | 329 | | |
331 | | - | |
| 330 | + | |
332 | 331 | | |
333 | 332 | | |
334 | | - | |
335 | | - | |
| 333 | + | |
336 | 334 | | |
337 | 335 | | |
338 | 336 | | |
| |||
345 | 343 | | |
346 | 344 | | |
347 | 345 | | |
348 | | - | |
| 346 | + | |
349 | 347 | | |
350 | 348 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
359 | 353 | | |
360 | 354 | | |
361 | 355 | | |
362 | 356 | | |
363 | | - | |
| 357 | + | |
364 | 358 | | |
365 | 359 | | |
366 | | - | |
| 360 | + | |
367 | 361 | | |
368 | 362 | | |
369 | | - | |
| 363 | + | |
370 | 364 | | |
371 | 365 | | |
372 | 366 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
378 | 390 | | |
379 | 391 | | |
380 | | - | |
| 392 | + | |
381 | 393 | | |
382 | 394 | | |
383 | 395 | | |
| |||
0 commit comments