bench: update readme headings (#19704)

This commit is contained in:
Turiiya 2023-10-30 08:28:46 +01:00 committed by GitHub
parent 690ec7d3a5
commit 00bf5c4a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
Running the C# program:
====================================
# Comparing C# and V Boids Algorithm Implementations
## Running the C# program:
```
dotnet run
@ -16,8 +17,7 @@ The generated executable will be in
Its size is ~64MB . After stripping, the executable shrinks to just 11MB,
but unfortunately it also stops running after stripping :-| .
Compiling and running the V program:
====================================
## Compiling and running the V program:
```
v crun vectors.v
@ -40,8 +40,7 @@ once at the start, and then the executable will be just reused by the
subsequent commands with identical options. It will also ensure that
the compiled executable will not be removed, unlike `run` .
Some measurements and comparisons
====================================
## Some measurements and comparisons
Note: the following was done on Intel(R) Core(TM) i3-3225, 16GB RAM: