88
99[ ![ Clockwork] ( https://github.com/official-clockwork/Clockwork/actions/workflows/clockwork.yml/badge.svg )] ( https://github.com/official-clockwork/Clockwork/actions/workflows/clockwork.yml )
1010[ ![ License] ( https://img.shields.io/badge/license-AGPL_3.0-blue )] ( LICENSE )
11- [ ![ OpenBench] ( https://img.shields.io/badge/OpenBench-view-orange )] ( http ://clockworkopenbench.pythonanywhere.com )
11+ [ ![ OpenBench] ( https://img.shields.io/badge/OpenBench-view-orange )] ( https ://ob.cwchess.org )
1212[ ![ Discord] ( https://img.shields.io/badge/chat-Discord-7289DA )] ( https://discord.gg/7ffYSCae2f )
1313</div >
1414
@@ -43,7 +43,7 @@ Several modern HCE projects (incl. Sirius, Weiss, Stash, and Perseus) have come
4343- ** Modern C++ (C++20)** with strict styling guidelines and automatic formatting, enforced through our Continuous Integrations pipeline.
4444
4545- ** OpenBench integration**
46- - Full testing and data-generation pipeline: [ Clockwork OpenBench] ( http ://clockworkopenbench.pythonanywhere.com ) .
46+ - Full testing and data-generation pipeline: [ Clockwork OpenBench] ( https ://ob.cwchess.org ) .
4747
4848---
4949
@@ -133,7 +133,7 @@ Here’s how you can get started in just a few steps:
133133
1341341. ** Register an account** on our OpenBench website:
135135
136- * ** https://clockworkopenbench.pythonanywhere.com **
136+ * ** https://ob.cwchess.org **
137137
1381382. ** Request account enable** on our official Discord server:
139139
221221taskset -c 0,2,4,6,8,10,12,14 python3 client.py \
222222 -U " YOUR_USERNAME" \
223223 -P " YOUR_PASSWORD" \
224- -S " https://clockworkopenbench.pythonanywhere.com " \
224+ -S " https://ob.cwchess.org " \
225225 -T < THREADS> \
226226 -N < SOCKETS>
227227` ` `
@@ -233,7 +233,7 @@ If your username is `hce_chess_fan`, your password is `road_to_3600`, and you wa
233233taskset -c 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 python3 client.py \
234234 -U " hce_chess_fan" \
235235 -P " road_to_3600" \
236- -S " https://clockworkopenbench.pythonanywhere.com " \
236+ -S " https://ob.cwchess.org " \
237237 -T 16 \
238238 -N 2
239239` ` `
@@ -246,7 +246,7 @@ if you don't want to waste time manually selecting cores, you can use this comma
246246taskset -c $(lscpu -e | awk ' ! /CPU/ && ! seen[$4 ]++ {printf " %s," , $1 }' | sed ' s/,$//' ) \
247247 python3 client.py \
248248 -U "YOUR_USERNAME" -P "YOUR_PASSWORD" \
249- -S "https://clockworkopenbench.pythonanywhere.com " \
249+ -S "https://ob.cwchess.org " \
250250 -T <THREADS> \
251251 -N <SOCKETS>
252252```
0 commit comments