Skip to content

Commit

Permalink
[mORMot] - [email protected] + refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel.mash committed Dec 11, 2024
1 parent 761127a commit 98e919b
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 115 deletions.
22 changes: 0 additions & 22 deletions frameworks/Pascal/mormot/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@
"display_name": "mormot [async]",
"notes": "",
"versus": "None"
},
"postgres-async2": {
"dockerfile": "mormot.dockerfile",
"db_url": "/asyncdb",
"query_url": "/asyncqueries?queries=",
"fortune_url": "/asyncfortunes",
"update_url": "/asyncupdates?queries=",
"port": 8080,
"approach": "Realistic",
"classification": "Fullstack",
"database": "postgres",
"framework": "mormot",
"language": "Pascal",
"flavor": "None",
"orm": "Raw",
"platform": "None",
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "mormot [async,nopin]",
"notes": "",
"versus": "None"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Pascal/mormot/setup_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ echo "Download statics from $URL ..."
wget -qO- "$URL" | tar -xz -C ./libs/mORMot/static

# uncomment for fixed commit URL
#URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
URL=https://github.com/synopse/mORMot2/tarball/29ee5335a07f5f8b8765e112d046e874a9893a41
#URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
echo "Download and unpacking mORMot sources from $URL ..."
wget -qO- "$URL" | tar -xz -C ./libs/mORMot --strip-components=1

Expand Down
Loading

0 comments on commit 98e919b

Please sign in to comment.