We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90770f5 commit b663df5Copy full SHA for b663df5
benchmark/benchmark.php
@@ -109,7 +109,7 @@ function runValgrindPhpCgiCommand(
109
): array {
110
global $phpCgi;
111
112
- // ASLR can cause a lot of noise due to missed sse opportunities for memcpy and other operations
+ // ASLR can cause a lot of noise due to missed SSE opportunities for memcpy and other operations
113
$aslrDisable = checkPersonalityAslrDisablePermission();
114
115
$profileOut = __DIR__ . "/profiles/callgrind.out.$name";
0 commit comments