Skip to content

Commit 6bc92fd

Browse files
pavelmashpavel.mash
andauthored
[mORMot] - [email protected] + refactoring (#9457)
* [mORMot] - [email protected] + refactoring * [mORMot] - fixed regression for async tests --------- Co-authored-by: pavel.mash <[email protected]>
1 parent 5c67d0d commit 6bc92fd

File tree

3 files changed

+80
-115
lines changed

3 files changed

+80
-115
lines changed

frameworks/Pascal/mormot/benchmark_config.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,28 +71,6 @@
7171
"display_name": "mormot [async]",
7272
"notes": "",
7373
"versus": "None"
74-
},
75-
"postgres-async2": {
76-
"dockerfile": "mormot.dockerfile",
77-
"db_url": "/asyncdb",
78-
"query_url": "/asyncqueries?queries=",
79-
"fortune_url": "/asyncfortunes",
80-
"update_url": "/asyncupdates?queries=",
81-
"port": 8080,
82-
"approach": "Realistic",
83-
"classification": "Fullstack",
84-
"database": "postgres",
85-
"framework": "mormot",
86-
"language": "Pascal",
87-
"flavor": "None",
88-
"orm": "Raw",
89-
"platform": "None",
90-
"webserver": "None",
91-
"os": "Linux",
92-
"database_os": "Linux",
93-
"display_name": "mormot [async,nopin]",
94-
"notes": "",
95-
"versus": "None"
9674
}
9775
}
9876
]

frameworks/Pascal/mormot/setup_and_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ echo "Download statics from $URL ..."
3535
wget -qO- "$URL" | tar -xz -C ./libs/mORMot/static
3636

3737
# uncomment for fixed commit URL
38-
#URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
39-
URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
38+
URL=https://github.com/synopse/mORMot2/tarball/2017bddac17a838c9584763e4bd7538aa6f8a529
39+
#URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
4040
echo "Download and unpacking mORMot sources from $URL ..."
4141
wget -qO- "$URL" | tar -xz -C ./libs/mORMot --strip-components=1
4242

0 commit comments

Comments
 (0)