Open
Conversation
e9feeb1 to
fae55e0
Compare
Owner
Author
|
データベースを使うテストで https://docs.rs/sqlx/latest/sqlx/attr.test.html この変更によって、バックエンドのテストで 手元環境(Windows11, Docker Desktop 4.13.1, Ryzen5 3600 6C12T, 32GB RAM)では20秒かかっていたテストが15秒になった。5秒かあ...
|
Owner
Author
|
GitHub Actionsでの効果について、workflow.ymlでスレッド数を制限したまま実行しているのに気が付いたので、制限を無くして再度実行した。 並列テストを有効にすると、無効時と比べて5秒程度短縮された(一回しか試していないし、これ以上試す気もないので信用できない数字ではある)。 |
c5ca4f5 to
c96c794
Compare
fda8e4e to
325a752
Compare
325a752 to
a730898
Compare
Owner
Author
|
テスト実行とビルドを分割してわかりやすくなったけど、そもそも実行に30秒程度しかかかっていないんだよな。テスト実行(とそれに伴うビルド)を早くしたい目的でいじってきたけど、それなら1分半かかっているビルドを改善する方が筋がいいように見える。 |
Owner
Author
|
トランザクションを実験してみる |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

実験用