1
0

thesis: Add performance for manipulating

This commit is contained in:
2025-09-02 14:17:11 +02:00
parent 3e55faa4bd
commit 5fa52a198b
8 changed files with 325 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ function test() {
done
}
rm /tmp/test.ok.sock /tmp/test.return.sock /tmp/intercept.performance.ok.sock /tmp/intercept.performance.return.sock
rm -f /tmp/test.ok.sock /tmp/test.return.sock /tmp/intercept.performance.ok.sock /tmp/intercept.performance.return.sock
./server /tmp/test.ok.sock 'ok' &
./server /tmp/test.return.sock 'return 0' &