We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd29011 commit 720342eCopy full SHA for 720342e
src/BenchmarksApps/TechEmpower/startprocess.sh
@@ -1,18 +1,4 @@
1
#!/bin/bash
2
3
-# Install dependencies
4
-apt-get update \
5
- && apt-get install -y --no-install-recommends \
6
- cgroup-tools
7
-
8
-cgcreate -g cpu,cpuset:/cpugroup1
9
-cgcreate -g cpu,cpuset:/cpugroup2
10
11
-cgset -r cpuset.cpus=0-27 /cpugroup1
12
-cgset -r cpuset.cpus=28-55 /cpugroup2
13
14
-cgexec -g cpu:/cpugroup1 dotnet ./PlatformBenchmarks.dll &
15
-cgexec -g cpu:/cpugroup2 dotnet ./PlatformBenchmarks.dll
16
17
-cgdelete -g cpu:/cpugroup1
18
-cgdelete -g cpu:/cpugroup2
+dotnet ./PlatformBenchmarks.dll &
+dotnet ./PlatformBenchmarks.dll
0 commit comments