cargo xtask is now ~40x faster

This commit is contained in:
Emil Fresk 2021-12-26 10:43:57 +01:00
parent bc883e393d
commit ef4e4aaaa3
13 changed files with 36 additions and 206 deletions

View file

@ -1,4 +0,0 @@
init(baseline = Instant(0))
foo(baseline = Instant(0))
UART0(baseline = Instant(904))
foo(baseline = Instant(904))

View file

@ -1,2 +0,0 @@
foo has been called 1 time
foo has been called 2 times

View file

@ -1 +0,0 @@
received message: 42

View file

@ -1 +0,0 @@
20000000 t ramfunc::bar::h9d6714fe5a3b0c89

View file

@ -1 +0,0 @@
00000162 t ramfunc::foo::h30e7789b08c08e19

View file

@ -1,2 +0,0 @@
UART1: local_to_uart1 = 1
UART0: local_to_uart0 = 1

View file

@ -1,2 +0,0 @@
bar(2)
foo(1)

View file