diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed2dad2..8eaf380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Run working-directory: tests/benchmark/build/msvc-x64/Release - run: ./benchmark-pvm.exe --benchmark_format=json --benchmark_out=result.json + run: ./benchmark-obfuscxx.exe --benchmark_format=json --benchmark_out=result.json - name: Store results uses: benchmark-action/github-action-benchmark@v1 diff --git a/README.md b/README.md index 2eec554..e33d422 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # obfuscxx

- +

## Description @@ -26,9 +26,9 @@ The screenshots show only a small portion of the int main() function. In reality - - - + + +

MSVC, LLVM, GCC compilation (int main(), Level: Low, Arch: x86-64, SIMD Insn: AVX2, SSE2)

diff --git a/images/banner.png b/docs/images/banner.png similarity index 100% rename from images/banner.png rename to docs/images/banner.png diff --git a/images/gcc.png b/docs/images/gcc.png similarity index 100% rename from images/gcc.png rename to docs/images/gcc.png diff --git a/images/llvm.png b/docs/images/llvm.png similarity index 100% rename from images/llvm.png rename to docs/images/llvm.png diff --git a/images/msvc.png b/docs/images/msvc.png similarity index 100% rename from images/msvc.png rename to docs/images/msvc.png