Skip to content

Commit

Permalink
docs: add system info to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ocvit committed Mar 13, 2024
1 parent 8062018 commit b34730d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmarks/cpu_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,10 @@ def fib(n)
# async | main: io, rules: io 1000 200/800 16.989 ⬆ 1.007x 1.0e-05x
#
# ===============================================================================================
#
# System info:
# - CPU: Apple M1 Max (10 cores)
# - RAM: 64 GB
# - Ruby: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin21]
#
# ===============================================================================================
7 changes: 7 additions & 0 deletions benchmarks/io_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@
# async | main: io, rules: io 1000 200/800 0.492 ⬇ 493.665x 0.49267x
#
# ==================================================================================================
#
# System info:
# - CPU: Apple M1 Max (10 cores)
# - RAM: 64 GB
# - Ruby: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin21]
#
# ==================================================================================================

0 comments on commit b34730d

Please sign in to comment.