graphql-engine/server
kodiakhq[bot] 26ce8ff768 server: -O1 + -funfolding-use-threshold=640, for memory residency
...and keep binary size down using `--gc-sections` (supported by all major linkers). Stripped size after this PR is `85.3 Mb` down from `121 Mb` on `main`.

This compliments Auke's recent work (though there is some overlap). See: https://github.com/hasura/graphql-engine-mono/pull/7033#issuecomment-1326673632

Old experiments, for reference:
https://github.com/hasura/graphql-engine-mono/pull/6605
https://github.com/hasura/graphql-engine-mono/pull/6606
https://github.com/hasura/graphql-engine-mono/pull/6589

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7079
GitOrigin-RevId: 0b0d86730fb959d6249bd17a87e39af12ef71261
2022-11-30 17:05:15 +00:00
..
bench-wrk server/tests-py: Reduce the number of locations we check the status code. 2022-07-05 18:01:07 +00:00
benchmarks Add benchmarks for allowlist operations 2022-11-01 17:28:15 +00:00
documentation server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
lib Structured logging in test-harness 2022-11-30 12:12:21 +00:00
src-emit-metadata-openapi server: initial set of DTO types for metadata 2022-06-27 16:33:31 +00:00
src-exec multitenant: make shutdown logic more abstract 2022-11-23 07:53:19 +00:00
src-lib server: build even more parts of the Schema Cache monadically 2022-11-30 09:12:15 +00:00
src-rsr ci: tag release v2.16.0-beta.1 2022-11-30 08:11:23 +00:00
src-test server: use kriti template to generate query param from list 2022-11-29 20:27:41 +00:00
test-manual Document and automate spinning up AlloyDB for testing. 2022-11-24 14:16:21 +00:00
test-mssql server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
test-postgres server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
tests-py server/tests: Remove pytest version of TestGraphQLQueryBasicCitus 2022-11-30 11:08:07 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
.ormolu Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md ghc 9.2.5 2022-11-15 11:26:42 +00:00
CONTRIBUTING.md server: Split the integration tests out into their own directories. 2022-11-17 12:56:26 +00:00
graphql-engine.cabal server: -O1 + -funfolding-use-threshold=640, for memory residency 2022-11-30 17:05:15 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md Extract the test harness from the Hspec tests 2022-10-04 08:31:26 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00
VERSIONS.json ghc 9.2.5 2022-11-15 11:26:42 +00:00