We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c291a commit 9df3c82Copy full SHA for 9df3c82
README.md
@@ -1 +1,16 @@
1
# WordPress Cache Benchmarks
2
+
3
+## Running Benchmarks
4
5
+Running the benchmarks requires installing
6
+[Nix](https://docs.determinate.systems/determinate-nix/#getting-started).
7
+You can enter a development shell via `nix develop`,
8
+or automatically using [direnv](https://direnv.net/).
9
10
+After starting a development shell,
11
+you can run the benchmarks via `just bench`.
12
+This runs a series of 500 random requests using each
13
+plugin and each backend that that plugin supports.
14
15
+You can run specific benchmarks via `just bench -c <name>`.
16
+See `finefile --help` for a full list of options.
0 commit comments