Parcourir la source

add a note about ircstress as a pre-release check

tags/v2.0.0
Shivaram Lingamneni il y a 4 ans
Parent
révision
4e733cc2b7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      DEVELOPING.md

+ 1
- 0
DEVELOPING.md Voir le fichier

@@ -29,6 +29,7 @@ Develop branches are either used to work out implementation details in preperati
29 29
 
30 30
 1. Test backwards compatibility guarantees. Get an example config file and an example database from the previous stable release. Make sure the current build still works with them (modulo anything explicitly called out in the changelog as a breaking change).
31 31
 1. Run `irctest` over it to make sure nothing's severely broken. Talk to the maintainers to find out which version of irctest to run.
32
+1. Run the `ircstress` chanflood benchmark to look for data races (enable race detection) and performance regressions (disable it).
32 33
 1. Update the changelog with new changes and write release notes.
33 34
 1. Update the version number `irc/constants.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate).
34 35
 1. Commit the new changelog and constants change.

Chargement…
Annuler
Enregistrer