Skip to content

Commit

Permalink
examples: add png results in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Jul 25, 2024
1 parent 41e0c3d commit 889ea30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/mixed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ The script file `run.sh` runs this benchmark against multiple stores with 32 thr
Although the number of threads set in the configuration file is only 1, the number of threads are
dynamically adjusted by setting `global.threads` to 32.

Results:
5950X CPU 0-15 results ([pdf](mixed.pdf)):

[mixed](mixed.pdf)
![mixed](mixed.png)
Binary file added examples/mixed/mixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/readpopular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ In the second phase, worker threads execute the read-only workload that accesses
The script file `run.sh` runs this benchmark against multiple stores with different number of
threads. The number of threads are dynamically adjusted via `global.threads` environment variable.

Results:
5950X CPU 0-15 results ([pdf](readpopular.pdf)):

[readpopular](readpopular.pdf)
![readpopular](readpopular.png)
Binary file added examples/readpopular/readpopular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/writeheavy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ when finished.
The script file `run.sh` runs this benchmark against multiple stores with different number of
threads. The number of threads are dynamically adjusted via `global.threads` environment variable.

Results:
5950X CPU 0-15 results ([pdf](writeheavy.pdf)):

[writeheavy](writeheavy.pdf)
![writeheavy](writeheavy.png)
Binary file added examples/writeheavy/writeheavy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 889ea30

Please sign in to comment.