Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# obfuscxx

<p align="center">
<img src="images/banner.png">
<img src="docs/images/banner.png">
</p>

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

<table align="center">
<tr>
<td><img src="images/msvc.png" width="400"/></td>
<td><img src="images/llvm.png" width="400"/></td>
<td><img src="images/gcc.png" width="400"/></td>
<td><img src="docs/images/msvc.png" width="400"/></td>
<td><img src="docs/images/llvm.png" width="400"/></td>
<td><img src="docs/images/gcc.png" width="400"/></td>
</tr>
</table>
<p align="center"><em>MSVC, LLVM, GCC compilation (int main(), Level: Low, Arch: x86-64, SIMD Insn: AVX2, SSE2)</em></p>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading