Skip to content

Commit

Permalink
Add Duco's specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 29, 2023
1 parent 9f9d269 commit 9de597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This document will go over the performance overhead incurred from Meteor remote invocations, how to optimize your application and other possible hurdles to consider.

## 2. Testing Environment
The benchmarks presented here have been run on a `specs here`, and the results are the average of 5 runs (with 5 warmup runs per test). The benchmarks themselves are based on [OpenJDK's JMH](https://github.com/openjdk/jmh) and you can run them yourself through within the `benchmarks` folder.
The benchmarks presented here have been run on a `Ryzen 7 3700x 32gb ddr4 3200mhz`, and the results are the average of 5 runs (with 5 warmup runs per test). The benchmarks themselves are based on [OpenJDK's JMH](https://github.com/openjdk/jmh) and you can run them yourself through within the `benchmarks` folder.

All tests have been run with a local loopback configuration. This means that all 'packets' have been locally evaluated and no network overhead has been incurred, however, serialization and deserialization overhead is still present.

Expand Down

0 comments on commit 9de597f

Please sign in to comment.