Skip to content

Commit

Permalink
chore: few small adjustments to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Brotas committed Oct 16, 2023
1 parent b4452b5 commit 531f45e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ Since ```1.2```, the bus also has built in support for [github.com/io-da/schedul
Using ```bus.Schedule```, one may schedule a command to be processed at certain times or even following a cron like pattern.

## Benchmarks
All the benchmarks are performed against batches of 1 million commands.
All the benchmarks contain a small overhead due to the usage of _sync.WaitGroup_ for testing purposes.
The command handlers are calculating the fibonacci of 1000 for simulation purposes.
CPU: 11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz
All the benchmarks are performed with command handlers calculating the fibonacci of 1000.
CPU: 11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz

| Benchmark Type | Time |
| :--- | :---: |
Expand Down

0 comments on commit 531f45e

Please sign in to comment.