Skip to content

Commit d886c52

Browse files
committed
Update READMEs
1 parent 3173385 commit d886c52

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -86,33 +86,6 @@ submit a pull request. Follow the contribution guidelines outlined in the CONTRI
8686

8787
...
8888

89-
## Profiling
90-
91-
Navigate to the cloned repo:
92-
93-
```bash
94-
cd PhastFt
95-
```
96-
97-
On linux, open access to performance monitoring, and observability operations for processes:
98-
99-
```bash
100-
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
101-
```
102-
103-
Add debug to `Cargo.toml` under `profile.release`:
104-
105-
```bash
106-
[profile.release]
107-
debug = true
108-
```
109-
110-
Finally, run:
111-
112-
```bash
113-
./profile.sh
114-
```
115-
11689
## What's with the name?
11790

11891
The name, **PhastFT**, is derived from the implementation of the

benches/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
# BENCHMARKING
2+
3+
## Benchmark
4+
5+
## Profiling
6+
7+
Navigate to the cloned repo:
8+
9+
```bash
10+
cd PhastFt
11+
```
12+
13+
On linux, open access to performance monitoring, and observability operations for processes:
14+
15+
```bash
16+
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
17+
```
18+
19+
Add debug to `Cargo.toml` under `profile.release`:
20+
21+
```bash
22+
[profile.release]
23+
debug = true
24+
```
25+
26+
Finally, run:
27+
28+
```bash
29+
./profile.sh
30+
```

0 commit comments

Comments
 (0)