-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run nightly cargo through rustup in WASM builder #1301
Conversation
c598910Pallet tests (values are in nanoseconds)Total execution time
name = pallet-gear
name = pallet-gear-debug
name = pallet-gear-gas
name = pallet-gear-messenger
name = pallet-gear-payment
name = pallet-gear-program
name = pallet-gear-scheduler
Runtime tests (values are in nanoseconds)Total execution time
name = Async RwLock
name = Async init
name = Async-await
name = Async-duplicates-sync
name = Async-multisig (well known cases)
name = Async-sign (well known cases)
name = Asynchronous recursion
name = Basic capacitor check
name = Chat
name = Decoder
name = Exit code
name = Futures-unordered
name = Incomplete-async-payloads
name = Memory test
name = Messages to failed program are handled properly
name = Meta ping (simple check)
name = Multiping
name = Ping-pong
name = Program generator
name = Program_id test
name = State-rollback
name = Test create_program sys-call
name = Trap test
name = Vector
name = Wait test
name = basic
name = collector-1
name = guestbook test
name = gui test
|
Codecov Report
@@ Coverage Diff @@
## master #1301 +/- ##
==========================================
- Coverage 72.04% 67.93% -4.11%
==========================================
Files 108 108
Lines 10279 10906 +627
==========================================
+ Hits 7405 7409 +4
- Misses 2874 3497 +623
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
May help in case of regressions (for example, rust-lang/rustup#3036)