Skip to content

Commit f3e2537

Browse files
Merge pull request #4 from nevergiveupcpp/ngu/pd
refactor: move images to docs/images
2 parents ee97f41 + e6eff86 commit f3e2537

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Run
9696
working-directory: tests/benchmark/build/msvc-x64/Release
97-
run: ./benchmark-pvm.exe --benchmark_format=json --benchmark_out=result.json
97+
run: ./benchmark-obfuscxx.exe --benchmark_format=json --benchmark_out=result.json
9898

9999
- name: Store results
100100
uses: benchmark-action/github-action-benchmark@v1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# obfuscxx
22

33
<p align="center">
4-
<img src="images/banner.png">
4+
<img src="docs/images/banner.png">
55
</p>
66

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

2727
<table align="center">
2828
<tr>
29-
<td><img src="images/msvc.png" width="400"/></td>
30-
<td><img src="images/llvm.png" width="400"/></td>
31-
<td><img src="images/gcc.png" width="400"/></td>
29+
<td><img src="docs/images/msvc.png" width="400"/></td>
30+
<td><img src="docs/images/llvm.png" width="400"/></td>
31+
<td><img src="docs/images/gcc.png" width="400"/></td>
3232
</tr>
3333
</table>
3434
<p align="center"><em>MSVC, LLVM, GCC compilation (int main(), Level: Low, Arch: x86-64, SIMD Insn: AVX2, SSE2)</em></p>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)