Skip to content

Commit e89b94b

Browse files
committed
moved the note
1 parent bd17019 commit e89b94b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ Test time-based GenServers instantly. Simulate actor systems with virtual time.
44
Model, simulate, analyze actor systems and generate boilerplate in various Actor
55
Model implementations: in Java, Rust, Pony, Go and C++.
66

7-
## 🌟 Try It: Simulate a Century in Seconds
8-
9-
```bash
10-
elixir scripts/century_backup_demo.exs
11-
```
12-
13-
Run the century backup demo to see virtual time in action - simulate 100 years of daily backups (36,525 backups) in milliseconds!
147

158
[![Hex.pm](https://img.shields.io/hexpm/v/gen_server_virtual_time.svg)](https://hex.pm/packages/gen_server_virtual_time)
169
[![Documentation](https://img.shields.io/badge/docs-hexdocs-blue.svg)](https://hexdocs.pm/gen_server_virtual_time)
@@ -23,6 +16,14 @@ Run the century backup demo to see virtual time in action - simulate 100 years o
2316
> **📊
2417
> [Interactive Flowchart Reports](https://d-led.github.io/gen_server_virtual_time/reports/)**
2518
19+
## 🌟 Try It: Simulate a Century in Seconds
20+
21+
```bash
22+
elixir scripts/century_backup_demo.exs
23+
```
24+
25+
Run the century backup demo to see virtual time in action - simulate 100 years of daily backups (36,525 backups) in milliseconds. [Source](scripts/century_backup_demo.exs). [Sample run](https://github.com/d-led/gen_server_virtual_time/actions/workflows/century-backup-demo.yml).
26+
2627
## 🚀 Code Generators
2728

2829
Generate production-ready actor system implementations from high-level DSL:

0 commit comments

Comments
 (0)