Readme
This commit is contained in:
@ -11,7 +11,7 @@ participant Hours as "ServeHours" << Go >>
|
|||||||
participant Minutes as "ServeMinutes" << Go >>
|
participant Minutes as "ServeMinutes" << Go >>
|
||||||
participant Seconds as "ServeSeconds" << Go >>
|
participant Seconds as "ServeSeconds" << Go >>
|
||||||
participant Milliseconds as "ServeMilliseconds" << Go >>
|
participant Milliseconds as "ServeMilliseconds" << Go >>
|
||||||
participant CurrentTime as "ServeCurrentTime" << Rust >>
|
participant CurrentTime as "ServeCurrentTime" << NodeJS >>
|
||||||
|
|
||||||
activate FE #hotpink
|
activate FE #hotpink
|
||||||
FE -> FE: Load page
|
FE -> FE: Load page
|
||||||
@ -60,7 +60,7 @@ deactivate FE
|
|||||||
| Service | Language | Port |
|
| Service | Language | Port |
|
||||||
| -- | -- | -- |
|
| -- | -- | -- |
|
||||||
| Funnel | Python | - |
|
| Funnel | Python | - |
|
||||||
| ServeCurrentTime | Rust | 50000 |
|
| ServeCurrentTime | NodeJS | 50000 |
|
||||||
| ServeHours | Go | 50001 |
|
| ServeHours | Go | 50001 |
|
||||||
| ServeMinutes | Go | 50002 |
|
| ServeMinutes | Go | 50002 |
|
||||||
| ServeSeconds | Go | 50003 |
|
| ServeSeconds | Go | 50003 |
|
||||||
|
|||||||
@ -107,7 +107,7 @@ def run():
|
|||||||
|
|
||||||
t = time.perf_counter() - t
|
t = time.perf_counter() - t
|
||||||
|
|
||||||
# print(f"RESULT: {hours}:{minutes}:{seconds}:{milliseconds}")
|
print(f"RESULT: {hours}:{minutes}:{seconds}:{milliseconds}")
|
||||||
print(f"T: {t}")
|
print(f"T: {t}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user