1. e810113 bench,gc_latency: use -short to limit gc_latency output by David Chase · 11 months ago
  2. 6bceba2 cmd/bent: add pgo benchmarking scenario by Aleksey Markin · 11 months ago
  3. 4309afc cmd/bent: inherit http_proxy variable by Aleksey Markin · 11 months ago
  4. e622c6e cmd/bench: update location of gopls benchmarks by Rob Findley · 1 year, 2 months ago
  5. f835929 all: add test skips for GOARCH=wasm by Dmitri Shuralyov · 1 year, 4 months ago
  6. 1082dde cmd/bench: increase timeout for gopls tests to 180m by Rob Findley · 1 year, 4 months ago
  7. 3be94ae all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 5 months ago
  8. 6a4c432 bent: write out go.mod by hand and always pass go 1.21 by Michael Anthony Knyszek · 1 year, 5 months ago
  9. 1c7bc14 cmd/bent: add -X flag for benchmark/library-modification experiments by David Chase · 1 year, 11 months ago
  10. 5444cb2 cmd/bench: increase timeout for gopls tests to 60m by Rob Findley · 1 year, 7 months ago
  11. 73f971c Revert "cmd/bench: add PGO sweet runs" by Michael Pratt · 1 year, 7 months ago
  12. be7df72 cmd/bench: add PGO sweet runs by Michael Pratt · 1 year, 8 months ago
  13. d861a6e cmd/bent: freshen cmpjob.sh and cmpcl.sh by David Chase · 1 year, 9 months ago
  14. c4c5b3d all: remove unused code by Andrew Polukhin · 1 year, 9 months ago
  15. 2652dad cmd/bench: update gopls benchmarks to filter to -short by Robert Findley · 1 year, 11 months ago
  16. a97ee2e cmd/bench: clean build cache in between bent and sweet by Michael Anthony Knyszek · 1 year, 11 months ago
  17. 1177310 cmd/bent: don't clean cache, use -a always instead. by David Chase · 2 years, 2 months ago
  18. c42c638 cmd/bent: fix overlapping output lines that broke "shortname:" by David Chase · 2 years ago
  19. b6edf46 bent: remove noisy and low signal benchmarks from benchmarks-50 by Michael Anthony Knyszek · 2 years ago
  20. 8520151 all: fix some comments by cui fliter · 2 years ago
  21. 565f2d4 cmd/bent: add flag to disable build time reporting by Michael Pratt · 2 years ago
  22. 77c7737 cmd/bent: move toolchain key print to lower layer by Michael Pratt · 2 years ago
  23. 33cb330 cmd/bent: clean up benchsize by Michael Pratt · 2 years ago
  24. 3269e10 cmd/bent: log toolchain prior to compilation by Michael Pratt · 2 years ago
  25. 8d1b8c5 cmd/bench: benchmark binary size and build time via bent by Michael Pratt · 2 years ago
  26. c78d3b9 cmd/bench: run experiment benchmarks for both baseline and experiment gopls by Dung Le · 2 years ago
  27. 03c43f2 cmd/bench: set runstamp for subrepo tests by Michael Pratt · 2 years, 1 month ago
  28. 6e5e8c2 cmd/bench: change goTestSubrepo to run sub repo experiment as toolchain experiment. by Dung Le · 2 years, 1 month ago
  29. 8addf64 cmd/bench: quick fix for go test argument in goTestSubrepo by Dung Le · 2 years, 1 month ago
  30. 6f50000 cmd/bench: run only BenchmarkGoToDefinition for benchmark tests by Dung Le · 2 years, 1 month ago
  31. 555ee2b cmd/bench: run benchmark tests from gopls module by Dung Le · 2 years, 1 month ago
  32. 6a564b0 cmd/bench: add subrepo directories to run benchmarks on by Dung Le · 2 years, 2 months ago
  33. baa778a cmd/bent: remove repo information from rarely used benchmark configs by David Chase · 3 years, 2 months ago
  34. fe2fca1 cmd/bent: change to the single, latest version of goawk by David Chase · 2 years, 3 months ago
  35. a169d79 cmd/bent: add some more benchmarks by David Chase · 3 years, 3 months ago
  36. 2b3283c cmd/bent: added updated version of goawk by David Chase · 2 years, 8 months ago
  37. 6457326 cmd/bent: cleanup cronjob.sh and cronjob configuration toml by David Chase · 2 years, 4 months ago
  38. 125e69f cmd/bent: cleanup, add helpers, avoid possible slice-aliasing errors. by David Chase · 2 years, 4 months ago
  39. 949c8b9 cmd/bent: also environment-substitute BuildFlags by David Chase · 2 years, 4 months ago
  40. d4b9fce cmd/bench: add repository key by Michael Pratt · 2 years, 7 months ago
  41. fdd6c4b all: replace io/ioutil with io and os package by cui fliter · 2 years, 4 months ago
  42. 2dce598 cmd/bent: minor cleanup in cronjob.sh by David Chase · 3 years, 1 month ago
  43. 15f5199 cmd/bent: minor README clarifications by Austin Clements · 2 years, 9 months ago
  44. 0da9226 cmd/bent: make sample configurations less confusing by Austin Clements · 2 years, 9 months ago
  45. 39d8c21 all: gofmt by Russ Cox · 2 years, 10 months ago
  46. b92514a cmd/bench: export runstamp configuration key by Michael Anthony Knyszek · 2 years, 10 months ago
  47. 4fbb60f cmd/bench: add flag overrides for all environment variables by Michael Anthony Knyszek · 3 years ago
  48. 411d1f1 all: fix typos by cuishuang · 2 years, 11 months ago
  49. 55644cf cmd/bent: makeover for benchdwarf & benchsize; add assume=exact for units by David Chase · 3 years ago
  50. 1caee45 cmd/bench: generate branch tag by Michael Anthony Knyszek · 3 years ago
  51. 070cebc cmd/bench: print pkg and shortname tags for Sweet benchmark results by Michael Anthony Knyszek · 3 years ago
  52. d5e7b87 cmd/bench: run 10 iterations for each bent benchmark by Michael Anthony Knyszek · 3 years ago
  53. 5430f30 cmd/bench: try to print results even if there's an error running sweet by Michael Anthony Knyszek · 3 years ago
  54. 09c2d9d cmd/bench: don't overwrite err when cleaning up tmp dirs for sweet by Michael Anthony Knyszek · 3 years ago
  55. 205a0a2 sweet: discard stderr from List and enforce GOROOT in common.Go by Michael Anthony Knyszek · 3 years ago
  56. e4ea61d cmd/bench: integrate the Sweet benchmarks by Michael Anthony Knyszek · 3 years ago
  57. bbe1937 cmd/bent: retire stale benchmark; disable one that requires user intervention by David Chase · 3 years ago
  58. 717dceb cmd/bent: always rewrite go.mod in build subdirectory by David Chase · 3 years ago
  59. d8719c2 cmd/bent: extend "copy subdirs for running tests" to regular files by David Chase · 3 years ago
  60. af7a677 cmd/bench: move toolchain selection closer to execution by Michael Anthony Knyszek · 3 years ago
  61. 0539264 cmd/bent: always copy testdata and other specified dirs into run directory by David Chase · 3 years ago
  62. 4bd3f69 cmd/bench: wait for load average to drop before starting by Michael Pratt · 3 years ago
  63. e013d12 cmd/bench: go fmt by Michael Pratt · 3 years ago
  64. 06e21e2 cmd/bench: benchmark baseline toolchain by Michael Pratt · 3 years, 1 month ago
  65. df0ca34 cmd/bent: modify test to avoid rebuilding bent by David Chase · 3 years, 2 months ago
  66. df1dda9 cmd/bent: restore sparse graphs in tweet-results by David Chase · 3 years, 2 months ago
  67. cc8d5aa cmd/bent: tweak cronjob.sh towards future benchmarking use by David Chase · 3 years, 3 months ago
  68. b3d8711 cmd/bent: added a simple first test by David Chase · 3 years, 8 months ago
  69. ac2376d cmd/bent: refactor common benchmark info into "suites.toml"; add versions by David Chase · 3 years, 3 months ago
  70. ea63613 cmd/bent: add version tags; benchmark curation and repair by David Chase · 3 years, 4 months ago
  71. d3172f2 cmd/bent: remove required dependencies by Michael Pratt · 3 years, 3 months ago
  72. a7b6526 cmd/bent: repair nelsam_gxui_interval (benchmark moved) by David Chase · 3 years, 4 months ago
  73. 1b33055 cmd/bent: change to use module-mode for building by David Chase · 3 years, 4 months ago
  74. bf95756 cmd/bent: early check for missing commands by David Chase · 3 years, 5 months ago
  75. 88d4abd cmd/bench: add benchmark wrapper by Michael Pratt · 3 years, 3 months ago
  76. 2c98350 cmd/bent: address cherrymui's friction log by David Chase · 3 years, 5 months ago
  77. f3eefda cmd/bent: initial round of testing import and cleanup by David Chase · 3 years, 8 months ago
  78. 3dedf39 cmd/bent: clean up filename mangling by Jeremy Faller · 4 years ago
  79. 7fe1eb0 cmd/bent: yank initialization from main function by Jeremy Faller · 4 years ago
  80. 69ecbae cmd/bent: remove a giant piece of dead/commented-out code by Jeremy Faller · 4 years ago
  81. 1993086 cmd/bent: pull Configuration into its own file by Jeremy Faller · 4 years ago
  82. 4dc4410 cmd/bent: rename count to counterFlag by Jeremy Faller · 4 years ago
  83. 135aa7c benchmarks: move assets, and use embed to encode by Jeremy Faller · 4 years ago
  84. dc1d328 benchmarks: add bent by Jeremy Faller · 4 years ago